/* This is needed for Google Feeds to work */
.product-shopping-actions-prices, .price > .has-price::after {
    content: ' excl VAT';
    font-size: 14px;

}
/* start of top menu */
#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 5px5px 5px 0px;
  height: 20px;
  line-height: 80%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 0px 0px 0px #666666;
  -webkit-box-shadow: 0px 0px 0px #666666;
  -moz-box-shadow: 0px 0px 0px #666666;
  background: #f3f3f3;
  border: solid 0px #6D6D6D;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: verdana;
  font-style: normal;
  font-size: 12px;
  color: #192852;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-shadow: 0px 0px 0px #595959;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #1c2d59;
  color: #FFFFFF;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 0px 0px 0px #1c2d59;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #192852 !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #FFFFFF;
  display: none;
  margin: 0;
  padding: 0;
  width: 193px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 0px #B4B4B4;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 2px 2px 4px #222222;
  -moz-box-shadow: 2px 2px 4px #222222;
  box-shadow: 2px 2px 4px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#192852 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 0px 0px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}
/* stop of top menu */

/* start of meet our team */
@import 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css';
@import 'https://fonts.googleapis.com/css?family=Raleway:100,600';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300';
html,

a:hover{
  color:rgba(37,54,175);
}
.gray {
  color: #a5a5a5;
}

.team{
  margin:40px;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: white;
  background: #A5A5A5;
  /* Primary color, can be changed via colors.css */
  
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(255,255,255);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* end of meet our team */
/* Start of Our Jobs*/
.demo-btn {
    display: inline-block;
    margin: 0 2.5px 4vh 2.5px;
    text-decoration: none;
    color: grey;
    padding: 15px;
    line-height: 1;
    min-width: 140px;
    background: rgba(0,0,0, 0.07);
    border-radius: 6px;
}

.demo-btn:hover {
    background: rgba(0,0,0,0.12);
}

@media (max-width: 640px) {

    .demo-btn {
        min-width: 0;
        font-size: 14px;
    };
}

/*
==========================================
2. Responsive Photo Gallery
========================================== 
*/
.m-p-g {
    max-width: 860px;
    margin: 0 auto;
}

.m-p-g__thumbs-img {
    margin: 0;
    float: left;
    vertical-align: bottom;
    cursor: pointer;
    z-index: 1;
    position: relative;
    opacity: 0;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-tap-highlight-color: transparent;
    will-change: opacity,transform;
    -webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
    transition: all .5s cubic-bezier(.23,1,.32,1);
}

.m-p-g__thumbs-img.active {
    z-index: 50;
}

.m-p-g__thumbs-img.layout-completed {
    opacity: 1;
}

.m-p-g__thumbs-img.hide {
    opacity: 0;
}

.m-p-g__thumbs-img:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.m-p-g__fullscreen {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: 0 0;
    visibility: hidden;
    -webkit-transition: background .25s ease-out,visibility 10ms .5s linear;
    transition: background .25s ease-out,visibility 10ms .5s linear;
    will-change: background,visibility;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.m-p-g__fullscreen.active {
    -webkit-transition: background .25s ease-out,visibility .01s 0s linear;
    transition: background .25s ease-out,visibility .01s 0s linear;
    visibility: visible;
    background: rgba(0,0,0,.95);
}

.m-p-g__fullscreen-img {
    pointer-events: none;
    position: absolute;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    max-width: 100%;
    visibility: hidden;
    will-change: visibility;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.m-p-g__fullscreen-img.active {
    visibility: visible;
    opacity: 1!important;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.23,1,.32,1),opacity .5s ease-out;
    transition: transform .5s cubic-bezier(.23,1,.32,1),opacity .5s ease-out;
}

.m-p-g__fullscreen-img.almost-active {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}

.m-p-g__controls {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 20vh;
    background: -webkit-linear-gradient(bottom,transparent 0,rgba(0,0,0,.55) 100%);
    background: linear-gradient(to top,transparent 0,rgba(0,0,0,.55) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
    transition: all .5s cubic-bezier(.23,1,.32,1);
}

.m-p-g__controls-arrow,.m-p-g__controls-close {
    position: absolute;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.m-p-g__controls.active {
    opacity: 1;
    visibility: visible;
}

.m-p-g__controls-arrow,.m-p-g__controls-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
}

.m-p-g__controls-arrow:focus,.m-p-g__controls-close:focus {
    outline: 0;
}

.m-p-g__controls-arrow {
    z-index: 1;
    top: 0;
    width: 20%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}

.m-p-g__controls-arrow:hover {
    opacity: 1;
}

.m-p-g__controls-arrow--prev {
    left: 0;
    padding-left: 3vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.m-p-g__controls-arrow--next {
    right: 0;
    padding-right: 3vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.m-p-g__controls-close {
    top: 3vh;
    left: 3vw;
    z-index: 5;
}

.m-p-g__btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,.07);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.m-p-g__btn:hover {
    background: rgba(255, 255, 255);
}

.m-p-g__alertBox {
    position: fixed;
    z-index: 999;
    max-width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 25px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0,0,0,.23),0 10px 40px rgba(0,0,0,.19);
    color: grey;
}

.m-p-g__alertBox h2 {
    color: red;
}
/*end*/
/* End of Our Jobs*/

.header-full .logo img {
/* Change this for desktop */
    max-width: 222px !important;
    height: auto !important;
    max-height: none !important;
}
@media only screen and (max-width: 425px){
header .header-mobile .logo img {
/* change this for mobile portrait view */
    max-width: 150px;
}
}
@media only screen and (max-width: 768px){
header .header-mobile .logo img {
/* change this for mobile landscape view */
    max-width: 200px;
}
}
/* change hover colour */
a:hover {
  color: hotpink;
}
/* Button Box Office */
.button {
  border: none;
  color: white;
  padding: 30px 50px;
  text-align: center;
  text-decoration: none;
  display: center;
  font-size: 20px;
  margin: auto;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #1c2d59;
}

.button1:hover {
  background-color: #1c2d59;
  color: white;
}
/* button Box Office end */

 
/* Account Dashboard */
.customertools li.sidebar-profile a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-myorders a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-myquotes a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-freqpurchased a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-savedcarts a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-addresses a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-users a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-contractitems a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-quicklists a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-paymentmethods a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-costcenters a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-departments a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-reports a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-dashboard a::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
.customertools li.sidebar-logout a::before{
  content: "" !important;
  background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");
}

#cdash_myinfo .grid-title h3::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
#cdash_savebaskets .grid-title h3::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
#cdash_myrecentorders .grid-title h3::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
#cdash_address .grid-title h3::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
#cdash_requester .grid-title h3::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
#cdash_requesterbudgets .grid-title h3::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
#cdash_payments .grid-title h3::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
#cdash_approver .grid-title h3::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
#cdash_approverorders .grid-title h3::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
#cdash_approverbudgets .grid-title h3::before{background-image:url("https://eu.evocdn.io/dealer/1174/content/media/My_Theme/Theme 2025/sta-acorn.svg");}
 
/* to show basket details even on logged out */
.cart-btn.no-items .minicart_total.hidden {
  display: grid !important;
  visibility: visible !important;
}

.cart-btn.no-items b.no-price {
  display: none !important;
}

.toolbar .account-btn span .welcome-message {
  display: block;
}