body {
    margin: 0;
    background-color: #ced3e5;
    
    padding: 0;
}

.sqrsearch {
  display: block;
  padding-top: 20px;
}

.sqrsearch form {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  border: 0;
}

.sqrsearch input[type="text"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border: none;
  padding:  8px;
  margin: 0 35px 0 0;
  line-height: 19px;
  border-radius: 8px;
  height: 35px;
}

.sqrsearch input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: #263363 url(sprites.svg) -6px -102px no-repeat;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  border: none;
  border-radius: 0 8px 8px 0;
  margin: 0;
  padding: 0;
}

#searchajax {
	background-color: #263363;
	display: none;
	margin: 16px 0 8px 0;
}
#searchajax>a {
    padding: 8px;
    text-decoration: none;
    color: #edeff7;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
}

#searchajax>a:last-child {
	border-bottom: none;
}

#searchajax a.activelink {
	background-color: rgba(255,255,255,0.1);
}


#sqrouterbox {
    box-sizing: border-box;
    min-width: 320px;
}

.sqrcontent {
    margin: 0;
    padding: 0.1px 0;
    box-sizing: border-box;
    background-color: #edeff7;
}

.sqrsidebar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    padding: 0.1px 0;
}

.sqrfooter {
  background-color: #4157a8;
  color: #edeff7;
  padding: 20px;
  margin: 0;
  text-align: center;
}

.sqrfooter a {
  color: #edeff7;
  text-decoration: none;
  padding: 0 10px;
}

.sqrfooter a:hover {
  color: #ffffff;
}

.sqrfooter p {
  padding: 10px 10px 0 10px;
  margin: 0;
  text-align: center;
  font-size: 90%;
}

.sqrheader {
  background-color: #4157a8;
  color: #ffffff;
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  position: relative;
}

.sqrheader img {
  display: block;
  margin: 0 auto;
  border: none;
  width: 180px;
  height: 169px;
}

.sqrheader p {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}

.sqropennav {
  width: 40px;
  height: 40px;
  background: url(sprites.svg) -4px -148px no-repeat;
  display: block;
  top: 10px;
  left: 10px;
  position: absolute;
}

#sqrcartindicator {
  width: 40px;
  height: 40px;
  background: url(sprites.svg) -4px -4px no-repeat;
  display: block;
  top: 10px;
  right: 10px;
  position: absolute;
}

#sqrcartindicator.sqrcartfull {
  background-position: -4px -52px;
}

.sqrnav {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #263363;
  top: 20px;
  left: -999px;
  width: 360px;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  line-height: 19px;
}

.sqrnavmain {
  transform: translateX(-20px);
}

.sqrnavcart {
  transform: translateX(20px);
}


.sqrmodenav .sqrnavmain {
  left: 20px;
  opacity: 1;
  transform: translateX(0);
}

.sqrmodecart .sqrnavcart {
  left: inherit;
  right: 20px;
  opacity: 1;
  transform: translateX(0);
}

.sqrnav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sqrnav li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.sqrnav a {
    padding: 12px 48px 12px 16px;
    text-decoration: none;
    color: #edeff7;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    display: block;
    text-transform: uppercase;
}

.sqrnav a:hover {
    color: #ffffff;
}


.sqrnav .sqrnavcurrent>a {
  font-weight: bold;
}

.sqrnav .sqrnavmore ul {
    height: 0;
    overflow: hidden;
    transition: opacity 0.7s;
    opacity: 0;
}

.sqrnav .sqrnavopen>ul {
    height: inherit;
    opacity: 1;
}

.sqrnav li li a {
    padding-left: 32px;
}

.sqrnav li li li a {
    padding-left: 48px;
}

.sqrnav .sqrnavmore>div {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    background: url(sprites.svg) -2px -242px no-repeat;
    cursor: pointer;
}

.sqrnav .sqrclearmode {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  background: url(sprites.svg) -2px -290px no-repeat;
  cursor: pointer;
  transition: transform 0.5s;
}

.sqrnav .sqrnavopen>div {
    background-position: -2px -194px;
}

@media screen and (max-width: 1023px) {
  .sqrsidebar {
    border-top: 1px solid #544B31;
  }
}

@media screen and (min-width: 1024px) {
    .sqrwithsidebar {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .sqrwithsidebar .sqrcontent {
        display: table-cell;
						width: 70%;
				        vertical-align: top;
    }
    .sqrsidebar {
      display: table-cell;
						width: 30%;
				      vertical-align: top;
      border-left: 1px solid #544B31;
    }
}

@media screen and (min-width: 1200px) {
    #sqrouterbox {
        margin: 0 auto;
        padding: 40px;
        max-width: 1400px;
    }
    .sqrfooter {
      border-radius: 0 0 10px 10px;
    }
    .sqrheader {
      border-radius: 10px 10px 0 0;
    }
}

@media screen and (max-width: 480px) {
  .sqrheader img {
    max-width: 180px;
    width: 180px;
    height: 169px;
  }

}

@media screen and (max-width: 480px) {
  .sqrnav {
    width: 100%;
    border-radius: 0px;
  }

  .sqrmodenav .sqrnavmain {
    left: 0;
    top: 0;
  }
  .sqrmodecart .sqrnavcart {
    left: 0;
    top: 0;
  }
}
