@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
body {
	background-color: #f3f3f3 /*{body|background-colour}*/;
	background-image: none /*{body|background-image}*/;
	color: #333333 /*{body|text-colour}*/;
	font-family: Montserrat;
}
a, a:hover, a:active {
	color: #1c73dc /*{body|link-colour}*/;
}
.navbar-default {
	background-color: rgba(0, 0, 0, 1) /*{header|background-colour}*/;
	border-color: rgba(0, 0, 0, 1) /*{header|background-colour}*/;
}
.navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:active, .navigation-list li a {
	color: rgba(255, 255, 255, 1) /*{header|link-colour}*/;
	font-size: 14px;
}
.navbar-nav .dropdown-menu > li > a {
	/*	color: rgba(245, 245, 245, 1) {header|link-colour}*/
	color: rgba(28, 115, 220, 1) /*{header|link-colour}*/;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: rgba(255, 255, 255, 0.09);
	color: #FFF ;
	border-radius: 8px;
}
#main-content {
	background-color:  #FFFFFF ;
}
.npopup .btn {
	padding: 12px 19px;
}
.breadcrumb {
	background:none;
}
.wrapper-category-home {
	margin-bottom: 20px;
}
.component-selector {
	overflow: scroll;
	height: 200px;
}
.topbar--Wrap {
	background: rgba(234, 77, 99, 1) /*{header|top-navigation-colour}*/;
  /*background: -webkit-linear-gradient(left top, rgba(234, 77, 99, 1), rgba(204, 51, 102, 1)); */    /* For Safari 5.1 to 6.0 */
 /* background: -o-linear-gradient(bottom right, rgba(234, 77, 99, 1), rgba(204, 51, 102, 1));  */   /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(bottom right, rgba(234, 77, 99, 1), rgba(204, 51, 102, 1)); */    /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(to bottom right, rgba(234, 77, 99, 1), rgba(204, 51, 102, 1));   */ /* Standard syntax */
}
.topbar--special {
	background-color: #EEE ;
	height: auto;
	/* height: 30px; */
}
.topbar--special > li > a, .input-group .form-control:last-child {
	color:  /*{header|top-navigation-link-colour}*/;
}
@-webkit-keyframes adjustHue {
  50% {
    -webkit-filter: hue-rotate(-45deg);
  }
}
.topbar--Wrap .topbar--wrap--form * {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color:  /*{header|top-navigation-link-colour}*/;
}
.topbar--Wrap .topbar--wrap--nav > li > a, .input-group .form-control:last-child {
	color:  /*{header|top-navigation-link-colour}*/;
}
.topbar--Wrap input::-webkit-input-placeholder {
color:  /*{header|top-navigation-link-colour}*/;
}
.topbar--Wrap input:-moz-placeholder { /* Firefox 18- */
color:  /*{header|top-navigation-link-colour}*/;
}
.topbar--Wrap input::-moz-placeholder {  /* Firefox 19+ */
color:  /*{header|top-navigation-link-colour}*/;
}
.topbar--Wrap input:-ms-input-placeholder {
color:  /*{header|top-navigation-link-colour}*/;
}
.wrapper-footer {
	background-color: #000000 /*{footer|background-colour}*/;
}
.wrapper-header { /*CONFIRMATION PAGE*/
	background-color: rgba(0, 0, 0, 1) /*{header|background-colour}*/;
}
.wrapper-footer p,.wrapper-footer h1,.wrapper-footer h2,.wrapper-footer h3,.wrapper-footer h4,.wrapper-footer h5,.wrapper-footer h6 {
	color: #ffffff /*{footer|text-colour}*/;
}
.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
	color: #ffffff /*{footer|link-colour}*/;
}
.btn-primary {
	color: #FFFFFF;
	background-color: rgba(234, 77, 99, 1) /*{buttons|primary-colour}*/;
	border-color: rgba(234, 77, 99, 1) /*{buttons|primary-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: rgba(234, 77, 99, 1) /*{buttons|primary-colour}*/;
	border-color: rgba(234, 77, 99, 1) /*{buttons|primary-colour}*/;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: rgba(234, 77, 99, 1) /*{buttons|primary-colour}*/;
	border-color: rgba(234, 77, 99, 1) /*{buttons|primary-colour}*/;
}
.btn-success {
	color: #ffffff;
	background-color: rgba(0, 204, 255, 1) /*{buttons|secondary-colour}*/;
	border-color: rgba(0, 204, 255, 1) /*{buttons|secondary-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: rgba(0, 204, 255, 1) /*{buttons|secondary-colour}*/;
	border-color: rgba(0, 204, 255, 1) /*{buttons|secondary-colour}*/;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: rgba(0, 204, 255, 1) /*{buttons|secondary-colour}*/;
	border-color: rgba(0, 204, 255, 1) /*{buttons|secondary-colour}*/;
}
/* BEGIN MARK MODS */
/* Front Page Banner Section */
/* DivTable - Main */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableRowSpacer{
	display: table-row;
        padding: 0px 10px;
}
.divTableCellSmall{
         position: relative;
	border: 0px solid #999999;
	display: table-cell;
	padding: 0px 0px;
       width: 34%;
}
.divTableCellLarge .image {
   /*
   opacity: 1;
   transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
   */
   filter: brightness(100%);
   transition: filter .35s ease-in-out;
   -moz-transition: filter .35s ease-in-out;
   -webkit-transition: filter .35s ease-in-out;
}
.divTableCellSmall .image {
   /*
   opacity: 1;
   transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
   */
   filter: brightness(100%);
   transition: filter .35s ease-in-out;
   -moz-transition: filter .35s ease-in-out;
   -webkit-transition: filter .35s ease-in-out;
}
.divTableCellLarge:hover .image {
   /* opacity: 0.8; */
   filter: brightness(70%);
}
.divTableCellSmall:hover .image {
    /* opacity: 0.8; */
   filter: brightness(70%);
}
.divTableCellLarge{
        position: relative;
	border: 0px solid #999999;
	display: table-cell;
	padding: 0px 0px;
       width: 64%;
}
.divTableCellBreak{
	border: 0px solid #999999;
	display: table-cell;
	padding: 0px 0px;
       width: 2%;
}
.divTableBody {
	display: table-row-group;
}
.divTableCellOverlay{
    background-color: rgba(255,255,255,0.70);
    position: absolute;
    height: 30%;
    width: 80%;
    font-family: Montserrat;
    font-size: calc(8px + .5vw); overflow: hidden;
   /* font-size : 1.5vw; overflow: hidden; */
    color: #000;
    top: 65%;
   left: 10%;
    z-index: 1;
   padding: 2% 2%;
  pointer-events: none;
  border-radius:10px;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-transform: translateZ(0);
}
.divTableCellOverlayLarge{
    background-color: rgba(255,255,255,0.70);
    position: absolute;
    height: 30%;
    width: 50%;
    font-family: Montserrat;
   /* font-size : 1.5vw; overflow: hidden; */
    font-size: calc(8px + .5vw); overflow: hidden;
    color: #000;
    top: 65%;
   left: 10%;
    z-index: 1;
   padding: 2% 2%;
   pointer-events: none;
   border-radius:10px;
   box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.5);
   -webkit-transform: translateZ(0);
}
.divTableCellOverlayTitle{
	color: #000;
	font-weight: bold;
}
.wrap-kit-btn button.disabled-btn.btn-warning {
  pointer-events: none;
	background-color: #fff;
  border-color: #ccc;
	opacity: 0.65;
	cursor: not-allowed;
}
.wrap-kit-btn button.disabled-btn.btn-success {
  pointer-events: none;
	background-color: rgba(0, 204, 255, 1) /*{buttons|secondary-colour}*/;
  border-color: rgba(0, 204, 255, 1) /*{buttons|secondary-colour}*/;
	opacity: 0.65;
	cursor: not-allowed;
}
@media screen and (max-width: 600px) {
    .divTableCellOverlayLarge{
	   /*font-size: 9px ; overflow: hidden;*/
       height: 40%;
       width: 80%;
       top: 50%;
       position: absolute;
    }
	.divTableCellOverlay{
       height: 60%;
       width: 90%;
       top: 30%;
	   left: 5%;
       position: absolute;
    }
    .divTableCellOverlayBody{
     /*display:none;   */
    }
}
@media screen and (max-width: 320px) {
    .divTableCellOverlayLarge{
    }
	.divTableCellOverlay{
    }
    .divTableCellOverlayBody{
       display:none;
    }
}
/* END DivTable - Main */
/* MARK BOX SHADOW */
.box {
    width:98%;
    padding:8px;
    background:#fff;
    margin:10px auto 20px;
    border-radius:2px;
}
.box h4{
    background:#eee;
    margin:0;
    padding:10px 20px;
    text-align:center;
    -webkit-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
            box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
}
.css3-shadow{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:0px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}
/* END MARK BOX SHADOW */
.usp-main-tbl-div {
    text-align: center;
}
.topbar--Wrap .topbar--wrap--nav > li > a, .input-group .form-control:last-child{
    color:#ffffff;
}
/*
@media screen and (max-width: 665px) {
   #usp-main{
        max-width: 500px;
    }
}
*/
@media (max-width: 768px) {
    .mega-menu li:not(.mega-menu-head) a {
        color: #777;
    }
}
@media (min-width: 768px) {
    .mega-menu {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .mega-menu {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .mega-menu {
        width: 1170px;
    }
}
.mega-menu .col-xs-3:nth-of-type(4n+5) {
    clear: left;
}
/* Kit */
.kit-select-add {
	display: none;
}
.wrap-kit-btn button[disabled] {
    pointer-events: none;
}
.wrapper-components-thumbnail:nth-child(3n + 1) {
    clear: none;
}
.wrapper-components-thumbnail .caption h4.title {
    font-size: 12px;
	height: 3.3em;
}
.wrapper-components-thumbnail .caption .price {
    font-size: 12px;
    height: 14px;
}
.comp-add-chck {
	font-size: 11px;
}
.wrapper-components-thumbnail {
	padding: 0 7px;
}
@media (max-width: 1199px) {
	.wrapper-components-thumbnail {
		width: 20%;
	}
}
@media (max-width: 991px) {
	.wrapper-components-thumbnail {
		width: 25%;
	}
}
@media (max-width: 767px) {
}
@media (max-width: 467px) {
	.wrapper-components-thumbnail {
		width: 33.33333333333333%;
	}
}
@media (max-width: 367px) {
	.wrapper-components-thumbnail {
		padding: 0 4px;
	}
}
.label {
	margin-top: 5px;
}
/*Viewport xs*/
@media (max-width: 768px) {
    .subcategories.row > div:nth-child(3n + 1) {
        clear:both;
    }
}
/*viewport sm*/
@media (min-width: 768px) and (max-width: 992px) {
    .subcategories.row > div:nth-child(4n + 1) {
        clear:both;
    }
}
/*viewport md and lg*/
@media (min-width: 993px) {
    .subcategories.row > div:nth-child(6n + 1) {
        clear:both;
    }
}
@media print{
   .noprint{
       display:none;
   }
}
@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
#faqs_dl dt, #faqs_dl dd { padding: 0 10px 0 10px }
#faqs_dl dt { cursor: pointer; line-height: 30px; margin: 0 10px 10px 10px}
#faqs_dl dd {  margin: 0 0 20px 25px}
#faqs_dl dt { background: url(https://www.glazeme.com.au/assets/images/merchAlt/plus.png); background-repeat:no-repeat; background-size: 20px 20px; background-position:bottom 5px right 5px; background-color: #f5f5f5;}
#faqs_dl .expanded_image { background: url(https://www.glazeme.com.au/assets/images/merchAlt/minus.png); background-repeat:no-repeat; background-size: 20px 20px; background-position:bottom 5px right 5px; background-color: #ddd;}