body{
	background-color: #efefef;
}

#page-wrapper{
	background: #fff;
	max-width:1020px!important;
	min-height:100vh;
}

#header-wrapper{
	margin-top:10px;
}

#component-wrapper{
margin-top:10px;
}

#breadcrumbs-wrapper{
margin-top:10px;	
}

#footer-wrapper{
	padding-bottom:25px;
}

#member-registration, #member-profile{margin-bottom:50px;}

.com-content-category__table caption, .com-content-category__table thead{
	display:none;
}

.com-content-category__table th{
	text-transform:none!important;
	font-size: 1rem!important;
}

.com-users-login__options a{
	display:block;
}

.control-group{
	margin-bottom:10px;
}



.input-password-toggle, .form-control-feedback{display:none;}

.ig-search{
margin-bottom:5px;
}

.uk-breadcrumb{
	text-transform: uppercase;
	margin-left:10px;
}

#member-registration .control-group, #member-profile .control-group{margin-top:15px;}

.ig-logo-link{display:block;}

@media(max-width: 960px) {
  .ig-logo-link{margin-top:20px;}
}

.com-finder__search button{margin-top:0px!important;margin-bottom:2px!important;}

.ig-comments-form-textarea{margin-bottom:5px;}

.visually-hidden, .joomla-alert--close{display:none;}

input::placeholder {
  color: #999;
}

input::placeholder, textarea::placeholder{
  opacity: 1;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus {
  outline: 0;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0;
}

input[type=text],input[type=password],input[type=email], select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}

input[type=text],input[type=password],input[type=email], select, textarea {
  max-width: 100%;
  width: 100%;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #e5e5e5; 
  transition: .2s ease-in-out;  
  transition-property: color,background-color,border;
}

input[type=text],input[type=password],input[type=email], textarea {
  -webkit-appearance: none;
}

input[type=text],input[type=password],input[type=email] {
  overflow: visible;
}

/*select*/
select:not([multiple]):not([size]) {
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

select {
  text-transform: none;
}

checkbox, input[type=text],input[type=password],input[type=email], radio, select, textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
}

/*textarea*/
textarea::placeholder {
  color: #999;
}

textarea {
  overflow: auto;
}

/*checkbox*/
checkbox:checked:focus, checkbox:indeterminate:focus, radio:checked:focus {
  background-color: #0e6dcd;
}

checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

checkbox:checked, checkbox:indeterminate, radio:checked {
  border-color: transparent;
}

checkbox:focus, radio:focus {
  outline: 0;
}

checkbox:not(:disabled), radio:not(:disabled) {
  cursor: pointer;
}

checkbox, radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;  
  transition: .2s ease-in-out;
  transition-property: background-color,border;
}

/*radio*/
radio {
  border-radius: 50%;
}

/*button*/
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:active, button:active {
  background-color: #0e6dcd;
  color: #fff;
}

button:hover {
  background-color: #0f7ae5;
  color: #fff;
  text-decoration: none;
}

button:not(:disabled) {
  cursor: pointer;
}

button{
  background-color: #1e87f0;
  color: #fff;
  border: 1px solid transparent;
}

button {
  margin: 5px 0px 0px 0px;
  overflow: visible;
  font: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: all;
  transition-property: color,background-color,border-color;
}

/*fieldset*/
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    width: 100%;
    color: inherit;
    padding: 0;
    font-size: 24px;
    line-height: 1.4;
}

.ig-paypal-button{
background-image: url("/images/paypal-checkout.png")!important;
background-color: transparent!important;
width:227px!important;
height:44px!important;
border:0px!important;
}

.profile-edit form[action="/my-account"] button{
background-image: none!important;	
background-color: #1e87f0!important;
width:120px!important;
height:38px!important;
}

.page-header h1{
	font-size: 1.6rem!important;
	margin-top:25px;
}

.mod-finder{
	margin: 10px 0px 10px 0px!important;
}

.mod-finder .btn-primary{
	margin:0px 0px 0px 5px!important;
}

.ig-browser-menu .deeper > a{
	cursor:auto!important;
}

.uk-navbar-nav > li > a{
	min-height:45px!important;
}