/*
Theme Name: System Seals Inc.
Author: Flourish, Inc.
Author URI: http://www.flourishagency.com
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
  font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	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;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	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 */
}

/* Clearing */
.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;
}

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



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

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


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/* = Fix for equalHeights 
----------------------------------------------- */

@media screen and (min-width: 1200px) {
	.featured-thumb {
		min-height: 207px !important;
		overflow: hidden;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.featured-thumb {
		min-height: 170px !important;
		overflow: hidden;
	}
}



/* CUSTOM TYPE */

/*h1{ font-family: 'Titillium Web', sans-serif !important; font-size:3.8em; color:#221f1f; display:inline-block; padding:20px 40px; margin:50px auto 40px auto; border:1px solid #0079c2; text-transform:uppercase; letter-spacing:6px; font-weight:700; line-height:1.0; }

h2{ font-weight:600; font-size:1.5em; font-family: 'Titillium Web', sans-serif !important; text-transform:uppercase; color:#0079c2; margin-bottom:15px; margin-top:30px; letter-spacing:3px; }*/


h4{ font-weight:600; font-size:1.1em; line-height:1.6em !important; font-family: 'Titillium Web', sans-serif !important; color:#0079c2; }
h5, h6{ font-weight:400; font-size:1.0em; line-height:1.5em !important; font-family: 'Titillium Web', sans-serif !important; text-transform:uppercase; color:#0079c2; }
p { font-family: 'Andada', serif !important; font-size:1.1em; }


.webinar-form h2{ font-weight:400; font-size:1.8em; line-height:1.4em; font-family: 'Titillium Web', sans-serif !important;  color:#0079c2; margin-bottom:15px; margin-top:30px;  }


/* MAIN HOME PAGE */

#header-wrapper{
    border-bottom:1px solid #ebebeb; 
}


.home-col1, .home-col2{
    float:left;
    width:50%;
    min-height:800px;
    text-align:center;
    background-size:cover;
   border-right:1px solid #fff;
    padding-top:150px;
    color:#fff;
}




.home-col1 h1, .home-col2 h1{
    font-size:1.5em;
    font-family: 'Titillium Web', sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    padding:5px 15px;
    border:1px solid #ffffff;
    display:inline-block;
    color:#fff;
}


.home-col2 h1{
    border:1px solid #0079c2;
}


.home-col1 p, .home-col2 p{
    font-family: 'Titillium Web', sans-serif !important;
    font-weight:300;
    margin:20px 15% 35px 20%;
    font-size:1.1em;
}

.home-col1 a, .home-col2 a{
    width:70%;
    padding-top:10px;
    padding-bottom:10px;
    display:block;
    margin:auto;
    font-size:1.45em;
    text-transform:uppercase;
    font-weight:400;
    letter-spacing:1px;
}

.home-col1 a{
    background-color:#fff;
    color:#0079c2;
}

.home-col1 a:hover, .home-col2 a:hover{
    background-color:#000;
    color:#fff;
    text-decoration:none;
}

.home-col2 a{
    background-color:#0079c2;
    color:#fff;
} 


a.new-home-links{
      width:100%; display:block; padding:40px 0 42px 0; text-align:center; font-family: 'Titillium Web', sans-serif !important; text-transform: uppercase; font-size:1.2em; letter-spacing: 2px; font-weight: 300; color:#fff; border-top:1px solid #ebebeb; 
} 

a:hover.new-home-links{
      background-color: #fff;
    text-decoration: none;
    color:#000;
}

.oem-link{
    background-color:#0079c2; 
}

.maintenance{
    background-color:#000; 
}


ul.hp-posts img{
    border:1px solid #ebebeb;   
}

ul.hp-posts h2{
    font-size:1.2em; 
    line-height:1.3em;
}

ul.hp-posts p{
    font-size:0.98em;
    line-height:1.6em;
    color:gray; 
}

/* OEM HOME */

.secondary-home-header, .secondary-home-header-service{
    width:100%;
    min-height:620px;
    background-size:cover;
    padding-top:100px;
    padding-bottom:20px
}

.OEM { 
    background-image:url('images/home-oem.jpg');
}

.secondary-home-header-service{
    background-image:url('images/home-service.jpg');
}

/* COP HOME */


.COP { 
    background-image:url('images/cop-img.png');
     min-height:520px;
}


/* CAD HOME */


.CAD { 
    background-image:url('images/cad-img.jpg');
     min-height:520px;
}

/* Fluid COMP HOME */

.fluidcomp { 
    background-image:url('images/fluid-comp-img.jpg');
     min-height:520px;
}




.secondary-home-header h1{
    display:inline-block;
    margin-right:auto;
    font-weight:200;
    font-size:3.0em;
    color:#0079c2;
    padding:20px 35px 25px 15px;
    background-color:#fff;
    z-index:1;
    font-family: 'Titillium Web', sans-serif;
}

.secondary-home-header h2{
    display:inline-block;
    margin-right:auto;
    font-weight:200;
    font-size:1.5em;
    color:#fff;
    padding:15px 35px 15px 15px;
    background-color:#221f1f;
    z-index:1; 
    font-family: 'Titillium Web', sans-serif;
}

.secondary-home-header-service h1{
    display:block;
    font-weight:200;
    font-size:3.0em;
    color:#fff;
    padding:20px 35px 25px 15px;
    background-color:#221f1f;
    z-index:1;
    font-family: 'Titillium Web', sans-serif;

}

.secondary-home-intro{
    background-image:url('images/oem-intro-bg.png');
    margin-top:-35px;
    min-height:200px;
    padding-top:45px;
    padding-bottom:60px;
    color:#fff;
    font-size:1.3em;
    line-height:1.7em;
    font-weight:200;
}

.secondary-home-intro-service{
    background-image:url('images/service-intro-bg.png');
    margin-top:-35px;
    min-height:200px;
    padding-top:45px;
    padding-bottom:60px;
    color:#fff;
    font-size:1.3em;
    line-height:1.7em;
    font-weight:200;
}


.secondary-home-intro p{
    font-family: 'Titillium Web', sans-serif;
    margin-right:5%;

}

.secondary-home-intro-service p{
    font-family: 'Titillium Web', sans-serif;
    margin-right:1%;
    color:#000;

}

.hotline{
    background-color:#0079c2;
    padding-top:25px;
    padding-bottom:45px;
    padding-left:25px !important;
}

.engineer-photo{
    text-align:center;   
}

.engineer-photo{
    border-radius: 50%;
    behavior: url(PIE.htc); /* for IE8 */
    float:left;
    width:224px;
    height:224px;
    border:1px solid #0079c2;
    overflow:hidden;
    text-align:center;
    position:relative;
}

.engineer-photo img{
    max-height:100%;
    max-width:none;
    position:absolute;
    left:50%;
    margin-left:-112px;
}


#specialist-photo{
    border-radius: 50%;
    behavior: url(PIE.htc); /* for IE8 */
    float:left;
    width:400px;
    height:400px;
    border:1px solid #221f1f;
    overflow:hidden;
    text-align:center; 
    position:relative; 
    left:50%;
    margin-left:-200px; 
    overflow:hidden;
    margin-bottom:25px !important;
}

#specialist-photo img{
    max-height:100%; 
    max-width:none;
    position:absolute;
    left:50%;
    margin-left:-400px;  

}


.specialist-img{
    padding:25px !important;
    text-align:center;
    background:#0079c2;
    overflow:hidden; 
}


#team-photo{
    border-radius: 50%;
    behavior: url(PIE.htc); /* for IE8 */
    float:left;
    width:200px;
    height:200px;
    border:1px solid #221f1f;
    overflow:hidden;
    text-align:center; 
    position:relative; 
    left:50%;
    margin-left:-100px; 
    overflow:hidden;
    margin-bottom:25px !important;
}

#team-photo img{
    max-height:100%; 
    max-width:none;
    position:absolute;
    left:50%;
    margin-left:-200px;  

}


.team-img{
    padding:25px !important;
    text-align:center;
    background:#0079c2;
    overflow:hidden; 
}


.pad-top-eng{
    padding-top:75px;   
}


.secondary-home-intro-service .hotline h1{
    font-family: 'Titillium Web', sans-serif;
    background:none;
    font-weight:600;
    font-size:2.1em;
    text-transform:uppercase;
    color:#cfd2d4;
    padding:0;
    letter-spacing:1px;
    margin:10px 0 0 0;
    display:block !important;
}


.secondary-home-intro-service .hotline h2{
   font-family: 'Titillium Web', sans-serif;
    text-transform:uppercase;
    color:#fff;
    font-size:1.4em;
    font-weight:600;
    letter-spacing:2px;
}


.secondary-home-intro-service .hotline hr{
    display:inline-block;
    width:50px;
    height:6px;
    background-color:#fff;
    Float:left;
    margin:20px auto 10px 0;   
}

.secondary-home-intro-service .hotline p{
    font-family: 'Titillium Web', sans-serif !important;
    color:#000;
    font-weight:400;
    text-transform:uppercase;
}

.secondary-home-intro-service .hotline a{
    font-family: 'Titillium Web', sans-serif;
    text-transform:uppercase;
    color:#cfd2d4;
}
    
.container{
    margin-top:0 !important;
    margin-bottom:0 !important;
    margin-right:auto;
    margin-left:auto;
    padding:0;
}

.container-fluid{
    margin-top:0 !important;
    margin-bottom:0 !important;
    margin-right:auto;
    margin-left:auto;
    padding:0;

}

ul.list-case-study, ul.list-case-study2, ul.list-case-study3{
    list-style:none;
    margin:0;
    padding:0;
}

li.case-study{
    width:100%;
    border-bottom:1px solid #0079c2;
}

li.case-study2, li.case-study3{
    width:100%;
    border-bottom:1px solid #fff;
}


li.case-study2{
    background-color:#221f1f;
}

li.case-study3{
    background-color:#0079c2;
}

ul.list-case-study li:hover, ul.list-case-study3 li:hover{
    background-color:#221f1f;
}

ul.list-case-study2 li:hover{
    background-color:#fff;  
}

ul.list-case-study li:hover > a, ul.list-case-study3 li:hover > a{
    color:#fff;
}

ul.list-case-study2 li:hover > a{
    color:#221f1f;
    background-color:#fff;
}

ul.list-case-study li:hover > a > .read-more, ul.list-case-study3 li:hover > a > .read-more{
    color:#fff;
}

ul.list-case-study2 li:hover > a > .read-more{
    color:#0079c2 !important;   
}

ul.list-case-study a, ul.list-case-study2 a, ul.list-case-study3 a{
    display:block;
    padding:25px 0 35px 50px;
    background-image:url('images/cs-icon-blue.png');
    background-repeat:no-repeat;
    background-position:10px 10px;
    font-size:2.1em;
    font-family: 'Titillium Web', sans-serif;
    font-weight:100;
    text-decoration:none;
    color:#221f1f;
}

ul.list-case-study3 a{
    background-image:url('images/cs-icon-wt.png');
    background-repeat:no-repeat;
    background-position:10px 10px;

}



 ul.list-case-study2 a,  ul.list-case-study3 a{
    color:#fff;   
}

ul.list-case-study2 a{
    background-color:#221f1f;
}

ul.list-case-study a:hover{
    background-color:#221f1f;
    color:#fff;
}

ul.list-case-study2 a:hover{
    background-color:#fff;
        color:#221f1f;
}


ul.list-case-study2 a:hover{
    background-color:#221f1f;
    color:#fff;
}


ul.list-case-study a .read-more, ul.list-case-study2 a .read-more, ul.list-case-study3 a .read-more{
    font-size:0.4em;
    text-transform:uppercase;
    color:#221f1f;
    font-weight:700;
    letter-spacing:1px;
    line-height:0;
}

ul.list-case-study2 a .read-more, ul.list-case-study3 a .read-more{
    color:#fff;   
}

ul.list-case-study a:hover > .read-more{
    color:#fff;
}

ul.list-case-study2 a:hover > .read-more{
    color:#0079c2 !important;   
}

.industry-wrap{
    background-color:#e1e1e1;   
}

ul.list-industry{
    list-style:none;
    padding:0;
    margin:0;
    border-left:1px solid #fff;
    overflow:hidden;
}

ul.list-industry li{
    float:left;
    border-right:1px solid #fff;
    text-align:center;
    padding:20px 0 20px 0;
    width:25%;
    border-bottom:1px solid #fff;
    min-height:200px;
}

ul.list-industry li a{
    text-decoration:none;
    text-transform:uppercase;
    font-size:0.95em;
}

ul.list-industry li a:hover{
        text-decoration:none;
}

ul.list-products, ul.list-products-cs{
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
}

ul.list-products li, ul.list-products-cs li{
    text-align:center;
    margin-bottom:15px;
    height:350px;
   
}

ul.list-products li{
       
}


ul.list-products-cs li{
    min-height:350px;

}

ul.list-products li p, ul.list-products-cs li p{
    font-family: 'Titillium Web', sans-serif !important;
    color:#858383;
    font-size:0.95em;
    padding-top:8px;
}



ul.list-testimonials{
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
    width:100%;
    background-color:#0079c2;
}

ul.list-testimonials2{
    list-style:none;
    padding:0;
    overflow:hidden;
    width:100%;
    background-color:#0079c2;
    border-right:1px solid #80bce1;
}

ul.list-testimonials li{
    padding-top:40px;
    padding-bottom:45px;
    padding-left:63px;
    background:url('images/testimonial-icon.png') no-repeat 10px 32px;
}

ul.list-testimonials2 li{
    padding-top:40px;
    padding-bottom:45px;
    padding-left:63px;
    background:url('images/testimonial-icon.png') no-repeat 10px 32px;
    border-left:1px solid #80bce1;
    
    min-height:220px;
}


ul.list-testimonials li p, ul.list-testimonials2 li p{
    font-family: 'andada', serif !important;
    font-style:italic;
    color:#d8d7d7;
    font-size:1.2em;
    font-weight:200;
}

ul.list-testimonials li p.tst-name, ul.list-testimonials2 li p.tst-name{
    font-family: 'Titillium Web', sans-serif !important;
    font-style:normal;
    font-weight:400;
    color:#fff;
    font-size:1.0em;
    
}



.blbg-contact{
    padding:15px;
    background-color:#0079c2;
    color:#fff;

}

.blbg-contact p{
    font-family: 'Titillium Web', sans-serif !important;
    font-size:16px;
}


.blbg-contact a{
    color:#fff !important;   
}

.highlight{
    font-weight:bold;
    color:#0079c2;
}   


.btn{
    display:block;
    background-color:#0079c2;
    padding:8px 35px;
    color:#fff;
    text-transform:uppercase;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight:600;
    letter-spacing:2px;
    margin-top:15px;

}


.view-products, .view-products2{
    background-color:#0079c2;
    margin-top:25px;
    border-bottom:1px solid #0079c2;
}

.view-products2{
    margin-top:0;
}

.view-products:hover, .view-products2:hover{
    background-color:#221f1f;

}

.view-products li:hover > a, .view-products2 li:hover > a{
    background-color:#221f1f;
}


.products-link, .landing-link{
    font-family: 'Titillium Web', sans-serif !important;
    font-weight:200;
    font-size:2.3em;
    color:#fff;
    text-transform:uppercase;
    padding:45px 0 60px 100px !important; 
    display:block; 
    letter-spacing:5px;
    background-image:url('images/gear-icon.png');
    background-repeat:no-repeat;
} 

.landing-link{
    text-align: center;  
    background-position:175px 0;
}

.landing-link.cad-link{
    background-position:145px 0;
}

.products-link:hover, .landing-link:hover{
    background-color:#221f1f;
    text-decoration:none;
    color:#fff;
}


.footer-bg{
    overflow:hidden;
    background-color:#221f1f;
    padding:45px 0 55px 0 !important;
    color:#fff;
    z-index:80;
}

.foot-logo{
    float:left !important;  
}

#text-2{
    float:left;
    margin-left:20px;
    margin-top:28px;
    font-family: 'Titillium Web', sans-serif !important;
    font-size:0.85em;
    text-transform:uppercase;
    font-weight:300;
    color:#dedcdc;
    letter-spacing:1px;
}

#nav_menu-2, #nav_menu-3{
    float:left;
    padding-top:28px;
}

#nav_menu-3{
    margin-left:20px;   
}

#nav_menu-2 ul, #nav_menu-3 ul{
    margin:0;
    padding:0;
    list-style:none;
}

#nav_menu-2 ul li a, #nav_menu-3 ul li a{
    font-family: 'Titillium Web', sans-serif !important;
    color:#b4b4b4;
}

#nav_menu-2 ul li a:hover, #nav_menu-3 ul li a:hover{
    color:#fff;
    text-decoration:none;
}


#industry-bg, #gb1-header{
    background-size:cover;
    width:100%;
    height:450px;
    text-align:center;
}


h1.industry-title{
    font-family: 'Titillium Web', sans-serif !important;
    font-size:3.8em;
    color:#000 !important;
    display:inline-block;
    padding:20px 40px;
    margin:150px auto auto auto;
    border:1px solid #fff;
    text-transform:uppercase;
    letter-spacing:6px;
    font-weight:700;
    line-height:0.5em;
}



h1.pg-title{
    font-family: 'Titillium Web', sans-serif !important;
    font-size:3.8em;
    color:#221f1f !important;
    display:inline-block;
    padding:20px 40px;
    margin:50px auto 40px auto;
    border:1px solid #0079c2;
    text-transform:uppercase;
    letter-spacing:6px;
    font-weight:700;
    line-height:1.0;
}



.learn-more{
    background-color:#dad9db;
    padding:20px 0 0 0 !important;    
}

.learn-more h2{
    font-family: 'Titillium Web', sans-serif !important;
    text-transform:uppercase;
    color:#fff;
    font-size:1.7em;
    font-weight:600;
    letter-spacing:4px;
    padding:0 20px 20px 20px;
}

.learn-more p{
    font-family: 'Titillium Web', sans-serif !important;
    font-size:1.1em;
    color:#231f20;
    margin:0 20px 40px 20px;
}
.learn-more a.learn-more-btn, a.learn-more-btn{
    padding:40px 20px 40px 80px;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform:uppercase;
    color:#fff;
    font-size:1.2em;
    font-weight:600;
    display:block;
    background:#0079c2 url('images/document-icon.png') no-repeat 20px 30px;
}


 a.learn-more-btn{
    padding-left:35px;

}


.learn-more a.learn-more-btn:hover, a.learn-more-btn:hover{
    background-color:#221f1f;
    text-decoration:none;
}

#engineer-thumb{
    border-radius: 50%;
    behavior: url(PIE.htc); /* for IE8 */
    float:left;
    width:199px;
    height:199px;
    border:1px solid #0079c2;
    overflow:hidden;
    text-align:center;
    position:relative;
}

#engineer-thumb img{
    max-height:100%;
    max-width:none;
    position:absolute;
    left:50%;
    margin-left:-199px;
}


.specialist{
    background-color:#ebebeb;   
}

h2.talk-specialist{
    padding:8px 20px;
    border:1px solid #0079c2;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform:uppercase;
    font-size:1.1em;
    font-weight:400;
    color:#221f1f;
    display:inline-block;
    margin-right:auto;
    margin-bottom:20px !important;
    letter-spacing:2px;
}

p.eng-name{
    font-weight:600;
     font-size:1.0em;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform:uppercase;
    color:#221f1f;
}

.industry-content, .general-content{
    text-align:center;
    padding-right:5%;
    padding-left:5%;
}

 .general-content{
    text-align:left;
}

.industry-content h2, .general-content h2{
    font-weight:600;
    font-size:1.5em;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform:uppercase;
    color:#0079c2;
    margin-bottom:15px;
    margin-top:30px;
    letter-spacing:3px;
}

.industry-content hr, .general-content hr{
    width:45px;
    height:6px;
    margin:auto;
    margin-top:25px;
    margin-bottom:25px;
    background-color:#464646;
}



.industry-content h3, .general-content h3{
    font-family: 'andada', serif !important;
    font-style:italic;
    color:#908f8f !important;
    font-size:1.2em;
    font-weight:200;
    letter-spacing:0;
    line-height:1.5em;
    text-transform:none;
}

.industry-content h4, .general-content h4{
    font-weight:600;
    font-size:1.1em;
    line-height:1.6em;
    font-family: 'Titillium Web', sans-serif !important;
    color:#0079c2;
}



.industry-content p{
    font-size:1.15em;
}


.industry-content p{
    font-size:1.1em;
}

.strip{
   height:54px;
}

.cs{
    background:url('images/top-strip-cs.png');
}

.pm{
    background:url('images/top-strip-pm.png');
    height:52px;
}

.ttu{
    background:url('images/top-strip-ttu.png');
    height:52px;
}

.cd{
    background:url('images/top-strip-cd.png');
    height:49px;    
}

.cs-tag{
    padding:8px 20px;
    border:1px solid #221f1f;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform:uppercase;
    font-size:1.1em;
    font-weight:700;
    color:#0079c2;
    display:inline-block;
    margin:auto;
    margin-top:55px !important;
    margin-bottom:18px !important;
    letter-spacing:2px;
}    

.cs-title{
    font-family: 'Titillium Web', sans-serif !important;
    text-transform:normal;
    font-size:2.95em;
    font-weight:200;
    color:#3f393b ;
    margin:auto;
    margin-bottom:60px !important;
    line-height:1.3em !important;
}

.cs-process{
    background-color:#0079c2;
    padding-left:25px !important;
}

.cs-process h4{

    font-family: 'Titillium Web', sans-serif !important;
    text-transform:uppercase;
    font-size:1.0em;
    font-weight:700;
    color:#fff;
    margin-top:25px !important;
    margin-bottom:35px !important;
    letter-spacing:2px;       
}

.cs-process p{
    font-family: 'Titillium Web', sans-serif !important;
    color:#fff;
    font-size:1.2em;
    min-height:125px;
    padding-right:5%;
}

.cs-proc-col{
    border-right:1px solid #fff;
}
.cs-proc-col2{
    border-right:none;

}
.cs-content{
    background-color:#f2f2f2;  
    padding:20px 40px 100px 20px !important;
    min-height:100%;
}

.cs-content h2{
    font-family: 'Titillium Web', sans-serif !important;
    color:#0079c2;
    font-size:2.0em;
   text-transform:uppercase;
    margin-bottom:20px;
}

.cs-content h3{
    font-family: 'andada', sans-serif !important;
    color:#838282;
    font-size:1.5em;
   font-style:italic;
    margin-bottom:10px;
    letter-spacing:0;
    line-height:1.6em;
}

.cs-content p{
    line-height:1.7em;
    font-size:1.1em;
    margin-bottom:15px;
    
}
.specialist-cs{
    background-color:#221f1f;
    padding:20px;
    
}

.specialist-cs #engineer-thumb{
    float:none;
    margin:auto auto 20px auto;
}

.specialist-cs p.eng-name{
     color:#0079c2; 
    font-style:normal;
        font-weight:600;
} 

.specialist-cs p{
    color:#fff;
    font-family: 'Titillium Web', sans-serif !important;
    font-style:italic;
    font-size:1.2em;
    font-weight:200;
}

.specialist-contact-cs{
    background-color:#0079c2;
    color:#fff;
    padding:20px;
}

.specialist-contact-cs .btn{
    background-color:#221f1f;
    color:#fff;
}

.specialist-contact-cs .btn:hover{
    color:#221f1f; 
    background-color:#fff;

}

.equal{
    margin-bottom: -99999px !important;
    padding-bottom: 99999px !important;
}


h1.product-title{
    margin-left:15px;
    text-transform:uppercase;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight:200;
    letter-spacing:5px;
    font-size:3.0em;
    z-index:99;
    padding:5px 15px;
    background-color:#0079c2;
    color:#fff;
    display:inline-block;
    margin-right:auto;
    margin-top:50px;
}

.product-img{
    margin-top:-30px !important;
    z-index:-99;
}

.product-desc h2{
    color:#221f1f;
    font-size:1.3em;
    margin-bottom:20px;
    font-family: 'Titillium Web', sans-serif !important;
    padding:0 25px 20px 0;
    font-weight:700;

}

.product-content{
    overflow:hidden;   
}

.product-desc{
    background-color:#ebebeb;
    padding-top:5px;
}

.product-desc p{
    color:#696a6b;
    font-family: 'andada', serif !important;
    font-size:1.3em;
    font-style:italic;
    line-height:1.3em;
    margin-bottom:20px;
    padding-right:40px;
}


.product-install h3{
    font-family: 'Titillium Web', sans-serif !important;
    color:#221f1f;
    text-transform:uppercase;
    font-weight:700;
    font-size:1.2em;
    letter-spacing:2px;
    margin-bottom:20px;
}

.product-install{
    text-align:center;
    padding-bottom:45px;
}

.product-info{
    background-color:#221f1f;
    overflow:hidden;
}

.product-info h3{
    font-family: 'Titillium Web', sans-serif !important;
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    font-size:1.2em;
    letter-spacing:2px;
    margin-bottom:20px;    
}

.product-info p{
    font-family: 'Titillium Web', sans-serif !important;
    color:#fff;
    padding-right:25px;
    font-size:1.2em;
    font-weight:300;
}

.product-info li{
    color:#fff;   
}


.installation-dgrm{
     border-radius: 50%;
    behavior: url(PIE.htc); /* for IE8 */
    width:265px;
    height:265px;
    border:1px solid #0079c2;
    overflow:hidden;
    margin:auto;
}



.installation-dgrm img{
    max-height:100%;
    max-width:none;
}




#logo-container{
    position:absolute; 
    top:0;
    left:0;
    border-bottom:1px solid #ebebeb;
    margin-top:-3px;
}

.metaslider .caption-wrap{
    width:70% !important;
    left:15% !important;
    bottom:-15px !important;
    margin-left:-50%;
    margin-right:auto !important;
    margin-top:-15px !important;
    background-color:#221f1f !important;
    opacity:1.0 !important;
    -moz-opacity:1.0 !important;
    -webkit-opacity:1.0 !important;
    -o-opacity:1.0 !important;
    z-index:5 !important;
    padding-bottom:20px !important; 
}

.flex-control-nav{
    bottom:-40px !important;
}


.flex-control-paging li a.flex-active{
    background:#0079c2 !important;
    
}


.flex-control-nav li a{
    margin:0px 3px !important;
}


.search-cs{
    background:#f2f2f2;
}   


.search-form{
    text-align:center;
    padding-top:20px;
}

.search-form input{
    width:400px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;
    padding:0 9px !important;
    height:45px;
    margin-top:-2px !important;
    border-right:none;
    border-radius:3px 0 0 3px;
    margin:0 !important;
    border-top:0 !important;
    color:#221f1f !important;
    margin-left:-45px !important;
}



.search-form .btn-default{
    background:#0079c2 !important;
    border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.5em;
	line-height: 1;
	padding:0;
	text-shadow:none;
    height:45px;
    width:45px;
    display:inline-block;
    top:2px;
    position:absolute;
    top:40px;
}


.cs-index-list{
    list-style:none;
    padding:0;
    margin:0;
}

.cs-index-list li{
    border-bottom:1px solid #ccc;   
}

.cs-index-list li a{
    padding:20px;
    display:block;
    font-weight:300;
    font-size:1.2em;
}


.cs-index-link{
    width:80%;
    float:left;
}

.cs-industry{
    width:20%;
    float:right;   
}


.cs-index-list li:hover{
    background:#0079c2;
    color:#fff;
}

.cs-index-list li:hover a, .cs-index-list li a:hover {
    background:#0079c2;
    color:#fff; 
    text-decoration:none;
}


.cs-industry a{
    color:#221f1f;
    text-transform:uppercase;
    font-size:0.95em !important;
    font-weight:500 !important;
}


.product-icon{
    position:absolute;
    right:22px;
    top:0px;
    background-color:#0079c2;
}

.product-links{
    background-color:#0079c2;
    overflow:hidden;
    list-style:none;
    border-bottom:1px solid #0079c2;
}


.product-links li a{
    display:block;
    font-size:1.8em;
    text-transform:uppercase;
    letter-spacing:5px;
    height:135px;
    color:#fff;
    font-weight:600;
    background-image:url('images/pl-icon.png');
    background-repeat:no-repeat;
    background-position:10px 40px;
    text-decoration:none;
    padding:35px 0 45px 50px;

}


.product-links li:hover{
       background-color:#221f1f;
 
}

.product-links li a:hover{
    background-color:#221f1f;
    
}


.brd-rt{ border-right:1px solid #fff; }



.emergency-hotline{
    font-size:2.5em;
    background-image:url('images/phone-icon-wht.png');
    background-repeat:no-repeat;
    background-position:80px 20px;
    text-align:center;
    
}

.emergency-hotline h1{
    font-size:1.2em;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#fff;
    font-weight:600;
    text-decoration:none;
    padding:20px 0 35px 0;
    font-family: 'Titillium Web', sans-serif !important;    
}

.distributors{
    font-size:2.5em;
   /* background-image:url('images/phone-icon-wht.png');
    background-repeat:no-repeat;
    background-position:80px 20px; */
    text-align:center;
    
}

.distributors h1{
    font-size:1.2em;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#fff;
    font-weight:600;
    text-decoration:none;
    padding:20px 0 35px 0;
    font-family: 'Titillium Web', sans-serif !important;    
}

.request-quote, .request-quote-form{
    background-color:#ebebeb;
    padding:35px 0 75px 0 !important;
    text-align:center;
}

.request-quote-form{
    text-align:left;
}

.request-quote h2{
    font-family: 'Titillium Web', sans-serif !important;    
    font-weight:600;
    letter-spacing:4px;
    font-size:2.5em;
    margin-bottom:25px;
}

.request-quote p{
    font-family: 'Titillium Web', sans-serif !important;    
    font-size:1.3em;
    font-weight:200;
    margin-bottom:45px;
}



.specialist-col-left{
    width:50%;
    float:left;
    min-height:400px;
}



.specialist-col-right{
    width:500px;
    float:left;
    overflow:hidden;
    padding-left:25px;
}

.specialist-col-right hr{
    width:45px;
    height:6px;
    background-color:#464646;
    margin:20px 0 35px 0 !important;
}

.specialist-contact{
    background-color:#fff;
    padding:18px 30px 22px 18px;
    margin:15px auto 10px 0;
    width:400px;
}


.specialist-col-right h3{
    text-transform:uppercase;
    font-weight:600;
    font-size:1.5em;
    color:#0079c2;
}

.specialist-col-right p{
    font-family: 'Andada', serif !important;
    font-size:1.0em;
    font-style:italic;
    font-weight:400;
    padding-right:10%;
}

h3.specialist-tag{
    padding:8px 20px;
    border:1px solid #221f1f;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform:uppercase;
    font-size:1.1em;
    font-weight:700;
    color:#0079c2;
    display:inline-block;
    margin-top:30px !important;
    margin-bottom:20px !important;
    letter-spacing:2px;
    font-style:normal;
}  


.specialist-info ul.list-case-study3 li.case-study3 a{
    font-size:1.2em !important;
    background-position:15px -4px;
    padding-top:15px;
    padding-bottom:25px;
}

.specialist-info{
    padding-left:0;   
} 


.request-quote-form input[type="text"], .request-quote-form textarea{
    width:100%;
    margin:auto;
    margin-bottom:25px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;
    padding:0 9px !important;
    margin-top:-2px !important;
    border-right:none;
    border-radius:3px 0 0 3px;
    border-top:0 !important;
    color:#221f1f !important;
}

.request-quote-form input[type="text"] {
     height:45px;
      
}

.request-quote-form textarea{
    padding-top:10px !important;
}

.request-quote-form p{
    font-family: 'Titillium Web', sans-serif !important;    
    font-size:1.3em;
    font-weight:200;
    margin-bottom:45px;
}

.request-quote-form .form-title{
    font-family: 'Titillium Web', sans-serif !important;    
    font-size:1.2em;
    font-weight:400;
    margin-bottom:35px;
    color:#0079c2;
}

::-webkit-input-placeholder {
    font-family: 'Andada', serif !important;
    color:#221f1f;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'Andada', serif !important;
    color:#221f1f;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-family: 'Andada', serif !important;
    color:#221f1f;
}

:-ms-input-placeholder {  
    font-family: 'Andada', serif !important;
    color:#221f1f;
}

.request-quote-form  select{
    width:100%;
    margin:auto;
    margin-bottom:25px;
    padding:0 9px !important;
    height:45px;
}


.request-quote-form .col-sm-6{
    padding-left:0;  
}

.request-quote-form input[type="submit"]{
    display:block;
    background-color:#0079c2;
    padding:15px 35px;
    color:#fff;
    text-transform:uppercase;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight:400;
    letter-spacing:2px;
    margin-top:15px; 
    box-shadow:none;
}


.request-quote-form input[type="submit"]:hover{
    background-color:#221f1f;   
}


.capabilities-list {
    overflow:hidden;   
}
.capabilities-list ul{
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
}

.capabilities-list ul li{
    width:33.3%;
    float:left;
    padding:20px 10px 10px 10px;
    text-align:center;
    background-color:#ebebeb;
    border:1px solid #fff;
    color:#0079c2;
    font-weight:400;
    height:100px;
    font-weight:600;
    dislay:inline-block;
    vertical-align:middle;
    font-size:1.15em;
}

h1.rnd-title{
    font-family: 'Titillium Web', sans-serif !important;    
    text-transform:uppercase;
    font-size:2.3em;
    line-height:1.1;
    font-weight:400;
    letter-spacing:3px;
    padding-bottom:15px;
    border-bottom:1px solid #221f1f;
    margin-bottom:35px;
}


.rnd-img{
    height:600px;   
}

.list-locations{   
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
}

.list-locations li{
    border-left:1px solid #221f1f;
    padding-left:20px;
}

.list-locations li h3{
    font-size:1.3em;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
    margin-top:0 !important;
    color:#0079c2;
  
}


#general-info-cap {
    overflow:hidden;   
}
#general-info-cap ul{
    list-style:none;
    margin:0;
    padding:0;
    width:100%; 
}

#general-info-cap ul li{
    width:33.3%;
    float:left;
    padding:20px 10px 10px 10px;
    text-align:center;
    background-color:#0079c2;
    border:1px solid #ebebeb;
    color:#fff;
    font-weight:200;
    height:80px;
    font-weight:400;
    dislay:inline-block;
    vertical-align:middle;
    font-size:1.15em;
}

.process-list{
    margin-top:25px;
    margin-bottom:35px;
    overflow:hidden;
}

.process-list ul{
    padding:0;
    margin:0;
    width:100%;
    list-style:none;
}

.process-list ul li{
    text-align:center;
    padding:45px 22px 55px 22px;
    margin-bottom:1px;
    background-color:#0079c2 !important;
    font-size:2.5em;
    font-weight:200;
    font-family: 'Titillium Web', sans-serif !important;
    line-height:1.5;
    color:#fff;
    background-image:url('images/proc-arw.png');
    background-repeat:no-repeat;
    background-position:top center;
    display:block;
}

.process-list ul li:hover{
    background-color:#221f1f !important;
    text-align:center;
}

.products-table{
    font-size:1.1em;
    border-collapse:inherit;
}

.products-table tr{
      padding-left:25px;
    padding-right:25px;  
}

.products-table td{
    border-bottom:1px solid #838383;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:15px;
}

.products-table th{
    text-transform:uppercase;
    color:#0079c2;
    padding-bottom:30px;
    padding-left:15px;
}

td.tb-first{
    padding-left:0;
}

.products-table img{
    max-width:none !important;
    float:left;
    margin-right:25px;
    width:75px;
    height:75px;
}

.products-table .tb-link{
    font-size:1.2em;
    color:#0079c2;
} 


.prod-thumb{
    border-radius: 50%;
    behavior: url(PIE.htc); /* for IE8 */
    display:block;
    margin:auto;
    width:105px;
    height:105px;
    overflow:hidden;
}

.mats{
    overflow:hidden !important;   
}

.mat-title{
    font-size:2.5em;
    text-transform:uppercase;
    font-family: 'Titillium Web', sans-serif !important;
    line-height:1.5;
    color:#0079c2;
    letter-spacing65px;
    margin-bottom:30px;
    text-align:center;
}

.mats img{
    padding-top:8%;
}


.mats-col1{
    color:#fff;
    padding:25px 25px 40px 25px;
}

.mats-col2{
    color:#fff;
    padding-left:0 !important;
    padding-right:0 !important;
    padding-top:1px;

}


.mats-col1 h2, .mats-col2 h2{
    font-family: 'Titillium Web', sans-serif !important;
    font-size:1.1em;
    font-weight:600;
    margin-bottom:25px;
    text-transform:uppercase;
    letter-spacing:4px;
}

.mats-col2 h2{
  color:#221f1f;
    padding-left:25px;
    padding-top:25px;
    margin-bottom:20px;

}


.mats-col2 ul{
    list-style:none;
    padding:0;
    margin:0;
}


.mats-col2 ul li{
}

.mats-col2 ul li a{
    padding:5px 10px 5px 25px;
    display:block;
    color:#fff;
}

.mats-col2 ul li a:hover{
    text-decoration:none;
    background-color:#221f1f;
}


ul.rnd-grid{
    list-style:none;
    padding:0;
    margin:0;
    border:none;
    overflow:hidden;
    border-left:1px solid #fff;
}

ul.rnd-grid li{
    width:33.33333333%;
    float:left;
    height:400px;
    padding:0 !important;
    margin:0 !important;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    display:inline-block;
    overflow:hidden;
    text-align:center;
}

ul.rnd-grid li img{
    max-height:100%;
    max-width:none;

}


#rnd-posts{
    list-style:none;
    padding:0;
    margin:0;
}

#rnd-posts li{
    margin-bottom:10px;
    background-color:#221f1f;
    color:#fff;
    padding:15px;
}

#rnd-posts a{
    color:#fff;
}

#rnd-posts hr{
    border:none;
    width:45px;
    height:6px;
    background:#0079c2;
    margin:10px auto 35px 0;
}

#rnd-posts h2{
    font-size:1.2em;
    color:#fff;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:2;
    
}


#rnd-posts p{
    font-weight:200;
    font-size:0.98em;
    font-family: 'Titillium Web', sans-serif !important;
    line-height:1.6em;
    margin-bottom:15px;
}

#rnd-posts a.read-more{
    text-transform:uppercase;
    font-weight:500;
    letter-spacing:1px;
        font-size:0.95em;

}

#rnd-posts h4{
    font-size:0.9em;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:30px;
}

#rnd-posts h4 a{    
    border-top:4px solid #0079c2;
    padding-top:3px;
}

#rnd-posts h4 a:hover{
    text-decoration:none;   
}

 
ul.post-categories{
    list-style:none;
    padding:0;
    margin:0;
}

ul.post-categories li{
    padding:0;
    margin:0;
}


.rc-ra{
    background-color:#0079c2;   
}

.rc-ra h2{
    font-family: 'Titillium Web', sans-serif !important;
    font-size:1.3em;
    text-transform:uppercase;
    color:#fff;
    font-weight:400;
    letter-spacing:2px;
    margin-top:0;
    margin-bottom:0;
    padding-top:10px;
    padding-bottom:12px; 
}

.post-cat{
    float:right;
    margin-left:auto;
    display:inline-block;
    background-color:#0079c2;
    color:#fff;
    text-transform:uppercase;
    font-size:0.8em;
    letter-spacing:2px;
    font-weight:600;
    margin:0;
}

.post-cat a{
    display:inline-block;
    padding:6px 10px;
    color:#fff;
}

.post-cat a:hover{
    text-decoration:none;
    color:#221f1f;
}


.post-ttl{
    font-family: 'Titillium Web', sans-serif !important;
    font-size:1.6em;     
}

.post-read-more{
    text-transform:uppercase;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight:700;
    letter-spacing:1px;
    color:#221f1f;
    margin-bottom:30px !important;
}

.post-read-more:hover{
    text-decoration:none;
    color:#0079c2;
}

.post-exc{ 
    margin-bottom:20px !important;   
}


.page-numbers, a.page-numbers {
    margin:1px;
    padding:6px 12px;
    background-color:#0079c2;
    text-transform:uppercase;
    font-weight:700;
    display:inline-block;
    float:left;
    color:#fff;
}

a.page-numbers{
    background-color:#b4b4b4;
    color:#221f1f;
}    

a.page-numbers:hover{
    background-color:#221f1f;
    color:#fff;
    text-decoration:none;
}   


.post-img{
    height:auto;
    overflow:hidden;
    border-bottom:1px solid #221f1f;
    border-top:1px solid #221f1f;
}


.post-content{
    font-family: 'Titillium Web', sans-serif !important;
    font-size:1.1em;
}

.post-content p{
    font-family: 'Titillium Web', sans-serif !important;
    line-height:1.5;
}


.recent-posts{
    text-align:center;
}
 

.recent-posts h2{
    font-family: 'Titillium Web', sans-serif !important;
    text-transform:uppercase;
    font-size:1.5em;
    font-weight:200;
    letter-spacing:1px;
    color:#fff;
    padding-left:22px;
    margin-bottom:5px;
}

.recent-posts hr{
    width:60px;
    height:6px;
    border:0;
    background-color:#fff;
    margin-bottom:35px;
    display:inline-block;
    text-align:left;
    margin-right:auto;
    margin-left:22px !important;
}

.recent-posts ul{
    list-style:none;
    padding:0;
    margin:0;
}

.recent-posts ul li{
    margin-bottom:1px;
    
}

.recent-posts ul li a{
    margin-bottom:1px;
    padding:6px 22px;
    display:block;
    background-color:#221f1f;
    color:#fff;
    font-size:1.1em;
}

.recent-posts ul li a:hover{
    background-color:#0079c2;
    text-decoration:none; 
}

.process-link{
    font-family: 'Titillium Web', sans-serif !important;
    text-transform:normal;
    font-size:2.7em;
    line-height:1.5;
    font-weight:300;
    letter-spacing:1px;
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
    text-align:center;
}

.process-link li{
    background-color:#221f1f;
    margin-bottom:70px;
    color:#fff;
    width:100%;
}

.process-link a{
    font-family: 'Titillium Web', sans-serif !important;
    color:#fff;
    display:block;
    padding-top:55px;
    padding-bottom:60px;
    text-decoration:none;
}

.process-link li:hover{
    background-color:#0079c2;
}

.process-link li:hover > a{
    background-color:#0079c2;
}

.process-link a:hover{
    background-color:#0079c2;
    text-decoration:none;
}


body, html{
    background-color:#221f1f;
}

header-wrapper, container, content, industry-content{
    background-color:#fff;   
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    width:100%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.pdf-dwn{
	color:#221f1f;
	text-transform:uppercase;
	font-size:0.835em;
	text-decoration:none; 	
}


.bbg_image{
}



#cboxTitle{
    background-color: #0079c2;
    font-size:1.2em;
    line-height:2.0em;
    padding:5px 10px;
}



.rpg-gal-title{
    display:none !important;   
}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}


.gal-container{
    width:100%;   
}

.ubermenu-skin-none {
    font-size: 14px;

}

.caption h4{
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    margin: 0;   
    
}


.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    color: #0079c2;
    text-align: left;
    padding-left: 10px;
    font-style: italic;
    font-size: 13px;
}

ul.page-links{
    list-style: none;
    margin:0;
    padding:0;
}

ul.page-links li{
    float:left;
    width:25%;
    border-right:1px solid #fff;
}

ul.page-links li a{
    display:inline-block;
    text-align:center;
    width:100%;
    padding:40px 20px;
    background-color:#0079c2;
    color:#fff;
    text-transform:uppercase;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight:400;
    letter-spacing: 1px;
    border-right:1px solid #fff;
    min-height:200px;
}   

ul.page-links li a:hover{
    text-decoration: none;
    background-color:#000;
}

#gb1-header{ background-image:url("https://www.systemseals.com/wp-content/uploads/GlobalOne_hero.jpg") }


.gb1-sidebar{ background: #0079c2; padding:120px 45px 75px 85px; color: #fff; } 
.gb1-sidebar h4{ color:#fff; }
.gb1-sidebar hr{ width:25%; height:6px; background-color:#000; float:left; border:none; margin-right:100%; }

.tech-rl-container{ float:left; width:25%; height:400px; border-right:1px solid #fff; }
.tech-rl-container a{ color: #fff; text-align: center; display: block; padding: 35px 5px; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; margin-top: 150px; background:#0079c2; min-height:90px; }
.tech-rl-container a:hover{ text-decoration: none; background:#000; color:#0079c2; }

.caption .caption-large{ font-size:28px; padding-top:15px; }




/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #0079c2;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #0079c2;
    color: white;
}







/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */

/* QUERIES */








@media only screen and (max-width: 547px) { 
    .modal-content {
  
    width: 80%;
}
    
      .landing-link {
        background:none;
        padding-left:0 !important; 
        font-size:1.8em;

    }
    
    
    .product-icon{
        height:70px;
        width:70px;
    }
    
    #specialist-img{
        width:100%;
        text-align: center; 
        
    }

    
    #specialist-photo{
        width:300px;
        height:300px;
        margin-left:-150px; 
    }
 
    
    #specialist-photo img{
        margin-left:-300px; 
       
    }
    
    
    ul.rnd-grid li{
        height:auto;
        width:100%;
    }
    
    ul.rnd-grid li img{
        max-height:none;
        max-width:100%;
    }

    
    .products-table .tb-link{
    font-size:1.8em;
} 
    
    .tb-hide, .tb-hide2{  
        display:none !important;
    }

    .products-table .tb-link{
    font-size:1.8em;
} 
    
    .process-list ul li{
        font-size:1.5em;   
    }
    
        #general-info-cap ul li{
        width:100% !important;
        height:auto;
        padding-top:15px;
        padding-bottom:20px;
    }
    
      .capabilities-list ul li{
        width:100% !important;
        height:auto;
        padding-top:25px;
        padding-bottom:30px;
        text-align:center;
    }
    
     .search-form input{
    width:250px !important;
    }

.specialist-contact{

    width:100%;
}
    

h1.pg-title{
    font-size:2.0em !important;
    line-height:1.1 !important;
    letter-spacing:2px !important;
}
    
    #text-2{
        margin-left:0px !important;   
    }
    
    .footer-bg{
        padding:25px 0 55px 0 !important;
    }

    .cs-index-link{
    width:50%;
    float:left;
}

.cs-industry{
    width:50%;
    float:right;   
}

.request-quote{
    text-align:left;
    padding-left:20px !important;
    padding-right:20px !important;

}
    
    ul.page-links li{
    float:none;
    width:100%;
    border-right:none;
    border-bottom:1px solid #fff;    
    }
    
    ul.page-links li a{
            min-height:auto;
    }
    
}

    
@media only screen and (max-width : 468px){ 
    
      ul.page-links li{
    float:none;
    width:100%;
    border-right:none;
    border-bottom:1px solid #fff;    
    }
    
    ul.page-links li a{
            min-height:auto;
    }
.landing-link {
        background:none;
        padding-left:0 !important;
        font-size:1.8em;

    }
    
    .ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-drop .ubermenu-target-description{
        display:none;   
    }
    
     .product-icon{
        height:60px;
        width:60px; 
    }
    
    
    .emergency-hotline h1{
        font-size:0.9em;
    }

        #specialist-img{
        width:100%;
        text-align: center; 
        display: none;
    }
 
    
    #specialist-photo{
        width:220px;
        height:220px;
        margin-left:-110px; 
    }
 
    
    #specialist-photo img{
        margin-left:-220px; 
       
    }
    
    
    #nav_menu-3{
        margin-left:0;
        padding-top:0;
    }

    
    #nav_menu-2, #nav_menu-3{
        float:none;

    }

}
    



 
}


@media only screen and (min-width : 547px) and (max-width : 568px) { 
     .landing-link {
        background:none;
        padding-left:0 !important;
        font-size:1.8em;
 
    }    
    
        .tb-hide, .tb-hide2{ 
        display:none !important;
    }

    .products-table .tb-link{
    font-size:1.8em;
} 
    
      .process-list ul li{
        font-size:1.5em;   
    }
    
        #general-info-cap ul li{
        width:100% !important;
        height:auto;
        padding-top:15px;
        padding-bottom:20px;
    }

    .capabilities-list ul li{
        width:50% !important;
    }
    
    #text-2{
        margin-left:8px !important;   
    }
}

@media only screen and (min-width : 922px) and (max-width : 991px) { 
     .landing-link {
        background:none;
        padding-left:0 !important; 
    }    

        ul.rnd-grid li{
        width:50%;
        }

    
    
    .cs-proc-col, .cs-proc-col2{
        border-right:none;
        border-bottom:1px solid #fff;
        padding-left:0;
        padding-right:0;
    }

    .cs-proc-col2{
        border-bottom:none;
    }

}



/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
    
    
    .tech-rl-container{ float:none; width:100%; border-right:none; border-bottom:1px solid #fff; height:auto;}
    .tech-rl-container a{ margin-top:0; min-height:auto;}
    
      ul.page-links li{
    float:none;
    width:100%;
    border-right:none;
    border-bottom:1px solid #fff;    
    }
    
    ul.page-links li a{
            min-height:auto;
    }
      .landing-link {
        background:none;
        padding-left:0 !important; 
    }   
    .metaslider .caption-wrap{
        position:static !important;
        width:100% !important;
        padding:0 22px 30px 22px;
        margin-top:0px !important; 
    }
    
    
    ul.rnd-grid li{
        height:auto;
        width:100%;
    }
    ul.rnd-grid li img{
        max-height:none;
        max-width:100%;
    }

    .brd-rt{ border-right:none !important; }
    .product-links li a{ height:auto; }
    
    .process-list ul li{
        font-size:2.0em;   
    }

    .tb-hide, .tb-hide2{ 
        display:none !important;
    }

    .products-table .tb-link{
    font-size:1.8em;
} 
    
    
    #general-info-cap ul li{
        width:50%;
    
    }
    
    .list-locations li{
    border-left:none;
    padding-left:0;
    padding-bottom:55px;
    text-align:center;
}
    
    .capabilities-list ul li{
        width:50%;
    }
    
    h1.pg-title{
        font-size:2.8em;
        letter-spacing:2px;
}
    
    .specialist-col-left{
    width:100%;
    float:none;
}

.specialist-col-right{
    width:100%;
   text-align:center;
    padding-left:0;
}

.specialist-col-right p{
    padding-left:22px;
    padding-right:22px;
}

.specialist-col-right hr{
    margin:20px auto 35px auto !important;
}

.specialist-contact{
   width:100%;
}
    

    .request-quote{
    text-align:left;
    padding-left:20px !important;
    padding-right:20px !important;

}
    
       .emergency-hotline{
    background-image:none;   
}

   .emergency-hotline h1{
   padding-top:5px !important;
}
    
        
ul.list-testimonials2 li{
    border-bottom:1px solid #80bce1 !important;
    border-left:0px;
    min-height:0;
} 
 
    ul.list-testimonials2{
    border-right:0px;
}
    
    .search-form input{
    width:350px;
    }
    
    .cs-index-link{
    width:65%;
    float:left;
}

.cs-industry{
    width:35%;
    float:right;   
}
    
    .products-link{
        padding-left:70px !important;
    }

    #logo-container{
        width:100%; 
        display:block; 
        float:none;
        text-align:center;
      position:static;
    }
    
    #ubermenu-main-4-primary{
        margin-top:0 !important;
    }

   .home-col1, .home-col2{
        width:100%;
        min-height:400px;
        padding-top:80px;
        border:none;
        border-bottom:1px solid #fff;
    }

    .secondary-home-header{
        padding-top:20px;
    }


    ul.list-industry{
        border-left:none;
    }

    ul.list-industry li{
        float:none;
        width:100%;
        border-right:none;
    }
    .hotline{
        padding-bottom:20px;
    }
    
    .blue-arrow{
        display:none;   
    }
    
    #engineer-thumb{
        float:none;  
        margin:auto;
    }

h2.talk-specialist{
    display:block;
    text-align:center;
    margin-bottom:20px;
}


    h1.industry-title{
        font-size:2.5em;
        padding:10px 20px;
        margin:80px auto auto auto;
        line-height:0.5em;
    }


    #industry-bg, #gb1-header{
        height:250px;
    }   


    .cs-proc-col, .cs-proc-col2{
        border-right:none;
        border-bottom:1px solid #fff;
        padding-left:0;
        padding-right:0;
    }

  .cs-proc-col2{
        border-bottom:none;
    }

    .cs-process p{
        padding-left:0;
        padding-right:0;
    }

.equal{
    margin-bottom:0 !important;
    padding-bottom:25px !important;
}

.specialist-contact-cs, .specialist-cs{
    text-align:center;
}

.container{
    margin-top:0 !important;
    margin-bottom:0 !important;
    margin-right:auto;
    margin-left:auto;
    padding:0;
}

.container-fluid{
    margin-top:0 !important;
    margin-bottom:0 !important;
    margin-right:auto;
    margin-left:auto;
    padding:0;
}

h1.product-title{
    margin-left:0;
    display:block;
}

 .home-col1 h1, .home-col2 h1{
        margin-right:15px;
        margin-left:15px;
    }

} 

@media only screen and (min-width : 920px) and (max-width : 959px) {
     .landing-link {
        background:none;
        padding-left:0 !important; 
    }    
        ul.rnd-grid li{
        width:50%;
        }
    
    .tb-hide2{ 
        display:none !important;
    }
    
    .brd-rt{ border-right:none !important; }
    .product-links li a{ height:auto; }
    
        #general-info-cap ul li{
        width:50%;
    }
    
    .capabilities-list ul li{
        width:33.3%;
    }
    
            .specialist-col-left{
    width:100%;
    float:none;
}

.specialist-col-right{
    width:100%;
   text-align:center;
    padding-left:0;
}

.specialist-col-right p{
    padding-left:22px;
    padding-right:22px;
}

.specialist-col-right hr{
    margin:20px auto 35px auto !important;
}

.specialist-contact{
   width:100%;
}
    

.emergency-hotline{
    background-position:0 20px;   
}

   .emergency-hotline h1{
   padding-top:5px !important;
}

     #ubermenu-main-4-primary{
        margin-top:0 !important;
    }

    #logo-container{
        width:100%; 
        display:block; 
        float:none;
    position:static;
    }


    
ul.list-testimonials2 li{
    border-bottom:1px solid #80bce1 !important;
    border-left:0px;
    min-height:0;
} 
 
    ul.list-testimonials2{
    border-right:0px;
}
    
}



@media only screen and (min-width : 960px) and (max-width : 991px) {
      .landing-link {
        background:none;
        padding-left:0 !important; 
    }   
     .tb-hide2{ 
        display:none !important;
    }
    
    
    .brd-rt{ border-right:none !important; }
    .product-links li a{ height:auto; }
    
    .capabilities-list ul li{
        width:33.3%;
    }
    
    .emergency-hotline{
    background-position:10px 20px;   
}
ul.list-testimonials2 li{
    border-bottom:1px solid #80bce1 !important;
    border-left:0px;
    min-height:0;
} 
 
    ul.list-testimonials2{
    border-right:0px;
}
    
    
}


/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width : 768px) and (max-width : 922px) {
       .landing-link {
        background:none;
        padding-left:0 !important; 
    }  
        ul.rnd-grid li{
        width:50%;
        }
    
     .tb-hide2{ 
        display:none !important;
    }
    
    
    
    .brd-rt{ border-right:none !important; }
    .product-links li a{ height:auto; }
    
    #general-info-cap ul li{
        width:50%;
    }
    
    
    .capabilities-list ul li{
        width:50%;
    }
    
        .specialist-col-left{
    width:100%;
    float:none;
}

.specialist-col-right{
    width:100%;
   text-align:center;
    padding-left:0;

}

.specialist-col-right p{
    padding-left:22px;
    padding-right:22px;
}

.specialist-col-right hr{
    margin:20px auto 35px auto !important;
}

.specialist-contact{
   width:100%;
}
    
    
    .emergency-hotline{
    background-position:10px 20px;   
}

   .emergency-hotline h1{
   padding-top:5px !important;
}
    
ul.list-testimonials2 li{
    border-bottom:1px solid #80bce1 !important;
    border-left:0px;
    min-height:0;
} 
 
    ul.list-testimonials2{
    border-right:0px;
}
    
        #logo-container{
        width:100%; 
        display:block; 
        float:none;
        position:static;
    }
    
   #ubermenu-main-4-primary{
        margin-top:0 !important;
    }
    
   .home-col1, .home-col2{
        width:100%;
        background-color:gray;
        min-height:400px;
        padding-top:80px;
        border:none;
        border-bottom:1px solid #fff;
    }


    .secondary-home-header{
        padding-top:50px;
    }

    ul.list-industry{
        border-left:none;
    }

    ul.list-industry li{
        float:none;
        width:100%;
        border-right:none;
    }

    .hotline{

    padding-bottom:20px;
    }

  .cs-proc-col, .cs-proc-col2{
        border-right:none;
        border-bottom:1px solid #fff;
       padding-left:0;
        padding-right:0;
    }

    .cs-proc-col2{
        border-bottom:none;
    }

    .cs-process p{
        padding-left:0;
        padding-right:0;
    }


  .blue-arrow{
        display:none;   
    }
    
    #engineer-thumb{
        float:none;  
        margin:auto;
    }

    h2.talk-specialist{
        display:block;
        text-align:center;
        margin-bottom:20px;
    }

.equal{
    margin-bottom:0 !important;
    padding-bottom:25px !important;
}


.specialist-contact-cs, .specialist-cs{
    text-align:center;
}

.container{
    margin-top:0 !important;
    margin-bottom:0 !important;
    margin-right:auto;
    margin-left:auto;
    padding:0;
}

.container-fluid{
    margin-top:0 !important;
    margin-bottom:0 !important;
    margin-right:auto;
    margin-left:auto;
    padding:0;
}

h1.product-title{
    margin-left:0;
    display:block;
}

}


/* PDF GATING STYLES */

.pdf, .pdf p{
	font-family: 'Titillium Web', sans-serif !important; 
	font-size: 11px;
	color:#fff;
	text-transform:uppercase;
}

.product-links .pdf li a {
	height:80px !important;
	padding: 35px 0 10px 50px !important;
}

.product-links .col-md-4 {
	min-height:300px;
}

.et-icon {padding:20px !important;}

.learn-more p {
  margin: 0 20px 10px 20px !important;
}

/* END PDF GATING STYLES */




/* TOOLTIP */
a.tip {outline:none; }
a.tip span {
    z-index:10;display:none;
}

/* */
a.tip:hover span{
    display:inline; position:absolute;}
.callout {z-index:20;position:absolute; border: 1px solid #ccc; box-shadow: 5px 5px 8px #CCC;}
img.callout {position:absolute; width:300px; height:auto; }
/* */


/* END TOOLTIP */







@media only screen and (min-width : 960px) and (max-width : 1023px) {
    
     .landing-link {
        background:none;
        padding-left:0 !important; 
    }

    
     .tb-hide2{ 
        display:none !important;
    }
    
    
    
    .specialist-col-left{
    width:100%;
    float:none;
}

.specialist-col-right{
    width:100%;
   text-align:center;
    padding-left:0;

}

.specialist-col-right p{
    padding-left:22px;
    padding-right:22px;
}

.specialist-col-right hr{
    margin:20px auto 35px auto !important;
}

.specialist-contact{
   width:100%;
}
    
        .emergency-hotline{
    background-position:10px 20px;   
}
    
     ul.list-testimonials li{
     border-bottom:none;   
    }

.ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
    border-left: 1px solid #ececec;
    padding-left:13px !important;
    padding-right:13px !important;
}
    .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after{
    display:none !important;
    
}
  .container{
     max-width: 1024px !important;   
    }
}
 



/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width : 1024px) and (max-width : 1200px) {
        .landing-link {
        background:none;
        padding-left:0 !important; 
    }
     
    
        .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after{
    display:none !important;
    
}
    
.ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
    border-left: 1px solid #ececec;
    padding-left:20px !important;
    padding-right:20px !important;
}

    
    .emergency-hotline{
    background-position:0 20px;   
}
     ul.list-testimonials li{
     border-bottom:none;   
    }
    
  .container{
     max-width: 1024px !important;   
    }
}



/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width : 1200px) {
    
   
  
 ul.list-testimonials li{
     border-bottom:none;   
    }
    
 .ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
    border-left: 1px solid #ececec;
    padding-left:22px !important;
    padding-right:22px !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  right: 10px !important;
  }

}


.blue{ color:#0079c2; }
.blue-bg{ background-color:#0079c2; }
.gray-bg{ background-color:#ebebeb; }
.dkgray-bg{ background-color:#484848; }
.blk-bg{ background-color:#221f1f; }
.b-top{ border-top:1px solid #ebebeb; }
.black{ color:#221f1f; }
.center{ text-align:center !important; }    
.titillium { font-family: 'Titillium Web', sans-serif !important; }
.left{ text-align:left !important; }
.flow{ overflow:hidden; }
.no-list { list-style:none; padding:0; margin:0; }
.no-marg{ padding:0 !important; margin:0 !important; }
.extra-marg{ margin-top:25px; margin-bottom:25px; } 
.marg-bottom{ margin-bottom:50px !important; }
.marg-bottom-sm{ margin-bottom:20px !important; }
.extra-pad{ padding-top:35px; padding-bottom:60px; }
.extra-pad-md{ padding-top:30px !important; padding-bottom:25px !important; }

.extra-pad-sm{ padding-top:10px !important; padding-bottom:25px !important; }
.extra-pad-top{ padding-top:25px !important; }
.marg-top{ margin-top:80px; }

#menu-item-104 li a.ubermenu-target .ubermenu-target-title:hover{ color:#221f1f !important; }


#menu-item-346 .ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-drop .ubermenu-target-text a{ font-size:1.5em !important; padding-top:50px !important;  }


h3{ font-family: 'Titillium Web', sans-serif !important; letter-spacing:2px; margin-bottom:0.9em; text-transform:uppercase; color:#0079c2 !important; }  

#black-ttl{
    color:#000 !important;
}

#white-ttl{
    color:#fff !important;
}

#blue-ttl{
    color:#0079c2 !important;
}