#sqrbreadcrumbs a {
	color: #A71818;
	text-decoration: none;
}

#sqrbreadcrumbs a:hover {
	color: #1F3819;
	text-decoration: none;
}

#sqrbreadcrumbs {
	padding: 10px 0 0 0;
	font-size:90%;
}


header {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #637F5D;
	border-bottom: 1px solid #dddddd;
}

header img {
	width: 100%;
	display: block;
	border: 0;
	position: absolute;
	height: 100%;
}

header img.headersliderpri {
	z-index: 1;
	transition: none;
	-webkit-transition: none;
	opacity: 1;
}

header img.headerslidersec {
	z-index: 2;
	transition: none;
	-webkit-transition: none;
	opacity: 0;
}

header img.headerslidersecout {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 1;
}

#eyecatcherwait {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin:-24px 0 0 -24px;
    z-index: 3;
    background: url(./wait.svg) no-repeat center center;
    opacity: 0;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

header.loading #eyecatcherwait {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    display: block;
    opacity: 1;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;    
}

#headersliderbullets {
	z-index: 3;
	position: absolute;
	bottom: 10px;
	right: 10px;
}


#headersliderbullets::after {
	content: '';
	clear: both;
	display: block;
}


#headersliderbullets a {
	width: 20px;
	height: 20px;
	background: url(./bullet.svg) no-repeat left top;
	float: left;
}

#headersliderbullets a.active {
	background-position: left bottom;
}


.sqrmainarea {
	background-color: #637F5D;
   	margin: 0;
}

.sqrmainshadow {
	background: #F0F4EF;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.sqrcontent {
	margin: 0;
	padding: 1px 0;
	box-sizing: border-box;
}

.sqrsidebar {
	box-sizing: border-box;
	margin: 0;
	padding: 1px 0;
	background-color: #FAFCF9;
}

.sqrsidebar>div, .sqrcontent>div {
	margin: 20px 0; 
}

@media screen and (min-width: 1024px) {
	.sqrmainarea {
		padding: 20px;
	}

	.sqrmainshadow {
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}
	
	.sqrwithsidebar {
		display: table;
		box-sizing: border-box;
		table-layout: fixed;
		width: 100%;
	}
	
	.sqrwithsidebar .sqrcontent {
		display: table-cell;
						width: 70%;
						vertical-align: top;
	}

	.sqrsidebar {
		display: table-cell;
						width: 30%;
						box-sizing: border-box;
				border-left: 1px solid #dddddd;
	    		vertical-align: top;
	}
}

@media screen and (max-width: 1023px) {
	.sqrcontent {
		padding: 10px 0;
	}

	.sqrsidebar {
		padding: 10px 0;
		border-top: 1px solid #dddddd;
	}	
}

body {
  background-color: #1F3819;
  margin: 0;
  padding: 0;
}
footer {
  margin: 0;
  padding: 30px 0 0 0;
}
.sqrcommonlinks, .sqrfootertext {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
  box-sizing: border-box;
  text-align: center;
}
.sqrfootertext {
  color: #F0F4EF;
}
.sqrcommonlinks a {
  text-decoration: none;
  color: #F0F4EF;
  padding: 0 8px;
  transition: color 0.3s;
}
.sqrcommonlinks a:hover {
  color: #ffffff;
}
.sqrnav {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #1F3819;
  z-index: 1000;
  -webkit-user-select: none;
  user-select: none;
  line-height: 21px;
}
.sqrnav a {
  display: block;
  margin: 0;
  padding: 12px 22px;
  color: #F0F4EF;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
}
.sqrnav>ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.sqrnav .sqrnavsearch form {
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 12px;
  display: block;
  width: 100%;
}
.sqrnav .sqrnavsearch input {
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  padding: 8px 12px 8px 30px;
  margin: 0;
  color: #ffffff;
  border-color: #1F3819;
  -webkit-appearance: none;
  border-radius: 0;
  background: rgba(0,0,0,0.5) url(search.svg) 8px 50% no-repeat;
}
#searchajax {
	background-color: rgba(0,0,0,0.5);
}
#searchajax>a {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 8px 12px 8px 30px;
}


.sqrnav li.sqrnavactive>a {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sqrnav a, .sqrnav form {
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  }
  .sqrnav a.sqrnavshow, .sqrnav a.sqrnavhide {
    background: url(menu.svg) right center no-repeat;
  }
  .sqrnav li.sqrnavmore>a {
    background: url(moreright.svg) right center no-repeat;
  }
  .sqrnav li.sqrnavopen>a {
    background-image: url(moredown.svg);
  }
  .sqrnav .sqrnavshow {
    display: block;
  }
  .sqrnav .sqrnavhide {
    display: none;
  }
  .sqrnavopen>a.sqrnavshow {
    display: none;
  }
  .sqrnavopen>a.sqrnavhide {
    display: block;
  }
  .sqrnav li.sqrnavopen>ul {
    display: block;
  }
  .sqrnav ul {
    display: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .sqrnav ul ul {
    display: none;
  }
  .sqrnav ul li li>a {
    padding-left: 44px;
  }
  .sqrnav ul li li li>a {
    padding-left: 66px;
  }
  .sqrnavopen>ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sqrnav>a {
    display: none;
  }
  .sqrnav>ul {
    box-sizing: border-box;
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .sqrnav>ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .sqrnav>ul>li {
    float: left;
  }
  .sqrnav>ul li>ul {
    position: absolute;
    background-color: #345B2A;
    width: 30vw;
    max-width: 320px;
    display: block;
    left: -9999px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
    transform: translateY(-5px);
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s;
  }
  .sqrnav>ul>li li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  }
  .sqrnav>ul>li.sqrnavmore>a {
    background: transparent url(moredown.svg) right center no-repeat;
    padding-right: 44px;
  }
  .sqrnav>ul>li li.sqrnavmore>a {
    background: transparent url(moreright.svg) right center no-repeat;
    padding-right: 44px;
  }
  .sqrnav>ul>li.sqrnavopen>ul {
    left: 0;
    transform: translate(0);
    opacity: 1;
  }
  .sqrnav>ul>li ul li.sqrnavopen>ul {
    left: 100%;
    top: 0;
    transform: none;
    opacity: 1;
  }
  .sqrnav>ul>li.sqrnavopen {
    background-color: #345B2A;
  }
  .sqrnav>ul>li.sqrnavhome>a>span, .sqrnav>ul>li.sqrnavsearch>a>span, .sqrnav>ul>li.sqrnavshop>a>span {
    display: none;
  }
  .sqrnav>ul>li.sqrnavhome>a {
    background: transparent url(home.svg) no-repeat center center;
    width: 16px;
    height: 22px;
    padding: 12px;
  }
  .sqrnav>ul>li.sqrnavsearch, .sqrnav>ul>li.sqrnavshop {
    float: right;
  }
  .sqrnav>ul>li.sqrnavsearch>a {
    background: transparent url(search.svg) no-repeat center center;
    width: 16px;
    height: 22px;
    padding: 12px;
  }
  .sqrnav>ul>li.sqrnavopen.sqrnavshop>ul, .sqrnav>ul>li.sqrnavopen.sqrnavsearch>ul {
    left: auto;
    right: 0;
    opacity: 1;
  }
  .sqrnav a {
  	transition: background-color 0.2s;
  }
  .sqrnav a:hover, #searchajax a.activelink {
	background-color: rgba(255,255,255,0.1) !important;
  }
}