/*
Theme Name: imatest
Author: Baumhaur
Author URI: http://www.baumhaur.com/
Description: imatest is a Responsive theme with 3 Column Grid based homepage layout. This theme is overloaded with plenty of featured, including an amazing responsive slider, Multiple Page Layouts, Configurable Sidebar Locations, Footer Widgets & Easy to use admin Panel.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Domain Path: /languages/
Tags: light, custom-background, two-columns, right-sidebar, flexible-width, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, gray, left-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

imatest WordPress Theme is distributed under the terms of the GNU GPL v3.
*/


/* =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 removed */
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: middle; */
}
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;
	border-color: #333333;
	border-style: solid;
}*/
/* NOOO BADDDDD   
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: 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: 20px;
}
/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 20px 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. */
}
td img {
	height: initial;
	max-width: none;
}
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"],
input[type="tel"],
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,
input[type="tel"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
	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%;
}
input[type="button"].downloadFull, input[type="button"].downloadUpgrade { font-weight: bold; font-size:11pt; width: 260px; padding:14px; margin:5px; border-radius: 10px;}
/*input[type="button"].downloadFull { background-color: #2add00; }
input[type="button"].downloadUpgrade { background-color: #ddc200; }*/

/* 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 20px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 20px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 20px;
}


/* =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 {
}
main.site-main span.button{font-family:inherit; font-weight: bold; background-color: #dddddd; padding: 1px 4px; border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #808080; border-bottom: 1px solid #000000;font-size: inherit;cursor: unset;color:#394264;}
main.site-main span.button:hover{text-decoration: none;}
/* 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.5em 0 0.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;
	}
}


.light_separator, .dark_separator {
    background: url(images/grey_separator.gif) no-repeat center bottom;
    margin-bottom: 30px;
    padding: 20px 0 0;
}
.dark_separator {
    background-image: url(images/dark_separator.gif);
}
.tab-pane .dark_separator {
  background-position: center left;
}
.shadow {
  background: url(images/graphic_shadow.png) no-repeat center bottom;
  height: 71px;
}

.nav-tabs li {
  background: url(images/events_list_bullet.png) no-repeat left center;
  padding: 0 0 0 28px;
  word-wrap: normal;
}

.page-template-about-php .nav-tabs li {
  background: none;
  margin-right: 3%;
}
.page-template-about-php #Customers .nav-tabs li {
	width: 13%;
	margin-right: 3%;
	padding-left: 2%;
}
.nav-tabs li.active {
  background-image: url(images/events_list_active.png)
}

.page-template-about-php .nav-tabs li.active {
  background: url(images/black_arrow.png) no-repeat left center;
}

#site-navigation ul ul {
  background: url(images/active_ul.png) no-repeat top center transparent;
}
#translation {
  background: url(images/active_ul.png) no-repeat -13px 0 transparent;
}

.lang-globe {
  background: url(images/globe.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 89px;
	top: 24px;
	z-index: 999999;
	cursor: pointer;
}
.lang-globe.active {
	background-position: -17px 0;
}

#translation li {
	float: none;
	list-style-type: none;
}
#top-search input[type=text],
#main .search-submit {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("images/search.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 17px 16px;  
}
#top-search input[type=text]:focus,
#main .search-submit:hover {
  background-image: url("images/search_focus.png");
}

.resources .nav-tabs li {
  background-image: url(images/ellipse_inactive.png);
  padding: 0 0 0 34px;
  font: 700 13px 'Open Sans' !important;
}
.resources .nav-tabs li.active {
  background-image: url(images/dot_ellipse.png);
}
.radio {
  margin: 2px 0 0 !important;
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0 !important;
  display: block;
  clear: left;
  float: left;
}
.local_scroll_div a {
  padding-right: 20px;
	margin-bottom: 5px;
	background: url(images/ellipse_hover.png) no-repeat 0 3px;
  background: url(images/ellipse.png) no-repeat 0 3px;
  width: 14px;
	padding-left: 25px;
  display: block;
	width: 180px;
	word-wrap: break-word;
}

.local_scroll_div .toggle a {
	background-image: none;
	font-weight: bold;
	padding-left: 2px;
	width: 20px;
}

.local_scroll_div .toggle a:hover, .local_scroll_div .toggle a.active {
	background-image: none;
	color: #000000;
}
.local_scroll_div {
	width: 190px;
	word-wrap: break-word;
}
.local_scroll_div a:hover, .local_scroll_div a.active {
  background-image: url(images/ellipse_hover.png);
}
.tri_bg {
  background: url(images/tri_bg.png) no-repeat top center;
  width: 326px;
  height: 71px;
  position: absolute;
  left: 50%;
  top: -68px;
  margin-left: -166px;
}
.add_bg {
  position: relative;
  padding: 0 0 40px;
  background: url(images/tabs_bg.gif) repeat-x bottom left #f1f3f8;
  height: 100%;
  font-size: 14px;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  color: #394264;
  text-align: center;
}
.add_bg h2 {
  margin: 0 0 -10px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #0c131e;
  line-height: 18px;
  background: url(images/grey_separator.gif) no-repeat center bottom;
}
.page_service_bot_bg,
.bot_img {
  background: url(images/Products_bg.png) no-repeat bottom center;
	background-size: cover;
  height: 104px;
  position: absolute;
  bottom: -102px;
  left: 0;
  width: 100%;
} 
.service_bot_img {
  background: url(images/services_img.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  margin-left: -156px;
  top: 105px;
  width: 330px;
  height: 350px;
  z-index: 99;
}
.page_service_bot_bg  {
  background: url(images/services_bot_bg.png) no-repeat bottom center;
  height: 282px;
  bottom: -230px;
  z-index: 99;
}
.download_link a {
  background: url(images/Download_btn.png) no-repeat center left;
  height: 68px;
  padding: 25px 0 25px 68px;
  margin: 0 7% 0 0;
  color: #00151f;
}

.filter_cats {
   /* margin: 10px 0 60px; */
   margin: 10px 0 0px;
  background: url(images/filter_bg.jpg) repeat-x top left;
  height: 57px;
}
.filter_cats ul {
  margin: 0;
  list-style-type: none;
  font: 700 13px/57px PT Sans;
}
.filter_cats li {
  float: left;
  width: 20%;
  text-align: center;
  text-transform: uppercase;
}
.filter_cats a {
  color: #9ca4c1;
	cursor: pointer;
}
.filter_cats li.selected a,
.filter_cats a:hover,
.category-company .company a,
.category-product .product a,
.category-imaging-tech .imaging-tech a,
.category-other .other a {
  color: #0c131e;
  text-decoration: none;
}

/** Custom Jetpack sharing css **/

.sd-content ul {
    text-align: right;
    margin: -12px 15px 20px;
}
.sd-content ul li a.sd-button:before {
    font-weight: 700;
		font-size: 20px;
}
.sd-social-icon .sd-content ul li.share-facebook[class*="share-"] a.sd-button,
.sd-social-icon .sd-content ul li.share-twitter[class*="share-"] a.sd-button,
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button {
    background: none;
    color: #b4b9cc !important;
}
.sd-social-icon .sd-content ul li[class*="share-"] a, 
.sd-social-icon .sd-content ul li[class*="share-"] a:hover, 
.sd-social-icon .sd-content ul li[class*="share-"] div.option a {
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0 20px 0 0;
}
.sd-social-icon .sd-button span.share-count {
    background: none;
    color: #000000 !important;
    font: 700 13px 'PT Sans';
}
.sd-social-icon .sd-content ul li.share-facebook[class*="share-"] a.sd-button:hover,
.sd-social-icon .sd-content ul li.share-twitter[class*="share-"] a.sd-button:hover,
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button:hover,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	color: #1f2b3f !important;
	opacity: 1;
}

.sd-social-icon .sd-content ul li a.sd-button:hover, .sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:hover, .sd-social-text .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:hover, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-official .sd-content > ul > li > a.sd-button:hover, .sd-social-official .sd-content > ul > li > a.sd-button:active, .sd-social-official .sd-content > ul > li .digg_button > a:hover, .sd-social-official .sd-content > ul > li .digg_button > a:active {
	border: none;
}
.sharingbottom {
	margin-right: 100px;
}
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button:before {
	top: 6px;
}

@media only screen and (max-width: 767px) {
	.local_scroll_div a,
	.local_scroll_div a.active {
		background: url("images/ellipse_hover.png") no-repeat scroll 0 3px !important;
		padding-left: 22px !important;
		text-decoration: underline !important;
	}
}

@media only screen and (max-width: 400px) {
.service_bot_img {
	margin-left: -170px;
}
}

.navlink_r {
	text-align: left;
	padding: 15px 20px 15px 14px;
	width: 340px;
	height: 30px;
	float: right;
	font-size: 14pt;
	margin: 10px 0 50px 0;
	font-weight: bold;
	}
.navlink_l {
	text-align: right;
	padding: 15px 14px 15px 20px;
	width: 340px;
	height: 30px;
	float: left;
	font-size: 14pt;
	margin: 10px 0 50px 0;
font-weight: bold;
}
.padded_image { margin: 0px 10px 5px 10px; font-weight: bold; text-align: center;}


/** IMATEST CSS */
.boxtext { margin: 3px 5px 3px 5px; line-height:1.6em;}
.boxtext h2 { font-size: 16pt; }
.boxtext h3 { font-size: 14pt; }
h3 { font: 25px 'Open Sans'; color: #1f2b3f; }
.boxtext ul { margin-left: 0px; padding-left: 0px; line-height: 1.3em; list-style-type: circle;} 
.boxtext li { margin: 2px 5px 1px 10px;} 
/*h5 { margin: 15px 15px 15px 15px; line-height: 1.7em; font-size: .95em; text-align: justify; font-weight: normal;}*/
/* P { margin-left: 12px; margin-right: 8px;} */
.equation {margin:5pt; text-indent: 5em; background:white; border-top:solid 1pt #BBB; border-bottom:solid 1pt #BBB; padding:5pt;color:black;}
.geek {background-color:#EFE; color: #060; border: Solid 1pt #060; padding:4pt; text-align: left; margin-left: 10pt; margin-right: 10pt;} 
.geek strong {font-style: italic; color: #060; } 
.geek h2 {background:#060;margin-top:-5pt;margin-left:-5pt;margin-right:-5pt;}
.code {font-family: arial,helvetica,sans-serif; }
.module {font-family: arial,helvetica,sans-serif;font-style: italic; color: #660000; font-weight: bold; }
.arialhelv {font-family: arial,helvetica,sans-serif; }
.quote {background-color:#FFFADE; color: black; font-size: smaller; margin: 15px; padding-right: 10px; padding:15px; font-family: arial,helvetica,sans-serif; }
.saying {margin: 10px; text-align: left; font-weight: bold; font-size: larger;}
.byline {text-align:right; margin-top: 15px; font-style: italic;}
div.toc { margin-top: 42px; }
.toc {font-family:arial,helvetica,sans-serif;background-color:white; width:14em; border-style:solid ;border-color:black;border-width:2px; margin:4px 4px 4px 4px; padding:0px 0px 0px 0px;font-size:9pt; font-style:normal;}
.toc .title {font-size:10pt;font-weight:bold;color:white;background-color:black;padding:2px 0px 2px 0px; text-transform:uppercase;text-align:center;}
.toc .title A {color: white;background-color:black;}
.toc .title A:visited {color: white;background-color:black;}
.toc .title A:active {color: red;background-color:black;}
.toc .title A:hover {color: white;background-color:black;}
.toc a {text-indent:2px;background-color:#e8e8ff; display:block ;text-decoration:none;border:none; margin:1px 0px 2px 0px;  padding: 1px 1px 1px 3px; border: 0px; }

/* padding:5px 0px 5px 7px; */

.toc a:hover { background-color:white;text-decoration:underline;  margin:1px 0px 2px 0px; }
acronym {font-family: arial,helvetica,sans-serif; font-weight: bold; background-color: #f9f9f9;  padding: 2px; border: solid 1px #666666; border-bottom: solid 2px #666666;  border-right: solid 2px #666666; }
.small {font-size: smaller; font-family: arial,helvetica,sans-serif;}
.smallredbold {font-size: smaller; font-family: arial,helvetica,sans-serif; font-weight:bold; color:#990000;}
.smallbold {font-size: smaller; font-family: arial,helvetica,sans-serif; font-weight:bold;}
.emphasis {font-family: arial,helvetica,sans-serif; font-weight:bold;}
.important {font-family: arial,helvetica,sans-serif; font-weight: bold; font-size: larger;}
.cyan { color: #3366FF; }
.green { color: #006600; }
.tan {background-color: #fffaf0; border-style: solid; border-color: #000099 #000099 #000099 #000099; outline-width: 1px; border: solid 2px; border-collapse: collapse;}
.tan td {border: solid 1px; padding: 3px; background-color: #fffaf0; background:  #fffaf0;}
.tan th {color: white; background-color: #660000; font-size: smaller; padding:2px; }
.teal { border-style: ridge; border-color: #000099 #000099 #000099 #000099; outline-width: 1px; border: solid 2px; border-collapse: collapse;  color: #000099; background-color: #E9F0FF; }
.teal td {border: ridge 1px; font-size: smaller; background-color: #fffaf0; background-color:  #fffaf0; padding: 15px;}
.teal th {border: ridge 1px; color: #000099; background-color: #E9F0FF; padding:6px; margin:5px;}
.red {color:#990000; }
.magenta {color:#993366; }
.good {color: #006600; font-family: arial,helvetica,sans-serif; font-weight: bold; background-color: #ccffcc; }
.bad {color: #660000; font-family: arial,helvetica,sans-serif; font-weight: bold; background-color: #ffcccc; }
.highlight {border-width:3px; font-family: verdana,arial,helvetica,sans-serif; color: #000099; text-align: left; border-style: solid; border-color: #3366FF; background-color: #F0FAFF; width:80%; padding: 6px; } 
.highlight strong {color: #000099; }

.result {color: white; background-color: black; text-align: center; font-size: larger; font-family: arial,helvetica,sans-serif; }
.blue {color: #3333FF; font-weight: bold; }
.darkblue {color: #ffffff; background-color: #000099; }
.darkblue th {color: #ffffff; background-color: #000099; }
.darkblue td {color: #ffffff; background-color: #000099; }
.infotable table { border: outset 2px; border-collapse: collapse; margin-top:5px; margin-bottom:5px;}
.infotable td {border: ridge 1px #888; padding: 3px; font-size: smaller; font-family: Arial,Helvetica,sans-serif; vertical-align: middle;}
.infotable th {border: solid 1px #000; background: #ccc; padding:2px; font-family: Arial,Helvetica,sans-serif;}
.ibutton {font-weight: bold; background-color: #eeeeee; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #808080; border-left: 1px solid #808080; border-right: 1px solid #808080; border-bottom: 1px solid #808080; border-radius: 4px}
.newsletterButton { width: 120px; background-color:#cfc; color: #080; padding-top: 6px; padding-bottom: 6px;}
.unsubscribeButton { width: 120px; background-color: #eee;  color: #888; margin-top: 6px; margin-bottom: 6px;}
.warning {color: #990000; }
.caution { color: black;  font-size: smaller; font-family: arial,helvetica,sans-serif; background-image:url(../../images/ceramic_lt_magenta_bkgnd.jpg); margin: 15px; padding: 10px; vertical-align: top;}
.caution strong {text-decoration: underline;}
.caution h4 { font-size: larger; color: #990000 } 
.navcontainer { padding: 0px; margin: 0px 0px 3px 0px; height:30px; vertical-align:bottom;}
.navcontainer td {vertical-align:middle; } 
.footmsg { font-size: 7pt; }

/** Foundation **/

/* Normal Buttons ---------------------- */
.button { width: auto; background: #2ba6ff; border: 1px solid #1e72ff; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; cursor: pointer; display: inline-block; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 14px; font-weight: bold; line-height: 1; margin: 0; outline: none; padding: 10px 20px 11px; position: relative; text-align: center; text-decoration: none; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */ }
.button:link { color: #fff;}
.button:visited { color: #fff; }
.button:hover { color: white; background-color: #2284ff; }
.button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
.button:focus { -webkit-box-shadow: 0 0 4px #2ba6ff, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #2ba6ff, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; }
.button.large { font-size: 17px; padding: 15px 30px 16px; }
.button.medium { font-size: 14px; }
.button.small { font-size: 11px; padding: 7px 14px 8px; }
.button.tiny { font-size: 10px; padding: 5px 10px 6px; }
.button.expand { width: 100%; text-align: center; }
.button.primary { background-color: #2ba6ff; border: 1px solid #1e72ff; color: #fff; }
.button.primary:hover { background-color: #1e72ff; }
.button.primary:focus { -webkit-box-shadow: 0 0 4px #2ba6ff, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #2ba6ff, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.success { background-color: #5da423; border: 1px solid #396516; color: #fff;}
.button.success:hover { background-color: #457a1a; }
.button.success:focus { -webkit-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.alert { background-color: #c60f13; border: 1px solid #7f0a0c; }
.button.alert:hover { background-color: #970b0e; }
.button.alert:focus { -webkit-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.secondary { background-color: #666; color: #1d1d1d; border: 1px solid #c3c3c3; color: #ddd; }
.button.secondary:hover { background-color: #111; color: #fff;}
.button.secondary:focus { -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.button.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
.button.full-width { width: 100%; text-align: center; padding-left: 0 !important; padding-right: 0 !important; }
.button.left-align { text-align: left; text-indent: 12px; }
.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; background: #2ba6cb; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.button.disabled :hover, .button[disabled] :hover { background: #2ba6cb; }
.button.disabled.success, .button[disabled].success { background-color: #5da423; }
.button.disabled.success:hover, .button[disabled].success:hover { background-color: #5da423; }
.button.disabled.alert, .button[disabled].alert { background-color: #c60f13; }
.button.disabled.alert:hover, .button[disabled].alert:hover { background-color: #c60f13; }
.button.disabled.secondary, .button[disabled].secondary { background-color: #e9e9e9; }
.button.disabled.secondary:hover, .button[disabled].secondary:hover { background-color: #e9e9e9; }

/*****To hide Post in search********/
body.search-results .hidepost_search{display:none!important;}
body.search.search-results .paging-navigation {clear: both;background: #f6f8fb;border: 1px solid #333;padding: 11px;}
body.search.search-results .paging-navigation .nav-previous a, body.search.search-results .paging-navigation .nav-next a {color: #fff;padding: 10px;line-height: 30px;background: #000;}

/** Mailchimp */
div.mc_form_inside {
	text-align: center;
	padding: 5px;
	background-color: #F2F2F2;
}
.mc_signup_submit { text-align: right;}


#Other_Products .store_link {
	display: none;
}

@media print {
	#site-navigation,
	.lang-globe,
	#colophon {
		display: none !important;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: relative !important;
	}
	.page-section,
	h1, h2, h3, h4, h5, h6,
	.light_separator,
	.dark_separator,
	.blue_bg,
	.custom_header,
	#primary,
	.padding-top {
		padding: 0 !important;
	}
	.home .page-section {
		padding: 30px 0 !important;
	}
	.slideshow-wrapper img {
		float: left !important;
	}
	#content,
	.product-list {
		padding: 20px 0 !important;
	}
	.compact,
	.blue_bg,
	#primary {
		margin: 0 !important;
	}
	.page_service_bot_bg, .bot_img,
	.service_bot_img {
		display: none !important;
	}
	.margin-top,
	.light_separator, 
	.dark_separator {
		margin-top: 10px !important;
	}
	.product_btn {
		background: #1f2b3f !important;
	}
	table,
	h1, h2, h3, h4, h5, h6,
	.product_btn,
	.service_intro {
		margin: 20px 0 !important;
	}
	.home .latest_news,
	.home .ls-wp-fullwidth-container,
	.news_container {
	    float: left !important;
	    margin-bottom: 20px !important;
	    padding: 0 !important;
	    position: relative !important;
	    width: 100%;
	}
	.news_container {
		width: 40% !important;
		top: 0 !important;
		left: 0 !important;
		margin: 0 0 20px 5% !important;
	}
	.home .latest_news img {
		display: block !important;
		margin: 0 auto 15px !important;
	}
	.home .latest_news .news_details {
	    left: 0 !important;
	    width: 100% !important;
			background: #0C131E !important;
			color: #FFF !important;
	}
	a:link:after,
	a:visited:after,
	a[href]:after {
	        content: "" !important;
	    }
	.home .ls-wp-fullwidth-container,
	.home .ls-wp-fullwidth-container a,
	.home .latest_news .news_details a,
	#layerslider_8,
	#layerslider_8 a,
	#layerslider_8 p,
	#layerslider_8 ul li {
		margin: 0 !important;
		color: #FFFFFF !important;
	}
}

.prod-container { float:right; margin-top: 15px; }
.prod-all, .prod-is, .prod-it, .prod-master { margin: 3px;  padding: 3px 8px 3px 8px; border-radius: 3px; }
.prod-all { background-color: #009aef; color: #fff;}
.prod-is { background-color: #fda02b; padding:3px 8px 3px 8px;}
.prod-master { background-color: #2d3fe2; color: #fff; }
.prod-it { background-color: #b7043c; color: #fff; }

.wapper-cart {

	height: 39px;
	position: absolute;
	width: 19px;
	right: 63px;
	top: 24px;
	z-index: 999;
}

#cart-dropdown .cartdropdown {
	background: rgba(0, 0, 0, 0) url("images/cart_ico.png") no-repeat scroll 0 0;
	height: 17px;
	text-indent: -10000px;
	width: 20px;
}

.wapper-account {
	height: 39px;
	position: absolute;
	width: 19px;
	right: 37px;
	top: 24px;
}

#account-dropdown .accountdropdown {
	background: rgba(0, 0, 0, 0) url("images/user_ico.png") no-repeat scroll 0 0;
	height: 17px;
	text-indent: -10000px;
	width: 20px;
}

#mini-account {
	background: rgba(0, 0, 0, 0) url("images/active_ul2.png") no-repeat scroll -20px top;
	border: medium none;
	box-shadow: 0 5px 4px -4px #4a4a4a;
	display: none;
	float: left;
	left: -95px;
	padding: 9px 0 0;
	position: absolute;
	text-align: left;
	top: 29px;
	z-index: 99999;
}

#mini-account ul {
	list-style: outside none none;
	margin-left: 0px;
	margin-bottom: 0px;
}

#mini-account ul li {
	background: #f2f2f2 none repeat scroll 0 0;
	margin-left: 0;
	padding: 5px 5px 0;
	width: 122px;
}

#mini-account ul li a {
	border-bottom: 1px dashed #131c2b;
	color: #131c2b;
	display: block;
	font-family: "PT Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	padding: 10px 15px;
	text-decoration: underline;
}

.store-nav-container {
	background: #f0f3f8 none repeat scroll 0 0;
}

.store-container {
	margin: 0 auto;
	max-width: 1080px;
	width: 99%;
	text-align: center;
}

#storenav {
	display: inline-block;
	font-size: 13px;
	margin: 0 auto;
	padding: 1% 1.5%;
	clear: both;
	content: ".";
	overflow: hidden;
}

#storenav li {
	float: left;
	position: relative;
	text-align: left;
	list-style: outside none none;
}

#storenav a {
	color: #a5a6c2;
	float: left;
	font-weight: bold;
	padding: 15px 8px;
}

#storenav a, #storenav a:hover {
	display: block;
	line-height: 1.3em;
	text-decoration: none;
}

#storenav a:hover {
	color: #1f253d;
}

#storenav span {
	cursor: pointer;
	display: block;
	white-space: nowrap;
}

.kg-video-js-skin {
   transform: translateY(-85px) translateX(170px);
   position: absolute;
}


.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0px 0;
}

.column {
	flex: 1;
	border: 0px solid gray;
	margin: 0px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}




@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}
@media screen and (max-width:767px) {
	.secondary-nav {
		display: none !important;
	}
	.secondary-nav-mobile{
		margin-top: 5em;
		/*display: block !important;*/
	}
}

#site-navigation ul#menu-primary-menu {
    padding-right: 6em;
}

#masthead, #mega-menu-wrap-primary{
	background-color: #f6f8fb !important;
}
#masthead{
	box-shadow: 0 0 7px 0 #dddddd;
}
/* Secondary Nav Menu  */
.secondary-nav{
	margin-top: 5em;
}
.secondary-nav #site-navigation{
	float: none !important;
	margin-right: 0px !important;
	text-align: center;
}
.secondary-nav #site-navigation ul.menu{
	display: inline-block !important;
}
.secondary-nav #site-navigation ul{
	float: none !important;
	margin-right: 0px !important;
	text-align: center;
	font-size: 13px !important;
	line-height: 1.428571429 !important;
}
.secondary-nav #site-navigation ul li ul li a{
	padding: 6px 5px !important;
}

ul#menu-secondary-menu li .sub-menu {
	text-transform: capitalize !important;
}
#mobnav-trigger label {
	color: #1f2b3f !important;
}
#mobile-menu .line, #stonav .line {
/*    background: none repeat scroll 0 0 #1f253d;
    display: list-item;
    height: 4px;
    line-height: 3px;
    margin: 3px 0;
    width: 100%;*/
}
.wdm-product-image-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wdm-product-image-wrapper img{
	object-fit: contain !important;
}

.woocommerce ul.products li.product a div.wdm-product-image-wrapper{
    /*width: 250px !important;*/
    height: 250px !important;
}
.woocommerce ul.products li.product a div.wdm-product-image-wrapper img{
    /*max-width: 250px !important;*/
    max-height: 250px !important;
}
@media screen and (max-width: 1200px) {
	.woocommerce ul.products li.product a div.wdm-product-image-wrapper{
    /*width: inherit !important;*/
    height: 200px !important;
	}
	.woocommerce ul.products li.product a div.wdm-product-image-wrapper img{
    /*max-width: inherit !important;*/
    max-height: 200px !important;
	}
}
@media screen and (min-width: 779px) and (max-width: 960px) {
	.woocommerce ul.products li.product a div.wdm-product-image-wrapper{
    /*width: inherit !important;*/
    height: 200px !important;
	}
	.woocommerce ul.products li.product a div.wdm-product-image-wrapper img{
   /* max-width: inherit !important;*/
    max-height: 200px !important;
	}
}
@media screen and (max-width: 769px){
		.woocommerce ul.products li.product a div.wdm-product-image-wrapper{
    /*width: inherit !important;*/
    height: 250px !important;
	}
	.woocommerce ul.products li.product a div.wdm-product-image-wrapper img{
    /*max-width: inherit !important;*/
    max-height: 250px !important;
	}
}
/*
.woocommerce ul.products li.product a div.wdm-product-image-wrapper img{
	 max-height: 16em !important;
   max-width: inherit !important;
}*/

ul.products li.product-category a img{
	/*height: 300px !important;*/
}

/**
 * Make width 100%
 */ 
#content .container #primary{
	width: 100% !important;
}

p.woocommerce-result-count{
	display: none;
}
#content{
	padding-top: 0px !important ;
	position: relative;
}

/* #primary aside.widget_recent_entries {
	display: none !important;
} */

/*****Wp page Navigation Css******/
.wp-pagenavi {margin-top: 50px;text-align: center;margin-bottom: 50px;}
.wp-pagenavi a, .wp-pagenavi span { padding: 10px; margin: 3px; background: #000; color: #fff; border: 1px solid #000000; }
.wp-pagenavi span.current {font-weight: bold;background-color: #fff;color: #000;}
div#primary-home .featured_image img {width: 100%!important;max-width: 100%!important;}
div#primary-home .btn_imatest{    margin: 15px 0px;}
span.clearsearch {position: absolute;right: 10px;top: 0px;color: red;font-size: 18px;}
.no-results.not-found span.clearsearch{display:none;}
#top-search button{z-index:-100;}
ul.breadcrumbs_search_results{display: inline-flex;margin-left: 0;}
ul.breadcrumbs_search_results li{padding: 5px 5px 0 0;}
ul.breadcrumbs_search_results li a{font-weight: bold;}
ul.breadcrumbs_search_results li:after {content: ">";padding: 5px 0px 0 5px; font-weight: bold;}
ul.breadcrumbs_search_results li:last-child:after{content:none;}
ul.breadcrumbs_search_results li::marker{content: none;}
.tab-pane-custom .office-hours-table h4{font-size: 18px;padding: 0 0 10px;font-weight: 600;font-family: 'Open Sans';color: #1f2b3f;font-style: normal;}
.tab-pane-custom .office-hours-table h4 a{text-decoration: underline;}
body.archive .news_listing {margin-bottom: 100px;}
body.archive #primary-home{position: relative;}
/*.year-navigation-bar {position: absolute; right: 6%;top: 8.5%;}*/
.year-navigation-bar {position: absolute; right: 6%;top: 250px;}
.year-navigation-bar ul{margin-left:0;}
.year-navigation-bar ul li{border-bottom:1px solid #000;}
.year-navigation-bar ul li a { font-size: 14px; line-height: 30px; font-weight: 600; }
.year-navigation-bar ul li a:hover{text-decoration:none;color: #000;}
.year-navigation-bar ul li::marker{content: none;}
body.archive #primary-home .entry-content {overflow-wrap: break-word;}
.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row .input-checkbox, .woocommerce form .woocommerce-account-fields .form-row .input-checkbox{ margin: 7px 0 0 -20px;}
.woocommerce form .form-row.mailchimp-newsletter .input-checkbox {margin: 0px 5px 0 0px;}
#mailchimp-gdpr-fields input[type="checkbox"] {margin: 0px 7px 0 3px;}
li.year_c_0_2013{display:none;}
body.archive.date .page-header{margin-top:0;}
body.archive.date main.action{padding-top:0;}
body.archive.date #primary-home .featured_image img {max-width: 100%!important; width:100%;}
.custom_header p a{font-family: 'Cardo';}
body.single-product #secondary{display: none;}
div#secondary-solutions { background: #575e7b;padding: 0;}
div#secondary-solutions a{color: #d8d7d7;}
div#secondary-solutions ul li a{color: #d8d7d7;}
.newsletter-cta { padding: 50px 10px; border-top: 1px solid #ccc; clear: both; position: relative; z-index: 0; background: #fff; }
.newsletter-cta .form-group p{text-align: center;}
/*body.archive.date .year-navigation-bar {top:16%;}*/
.newsletter-bar { text-align: center; background: #000; color: #fff; padding: 20px 0 9px; font-size: 16px;}
p.newsletter-link a { background: #dddddd; color: #000; padding: 6px 15px; text-decoration: none; }
p.newsletter-link a:hover {background: #dddddd;}
@media screen and (min-width:1440px){
.year-navigation-bar.sidebar-fixed {position: fixed;top: 15%;}
}
@media screen and (max-width:1240px){
	.year-navigation-bar {position: relative;right: 0;top: 0;padding: 0 30px;}
}
.obsolete { border: 2px dashed #f00; background-color: #fcc; padding:10px; font-size:11pt; margin-right:30px; }
div.gcw-caption h5 {display:none;}
