/*#####################################################################################################################*/
@font-face {
    font-family: 'Inter-Regular';
    src: url('../font/Inter-Regular/Inter-Regular.eot');
    src: url('../font/Inter-Regular/Inter-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/Inter-Regular/Inter-Regular.woff') format('woff'),
         url('../font/Inter-Regular/Inter-Regular.ttf') format('truetype'),
         url('../font/Inter-Regular/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*GLOBAL STYLE */
html, body {font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; color: #281810; font-size: 13px; line-height: 1.3em; font-weight: normal; background-color: #fff; height: 100%; width: 100%; margin: 0; padding: 0;}

a,a:visited {text-decoration: none; color: #2dacbb; font-size: 13px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; outline: none;}
a:hover,a:visited:hover {text-decoration: none; color: #281810; outline: none;}

.container-full {margin-right: 0; margin-left: 0; padding-left: 0; padding-right: 0;}

button {position: relative; margin: 0; padding: 1em; z-index: 1;}
@media (min-width:768px) {.container-full {width:100%}}
@media (min-width:992px) {.container-full{width:100%}}
@media (min-width:1200px) {.container-full {width:100%}}

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {width: 750px;}
}
@media (min-width: 992px) {
  .container {width: 970px;}
}
@media (min-width: 1200px) {
  .container {width: 1090px;  }
}
@media (min-width: 1520px) {
  .container {width: 1500px;  }
}
.row {margin-right: 0px; margin-left: 0px;}
.row-centered {text-align: center;}
.col-centered {margin: 0 auto;}
/*#####################################################################################################################*/
/*UPGRADE BROWSER PAGE*/
.container-ie{border:none;background:url('../images/sprite/browsers-sprite.png') -506px 0px;  height:126px;width:126px;}
.container-chrome{border:none;background:url('../images/sprite/browsers-sprite.png')  0px 0px;height:126px;width:126px;}
.container-firefox{border:none;background:url('../images/sprite/browsers-sprite.png') -127px 0px;height:126px;width:126px;}
.container-safari{border:none;background:url('../images/sprite/browsers-sprite.png') -256px 0px;height:126px;width:126px;}
/*#####################################################################################################################*/
/*TOP*/
/*navigation*/
.navbar-default {margin-bottom: 0px; z-index: 1000; border: none; border-radius: 0; background-color: transparent;}
.navbar-default .navbar-nav > li > a {padding: 17px 30px 17px 30px; color: #fff; outline: none; font-size: 13px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; transition: all 0.1s linear; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {color: #281810; outline: none;}
@media (max-width: 1520px) {
}
@media (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {padding: 17px 20px 17px 20px;}
}
@media (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {padding: 17px 10px 17px 10px; font-size: 12px;}	
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav > li {padding: none;}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {color: #14909f;}
	.navbar-default .navbar-nav > li > a {padding: 4px 4px 4px 8px; margin: 0; font-size:12px; text-align: left;}
	.navbar-collapse {z-index: 1000; background-color: #492e14;}	
	.navbar-collapse.collapse {text-align: left; /* Set this */}
}
/*mobile navbar*/
.navbar-toggle {position: relative; float: right; padding: 9px 7px; background-color: transparent; background-image: none; border: 0px solid transparent; border-radius: 0px; margin-top: 5px; margin-bottom: 5px; margin-right: 5px;}
.navbar-toggle .icon-bar {display: block; width: 28px; height: 5px; border-radius: 0px;}
.navbar-toggle .icon-bar + .icon-bar {margin-top: 5px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #492e14;}
.navbar-collapse {z-index: 1000; padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 0; -webkit-box-shadow: none; box-shadow: none;}
.navbar-collapse.in {overflow-y: auto;}
/*#####################################################################################################################*/
/*HEADINGS*/
h1 {color: #ef4036; font-size: 30px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 0;}
h2 {color: #2e2e2e; font-size: 18px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 0; text-transform:uppercase; font-weight: bold;}
h3 {color: #fff; font-size: 18px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 15px; text-transform:uppercase; font-weight: bold; background-color: #14909f; display: inline; line-height: 1.2em; }
h4 {color: #14909f; font-size: 18px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 0; text-transform:uppercase; font-weight: bold;}
h5 {color: #fff; font-size: 18px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 0; text-transform:uppercase;}
h6 {color: #2e2e2e; font-size: 22px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 0; text-transform:uppercase; font-weight: bold;}
/*#####################################################################################################################*/
/*CONTENT STYLES*/
.clear {clear: both;}
.contentpad {padding: 56px 8% 0 8%;}
.contentpad2 {padding: 33px 20px;}
.contentpad3 {padding: 0 20px;}
.contentpad4 {padding: 30px 30px 0px 30px;}
.contentpad5 {padding: 0 35px;}
.contentpad6 {padding: 0px 8% 0 8%;}
.contentpad7 {padding-left: 20px;}
.contentpad8 {padding: 30px 20px 20px 0; border-bottom: 1px solid lightgrey;}

.toppad {padding: 18px; color: white; }
.iconpad {padding: 15px 7px;}
.home {padding-left: 7px !important;}


.fa-shopping-cart, .fa-phone, .fa-envelope {color: #adb5bd; font-size: 16px; margin-right: 10px;}
.fa-chevron-left, .fa-chevron-right {color: #adb5bd;}
.fa-chevron-left {margin-left: 49%;}

.bluecart {color: #14909f; font-size: 28px;}
.cartpad {padding-left: 10px; color: #14909f; font-size: 15px;}

.whitebg {background-color: #fff; height: auto; overflow: hidden;}
.orangebg {background-color: #ef4036; overflow: hidden; height: 5px;}
.greybg {background-color: #ededed; height: auto;}
.bluebg {background-color: #14909f; height: auto; overflow: hidden;}

.mainprodfloat {position: absolute; margin: 25px 0 0 25px;}

.bluetext {font-size: 13px; color: #14909f; padding: 7px 0;}
.linebg {background-image: url(../images/background/line-bg.gif); background-repeat: repeat-x; background-position: bottom;}

.swirlbg {background-image: url(../images/background/swirl-bg.png); background-color: #14909f;}

hr.dashedline {border-top: dashed 1px #14909f;}

a.toplink,a.toplink:visited {text-decoration: none; color: #14909f; font-size: 13px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; outline: none;}
a.toplink:hover,a.toplink:visited:hover {text-decoration: none; color: #000; outline: none;}

.teltop {pointer-events: none; cursor: default; color:#14909f;/*SET COLOUR SAME AS MAIN TEXT*/}
.teltop:hover {color:#14909f;/*SET COLOUR SAME AS MAIN TEXT*/}

a.brownbut,a.brownbut:visited {text-decoration: none; color: #fff; background-color: #492e14; padding: 10px; display: block; font-size: 13px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; outline: none; text-align: center;}
a.brownbut:hover,a.brownbut:visited:hover {text-decoration: none; color: #fff; outline: none; background-color: #14909f;}

a.brownbut2,a.brownbut2:visited {text-decoration: none; color: #fff; background-color: #492e14; padding: 10px 20px; font-size: 13px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; outline: none; text-align: center;}
a.brownbut2:hover,a.brownbut2:visited:hover {text-decoration: none; color: #fff; outline: none; background-color: #14909f;}

button.brownbut2,button.brownbut2:visited {border: none; text-decoration: none; color: #fff; background-color: #492e14; padding: 10px 20px; font-size: 13px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; outline: none; text-align: center;}
button.brownbut2:hover,button.brownbut2:visited:hover {text-decoration: none; color: #fff; outline: none; background-color: #14909f;}

.tel {pointer-events: none; cursor: default; color:#281810;/*SET COLOUR SAME AS MAIN TEXT*/}
.tel:hover {color:#281810;/*SET COLOUR SAME AS MAIN TEXT*/}

.anchor{
  display: block;
  height: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
} /*PLEASE USE THIS CLASS ON ANCHOR LINKS WHEN THERE IS A STICKY MENU. NOT THE LINK THE TARGET*/

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: darkgrey;
  background-color: #f1f1f1;
  border-color: lightgrey;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: lightgrey;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: lightgrey;
}
.panel-info {
  border-color: lightgrey;
}

@media (max-width: 1520px) {
	.homethumb {margin-top: 20px;}
	.bluetext {font-size: 11px;}
	a.toplink,a.toplink:visited {font-size: 11px;}
	h2 {font-size: 16px;}
	.contentpad5 {padding: 20px 35px 20px 35px;}
	.contentpad4 {padding: 0px 30px 0px 30px;}
}
@media (max-width: 1200px) {
	.toppad {font-size: 13px; padding: 20px;}
	h3 {font-size: 15px;}
	.mainprodfloat {margin: 5% 0 0 5%;}
}
@media (max-width: 992px) {
	.equal-height-blocks {height: auto !important;}
	.toppad {font-size: 10px; padding: 20px;}
	h3 {font-size: 12px;}
	.contentpad4 {padding: 0px 20px 0px 20px;}
}
@media (max-width: 767px) {
	.contentpad5 {padding: 20px 20px 0px 20px;}
	.contentpad4 {padding: 30px 20px 0px 20px;}
	.teltop {pointer-events: auto; cursor: pointer; font-size: 11px; color:#14909f;/*SET COLOUR SAME AS MAIN TEXT*/}
	.tel {pointer-events: auto; cursor: pointer; color:#281810;/*SET COLOUR SAME AS MAIN TEXT*/}
	.g-recaptcha {transform:scale(0.75);
		-webkit-transform: scale(0.75);
        transform-origin: 0;
		-webkit-transform-origin:0;}
}
/*#####################################################################################################################*/
/*FONT STYLES*/	
.bold {font-weight: bold;}
.italic {font-style: italic;}
.white {color: white;}
/*#####################################################################################################################*/
/*FONTS COLORS*/
.text-danger {color: #000;}
/*#####################################################################################################################*/
/*CONTACT FORM*/
.form-control {border-radius: 0px; color: #777; font-size: 13px;}
.form-control:focus {border-color: #14909f; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(20,144,159,.075), 0 0 8px rgba(20,144,159, .6); box-shadow: inset 0 1px 1px rgba(20,144,159,.075), 0 0 8px rgba(20,144,159, .6);}

.btn-primary {
  color: #fff;
  background-color: #363636;
  border: none;
  font-size: 13px;
  padding: 9px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #a1a1a1;
  border: none;
}
.btn {border-radius: 0px;}
.loading-form {
    width: 47px;
    height: 39px;
    background-image: url(../images/ico/loading.gif);
    background-repeat: no-repeat;
}
/*#####################################################################################################################*/
/*FOOTER*/
.bot-bar {text-align: left;}
.copytextdiv {color: #fff; padding: 50px 50px 30px 50px; font-size: 13px; line-height: 1.5em; font-weight: normal; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri;}
.copytext a {color: #fff; font-size: 13px; padding: 0 5px 0 5px;}
.copytext a:hover {color: #000; text-decoration:none;}

a.copytext,a.copytext:visited {text-decoration: none; color: #fff;  font-size: 13px; outline: none; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri;}
a.copytext:hover,a.copytext:visited:hover {text-decoration: none; color: #000; outline: none;}
a.copyat, a.copyat:visited {text-decoration: none; color: #fff; outline: none; font-weight: normal;}
/*#####################################################################################################################*/
.clearfix:before, .clearfix:after { content: ""; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}

/* carousel */
.carousel-inner {min-height: 170px;}

.carousel-control.left,.carousel-control.right  {margin: 40px 0; position: relative; background:none; width:10px;}
	.carousel-control.left {left:-40px;}
	.carousel-control.right {right:-40px;}

.block-text {
	text-align:center; 
    padding: 40px 0px 20px 0px;
}
.block {display: block;}
.zmin {z-index: 1;}
.ab {position: absolute;}
.person-text {   
    text-align: center;
    z-index: 2;	
    display: block;  
	font-weight: bold;   
}
.rel {position: relative;}
@media (max-width: 767px) {
	.block-text {
	text-align:center; 
    padding: 40px 40px 20px 40px;
	}
}

.port-nav {padding: 0 20px 0 0;}
.portnav .port-nav > li{ list-style:none; margin:0; padding:0;}
.portnav .port-nav > li > a {margin: 0px; padding: 7px; color: #131313; outline: none; font-size: 14px; font-family: Inter-Regular, Century Gothic, Verdana, Arial, helvetica, Calibri; transition: all 0.1s linear; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; position: relative; display: block; text-align:left; border-bottom: 1px solid lightgrey;}
.portnav .port-nav > li > a:hover,
.portnav .port-nav > li > a:focus {background-color: #14909f; color: white; outline: none;}
.port-nav-heading { text-align:right;}
.selected {outline: none; background-color: #14909f !important; color: white !important;}

@media (max-width: 1200px) {
	.portnav .port-nav > li {display: inline;}
	.portnav .port-nav > li > a {border: 1px solid #14909f; padding: 7px 3% 7px 3%; text-align: left; display: inline-block; margin-bottom: 5px;}
}



.count {
    display: inline;
}

.added {
	display: none;
    position: fixed;
    font-size: 30px;
    color: #FFF;
    background-color: rgba(20,144,159,0.8);
    line-height: 100vh;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999;
    font-weight: bold;
}

.deleted {
	display: none;
    position: fixed;
    font-size: 36px;
    color: #FFF;
    background-color: rgba(20,144,159,0.8);
    line-height: 100vh;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999;
    font-weight: bold;
}

.del {
    width: 16px;
    height: 16px;
    border: none;
    margin: 0 auto;
    background: url(../images/content/delete.png) no-repeat center center;
    display: block;
    background-color: transparent;
    cursor: pointer;
}
.del:hover {
    filter: brightness(2);
}