﻿/* ========== ADJUSTMENTS OF QNAP HEADER AND FOOTER ========== */

#Main_Menu_wrap_false {
    display: none !important;
}

@media (min-width: 1000px) {
    .mainHeader {
        position: absolute !important;
    }
    .ftrBlock {
        padding-top: 50px;
    }
}

.addthis_sharing_toolbox {
    width: 338px;
    margin: 0px auto 60px;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.addthis_sharing_toolbox a .at-icon-wrapper {
    border-radius: 4px;
}

@media screen and (min-width: 1000px) {
    .addthis_sharing_toolbox {
        filter: alpha(Opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;
        position: absolute;
        top: 110px;
        left: 50%;
        margin-left: 160px;
    }
}


/* =========================================================== */

.sqfk-article .sqfk-keyvision {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url('../images/hbs-header-bg.jpg');
    background-attachment: fixed;
}

@media screen and (min-width: 1280px) {
    .sqfk-article .sqfk-keyvision {
        background-size: 95% auto;
        background-position: top right;
        background-repeat: no-repeat;
        background-image: url('../images/hbs-header-bg.jpg');
        background-attachment: fixed;
    }
}

#sqss .sqss-regular .sqss-slide-block {
    width: 260px;
    height: 155px;
    margin-left: -130px;
}

@media (min-width: 360px) {
    #sqss .sqss-regular .sqss-slide-block {
        width: 300px;
        height: 150px;
        margin-left: -150px;
    }
}

@media (min-width: 720px) {
    #sqss .sqss-regular .sqss-slide-block {
        width: 640px;
        height: 320px;
        margin-left: -320px;
    }
}

@media (min-width: 1000px) {
    #sqss .sqss-regular .sqss-slide-block {
        width: 720px;
        height: 360px;
        margin-left: -360px;
    }
}

@media (min-width: 1000px) {
    #sqss .sqss-regular .sqss-slide-caption {
        height: 150px;
    }
    h2 {
        font-size: 18px;
        padding-bottom: 15px;
    }
}


/*#levelsync ul li:nth-child(1) {
	padding-top: 20px;
	background-color: #A51200;
}
#levelsync ul li:nth-child(1) h4 .label, #levelsync ul li:nth-child(1) p {
	color: #FFFFFF;
}*/


/* GO TOP */

#back-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}

#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: #000;
}


/* arrow icon (span tag) */

#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background: url('../images/back_top.png') rgba(100, 100, 100, 0.3) no-repeat center center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover span {
    background-color: rgba(100, 100, 100, 0.5);
}


/* table */

table.style1 {
    width: 70%;
    margin-top: 5px;
}

table.style1 td a {
    color: #008ED3;
    text-decoration: none;
}

table.style1 thead {
    height: 30px;
    background-color: #333333;
    color: #FFFFFF;
}

table.style1 th {
    padding: 8px 6px;
    text-align: left;
    font-size: 13px;
}

table.style1 td {
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid #CCCCCC;
    text-align: left;
    line-height: 1.5em;
    font-size: 13px;
}

table.style1 td ul {
    padding-left: 20px;
    text-align: left;
    font-size: 13px;
}

table.style1 td ul li {
    list-style: disc inside;
}

table.style1 tr td.head {
    background-color: #F0F0F0;
}

@media (max-width: 1000px) {
    table.style1 {
        padding: 0 20px;
        width: 100%;
        margin-top: 5px;
    }
}


/* cloud */

.sqfk-article #f06.sqfk-section {
    overflow: hidden;
    background: url("../images/f06-img.jpg") no-repeat center center fixed;
    padding: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.sqfk-article #f06.sqfk-section .cloud {
    background-image: url("../images/f06-img-cloud.png");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 100%;
    opacity: 0.8;
    padding: 60px 0px 130px;
}

.sqfk-article #f06.sqfk-section .cloud h4 {
    color: #0cf
}

@-moz-keyframes cloud {
    100% {
        background-position: -1900px;
    }
}

@-webkit-keyframes cloud {
    100% {
        background-position: -1900px;
    }
}

@keyframes cloud {
    100% {
        background-position: -1900px;
    }
}

.sqfk-article #f06.sqfk-section .cloud {
    -moz-animation: cloud 90s linear infinite;
    -webkit-animation: cloud 90s linear infinite;
    animation: cloud 90s linear infinite;
}
.sqfk-article .sqfk-section .btn-focus{
    color: #ffffff;
}
.sqfk-article .sqfk-section .btn-focus:hover{
    color: #ffffff;
}