<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tbay-demo-wrapper {
    z-index: 1000;
    position: fixed;
    bottom: 10px;
    left: 30px;
}

#tbay_style_selector {
    top: 32px;
    padding-top: 60px;
}
.tp-chameleon-demos-wrapper {
	text-align: center;
	font-size: 13px;
	overflow: auto;
}
.style-bg {
	display: none;
}
#tbay_style_selector.show .style-bg {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: -1000%;
    width: 1000%;
    height: 100vh;
    display: block;
    z-index: -1;
    overflow: hidden;
}
#tbay_style_selector {
    background: #fff;
    width: 300px;
    padding: 40px 0px 0px 5px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    z-index: 1000;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
    -webkit-transition: height 1s;
    transition: height 1s;
    border: 1px solid rgba(23, 24, 26, .15);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}
.tp-title {
	margin-top: 20px;
	color: #333;
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 7px;
}
a.buy {
	background: #82b440;
	min-width: 250px;
	display: inline-block;
	padding: 8px 10px;
	color: #fff !important;
	border-radius: 5px;
	margin-bottom: 10px;
	z-index: 10;
	font-size: 14px;
	text-align: center;
	box-shadow: 0 2px 0 #a8a8a8;
}
a.buy.mobile {
	background: #e6e6e6;
    color: #666 !important;
}
#tbay_style_selector.show {
	-webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .14);
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .14);
}

.tbay_style_selector_container {
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    body.mac-os &amp; {
        width: 100%
    }
}

#tbay_style_selector {
    /*overflow: hidden*/
}

.box-title {
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.input-box {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px
}

.input-box .input select {
    padding: 5px 10px;
    max-width: 200px
}

.input-box .tp-btn {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    border: 1px solid #eee;
    padding: 7px 32px;
    display: inline-block;
    min-width: 100px;
    outline: 0;
    text-transform: none
}

.input-box .tp-btn.layout-wide {
    margin-right: 10px
}

.input-box .tp-btn:hover {
    text-decoration: none
}

.input-box .tp-change-layout.active {
    background-color: #eee
}

#tbay_style_selector .style-toggle {
    width: 50px;
    height: 54px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px 0 0 5px;
    left: -44px;
    position: absolute;
    top: 150px;
    text-shadow: 0 0 0;
    font-weight: normal;
    opacity: 1;
    z-index: 0;
    color: #333;
    box-shadow: -2px 0 6px -1px rgba(0, 0, 0, .14);
}

#tbay_style_selector .style-toggle:before {
    color: #333;
    content: "\f013";
    font-family: FontAwesome;
    line-height: 54px;
    font-size: 21px;
    text-align: center;
    display: block
}

#tbay_style_selector .style-toggle.open:before {
    -webkit-animation-name: spin__;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin__;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin__;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin__;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}
.tb_chameleon_demos {
    margin-left: 0px;
    margin-right: 4px;
    display: inline-block;
    overflow-y: visible;
    height: 847px;
    padding-bottom: 60px;
	margin-top: 20px;
	width: 255px;
}

.tb_demo span.activate {
	background: #82b440;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	top: 10px;
	left: 1px;
	border-radius: 3px;
	letter-spacing: 1px;
	box-shadow: 0 2px 1px #584e4e;
}
.tb_demo {
    position: relative;
    overflow: hidden;
    float: left;
	width: 100%;
	padding: 0 5px;
}
.tb_demo.col2 {
	width: 50%;
}

.tb_demo a {
    display: block;
    background: no-repeat;
    width: 100%;
    margin-bottom: 10px;
}

.tb_demo img {
    max-width: 100%;
    height: auto;
    border: 5px solid #eee;
}

.tb_demo:hover,
.tb_demo.active {
    border-color: #82b440
}

@-ms-keyframes spin__ {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin__ {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin__ {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin__ {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

html[dir="rtl"] #tbay_style_selector .style-toggle:before {
    left: -20px;
    position: relative
}

#tbay_style_selector .images {
    padding: 0 25px 15px 25px;
    margin-top: 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1000000
}

#tbay_style_selector .images img {
    width: 25px;
    height: 24px;
    margin-right: 7px;
    margin-bottom: 7px;
    z-index: 1000
}

#tbay_style_selector .images img.active {
    border: 0 solid #ccc;
    opacity: .5
}html[dir=rtl] #tbay_style_selector .style-toggle:before {    left: -20px;    position: relative;    right: 0;    left: auto;}
@media (max-width: 1024px) {
	#tbay_style_selector, #tbay-demo-wrapper {
		display: none;
	}
}</pre></body></html>