/*------------------------------------*\
    Fonts
\*------------------------------------*/

@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular.woff') format('woff'),
         url('../fonts/Montserrat-Regular.ttf') format('truetype'),
         url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Bold.woff2') format('woff2'),
         url('../fonts/Montserrat-Bold.woff') format('woff'),
         url('../fonts/Montserrat-Bold.ttf') format('truetype'),
         url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'quicksand-regular';
    src: url('../fonts/Quicksand-Regular.eot');
    src: url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quicksand-Regular.woff2') format('woff2'),
         url('../fonts/Quicksand-Regular.woff') format('woff'),
         url('../fonts/Quicksand-Regular.ttf') format('truetype'),
         url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'quicksand-bold';
    src: url('../fonts/Quicksand-SemiBold.eot');
    src: url('../fonts/Quicksand-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quicksand-SemiBold.woff2') format('woff2'),
         url('../fonts/Quicksand-SemiBold.woff') format('woff'),
         url('../fonts/Quicksand-SemiBold.ttf') format('truetype'),
         url('../fonts/Quicksand-SemiBold.svg#Quicksand-SemiBold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    src: url('../fonts/Raleway-Light.eot');
    src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Light.woff2') format('woff2'),
         url('../fonts/Raleway-Light.woff') format('woff'),
         url('../fonts/Raleway-Light.ttf') format('truetype'),
         url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*------------------------------------*\
    Default Style
\*------------------------------------*/

html {
    position: relative;
    min-height: 100%;
    font-family: 'raleway';
}

body {
    margin: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
ul { list-style: none; }
li { display: inline-block; }
a {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    outline: none !important;
}
strong {
    font-weight: normal;
}

p {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}
h1,
h2 {
    text-align: center;
    font-family: 'quicksand-regular';
    font-size: 25px;
}
h3 {
    font-family: 'montserrat-bold';
    font-size: 16px;
}

.ol-col { text-align: center; }
ol {
    list-style-type: decimal;
    width: auto;
    padding-left: 20px;
    display: inline-block;
    margin-top: 20px;
}
ol li {
    display: list-item;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}

.pnm { margin-top: 0; }
.cyld-btn {
    display: inline-block;
    background-color: #ebebeb;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 30px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 25px;
    font-family: 'montserrat-regular';
}
.cyld-btn:hover { background-color: #dcdcdc; }

@media (min-width: 600px) {
    h3 { font-size: 18px; }
}

@media (min-width: 1025px) {
    .ol-col { text-align: left; }
    p {
        line-height: 25px;
        text-align: left;
    }
    h1,
    h2 { font-size: 30px; }
}

input,
textarea,
button,
select,
a,
span,
div { -webkit-tap-highlight-color: transparent; }


/*------------------------------------*\
    Effects
\*------------------------------------*/

a,
a:after,
a:before,

.btn,
.btn:after,
.btn:before,

input,
button,
select,
textarea,
.menu-icon span,
.hasachild,
.sac-link img,
.home-link-banner img,
.home-banner-info p,
.home-banner-logo img,
.qaio-product-opacity,
.cyld-btn,
.qf-thumbnail:after,
.qf-thumbnail,
.mf-span,
.add-new-mirror-size {
    -webkit-transition: all 200ms ease-in-out;
       -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
         -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
}

.smart-devices-large-images img,
.family-friendly-large-images img {
	-webkit-transition: all 700ms ease-in-out;
       -moz-transition: all 700ms ease-in-out;
        -ms-transition: all 700ms ease-in-out;
         -o-transition: all 700ms ease-in-out;
            transition: all 700ms ease-in-out;
}

.menu-icon.active span:nth-child(1) { animation: ease .4s top forwards; }
.menu-icon.not-active span:nth-child(1) { animation: ease .4s top-2 forwards; }
.menu-icon.active span:nth-child(2) { animation: ease .4s scaled forwards; }
.menu-icon.not-active span:nth-child(2) { animation: ease .4s scaled-2 forwards; }
.menu-icon.active span:nth-child(3) { animation: ease .4s bottom forwards; }
.menu-icon.not-active span:nth-child(3) { animation: ease .4s bottom-2 forwards; }

@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }
    50% {
        top: 8px;
        transform: rotate(0);
    }
    100% {
        top: 8px;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 8px;
        transform: rotate(45deg);
    }
    50% {
        top: 8px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }
    50% {
        bottom: 8px;
        transform: rotate(0);
    }
    100% {
        bottom: 8px;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
     0% {
        bottom: 8px;
        transform: rotate(135deg);
    }
    50% {
        bottom: 8px;
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes scaled {
    50% { transform: scale(0); }
    100% { transform: scale(0); }
}

@keyframes scaled-2 {
    0% { transform: scale(0); }
    50% { transform: scale(0); }
    100% { transform: scale(1); }
}

/*------------------------------------*\
    Global Style
\*------------------------------------*/

.page-header,
.nav-primary,
.page-main,
.page-content,
.page-footer,
.masthead {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

/*------------------------------------*\
    Header
\*------------------------------------*/

.page-header {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 50px;
    box-shadow: 0 4px 6px -6px #fff;
}
.logo {
    width: 115px !important;
    margin-top: 7px;
}
.menu-icon {
    float: right;
    width: 32px;
    margin-top: 15px;
    cursor: pointer;
    transition: all 400ms ease-in-out;
}
.menu-icon span {
    display: block;
    background-color: #fff;
    height: 4px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    transition: all 400ms ease-in-out;
}
.menu-icon span:not(:first-child) { margin-top: 4px; }
.menu-icon.active span { background-color: #fff; }
.menu-icon.active { right: calc(25vw + 15px); }

@media (min-width: 1025px) {
    .page-header { height: 70px; }
    .logo {
        width: 165px !important;
        margin-top: 9px;
    }
    .logo img {
        margin-bottom: 0 !important;
        float: left;
    }
}

/*------------------------------------*\
    Main Menu
\*------------------------------------*/

.nav-primary {
    background-color: #fff;
    position: absolute;
    z-index: 11;
    height: auto;
    width: calc(100% + 10px);
    top: 50px;
    left: -5px;
    box-shadow: 0 4px 6px -6px #000;
    max-height: 451px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}
.nav-primary li {
    display: block;
    border-top: 1px solid #cccccc;
}
.nav-primary li a,
.nav-primary li span {
    font-size: 12px;
    color: #000;
    line-height: 40px;
    padding-left: 20px;
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'montserrat-regular';
}

@media (min-width: 1025px) {
    .nav-primary {
        left: 0;
        position: relative;
        top: 22px;
        width: auto;
        height: auto;
        background-color: transparent;
        padding-top: 0;
        float: right;
        display: block;
        box-shadow: none;
        overflow-x: inherit;
        overflow-y: inherit;
    }
    .nav-primary li {
        display: inline-block;
        border-top: 0;
    }
    .nav-primary li:not(:first-child) { margin-left: 10px; }
    .nav-primary li a,
    .nav-primary li span {
        padding-left: 0;
        color: #fff;
        font-size: 11px;
        line-height: normal;
    }
    .nav-primary li:hover > a,
    .nav-primary li:hover > span { color: #3b9ec7; }
}

@media (min-width: 1200px) {
	.nav-primary li:not(:first-child) { margin-left: 15px; }
	.nav-primary li a,
    .nav-primary li span { font-size: 13px; }
}

/*------------------------------------*\
    Sub Menu
\*------------------------------------*/

.submenu-container { display: none; }
.submenu li a {
	padding-left: 40px; 
	text-transform: none !important;
}
.submenu.flagmenu li a { padding-left: 70px; }
.submenu li a img,
.submenu li a br { display: none; }
.submenu.flagmenu img {
    position: absolute;
    top: calc(50% - 11px);
    left: 40px;
    width: 20px !important;
    display: block;
}

.hasachild img {
    width: 10px !important;
    top: calc(50% - 5px);
    right: 20px;
    position: absolute;
}

@media (min-width: 1025px) {
    .hasachild img { display: none; }
    .hasachild-li {
        position: relative;
        padding-bottom: 30px;
    }
    .submenu {
        position: absolute;
        top: 44px;
        right: 0;
        width: 200px;
        background-color: #fff;
        text-align: center;
        padding: 0;
        border: 1px solid #d1d1d1;
    }
    .submenu li {
        width: 100%;
        text-align: left;
        margin-left: 0 !important;
    }
    .submenu li a {
        padding: 0;
        color: #000;
        line-height: 40px;
        padding-left: 10px;
    }
    .submenu li a br { display: block; }
    .submenu li a img {
        display: inline-block;
        width: auto !important;
        margin-bottom: 5px;
    }

    .submenu.flagmenu {
        width: 200px;
        border: 1px solid #d1d1d1;
        padding: 0;
        left: auto;
        right: 0;
        position: absolute;
    }
    .submenu.flagmenu li {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .submenu li:not(:first-child) { border-top: 1px solid #d1d1d1; }
    .submenu.flagmenu li a {
        padding: 0 !important;
        text-align: left;
        line-height: 40px;
        font-size: 13px;
        padding-left: 40px !important;
    }
    .submenu.flagmenu li a img { left: 10px; }
}

@media (min-width: 1200px) {
	.submenu { top: 46px; }
}

/*------------------------------------*\
    Home
\*------------------------------------*/

.home-link-banner {
    float: left;
    width: 100%;
    height: 50vh;
    background-color: #000;
    position: relative;
}
.home-link-banner img {
    object-fit: cover;
    object-position: center;
	height: 100% !important;
}
.home-banner-flex {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 10%;
}
.home-banner-info {
    width: 150px;
    text-align: center;
}
.home-banner-info span {
    background-color: #3b9ec7;
    padding: 11px 0;
    width: 120px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
	display: inline-block;
	cursor: pointer;
}
.home-banner-logo { position: relative; }
.home-banner-logo img { opacity: 1; }
.home-banner-logo img:nth-child(2) {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.home-link-banner:nth-child(2) .home-banner-flex {
    justify-content: right;
    padding-left: 0;
    padding-right: 10%;
}

@media (min-width: 1025px) {
    .home-link-banner {
        width: 50%;
        height: 100vh;
    }
    .home-banner-info {
        width: 250px;
        text-align: right;
    }
	.home-banner-info p { text-align: right; }
    .home-link-banner:nth-child(2) .home-banner-info { text-align: left; }
	.home-link-banner:nth-child(2) .home-banner-info p { text-align: left; }

    .home-banner:hover .home-link-banner-img { opacity: .6; }
    .home-banner:hover p { color: #fff; }
    .home-banner:hover .home-banner-logo img:nth-child(1) { opacity: 0; }
    .home-banner:hover .home-banner-logo img:nth-child(2) { opacity: 1; }

    .home-link-banner:hover .home-link-banner-img { opacity: 1; }
    .home-link-banner:hover p { color: #000; }
    .home-link-banner:hover .home-banner-logo img:nth-child(1) { opacity: 1; }
    .home-link-banner:hover .home-banner-logo img:nth-child(2) { opacity: 0; }
}

@media (min-width: 1500px) {
    .home-banner-info { width: 290px; }
    .home-banner-flex { padding-left: 20%; }
    .home-link-banner:nth-child(2) .home-banner-flex {
        padding-left: 0;
        padding-right: 20%;
    }
}

/*------------------------------------*\
    QAIO Mirror - Intro
\*------------------------------------*/

.page-banner {
    max-height: 100vh;
    min-height: 300px;
}
.page-banner .slick-slider img {
    object-fit: cover;
    object-position: center;
    min-height: 300px;
    max-height: 100vh;
	margin-bottom: 0;
}
.page-banner .slick-slider img.left-content { object-position: center left; }
.page-banner .slick-slider img.right-content { object-position: center right; }

.global-content-section { margin-top: 50px; }
.global-content-section-bottom { margin-bottom: 50px; }

.banner-prev,
.banner-next {
	position: absolute;
    top: calc(50% - 36px);
    left: 25px;
    z-index: 2;
    cursor: pointer;
    width: 72px;
    height: 72px;
    background-color: #000;
    color: #fff;
    display: none !important;
    padding-top: 21px;
    padding-left: 24px;
}
.banner-next {
	left: auto;
	right: 25px;
	padding-left: 0;
	padding-right: 24px;
	text-align: right;
}
.banner-prev img,
.banner-next img { max-width: 20px; }
.banner-prev img {
	-webkit-transform: scaleX(-1);
    		transform: scaleX(-1);
}

@media (min-width: 1025px) {
    .global-content-section { margin-top: 100px; }
    .global-content-section-bottom { margin-bottom: 100px; }
    .qaio-intro-container {
        margin-top: 40px;
        position: relative;
    }
    .qaio-intro-container p:first-child {  margin-top: 0; }
    .qaio-intro-info {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 48%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }
    .qaio-intro-container p { text-align: center; }
	.banner-prev,
	.banner-next { display: block !important; }
	
	.page-banner .slick-slider img.left-content { object-position: center; }
	.page-banner .slick-slider img.right-content { object-position: center; }
}

/*------------------------------------*\
    QAIO Mirror - Alexa
\*------------------------------------*/

.alexa-container {
    margin-top: 30px;
    position: relative;
	float: left;
}
.alexa-info {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
    width: auto;
}
.alexa-info p {
    text-align: left;
    font-size: 14px;
}

@media (min-width: 600px) {
    .alexa-info { width: 300px; }
}

@media (min-width: 768px) {
    .alexa-info {
        width: 350px;
        bottom: 40px;
        left: 40px;
    }
    .alexa-info p { font-size: 15px; }
}

@media (min-width: 1025px) {
    .alexa-container { margin-top: 40px; }
    .alexa-info {
        width: 450px;
        bottom: 70px;
        left: 70px;
    }
    .alexa-info h3 { font-size: 25px; }
    .alexa-info p {
        font-size: 18px;
        line-height: 30px;
    }
}

/*------------------------------------*\
    QAIO Mirror - Smart Devices
\*------------------------------------*/

.smart-devices-container {
    position: relative;
    margin-top: 30px;
}
.smart-devices-large-images { position: relative; }
.smart-devices-large-images img {
    min-height: 250px;
    max-height: 550px;
    object-fit: cover;
    object-position: right;
	opacity: 0;
}
.smart-devices-large-images img:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.smart-devices-large-images img.active {
	opacity: 1;
	z-index: 3;
}
.smart-devices-title span.active { display: block; }
.smart-devices-title { margin-bottom: 20px; }
.smart-devices-title span {
    text-align: center;
    display: none;
    font-family: 'montserrat-regular';
    font-size: 20px;
}

.smart-devices-thumbnail-container {
    margin-top: 20px;
    text-align: center;
}
.smart-devices-thumbnail-center {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
}
.smart-devices-thumbnail-grid {
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}
.smart-devices-thumbnail {
    margin: 5px;
    cursor: pointer;
}

@media (min-width: 1025px) {
    .smart-devices-container { margin-top: 40px; }
    .smart-devices-thumbnail-container {
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 45%;
        display: flex;
        align-items: center;
        justify-content: center;
		z-index: 5;
    }
    .smart-devices-thumbnail-center { max-width: 340px; }
    .smart-devices-thumbnail-grid {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .smart-devices-thumbnail { margin: 10px; }
    .smart-devices-title span {
        text-align: left;
        font-size: 28px;
    }
}

/*------------------------------------*\
    QAIO Mirror - Family Friendly
\*------------------------------------*/

.family-friendly-container {
    position: relative;
    margin-top: 30px;
}
.family-friendly-large-images img {
    min-height: 250px;
    max-height: 550px;
    object-fit: cover;
    object-position: right;
    opacity: 0;
}
.family-friendly-large-images img:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.family-friendly-large-images img.active {
	opacity: 1;
	z-index: 3;
}
.family-friendly-thumbnail-container {
    margin-top: 20px;
    text-align: center;
}
.family-friendly-thumbnail-center {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
}
.family-friendly-thumbnail-grid {
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}
.family-friendly-thumbnail {
    margin: 5px;
    cursor: pointer;
}

@media (min-width: 1025px) {
    .family-friendly-container { margin-top: 40px; }
    .family-friendly-thumbnail-container {
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 20px;
        height: 100%;
        display: flex;
        align-items: center;
		z-index: 5;
    }
    .family-friendly-thumbnail-center { max-width: 280px; margin: 0; }
    .family-friendly-thumbnail-grid {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .family-friendly-thumbnail { margin: 10px; }
    .family-friendly-desc {
        width: 280px;
        height: 320px;
        display: flex;
        align-items: center;
    }
    .family-friendly-desc p {
        display: none;
        text-align: justify;
        font-size: 14px;
        margin-top: 0;
    }
    .family-friendly-desc p.active { display: block; }
}

@media (min-width: 1200px) {
    .family-friendly-thumbnail-container { left: 40px; }
}

/*------------------------------------*\
    QAIO Mirror - Half Section
\*------------------------------------*/

.mobile-margin { margin-top: 30px; }
.global-content-section video {
    float: left;
    width: 100%;
}
.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1025px) {
    .mobile-margin { margin-top: 0; }
    .half-section h2 { text-align: left; }
    .half-section p { text-align: justify; }
	
	.iframe-container { margin-top: 30px; }
}

/*------------------------------------*\
    QAIO Mirror - QAIO Has It All
\*------------------------------------*/

.qhia-left-container {
    float: left;
    width: 100%;
    position: relative;
}
.qhia-left-item {
    padding-top: 30px;
    float: left;
    width: 100%;
    text-align: right;
    position: relative;
}
.qhia-info {
    float: left;
    width: calc(100% - 75px);
    padding-right: 25px;
}
.qhia-info p {
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    margin-top: 15px;
}
.qhia-info span {
    font-size: 14px;
    font-family: 'montserrat-bold';
}
.qhia-icon {
    float: right;
    width: 75px;
    height: 75px;
    background-color: #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qhia-icon img {
    width: 30px !important;
    margin-bottom: 0;
}
.qhia-line {
    position: absolute;
    top: 0;
    right: 37px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #c4c4c4;
    z-index: -1;
}
.qhia-left-item:first-child .qhia-line,
.qhia-right-item:first-child .qhia-line  {
    height: calc(100% - 30px);
    top: 30px;
}
.qhia-left-item:last-child .qhia-line,
.qhia-right-item:last-child .qhia-line { height: 105px; }

.qhia-right-item {
    padding-top: 30px;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}
.qhia-right-item .qhia-info {
    float: right;
    width: calc(100% - 75px);
    padding-right: 0;
    padding-left: 25px;
}
.qhia-right-item  .qhia-line {
    left: 37px;
    right: auto;
}

@media (min-width: 1025px) {
    .qhia-right-item,
    .qhia-left-item { padding-top: 50px; }
    .qhia-left-item:first-child .qhia-line,
    .qhia-right-item:first-child .qhia-line  {
        height: calc(100% - 50px);
        top: 50px;
    }
    .qhia-left-item:last-child .qhia-line,
    .qhia-right-item:last-child .qhia-line { height: 125px; }

    .qhia-info p {
        font-size: 14px;
        line-height: 22px;
    }
    .qhia-info span { font-size: 15px; }
}

/*------------------------------------*\
    QAIO Mirror - Hospitality
\*------------------------------------*/

.qaio-mirror-hospitality { padding: 30px 0; }
.qaio-mirror-hospitality img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.qaio-mirror-hospitality-info {
    padding: 20px;
    background-color: rgba(255, 255, 255, .7);
    text-align: left;
    max-width: 435px;
    float: right;
}
.qaio-mirror-hospitality-info h2,
.qaio-mirror-hospitality-info p { text-align: justify; }
.qaio-mirror-hospitality-info span {
    background-color: #3b9ec7;
    padding: 11px 0;
    width: 120px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
	cursor: pointer;
	display: inline-block;
}

@media (min-width: 600px) {
    .qaio-mirror-hospitality { padding: 60px 0; }
    .qaio-mirror-hospitality-info { padding: 50px; }
}

/*------------------------------------*\
    QAIO Mirror - Products
\*------------------------------------*/

.qaio-products-item { margin-top: 30px; }
.qaio-title {
    position: relative;
    display: block;
    font-family: 'montserrat-regular';
    background-color: #333;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    float: left;
    width: 100%;
}
.qaio-title a {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 80px;
    background-color: #fff;
    color: #333;
    text-align: center;
    height: 32px;
    line-height: 32px;
}
.qaio-title a:hover {
    background-color: #2c8bbd;
    color: #fff;
}
.qaio-products-item img {
    float: left;
    margin-bottom: 0;
}
.qaio-product-img {
    position: relative;
    float: left;
}
.qaio-product-img:hover .qaio-product-opacity { opacity: 1; }
.qaio-product-opacity {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.qaio-product-opacity span {
    padding: 10px 0;
    text-align: center;
    color: #fff;
    display: inline-block;
    border: solid 2px white;
    width: 250px;
    font-size: 15px;
    cursor: pointer;
}

@media (min-width: 600px) {
    .qaio-products-list {
        display: grid;
        grid-template-columns: 50% 50%;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .qaio-products-item > div { padding: 0 15px; }
}

@media (min-width: 1025px) {
    .qaio-products-list { grid-template-columns: 33.3% 33.3% 33.3%; }
    .qaio-products-item { margin-top: 40px; }
    .qaio-products-item video { max-width: 360px; }
}

.popup-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000000;
    text-align: center;
    display: none;
}
.popup-close {
    position: fixed;
    top: 5vh;
    right: 5vw;
    width: 30px !important;
    height: 30px;
    cursor: pointer;
}
.popup-flex {
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
.popup-center {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    max-width: 80vw;
}
.popup-center img {
    max-width: 1200px;
    display: none;
}
.popup-center img.active { display: block; }

@media (min-width: 1200px) {
    .popup-close {
        top: 30px;
        right: 30px;
    }
}

/*------------------------------------*\
    QAIO Custom
\*------------------------------------*/

.no-banner-main { padding-top: 50px; }
.page-id-15 h2 { font-size: 20px; }

@media (min-width: 1025px) {
	.page-id-15 h2 { font-size: 25px; }
	.qcs { margin-top: 60px; }
	.no-banner-main { padding-top: 70px; }
}

/*------------------------------------*\
    Hospitality
\*------------------------------------*/

.hospitality-container {
	position: relative;
	display: none;
}
.hospitality-slider { margin-top: 30px; }
.hospitality-slider .slick-slide {
	margin: 0 10px;
	background-color: #fff;
}
.hospitality-prev,
.hospitality-next {
	position: absolute;
	cursor: pointer;
	top: calc(50% - 7.5px);
	right: -8px;
	width: 10px !important;
	z-index: 2;
}
.hospitality-prev {
	right: auto;
	left: -8px;
	-webkit-transform: scaleX(-1);
    		transform: scaleX(-1);
}

@media (min-width: 1025px) {
	.page-id-17 .page-banner img { height: 100vh !important; }
	.hospitality-slider .slick-slide { margin: 0 15px; }
}

/*------------------------------------*\
    Dealers/Retailers
\*------------------------------------*/

.page-id-19 h2 { margin-top: 50px; }
.dr-img { margin-top: 30px; }
.page-id-19 .row:nth-child(3) p { margin-top: 50px; }
.page-id-19 .row:nth-child(3) p a { color: #3b9ec7; }

@media (min-width: 1025px) {
	.page-id-19 h2 { text-align: left; }
	.page-id-19 h2:first-child { margin-top: 100px; }
	.page-id-19 p { text-align: justify; }
	.page-id-19 .row:nth-child(3) p { margin-top: 100px; }
}

/*------------------------------------*\
    Help Center
\*------------------------------------*/

.hc-btns-container {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.hc-btns {
	display: inline-block;
	font-family: 'quicksand-bold';
	text-transform: uppercase;
	color: #939393;
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	border: 1px solid #e1e1e1;
	margin: 5px 0;
	cursor: pointer;
}
.hc-btns.active { color: #000; }

@media (min-width: 600px) {
	.hc-btns {
		margin: 5px 0;
		width: calc(50% - 10px);
	}
	.hc-btns:nth-child(1),
	.hc-btns:nth-child(3),
	.hc-btns:nth-child(5) { margin-right: 5px; }
}

@media (min-width: 1025px) {
	.hc-btns { width: auto; }
	.hc-btns:nth-child(1),
	.hc-btns:nth-child(3),
	.hc-btns:nth-child(5) { margin-right: 0; }
	.hc-btns:not(:first-child) { margin-left: 5px; }
}

@media (min-width: 1200px) {
	.hc-btns {
		font-size: 17px;
		padding: 15px 20px;
	}
	.hc-btns:not(:first-child) { margin-left: 10px; }
}

.toggle-container {
	margin-top: 50px;
	float: left;
	width: 100%;
	display: none;
}
.toggle-container.active { display: block; }
.contact-item { margin-top: 30px; }
.contact-item img { width: 60px !important; }
.contact-item span {
	display: block;
	font-family: 'montserrat-regular';
	font-size: 20px;
	margin-top: 20px;
}
.contact-item p a { color: #000; }
.contact-item p a:hover { color: #3b9ec7; }
.ph-container {
	margin-top: 10px;
	float: left;
	width: 100%;
}

@media (min-width: 1025px) {
	.contact-list {
		display: grid;
    	grid-template-columns: 25% 25% 25% 25%;
	}
	.contact-item {
		text-align: left;
		margin-top: 50px;
	}
}

.hc-item {
	float: left;
	width: 100%;
	border: 1px solid #e1e1e1;
	background-color: #f8f8f8;
	padding: 0 15px;
}
.hc-item:not(:first-child) { margin-top: 20px; }
.hc-item div { 
	cursor: pointer;
	display: block;
	font-size: 15px;
	padding: 15px 0 15px 25px;
	position: relative;
}
.hc-item span {
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
	width: 15px;
}
.hc-item img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
.hc-item img:nth-child(2) { opacity: 0; }
.hc-item.active img:nth-child(1) { opacity: 0; }
.hc-item.active img:nth-child(2) { opacity: 1; }
.hc-item p {
	display: none;
	margin: 15px 25px 25px 25px;
}
.hc-item p a { color: #3b9ec7; }

.sidebar-col {
	width: 100%;
	background-color: #f8f8f8;
	max-height: 468px;
	overflow-y: auto;
	max-width: 280px;
	margin: 0 auto;
}
.sidebar-item {
	padding: 15px;
	display: grid;
	grid-template-columns: 50% 50%;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}
.sidebar-item.active { background-color: #e8e8ea; }
.sidebar-item img { margin-bottom: 0; }
.sidebar-info {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	font-family: 'montserrat-regular';
	font-size: 13px;
}
.sidebar-info img {
	width: 35px !important;
	margin-right: 10px;
}
.sidebar-info span:first-child {
	position: absolute;
	top: 0;
	left: 10px;
	display: flex;
	align-items: center;
}

.pdf-col {
    width: 100%;
    background-color: #333;
    height: 300px;
    margin-top: 30px;
}
.pdf-col iframe {
    width: 100%;
    height: 100%;
}
.manual-title {
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	font-family: 'montserrat-regular';
	padding-bottom: 30px;
	font-size: 18px;
}

@media (min-width: 600px) {
	.pdf-col { height: 500px; }
}

@media (min-width: 1025px) {
	.sidebar-col {
		float: left;
		width: 30%;
		max-height: 491px;
		max-width: inherit;
		margin: 0;
	}
	.pdf-col {
		float: left;
		width: 70%;
		height: 491px;
		margin-top: 0;
	}
	.manual-title {
		text-align: left;
		padding-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.sidebar-col { max-height: 531px; }
	.pdf-col { height: 531px; }
}

.table-container {
	margin-top: 30px;
	float: left;
	width: 100%;
	overflow-y: hidden;
    overflow-x: scroll;

}
.table-container table {
    border-collapse: collapse;
    float: left;
    width: 100%;
}
.table-container th,
.table-container td {
	padding: 25px;
	border: 1px solid #bfbfc1;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
}
.table-container th {
	font-weight: normal;
	background-color: #e8e8ea;
}
.h2-md {
	margin-top: 50px;
	float: left;
	width: 100%;
	text-align: center;
}

@media (min-width: 1025px) {
	.h2-md { margin-top: 80px; }
	.table-container { overflow-x: inherit; }
}

.mf-small-img {
	width: auto !important;
	margin: 40px auto 20px !important;
}
.mirrorfeeds-links a {
	float: left;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #3a9dc6;
	padding: 25px 20px;
	margin-top: 20px;
	font-size: 13px;
}
.mirrorfeeds-links a:not(:last-child) {padding: 17px 20px; }
.mirrorfeeds-links img {
	width: 100px !important;
	margin-right: 10px;
	margin-bottom: 0 !important;
}

@media (min-width: 768px) {
	.mirrorfeeds-links a:not(:last-child) { width: calc(50% - 10px); }
	.mirrorfeeds-links a:first-child { margin-right: 20px; }
}

@media (min-width: 1025px) {
	.mf-small-img { margin: 0 auto !important; }
	.mirrorfeeds-links a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
	.mf-justify { text-align: justify; }
	.mf-big-img {
		margin: 0 auto;
		max-width: 475px;
	}
}

/*------------------------------------*\
    QAIO Flex
\*------------------------------------*/

.video-banner video {
	float: left;
	width: 100%;
	max-height: 100vh;
	min-height: 300px;
	object-fit: cover;
	object-position: center;
}
.qf-banner-img-container .slick-slide img {
	max-height: 1100px;
	min-height: 400px;
	object-fit: cover;
	object-position: center bottom;
}
.qf-banner-img-container h2 { margin-top: 50px; }

@media (min-width: 1025px) {
	.dt-left { text-align: left; }
	
	.qf-banner-img-container { position: relative; }
	.qf-banner-info {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
	}
	.qf-banner-info h2,
	.qf-banner-info p { text-align: right; }
	.qf-banner-info h2 { margin-top: 0; }
	.qf-banner-info p {
		font-size: 18px;
		line-height: 28px;
	}
}

.qf-slider-container {
	position: relative;
	padding: 50px 0;
}
.qf-slider .slick-slide {
	margin: 0 15px;
	text-align: center;
}
.qf-slider img { margin-bottom: 0; }
.qf-slider .slick-dots { bottom: -50px; }
.qf-slider .slick-dots li {
	width: 14px;
	height: 14px;
}
.qf-slider .slick-dots .slick-active {
	background-color: #3d9dc6;
	border: 1px solid #3d9dc6;
}

.fitness-container {
	position: relative;
	float: left;
	width: 100%;
}
.fitness-container img {
	margin-bottom: 0;
	float: left;
}

@media (min-width: 1025px) {
	.fitness-info {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 50%;
		padding: 30px;
	}
	.fitness-info h2 { text-align: left; }
	.fitness-info p { text-align: justify; }
	.qf-slider-container .hospitality-next { right: -14px; }
	.white-text { color: white !important; }
}

@media (min-width: 1200px) {
	.fitness-info { padding: 50px; }
}

.qf-thumbnail-absolute {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30px;
	left: 0;
	padding: 0 20px;
}
.qf-thumbnail-container {
	max-width: 470px;
	margin: 0 auto;
}
.qf-thumbnail-grid {
	display: grid;
	margin: 0 -5px;
	width: calc(100% + 10px);
	grid-template-columns: 33.3% 33.3% 33.3%;
}
.qf-thumbnail,
.fitness-thumbnail {
	margin: 0 5px;
	opacity: .5;
	cursor: pointer;
	position: relative;
}
.qf-thumbnail img,
.fitness-thumbnail img {
	margin-bottom: 0;
	float: left;
}
.qf-thumbnail.active,
.fitness-thumbnail.active {
	opacity: 1;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.3);
}
.qf-thumbnail:after,
.fitness-thumbnail:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 3px solid transparent;
}
.qf-thumbnail.active:after,
.fitness-thumbnail.active:after { border: 3px solid #fff; }

@media (min-width: 1025px) {
	.qf-thumbnail-absolute { bottom: 50px; }
	.qf-thumbnail-container { max-width: 490px; }
	.qf-thumbnail-grid {
		margin: 0 -10px;
		width: calc(100% + 20px);
	}
	.qf-thumbnail,
	.fitness-thumbnail { margin: 0 10px; }
	
	.qf-thumbnail:after,
	.fitness-thumbnail:after {
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		border: 4px solid transparent;
	}
	.qf-thumbnail.active:after,
	.fitness-thumbnail.active:after { border: 4px solid #fff; }
}

/*------------------------------------*\
    QAIO Flex - Mirror Features
\*------------------------------------*/

.mf-img-container {
	max-width: 165px;
	width: 100%;
	margin: 30px auto 0;
	position: relative;
}
.mf-img-container span {
	cursor: pointer;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	font-family: 'quicksand-bold';
	font-size: 18px;
}
.mf-img-container span:nth-child(2) {
	top: 33px;
    left: 16px;
}
.mf-img-container span:nth-child(3) {
	top: 42px;
    right: -4px;
}
.mf-img-container span:nth-child(4) {
	top: 165px;
    left: 1px;
}
.mf-img-container span:nth-child(5) {
	top: 238px;
    right: 30px;
}
.mf-img-container span:nth-child(6) {
	top: 288px;
    left: -5px;
}
.mf-img-container span:nth-child(7) {
	top: 351px;
    right: 20px;
}
.mf-img-container span.active {
	background-color: #3b9ec7;
	transform: rotate(45deg);
}

@media (min-width: 1025px) {
	.mf-img-container { max-width: 260px; }
	.desktop-margin { margin-top: 30px; }
	.mf-img-container span:nth-child(2) {
		top: 55px;
		left: 30px;
	}
	.mf-img-container span:nth-child(3) {
		top: 70px;
		right: 10px;
	}
	.mf-img-container span:nth-child(4) {
		top: 250px;
		left: -2px;
	}
	.mf-img-container span:nth-child(5) {
		top: 375px;
		right: 55px;
	}
	.mf-img-container span:nth-child(6) {
		top: 463px;
		left: -20px;
	}
	.mf-img-container span:nth-child(7) {
		top: 553px;
		right: 40px;
	}
}

.mf-desc {
	margin-top: 20px;
	margin-left: -17.5px;
    background: rgba(120, 120, 120, .9);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
	width: 200px;
	z-index: 3;
	display: none;
}
.mf-desc p { margin-top: 0; }
.mf-desc p:nth-child(3),
.mf-desc p:nth-child(5),
.mf-desc p:nth-child(7) { margin-top: 15px; }
.mf-desc p strong { font-family: 'quicksand-bold'; }

@media (min-width: 1025px) {
	.mf-desc {
		position: absolute;
		margin: 0 !important;
	}
	.mf-desc:nth-child(8) {
		top: 55px;
		left: -177px;
	}
	.mf-desc:nth-child(9) {
		top: 70px;
		right: -195px;
	}
	.mf-desc:nth-child(10) {
		top: 249px;
		left: -210px;
	}
	.mf-desc:nth-child(11) {
		top: 120px;
		right: -155px;
	}
	.mf-desc:nth-child(12) {
		top: 290px;
		left: -228px;
	}
	.mf-desc:nth-child(13) {
		top: 539px;
		right: -167px;
	}
}

/*------------------------------------*\
    QAIO Flex - Sizes
\*------------------------------------*/

.qf-sizes-grid {
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3%;
}
.qf-sizes-grid span {
	font-family: 'quicksand-bold';
	text-transform: uppercase;
	font-size: 14px;
}

.qt-sizes-img {
	text-align: center;
	margin-top: 30px;
	display: none;
}
.qt-sizes-img.active { display: block; }
.qt-sizes-img img {
	width: 80% !important;
	max-width: 390px;
	margin: 0 auto;
}
.qt-sizes-flex {
	display: flex;
	justify-content: center;
}
.qt-sizes-flex span {
	cursor: pointer;
	font-family: 'quicksand-bold';
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
}
.qt-sizes-btn.active:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 30px);
	height: 2px;
	background-color: #00aeef;
	left: 15px;
	bottom: 4px;
}

/*------------------------------------*\
    QAIO Flex - Installation
\*------------------------------------*/

.qf-installation-slider { margin-top: 40px; }
.qf-installation-slider p { text-align: center; }
.qf-installation-slider h3 {
	text-align: center;
	font-family: 'quicksand-bold';
	font-size: 20px;
	margin-top: 30px;
}
.qf-installation-slider .slick-slide { margin: 0 10px; }
.qf-installation-slider img {
	max-width: 260px;
	margin: 0 auto;
}
.qf-installation-slider .slick-dots {
	bottom: auto;
	top: 365px;
}
.qf-installation-slider .slick-dots li {
	width: 12px;
	height: 12px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.qf-installation-slider .slick-dots .slick-active {
    background: #3d9dc6;
    border: 1px solid #3d9dc6;
}

@media (min-width: 1025px) {
	.qf-installation-slider img { max-width: inherit; }
	.qf-installation-slider p { text-align: justify; }
}

/*------------------------------------*\
    QAIO Flex - Table
\*------------------------------------*/

.qf-fitness-table,
.qf-specs-table {
	float: left;
	width: calc(100% + 40px);
	margin: 40px -20px 0;
}
.qf-fitness-table th { width: 40%; }
.qf-fitness-table th:nth-child(2) { width: 20%; }
.qf-fitness-table td:nth-child(2) img { width: auto !important; margin-bottom: 0px; }
.qf-fitness-table table,
.qf-specs-table table {
	border-collapse: collapse;
	float: left;
	width: 100%;
}
.qf-fitness-table th {
	padding: 10px 0;
	font-family: 'quicksand-bold';
	font-size: 17px;
}
.qf-fitness-table td {
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #d4d5d6;
}
.qf-fitness-table td:first-child { border-left: none; }
.qf-fitness-table td:last-child { border-right: none; }
.qf-specs-table td:first-child { border-left: none; }
.qf-specs-table td:last-child { border-right: none; }
.qf-specs-table th:first-child { border-left: none; }
.qf-specs-table th:last-child { border-right: none; }
.qf-fitness-table td:nth-child(2) { color: #fff; }
.qf-fitness-table tr:nth-child(odd) td { background-color: #f2f2f2; }
.qf-fitness-table tr:nth-child(odd) td:nth-child(2) {
	background-color: #323232;
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
}
.qf-fitness-table tr:nth-child(even) td:nth-child(2) {
	background-color: #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.qf-fitness-table th img { width: 80px !important; }

@media (min-width: 1025px) {
	.qf-fitness-table th {
		padding: 15px 0;
		font-size: 20px;
	}
	.qf-fitness-table td {
		font-size: 15px;
		line-height: 25px;
		padding: 15px 25px;
	}
	.qf-fitness-table td:first-child { border-left: 1px solid #d4d5d6; }
	.qf-fitness-table td:last-child { border-right: 1px solid #d4d5d6; }
	.qf-fitness-table th img { width: 30% !important; }
	.qf-fitness-table,
	.qf-specs-table {
		width: 100%;
		margin: 40px 0 0;
	}
}

.qf-specs-table td,
.qf-specs-table th {
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #d4d5d6;
}
.qf-specs-table th {
	background-color: #f2f2f3;
	font-family: 'quicksand-bold';
}
.qf-specs-table {
	overflow-y: hidden;
    overflow-x: scroll;
}

@media (min-width: 1025px) {
	.qf-specs-table td,
	.qf-specs-table th {
		font-size: 15px;
		line-height: 25px;
	}
	.qf-specs-table td:first-child { border-left: 1px solid #d4d5d6; }
	.qf-specs-table td:last-child { border-right: 1px solid #d4d5d6; }
	.qf-specs-table th:first-child { border-left: 1px solid #d4d5d6; }
	.qf-specs-table th:last-child { border-right: 1px solid #d4d5d6; }
	.qf-specs-table {
		overflow-x: hidden;
	}
}

/*------------------------------------*\
    Footer
\*------------------------------------*/

.page-footer {
    padding: 30px 0;
    background-color: #181818;
    color: #fff;
}
.page-footer p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}
.footer-logo { width: 165px; }
.footer-logo img { margin-bottom: 0; }
.footer-title {
    margin: 30px 0 10px;
    text-transform: uppercase;
    font-family: 'quicksand-bold';
    display: block;
    font-size: 18px;
    text-align: left;
}
.ship-text {
    text-transform: uppercase;
    font-family: 'quicksand-bold';
    display: block;
    font-size: 18px;
    margin-top: 20px;
}
.recycling-link {
    font-family: 'quicksand-bold';
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.page-footer li {
    text-align: left;
    border-top: 1px solid #fff;
    padding: 9px 0;
    display: block;
}
.page-footer li p,
.page-footer li a {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #fff;
    margin-top: 0;
    line-height: 20px;
}
.page-footer li a img,
.page-footer li p img {
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px !important;
}
.page-footer li:first-child a img { top: 4px; }

.sac-link {
    width: 100%;
    max-width: 250px;
    margin: 30px auto 0;
    text-align: center;
    position: relative;
    padding: 10.5px 10px;
    background-color: #aa2926;
    color: #fff;
    border-radius: 5px;
	font-size: 14px;
    font-family: 'montserrat-regular';
}
.sac-link:hover {
    background-color: #fff;
    color: #aa2926;
}
.sac-link img {
    position: absolute;
    top: 10px;
    left: 15px;
}
.sac-link:hover img:nth-child(2) { opacity: 0; }
.instagram-link {
    max-width: 170px;
    margin: 25px auto 0;
}

@media (min-width: 1025px) {
    .page-footer { padding: 50px 0 30px; }
    .footer-logo { margin-bottom: 20px; }
    .page-footer li { border-top: none; }
    .footer-title { margin: 30px 0; }
    .sac-link { margin: 20px auto 0; }
}

@media (min-width: 1400px) {
    .page-footer .col-md-3:nth-child(2) { padding-left: 70px; }
}

/*------------------------------------*\
    Copyright
\*------------------------------------*/

.copyright p {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    margin-top: 30px;
    border-top: 1px solid #fff;
    padding-top: 30px;
}

@media (min-width: 1025px) {
    .copyright p { margin-top: 50px;  }
}

/*------------------------------------*\
    Footer - WhatsApp
\*------------------------------------*/

.whatsapp-icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    background-color: #fff;
    width: 60px;
    height: 60px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 11px 0 0 13px;
}

.whatsapp-icon img {
    width: 35px !important;
    height: 35px !important;
}

/*------------------------------------*\
    Cookie Banner
\*------------------------------------*/

.cky-notice-des p a {
	color: #fff;
	font-family: 'raleway';
}
.cky-notice-des p a:hover { color: #AA2926; }
.cky-title { display: none; }

/*------------------------------------*\
    Error
\*------------------------------------*/

.error-container h1 {
	font-size: 60px;
	line-height: 60px;
}
.error-container a {
	width: 200px;
	background-color: #3b9ec7;
    padding: 20px;
	color: #fff;
    margin: 25px auto 0;
}

@media (min-width: 1025px) {
	.error-container h1 {
		font-size: 80px;
		line-height: 80px;
	}
}

/*------------------------------------*\
    Current Page
\*------------------------------------*/

@media (min-width: 1025px) {
	.page-id-11 .nav-primary > ul > li:nth-child(1) a,
	.page-id-13 .nav-primary > ul > li:nth-child(2) a,
	.page-id-15 .nav-primary > ul > li:nth-child(3) a,
	.page-id-17 .nav-primary > ul > li:nth-child(4) span,
	.page-id-19 .nav-primary > ul > li:nth-child(4) span,
	.page-id-21 .nav-primary > ul > li:nth-child(5) a,
	.page-id-23 .nav-primary > ul > li:nth-child(6) a { color: #3b9ec7; }
}

.global-section-margin-bottom { margin-bottom: 50px; }

@media(min-width: 1025px) {
	.global-section-margin-bottom { margin-bottom: 80px; }
}

/*------------------------------------*\
    Blog
\*------------------------------------*/

.blog-section,
.blog-div { margin-top: 20px; }
.blog-div:first-child { margin-top: 0; }
.blog-img a { width: 100%; }
.blog-img img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: -6px !important;
}
.blog-title { margin-top: 25px; }
.blog-title a { color: #333; }
.blog-content p { margin-top: 20px; }
.blog-content a.read-blog {
	margin-top: 30px !important;
    padding: 15px 20px !important;
    line-height: 16px !important;
    background-color: #36a1c4 !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-size: 16px !important;
}
.blog-title h2 { text-align: left; }

.sidebar {
	max-width: 300px;
    margin: 40px auto 0;
}

@media (min-width: 1025px) {
	.blog-section, .blog-div { margin-top: 140px; }
	.blog-section:first-child { margin-top: 140px; }
	.blog-div:first-child  { margin-top: 0; }
	
	.sidebar {
		max-width: 100%;
    	margin: 0 auto;
	}
}

.blog-content p a { color: #aa2926; }

/*------------------------------------*\
    Blog - Sidebar
\*------------------------------------*/

.widget_block h3 {
	margin-top: 0;
	text-align: center;
	font-family: 'montserrat-bold';
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.wp-block-categories li { display: block; }
.wp-block-categories li:not(:first-child) { margin-top: 10px; }
.wp-block-categories li a {
	background-color: #36a1c4;
    color: #fff;
	text-align: center;
	width: 100%;
	padding: 5px;
	font-size: 14px;
}

/*------------------------------------*\
    Blog - Single
\*------------------------------------*/

.share-div { margin-top: 30px; }
.share-div span {
	display: inline-block;
	font-family: 'montserrat-bold';
}

.share-div a {
	display: inline-block;
	width: 30px;
	margin-left: 5px;
}

.blog-content p {
    margin-top: 20px;
}

.blog-content p a {
    color: #36a1c4;
}

.blog-content ul {
    padding-top: 20px !important;
    padding-left: 35px !important;
}

.blog-content li {
    padding-left: 10px;
    display: list-item;
    list-style-type: disc;
}

@media (min-width: 1025px) {
    .blog-img-left .img-link {
        max-width: 480px;
        float: left;
        margin-right: 30px;
        margin-bottom: 15px;
    }
	
	.blog-img-right .img-link {
        max-width: 480px;
        float: right;
        margin-left: 30px;
        margin-bottom: 15px;
    }
}

.blog-banner img{
padding-top:10px;
width:100%;
}

.tzinnershare img{
	width: 40px;
}

ul.tzinnershare {
    list-style: none;
    padding: 20px;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media(max-width: 1024px) {
.wp-block-categories li a {
margin-bottom: 10px;
}
}


/*------------------------------------*\
    New Blog
\*------------------------------------*/

.blog-container {
	float: left;
	width: 100%;
}
.blog-item {
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-top: 20px;
}
.blog-item:nth-child(1) { margin-top: 0; }
.blog-item a {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 100%;
}
.blog-item img {
	float: left;
	position: absolute;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
	z-index: 1;
}
.blog-info {
	position: absolute;
	width: 100%;
	padding: 20px;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.8);
	color:#222;
}
.blog-info h3 {
	margin-top: 0;
	font-family: "montserrat-regular";
	text-transform: uppercase;
	font-size: 19px;
	text-align: left;
}
.blog-date {
	padding-top: 10px;
	font-size: 14px;
	display: block;
}
.blog-categ {
	display: inline-block;
	background-color: #3b9ec7;
	color: #fff;
	font-family: "montserrat-regular";
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 15px;
	margin-bottom: 15px;
	border-radius: 50px;
}

.blog-hide {
	float: left;
	width: 100%;
	margin-top: 20px;
	display: none;
}
.blog-item-view .blog-info { display: none; }
.blog-item-view { position: relative; }
.blog-view {
	position: absolute;
	width: calc(100% - 20px);
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	top: 0;
	left: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-view-all {
	cursor: pointer;
	display: inline-block;
	background-color: #aa2926;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	padding: 10px 25px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.blog-item { width: 33.33%; }
	.blog-item:nth-child(2),
	.blog-item:nth-child(3) { margin-top: 0; }
}

/*------------------------------------*\
    Blog Category
\*------------------------------------*/

.blog-category {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #f4f4f4;
	padding: 30px 30px;
}
.blog-category a {
	text-transform: uppercase;
	font-size: 13px;
    padding: 15px 30px;
	background-color: #fff;
	border: 1px solid #acacac;
	border-radius: 5px;
	display: block;
	margin-top: 10px;
	color: #222;
}
.blog-category a:hover,
.blog-category a.blog-active {
	color: #fff;
	background-color: #3b9ec7;
	border: 1px solid #3b9ec7;
}
.blog-category a:first-child { margin-top: 0; }

@media (min-width: 1025px) {
	.blog-category a {
		display: inline-block;
		margin-left: 10px;
		margin-top: 0;
	}
	.blog-category a:first-child { margin-left: 0; }
	.blog-category a:nth-child(2) { margin-left: 5px; }
	.blog-category { padding: 30px 0; }
}

.single-post .blog-categ { margin: 30px 0 0; }
.single-post main .container { max-width: 1200px; }


.no-banner-margin-blog {
    margin-top: 0px;
}


@media(min-width: 1025px) {


    .no-banner-margin-blog {
        margin-top: 100px;

}
}
.bug-img{
	margin-top: 1px;
}

.socmed-section {
	display: flex;
	justify-content: center;
	gap: 20px;
/* 	margin-top: 40px; */
}

.socmed-section a {
	width: 40px !important;
}

.socmed-icon {
	transition: transform 0.3s ease;
}

.socmed-icon:hover {
	transform: scale(1.3);
}

.socmed-section {
	max-width: 280px !important;
	margin: auto !important;
	margin-top: 40px !important;
}

/*------------------------------------*\
    New Sticky Footer
\*------------------------------------*/

.sticky-quote {
	position: fixed;
    display: flex;
    background-color: white;
    width: 100%;
    height: 55px;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .1);
	padding: 10px;
	gap: 15px;
	z-index: 999999999 !important;
}

.sticky-quote div {
	background-color: #fff;
    border: 1px solid #D0D1D2;
    height: 35px;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 70px;
    width: 100%;
    border-radius: 5px;
}

.sticky-quote div.quote-btn {
	max-width: 320px !important;
	border: 1px solid #3b9ec7;
	background-color: white !important;
}

.sticky-quote div:hover {
	background-color: #f6f6f6 !important;
	cursor: pointer;
}

.sticky-quote div a {
	color: #333333;
	font-size: 14px !important;
}

.sticky-quote div.quote-btn a {
	color: #3b9ec7 !important;
    font-family: 'montserrat-regular';
}

.sticky-quote img {
	width: 20px !important;
	height: auto;
	margin-bottom: -5px !important;
}

.page-id-23 .sticky-quote {
	display: none !important;
}

.whatsapp-icon {
	display: none;
}

.page-id-23 .whatsapp-icon {
	display: block !important;
}

@media (min-width: 1025px) {
	.sticky-quote {
		height: 65px !important;
	}
	
	.sticky-quote div {
		height: 40px !important;
	}

	.sticky-quote div a {
		font-size: 16px !important;
	}

	.sticky-quote img {
		width: 25px !important;
		margin-bottom: -6px !important;
	}
}