/* #####################################################################################################
   This stylesheet describes the global layout responsive changes
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
/* ==========================================================================
   Default / Mobile styles
   ========================================================================== */

html,
body,
body > form {
  background-color: white;
  position: relative;
  min-height: 100%;
  min-width: 320px;
}
.wrapper {
  position: relative;
}
/* Standaard kolommen */

#cols {
  padding: 80px 0 0 0;
  min-height: 200px;
  z-index: 100;
  position: relative;
}
#content {
  /*overflow:hidden;*/
  position: relative;
  padding: 3%;
  width: 94%;
  z-index: 90;
}
.full #content {
  float: none;
  width: 94%;
  padding: 3%;
  border: 0 none;
}
#sidecol {
  display: none;
}
/*show / hide*/

.showOnTablet,
.showOnDesktop {
  display: none;
}
.showOnTablet.showOnMobile,
.showOnDesktop.showOnMobile,
.showOnMobile {
  display: block;
}
#header {
  height: 45px;
  width: 100%;
  min-width: 280px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  background-color: #003948;
  border-bottom: 1px solid #e6ebf0;
  /*end #searchNav*/

}
#header #shoppingBag {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
}
#header #menuToggle {
  width: 45px;
  height: 45px;
  display: block;
  text-indent: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#header #menuToggle .inline-svg {
  position: absolute;
  top: 0%;
  left: 20%;
  width: 60%;
  height: 80%;
}
#header #menuToggle figcaption {
  position: absolute;
  bottom: 0px;
  width: 45px;
  text-align: center;
  color: white;
  text-indent: 0%;
}
#header #menuToggle .svg-menu-toggle {
  fill: white;
  pointer-events: all;
  cursor: pointer;
}
#header #menuToggle .svg-menu-toggle .bar {
  fill: white;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#header #menuToggle .svg-menu-toggle .bar:nth-of-type(2) {
  opacity: 0;
}
html.mobileNavOpen #header #menuToggle .svg-menu-toggle .bar:nth-of-type(1) {
  opacity: 0;
}
html.mobileNavOpen #header #menuToggle .svg-menu-toggle .bar:nth-of-type(2) {
  fill: #e6575a;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html.mobileNavOpen #header #menuToggle .svg-menu-toggle .bar:nth-of-type(3) {
  fill: #e6575a;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.mobileNavOpen #header #menuToggle .svg-menu-toggle .bar:nth-of-type(4) {
  opacity: 0;
}
#header #shoppingBag #ShoppingCart {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  max-width: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  /* ie8 */
  background: transparent url(../../../images/IconSpriteMainSmall.png) no-repeat 8px -112px;
}
.backgroundsize #header #shoppingBag #ShoppingCart {
  background: transparent url(../../../images/IconSpriteMain.png) no-repeat 8px -112px;
  background-size: 48px 540px;
}
#header #shoppingBag #ShoppingCart:hover {
  /* ie8 */
  background: transparent url(../../../../../themes/1007/images/IconSpriteMainAlternativeSmall.png) no-repeat 8px -112px;
  background-color: white !important;
}
.backgroundsize #header #shoppingBag #ShoppingCart:hover {
  background: transparent url(../../../../../themes/1007/images/IconSpriteMainAlternative.png) no-repeat 8px -112px;
  background-size: 48px 540px;
}
#header #shoppingBag #ShoppingCart #amountWrapper {
  display: block;
}
#header #shoppingBag #ShoppingCart #amountWrapper span {
  display: none;
}
#header #shoppingBag #ShoppingCart #amountWrapper #ShoppingCartCount {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #008aae;
  color: white;
  min-width: 16px;
  border-radius: 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  text-indent: 0;
  font-size: 10px;
}
#header #shoppingBag #ShoppingCart #amountWrapper #ShoppingCartCount.empty {
  display: none;
}
#header #searchNav {
  position: absolute;
  top: 0;
  right: 45px;
  height: 100%;
  width: 45px;
  display: block;
  background: transparent;
}
#header #searchNav #searchToggle {
  width: 100%;
  height: 100%;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  /* ie8 */
  background: transparent url(../../../images/IconSpriteMainSmall.png) no-repeat 13px -50px;
}
.backgroundsize #header #searchNav #searchToggle {
  background: transparent url(../../../images/IconSpriteMain.png) no-repeat 13px -50px;
  background-size: 48px 540px;
}
#header #searchNav #searchToggle:hover,
#header #searchNav #searchToggle.active {
  /* ie8 */
  background: transparent url(../../../../../themes/1007/images/IconSpriteMainAlternativeSmall.png) no-repeat 13px -50px;
  background-color: white !important;
}
.backgroundsize #header #searchNav #searchToggle:hover,
.backgroundsize #header #searchNav #searchToggle.active {
  background: transparent url(../../../../../themes/1007/images/IconSpriteMainAlternative.png) no-repeat 13px -50px;
  background-size: 48px 540px;
}
#header #searchNav #searchDropdown {
  display: none;
  position: fixed;
  left: 2%;
  width: 92%;
  top: 45px;
  padding: 2%;
  background: white;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  border: 1px solid #e6ebf0;
}
#header #searchNav #searchDropdown .shadowHide {
  display: none;
}
#header .hasSub .brandCol,
#header .hasSub .suggestCol,
#header .hasSub .banner,
#header .hasSub .title {
  display: none;
}
/*end #header*/

#logoMobile {
  position: absolute;
  top: 5px;
  left: 50%;
  display: block;
  width: 174px;
  margin: 0 0 0 -87px;
  height: 78px;
  text-align: center;
  padding: 0;
  background: url(../../../themes/1007/images/logo.gif) no-repeat center center;
  background-size: 174px auto;
}
#logoMobile[title="Midden Nederland"] {
  background-size: auto 90px !important;
}
#footer {
  padding: 0 0 30px;
  background-color: #f3f5f8;
  border-top: 1px solid #dce3ea;
  position: relative;
  color: #001f4b;
}
#footer a {
  color: #001f4b;
}
#footer a:hover {
  color: #808fa5;
}
#footer #toTop {
  display: block;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -20px;
  background-color: #003948;
  height: 40px;
  width: 40px;
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 9999;
  border: solid 1px white;
  text-indent: -9999px;
  font-size: 0;
}
#footer #toTop:before {
  text-indent: 0;
  font-size: 13px;
  content: "\2039";
  font-weight: 700;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 30px;
  color: white;
  position: absolute;
  top: 10px;
  left: 16px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#footer #toTop:hover {
  background-color: #807f00;
}
#footer #legal {
  margin: 5% 0 7% 0;
  text-align: center;
  line-height: 28px;
}
#footer #footerLogo {
  text-align: center;
  margin: 0 auto;
  width: 277px;
}
#footer #divide {
  color: #a6b8ca;
  font-size: 12px;
  margin: 2% auto;
  text-align: center;
}
#footer #divide:hover {
  text-decoration: none;
  color: #666666;
}
/*end #footer*/

/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width : 768px) {
  .showOnMobile,
  .showOnDesktop {
    display: none;
  }
  .showOnMobile.showOnTablet,
  .showOnDesktop.showOnTablet,
  .showOnTablet {
    display: block;
  }
  .showOnMobile.showOnTablet.showTableCell,
  .showOnDesktop.showOnTablet.showTableCell,
  .showOnTablet.showTableCell {
    display: table-cell;
  }
  .showOnMobile.showOnTablet.showTableHead,
  .showOnDesktop.showOnTablet.showTableHead,
  .showOnTablet.showTableHead {
    display: table-header-group;
  }
  #logo {
    background-size: 80%;
  }
  #cols {
    z-index: 90;
    position: relative;
    min-height: 400px;
  }
  #ConfigList {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1179px) {
  
}
/* ==========================================================================
   Desktop styles
   ========================================================================== */

@media only screen and (min-width : 1180px) {
  /*show / hide*/
  
  .showOnMobile,
  .showOnTablet,
  #productConfigBlock {
    display: none!important;
  }
  .showOnMobile.showOnDesktop,
  .showOnTablet.showOnDesktop,
  .showOnDesktop {
    display: block!important;
  }
  .showOnMobile.showOnDesktop.showTableCell,
  .showOnTablet.showOnDesktop.showTableCell,
  .showOnDesktop.showTableCell {
    display: table-cell !important;
  }
  .showOnMobile.showOnDesktop.showTableHead,
  .showOnTablet.showOnDesktop.showTableHead,
  .showOnDesktop.showTableHead {
    display: table-header-group !important;
  }
  .wrapper {
    max-width: 1120px;
    margin: 0 auto;
  }
  #overlayBlack {
    display: none;
  }
  #headerBg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 274px;
  }
  #headerBg #topNavBg {
    height: 44px;
    width: 100%;
    margin: 0 0 123px;
    border-bottom: 1px solid #e6ebf0;
  }
  #headerBg #globalNavBg {
    height: 60px;
    width: 100%;
    background-color: #003948;
  }
  #headerBg #breadcrumbBg {
    height: 40px;
    width: 100%;
    background-color: #e6ebf0;
    border-bottom: 1px solid #d6dee6;
  }
  #topNav {
    height: 44px;
    line-height: 44px;
    padding: 0 0 1px;
  }
  #topNav ul {
    border: none;
    display: block;
  }
  #topNav ul li a {
    border: none;
    display: block;
    color: #001f4b;
  }
  #topNav #memberNav {
    width: 100%;
    margin: 0;
  }
  #topNav #memberNav ul {
    float: right;
  }
  #topNav #memberNav ul.socialBar {
    margin: 7px 0 0 20px;
  }
  #topNav #memberNav ul.memberOptions li {
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 15px 0 0;
  }
  #topNav #memberNav ul.memberOptions li a {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: inline;
  }
  #topNav #memberNav ul.memberOptions li a.lnkFacebookLogin {
    margin: 10px 0 0 10px;
    height: 21px;
    width: 90px;
    background: url("../../../images/fbConnectBtn.png") no-repeat 0 0;
    display: block;
    overflow: hidden;
    float: right;
    line-height: 21px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
  }
  #topNav #memberNav ul.memberOptions li a.lnkFacebookLogin:hover {
    min-width: 90px;
    background-position: 0 -21px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
  }
  #topNav #memberNav ul.memberOptions li .facebookLoader {
    position: absolute;
    right: 158px;
    line-height: 20px;
    top: 0;
    background: white url("../../../images/AjaxLoader.gif") no-repeat right 11px;
    padding: 10px 20px 2px 7px;
    height: 20px;
    margin: 0;
    color: #202020;
  }
  #topNav #memberNav ul.memberOptions li i {
    float: left;
  }
  #topNav #memberNav a.level1 {
    padding: 0;
  }
  #topNav #utilNav {
    position: absolute;
    left: 0;
    top: 0;
  }
  #topNav #utilNav li {
    float: left;
    height: 40px;
    line-height: 40px;
  }
  #topNav #utilNav li a {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
  }
  #header {
    position: relative;
    height: 123px;
    background-color: transparent;
    border: 0 none;
    /*end #shoppingBag*/
  
    /*end #weather*/
  
  }
  #header #logoDesktop {
    display: block;
    height: 123px;
    width: 50%;
    max-width: 300px;
    min-width: 170px;
    padding: 0;
    margin: 0;
    background: url(../../../themes/1007/images/logo.gif) no-repeat 0 center;
  }
  #header #logoDesktop[title="Midden Nederland"] {
    background-size: auto 100px !important;
  }
  #header #searchNav {
    top: auto;
    bottom: 15px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: #003948;
  }
  #header #searchNav #searchToggle {
    background-position: 10px -50px !important;
  }
  #header #searchNav #searchToggle:hover,
  #header #searchNav #searchToggle.active {
    background-color: white !important;
    background-position: 10px -50px !important;
  }
  #header #searchNav #searchDropdown {
    position: absolute;
    top: 58px;
    left: -800px;
    width: 800px;
    padding: 35px 30px;
  }
  #header #searchNav #searchDropdown .shadowHide {
    display: block;
    height: 10px;
    width: 60px;
    background: white;
    position: absolute;
    top: -5px;
    right: 0;
  }
  #header #shoppingBag {
    right: 0;
    margin: 0;
    max-width: none;
    top: 15px;
    bottom: auto;
    width: 40px;
    height: 40px;
    background-color: #003948;
  }
  #header #shoppingBag #ShoppingCart {
    width: 100%;
    height: 100%;
    text-indent: 0;
    /*background:none;*/
    text-align: right;
    border: none;
    max-width: none;
    background-position: 7px -114px !important;
    overflow: visible;
  }
  #header #shoppingBag #ShoppingCart:hover {
    background-position: 7px -132px !important;
    background-color: white !important;
    text-decoration: none;
  }
  #header #shoppingBag #ShoppingCart #ShoppingCartCount {
    display: block;
    position: relative;
    display: inline;
    top: auto;
    right: auto;
  }
  #header #shoppingBag #ShoppingCart #shoppingcartTotal {
    position: absolute;
    width: 200px;
    right: 55px;
    top: 10px;
  }
  #header #shoppingBag #ShoppingCart #CartPrice {
    margin-left: 15px;
  }
  #header #weather {
    position: absolute;
    top: 30px;
    right: 245px;
    width: 320px;
    height: 80px;
    overflow: hidden;
  }
  /*end #header*/
  
  #cols {
    width: auto;
    float: none;
    margin: 50px 0 40px 0;
    padding: 0;
    clear: both;
    background: transparent url(../../../images/borderPixel.gif) repeat-y 21% top;
  }
  #content {
    margin: 0;
    width: 76%;
    float: right;
    padding: 0;
  }
  #sidecol {
    display: block;
    float: left;
    width: 18%;
    margin: 0 4% 0 0;
  }
  #sidecol .h3 {
    display: block;
    padding: 0 0 3%;
    margin: 0 0 3%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #001f4b;
  }
  #sidecol ul {
    margin: 0;
    list-style: none;
  }
  .full #cols {
    background: transparent;
  }
  .full #cols #content {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
  }
  .full #cols #sidecol {
    display: none;
  }
  #footerBg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 114px;
    height: 380px;
    background-color: #e6ebf0;
    border-bottom: 1px solid #d6dee6;
    border-top: 1px solid #d6dee6;
  }
  #footer {
    height: 500px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0 none;
    color: #454545;
    /* bottom menu styles */
  
  }
  #footer a {
    color: #454545;
  }
  #footer a:hover {
    color: #a2a2a2;
  }
  #footer #footerCols {
    position: relative;
    overflow: hidden;
    height: 352px;
    padding: 40px 0 0 0;
  }
  #footer #footerCols .footerCol {
    display: block;
    margin: 0;
    padding: 0 1% 0 0;
    width: 19%;
    float: left;
  }
  #footer #footerCols .firstCol {
    width: 29%;
  }
  #footer #footerCols .lastCol {
    width: 30%;
    padding: 0;
    display: block;
  }
  #footer #footerCols .lastCol .h3 {
    text-align: right;
  }
  #footer #footerCols .lastCol a {
    display: block;
    float: right;
    padding: 15px 0 0 0;
  }
  #footer #footerCols .lastCol #logoFooter img {
    max-width: 312px;
  }
  #footer #footerCols .h3 {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    color: #001f4b;
    font-weight: 600;
    line-height: 32px;
  }
  #footer #footerCols a {
    font-size: 13px;
    line-height: 20px;
    display: block;
    color: #667993;
  }
  #footer #footerCols a:hover {
    color: #b3bcc9;
  }
  #footer #toTop {
    top: auto;
    bottom: 40px;
    right: 40px;
    left: auto;
    margin: 0;
  }
  #footer #legal {
    float: left;
    margin: 2% 0 0;
    text-align: left;
    font-size: 12px;
  }
  #footer #legal > div {
    float: left;
    margin: 0 2% 0 0;
  }
  #footer #divide {
    position: absolute;
    float: none;
    right: 0;
    bottom: 34px;
    margin: 0;
  }
  #footer #footerLogo {
    float: right;
    margin: 2% 0 0;
    text-align: right;
  }
  #footer #fedMenu {
    position: absolute;
    bottom: 60px;
    right: 0;
  }
  #footer #fedMenu > a {
    height: 24px;
    display: block;
    padding: 0 20px 0 0;
    position: relative;
    font-size: 12px;
  }
  #footer #fedMenu ul {
    display: none;
    position: absolute;
    bottom: 24px;
    right: 0;
    width: 300px;
    padding: 20px;
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  }
  #footer #fedMenu .smallArrow {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #c6d2dd transparent transparent transparent;
  }
  #footer #fedMenu:hover ul {
    display: block;
    background-color: white;
  }
  #footer #fedMenu:hover .smallArrow {
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #c6d2dd transparent;
  }
  #footer #fedMenu ul a {
    color: #001f4b;
    line-height: 24px;
    display: block;
    padding: 0 8px;
  }
  #footer #fedMenu ul a:hover {
    background-color: #f9fafb;
  }
  /*end #footer*/
}
