
/* - global-subpage.css is a refined verion of global.css and is used in old pages which has new header and footer included. 
the reason to include is - the old pages has conflict with the global.css. */

html,
button,
input,
select,
textarea { 
  font-family: /*'asap'*/ 'Arial', helvetica,sans-serif; 
  /*color: #393839;*/ 
  /**/
 /* -webkit-border-radius: 0;
  -moz-border-radius:    0;
  border-radius:         0;*/
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a,a:link, a:visited, a:focus {
    outline: 0;
}



/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* clearfix*/
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

* html .clearfix { 
  zoom: 1;  /* IE6 */ 
}

*:first-child+html .clearfix {
  zoom: 1;  /* IE7 */
}

/* ipad devices will show buttons as oval buttons is below code is not there */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
 /*   *overflow: visible;   4  reason for commenting - it was affecting logon.asp page button */
}
.main-header .minicart a.header-center-hide, .all-wrapper .main-header .minicart a.header-center-hide{
    display: block!important;
}
@media (max-width: 1069px){
	.main-header .minicart a.header-center-hide, .all-wrapper .main-header .minicart a.header-center-hide{
		display: none!important;
	}
}

@media (max-width: 1100px){
	.country-code-tel.active .tagline,.country-code-tel.active .head-caption{
      display: none!important;
    }
}
@media (max-width: 1200px){
	.country-code-tel.active .main-header .minicart a.header-center-hide,.country-code-tel.active .all-wrapper .main-header .minicart a.header-center-hide {
		display: none !important;
	}
}
