<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/modules.css);



/* General
----------------------------------------------------------------------------------------------------*/

/*body text-shadow*/
    .ts-none{text-shadow: none;}
    #logo p {margin: 0;}

/* Module Badges
----------------------------------------------------------------------------------------------------*/

    .module .badge {
    	width: 45px;
    	height: 45px;
    	background-image: url(../images/widget/module_badges.png);
    	background-repeat: no-repeat;
    }

    .module.badge-hot, .module.badge-top, .module.badge-free, .module.badge-new{
    	padding: 20px; 
        margin: 20px 15px; 
        border: 1px solid #FFFFFF;  
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
            -ms-border-radius: 4px;
             -o-border-radius: 4px;
                border-radius: 4px;
    }

    .module .badge-hot { background-position: 0 0;}
    .module .badge-new { background-position: 0 -46px;}
    .module .badge-free { background-position: 0 -92px;}
    .module .badge-top { background-position: 0 -138px;}

    #sidebar-a .module .module-title .icon, 
    #sidebar-b .module .module-title .icon
    {top: 7px;}


/* Module Icons
----------------------------------------------------------------------------------------------------*/

    .module .module-title .icon { background: url(../images/module_icons.png) 0 0 no-repeat; }
    .module .module-title .icon-download { background-position: 0 0; }
    .module .module-title .icon-twitter { background-position: 0 -30px; }
    .module .module-title .icon-mail { background-position: 0 -60px; }
    .module .module-title .icon-bubble { background-position: 0 -90px; }
    .module .module-title .icon-login { background-position: 0 -120px; }
    .module .module-title .icon-cart { background-position: 0 -150px; }
    
    .wk-twitter-single .content{
       font-size: 17px;
        line-height: 27px;
    }

    .wk-twitter-single p {
    font-style: normal;
    }

/* Search module
----------------------------------------------------------------------------------------------------*/
    .searchbox{border: 1px solid #E0E0E0; 
        background-color: #FFFFFF; }

    .searchbox .results, .searchbox{
        -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, .5), 0 0 0 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, .5), 0 0 0 2px rgba(0, 0, 0, 0.05);
        box-shadow: 1px 1px 0 rgba(255, 255, 255, .5), 0 0 0 2px rgba(0, 0, 0, 0.05);
    }

    .searchbox:hover{background-color: #FEFEFE;}
    .searchbox:focus{background-color: #FFFFFF;}
    .search-icon{
        background: url(../images/searchbox_magnifier.png) 0 0 repeat-x transparent; 
        height: 16px; 
        width: 16px; 
        position: absolute; 
        left: 8px; 
        top: 6px;
    }
    
/* Module Type: Box
----------------------------------------------------------------------------------------------------*/

    .mod-box {
    	padding: 15px 10px;
		border: 1px solid #4F4F4F;
    }

    #sidebar-a .mod-box,
    #sidebar-b .mod-box .mod-box1 {
        padding: 10px 10px 15px;
		border: 1px solid #4F4F4F;
    }
	.mod-box1 {
        padding: 10px 10px 15px;
		border: none;
    }
    .mod-box .badge { 
        top: -1px; 
        right: -1px;
    }
    .mod-box.slogan{padding: 5px 10px}

    #content header,
    #content .yoo-zoo header,
    .module-title{
        background: url(../images/body/mod-dot.png) repeat-x scroll left bottom transparent;
    }

    #bottom-block{
        border-top: 3px solid rgba(0,0,0,0.1);
    }

/* Module Type: styled modules
----------------------------------------------------------------------------------------------------*/

    .mod-color, .mod-white, .mod-dark{
        margin-bottom: 15px; 
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box;  
        box-sizing: border-box;
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset;
           -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset;
                box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
    }

    #sidebar-b .mod-color,
    #sidebar-a .mod-color
    {margin: 10px 20px;}

    .mod-color p, .mod-white p, .mod-dark p {margin: 5px; }
    .mod-color .module-title, 
    .mod-white .module-title, 
    .mod-dark .module-title{
        background: none !important; 
        margin: 5px;
    }

    a.h-effect{
        left:0; 
        overflow: hidden; 
        position: relative; 
        display: block; 
        margin:0 -15px 10px; 
        padding: 0 !important; 
        line-height: 0;
    }

    a.h-effect .detail{
        height: 580px; 
        width: 768px; 
        position: absolute; 
        top: 0; 
        left: 0; 
        display: block; }

    .color-content{
        padding: 0; 
        overflow: hidden; 
        position: relative; 
        -webkit-border-radius: 5px; 
        -moz-border-radius: 5px; 
        border-radius: 5px;
    }

    .color-content p, 
    .color-content h3{
        padding: 12px 15px 10px
    }

    .color-content .button{
        margin: 10px 1px 4px 0;
    }

    .mod-color, .mod-white, .mod-dark{overflow: hidden}
    .mod-color h3, .mod-color .color{color: #FFFFFF !important; text-shadow: none !important}
    .mod-color h3 strong{color: #C0C0C0 !important;}
    .mod-white{background: #FFFFFF;} 
    .mod-dark{background: #404040; color: #f0f0f0; text-shadow: none;}

    .mod-dark h3, 
    .mod-dark h3.module-title .color{
        color: #FFFFFF !important; 
        text-shadow: none;
    }
    .mod-dark h3 strong{color: #808080 !important;}

    .latest{
        margin: 4px 10px 6px 0;
        width: 48px;
        height: 48px;
    }

    /*sidebar a*/
    #sidebar-a .module-title, #system div.item .module-title, #content h1.module-title {
        line-height: 38px;
        padding: 0 0 5px 0;
        white-space: pre-wrap;
        margin-left: 0px;
    }

    #sidebar-a .module-title, 
    #system div.item .module-title, 
    #content header,
    #content .yoo-zoo header,
    #content h1.module-title,
    #sidebar-b .module-title{
        background: url(../images/body/mod-dot.png) repeat-x scroll center bottom transparent;
    }
    
    /*sidebar b*/
    #sidebar-b .module-title {
        line-height: 38px;
        padding: 0 0 5px;
        white-space: pre-wrap;
        margin-right: 0px;
		color:#EC2E83;
    }

    #content header {
        padding-bottom: 2px;
        padding-top: 15px;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    #content .yoo-zoo header{
        margin-left: 0;
    }

    /*header texture*/
    .no-header, .no-header .header-glare{background: none !important;}
    .bg_texture_12, .head_texture_1{background: url(../images/texture/12.jpg) repeat scroll top left #2C2C2C;}
    .bg_texture_13, .head_texture_2{background: url(../images/texture/13.jpg) repeat scroll top left #2C2C2C;}
    .bg_texture_14, .head_texture_3{background: url(../images/texture/14.jpg) repeat scroll top left #2C2C2C;}
    .bg_texture_15, .head_texture_4{background: url(../images/texture/15.jpg) repeat scroll top left #2C2C2C;}
    .bg_texture_16, .head_texture_5{background: url(../images/texture/16.jpg) repeat scroll top left #2C2C2C;}
    .bg_texture_17, .head_texture_6{background: url(../images/texture/17.jpg) repeat scroll top left #2C2C2C;}
    .bg_texture_18, .head_texture_7{background: url(../images/texture/18.jpg) repeat scroll top left #2C2C2C;}
    .bg_texture_19, .head_texture_8{background: url(../images/texture/19.jpg) repeat scroll top left #2C2C2C;}
    .bg_texture_20, .head_texture_9{background: url(../images/texture/20.jpg) repeat scroll top left #2C2C2C;}
    .bg_texture_21, .head_texture_10{background: url(../images/texture/21.jpg) repeat scroll top left #7F3F00;}
    .bg_texture_22, .head_texture_11{background: url(../images/texture/22.jpg) repeat scroll top left #2E2E2E;}
    .bg_texture_23, .head_texture_12{background: url(../images/texture/23.jpg) repeat scroll top left #272324;}
    .bg_texture_24, .head_texture_13{background: url(../images/texture/24.jpg) repeat scroll top left #272324;}
    .bg_texture_25, .head_texture_14, .mid_texture_12, .content_texture_12{background: url(../images/texture/25.png) repeat scroll top left #f2f2f2;}
    body{background-attachment: fixed !important}
    
    #header-block{ background: none transparent; }

    /*background texture*/

    /*body background textures*/
    .bg_texture_0{background-image: none;}
    .bg_texture_1, .mid_texture_1{background: url(../images/texture/1.jpg) repeat scroll top left #F2F2F2;}
    .bg_texture_2, .mid_texture_2{background: url(../images/texture/2.jpg) repeat scroll top left #F2F2F2;}
    .bg_texture_3, .mid_texture_3{background: url(../images/texture/3.jpg) repeat scroll top left #F2F2F2;}
    .bg_texture_4, .mid_texture_4{background: url(../images/texture/4.jpg) repeat scroll top left #F2F2F2;}
    .bg_texture_5, .mid_texture_5{background: url(../images/texture/5.jpg) repeat scroll top left #F2F2F2;}
    .bg_texture_6, .mid_texture_6{background: url(../images/texture/6.jpg) repeat scroll top left #F2F2F2;}
    .bg_texture_7, .mid_texture_7{background: url(../images/texture/7.jpg) repeat scroll top left #F2F2F2;}
    .bg_texture_8, .mid_texture_8{background: url(../images/texture/8.jpg) repeat scroll top left #F2F2F2;}
    .bg_texture_9, .mid_texture_9{background: url(../images/texture/9.jpg) repeat scroll top left #F2F2F2;}
    .bg_texture_10, .mid_texture_10{background: url(../images/texture/10.jpg) repeat scroll top left #F2F2F2;}
    .bg_texture_11, .mid_texture_11{background: url(../images/texture/11.jpg) repeat scroll top left #F2F2F2;}

    /*mid background textures*/
    .content_texture{background-image: none}

    /*mid background textures*/
    .footer_texture_0{background: none #F2F2F2;}

    /*header overlay*/
    .header-overlay, .box-overlay{position: relative; }
    .head_overlay_0{ background: none transparent; }
    .head_overlay_1{ background: url(../images/overlay/1.png) no-repeat scroll 450px 0 transparent; }
    .head_overlay_2{ background: url(../images/overlay/2.png) no-repeat scroll -30% 0 transparent }
    .head_overlay_3{ background: url(../images/overlay/3.png) no-repeat scroll 70% 65% transparent; }
    .head_overlay_4{ background: url(../images/overlay/4.png) no-repeat scroll 350px 0 transparent; }
    .head_overlay_5{ background: url(../images/overlay/5.png) no-repeat scroll 0% 100% transparent; }
    .head_overlay_6{ background: url(../images/overlay/6.png) no-repeat scroll 650px 0 transparent; }
    .head_overlay_7{ background: url(../images/overlay/7.png) no-repeat scroll 450px 0 transparent; }
    .head_overlay_8{ background: url(../images/overlay/8.png) no-repeat scroll 650px 0 transparent; }
    .head_overlay_9{ background: url(../images/overlay/9.png) no-repeat scroll 0 0 transparent; }
    .head_overlay_10{ background: url(../images/overlay/10.png) no-repeat scroll 650px 0 transparent; }

    #content .width50 header{
        margin-left: 0px;
        background-position: 90% 100%
    }

    #content .width33 header{
        margin-left: 0px;
        background-position: 90% 100%
    }

    /*title*/
    #system .item h3{
        padding-bottom: 15px;
    }

    #system .title{
    	padding-left: 0;
    }

    #system .width50 .title{
        padding-left: 0;
    }

    #system h1.title{
        padding-left: 0; 
        padding-bottom: 13px;
    }

    .yoo-zoo h1.title{
        background: none !important;
        padding-bottom: 0 !important;
    }
    
    #system .contact-head{
        margin-top: -25px;
    }

    #system .contact-head h3{
        padding-bottom: 0;
    }

    input.subbutton{
        padding-top: 5px;
        margin-top: 1px;
    }

    div.responseContainer{
        background-color: transparent;
        color: #FFF;
        padding: 0 !important;
        margin: 0 !important;
        position: relative;
        display: block;
        top: 22px;
        left: 11px;
        height: 0 !important;
    }

    .section-title {
        border-radius: 4px 0 0 0;
        font-size: 24px;
        height: 38px;
        margin-left: 1px !important;
        margin-top: 1px;
        padding: 21px 18px 0;
        text-shadow: none;
    }

    /*lightbox*/
    #lightbox-title-float{text-shadow: none;}

    /*slideshow*/
    .caption h2{font-size: 35px; line-height: 1.5; color: #303030;}

    .postcontent-title .t {
        line-height: 45px;
        padding: 0 0 10px 20px;
        white-space: pre-wrap;
    }

    #bottom-c{
        margin: 0;
        padding: 0;
    }

    .footer-body{
        position:relative; 
        text-shadow: none; 
        display: table; 
        width: 100%;
    }

    .footer-overlay-bottom .overlay-shadow{
        background: url(../images/body/footer-shadow.png) no-repeat scroll 100% 100% transparent; 
        height: 44px; 
        margin-top: -22px; 
        max-width: 100%
    }


    #system #comments .comment-head .author{
        font-weight: normal;
    }


    /*google maps*/
    #g-map{
        position: relative;
        overflow: hidden;
        border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    }

    #g-map .module{margin: 0;}
    .map-shadow { 
        display: inline-block; 
        height: 12px; 
        position: absolute; 
        top: 0; 
        z-index: 5;
    }

    /*login module overrides*/

    form.short div.button {
        background: none;
        border: none;
        box-shadow: none;
    }

    #bottom-b .module-title{
        text-transform: uppercase;
        font-size: 17px;
        letter-spacing: 1px;
        text-align: center;
    }</pre></body></html>