.sqrmainarea {
    margin: 0;
    max-width: 1300px;
    margin: 0 auto;
}

header {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #C7C7C7;
}

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;
    left: 25px;
}


#headersliderbullets::after {
    content: '';
    clear: both;
    display: block;
}


#headersliderbullets a {
    width: 20px;
    height: 20px;
    background: url(./bullet.svg) no-repeat left top;
    float: left;
    outline: none;
}

#headersliderbullets a.active {
    background-position: left bottom;
}


nav {
    padding: 0;
    margin: 0;
}

.sqrnavheader {
    background-color: #010000;
    padding: 0 30px;
}

.sqrlogo {
    display: block;
    float: left;
}

.sqrnavheader > ul {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    list-style: none;
}

.sqrnavheader > ul:after {
    content: "";
    display: table;
    clear: both;
}

.sqrnavheader > ul > li {
    float: left;
}

.sqrnavheader > ul > li > a {
    display: block;
    width: 32px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
    outline: none;
}

.sqrnavheader > ul > li > a:hover {
    border-bottom-color: #636363;
}


.sqrnavheader > ul > li.sqrnavhome > a {
    background-image: url(./home.svg);
}

.sqrnavheader > ul > li.sqropensearch > a {
    background-image: url(./search.svg);
}

body.sqrnavmodesearch .sqrnavheader > ul > li.sqropensearch > a {
    border-bottom-color: #67C24C;
}

body.sqrnavmodeshop .sqrnavheader > ul > li.sqropenshop > a {
    border-bottom-color: #67C24C;
}

ul.sqrnavshop {
    background-color: #C7C7C7;
    margin: 0;
    padding: 5px 15px;
    list-style: none;
    display: none;
    box-sizing: border-box;
}

body.sqrnavmodeshop ul.sqrnavshop {
    display: block;
}

ul.sqrnavshop:after {
    content: "";
    display: table;
    clear: both;
}

ul.sqrnavshop > li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

ul.sqrnavshop > li > a {
    display: block;
    padding: 5px 15px;
    float: left;
    text-decoration: none;
    color: #010000;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
}

form.sqrnavsearch {
    background-color: #C7C7C7;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    box-sizing: border-box;
}

body.sqrnavmodesearch form.sqrnavsearch {
    display: block;
}

form.sqrnavsearch > input {
    border: 0;
    padding: 15px 30px 15px 54px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #C7C7C7 url(./searchalt.svg) 30px center no-repeat;
    color: #010000;
    outline: none;
    font-size: 14px;

}

#searchajax {
    display: none;
    padding-bottom: 30px;
}

#searchajax > a {
    padding: 5px 30px;
    text-decoration: none;
    color: #010000;
    display: block;
    outline: none;
}

#searchajax a.activelink {
    background-color: rgba(0, 0, 0, 0.1);
}

.sqrnavheader > ul > li > a > span {
    display: none;
}

.sqrnavheader:after {
    content: "";
    display: table;
    clear: both;
}

.sqrnav {
    background-color: #636363;
    padding: 0 30px;
}

.sqrnav:after {
    content: "";
    display: table;
    clear: both;
}

.sqrnav > ul.sqrnavmain {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.sqrnav > ul.sqrnavmain:after {
    content: "";
    display: table;
    clear: both;
}

.sqrnav > ul.sqrnavmain > li {
    margin: 0;
    padding: 0 16px 0 0;
    float: left;
}

.sqrnav > ul.sqrnavmain > li > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 0;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    outline: none;
}

.sqrnav > ul.sqrnavmain > li > a:hover {
    border-bottom-color: #010000;
}

.sqrnav > ul.sqrnavmain > li.sqrnavactive > a {
    border-bottom-color: #67C24C;
}

.sqrnav > ul.sqrnavmore {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.sqrnav > ul.sqrnavmore > li > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 32px 7px 0;
    font-weight: bold;
    text-transform: uppercase;
    background: url(./menu.svg) right center no-repeat;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    outline: none;
}

.sqrnav > ul.sqrnavmore > li > a:hover {
    border-bottom-color: #010000;
}

body.sqrnavmodefull .sqrnav > ul.sqrnavmore > li > a {
    border-bottom-color: #67C24C;
    background-image: url(./closenav.svg);
}


ul.sqrnavfull {
    background-color: #C7C7C7;
    margin: 0;
    padding: 5px 15px 0 15px;
    list-style: none;
    display: none;
    box-sizing: border-box;
}

body.sqrnavmodefull ul.sqrnavfull {
    display: block;
}

ul.sqrnavfull:after {
    content: "";
    display: table;
    clear: both;
}

ul.sqrnavfull > li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
}

ul.sqrnavfull > li:nth-child(4n+1) {
    content: "";
    display: table;
    clear: both;
}


ul.sqrnavfull > li > a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #010000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    outline: none;
}

ul.sqrnavfull > li > a:hover {
    color: #000000;
}

ul.sqrnavfull > li > ul {
    display: block;
    margin: 0;
    padding: 0 15px 0 0;
    list-style: none;
}

ul.sqrnavfull > li > ul > li {
    display: block;
    margin: 0;
    padding: 0;
}

ul.sqrnavfull > li > ul > li:last-child {
    padding-bottom: 15px;
}

ul.sqrnavfull > li > ul > li > a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #555555;
    font-size: 14px;
    outline: none;
}

ul.sqrnavfull > li > ul > li > a:hover {
    color: #000000;
}

ul.sqrnavtopics,
ul.sqrnavsubtopics {
    background-color: #ffffff;
    margin: 0;
    padding: 0 30px;
    list-style: none;
    display: block;
    border-bottom: 1px solid #C7C7C7;
}

ul.sqrnavtopics:after,
ul.sqrnavsubtopics:after {
    content: "";
    display: table;
    clear: both;
}

ul.sqrnavtopics > li,
ul.sqrnavsubtopics > li {
    margin: 0;
    padding: 0 15px 0 0;
    display: block;
    float: left;
}

ul.sqrnavtopics > li > a,
ul.sqrnavsubtopics > li > a {
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
}

ul.sqrnavtopics > li.sqrnavactive > a,
ul.sqrnavsubtopics > li.sqrnavactive > a {
    font-weight: bold;
    color: #000000;
}

ul.sqrnavtopics > li > a:hover,
ul.sqrnavsubtopics > li > a:hover {
    color: #000000;
}

.sqrbreadcrumbs {
    background-color: #ffffff;
    margin: 0;
    padding: 10px 30px;
    list-style: none;
    display: block;
    background-color: #C7C7C7;
    color: #555555;
    font-size: 14px;
}

.sqrbreadcrumbs > a {
    color: #636363;
    text-decoration: none;
}

.sqrbreadcrumbs > a:hover {
    color: #000000;
}

.sqrmaincontainer {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sqrcontent {
    margin: 0;
    padding: 0.1px 0;
    box-sizing: border-box;
    background: #ffffff;
}

.sqrsidebar {
    box-sizing: border-box;
    margin: 0;
    padding: 0.1px 0;
    background-color: #ffffff;
}

.sqrsidebar > div, .sqrcontent > div {
    margin: 20px 0;
}

body {
    background-color: #787878;
    margin: 0;
    padding: 0;
}

footer {
    margin: 0;
    padding: 0;
    background-color: #010000;
}

.sqrcommonlinks, .sqrfootertext {
    padding: 10px 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}

.sqrfootertext {
    color: #ffffff;
}

.sqrcommonlinks a {
    text-decoration: none;
    color: #ffffff;
    padding: 0 8px;
    text-transform: uppercase;
    font-weight: bold;
}

.sqrcommonlinks a:hover {
    color: #C7C7C7;
}

@media (max-width: 1023px) {
    .sqrsidebar {
                border-top: 1px solid #C7C7C7;
            }

    ul.sqrnavfull > li {
        width: 50%;
    }

    ul.sqrnavfull > li:nth-child(2n+1) {
        content: "";
        display: table;
        clear: both;
    }

    ul.sqrnavmain {
        display: none;
    }
}

@media (max-width: 767px) {
    ul.sqrnavfull > li {
        float: none;
    }

    ul.sqrnavtopics {
        display: none;
    }
}

@media (min-width: 1024px) {

    .sqrwithsidebar {
        display: table;
        box-sizing: border-box;
        table-layout: fixed;
        width: 100%;
    }

    .sqrwithsidebar .sqrcontent {
        display: table-cell;
                        width: 60%;
                vertical-align: top;
    }

    .sqrsidebar {
        display: table-cell;
                        width: 30%;
                box-sizing: border-box;
        vertical-align: top;
                border-left: 1px solid #C7C7C7;
            }
}
