/* ----------------- Demo CSS -------------------- */
.vast-buzz-demo ul li {
    list-style: none;
    margin-bottom: 22px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius:4px;
}
.vast-buzz-demo {
    position: fixed;
    top: 0;
    right: -302px;
    z-index: 99999;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.open .vast-buzz-demo {
    right: -23px;
}
.vast-buzz-demo-container {
    width: 300px;
    height: 100vh;
    text-align: center;
    overflow:auto;
    background-color: #fff;
    padding: 40px 20px;
}

.demo-header {
    margin-top: 20px;
    margin-bottom: 30px;
}
.demo-header h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
    line-height: 33px;
}
.demo-header h3>a {
    color: #458bfb;
}
.demo-header h3>a>span {
    font-weight: 900;
}
.demo-header .custom-btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #b22617;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}


.demo-content ul li>a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
}
.demo-content ul li>a img {
	width: 100%;
        border-radius: 4px;
}
.demo-content ul li>a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.demo-content ul li>a>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #f2d122;
    padding: 4px 14px;
    border-radius: 4px;
    color: #353538;
    z-index: 9;
}


.demos-toggle {
    display: inline-block;
    margin-bottom: 0;
    background: #b22617;
    padding: 20px 15px;
    position: absolute;
    top: 200px;
    left: -42px;
    z-index: 9999;
    cursor: pointer;
    color: #fff;
    box-shadow: -5px 0px 17px 0px rgba(0,0,0,0.2);
    border-bottom-left-radius: 8px; 
    border-top-left-radius: 8px;
    line-height: 19px;
    font-weight: bold;
}


.demo-content ul {
    margin: 0;
	padding-left: 0;
}

.preview-images img {
    position: fixed;
    top: 50%;
    right: 280px;
    transform: translateY(-50%);
    z-index: 99999;
    opacity: 0;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
    visibility: hidden;
}

.hover1 .preview-images img.image1 {
    opacity: 1;
    visibility: visible;
}
.hover2 .preview-images img.image2 {
    opacity: 1;
    visibility: visible;
}
.hover3 .preview-images img.image3 {
    opacity: 1;
    visibility: visible;
}
.hover4 .preview-images img.image4 {
    opacity: 1;
    visibility: visible;
}
.hover5 .preview-images img.image5 {
    opacity: 1;
    visibility: visible;
}
.hover6 .preview-images img.image6 {
    opacity: 1;
    visibility: visible;
}
.hover7 .preview-images img.image7 {
    opacity: 1;
    visibility: visible;
}
.hover8 .preview-images img.image8 {
    opacity: 1;
    visibility: visible;
}
.hover9 .preview-images img.image9 {
    opacity: 1;
    visibility: visible;
}
.hover10 .preview-images img.image10 {
    opacity: 1;
    visibility: visible;
}
.hover11 .preview-images img.image11 {
    opacity: 1;
    visibility: visible;
}

/*  color palate  */

.color-palate {
            position: fixed;
            top: 100px;
            left: -200px;
            z-index: 9999;
            transition: .5s ease-in-out;
            cursor: pointer;
    }
    .triggar-color.color-palate {
            left:0;
    }
    .color-box {
        width: 200px;
        background-color: #fafafa;
        border: 1px solid #ebebeb;
        padding: 0 10px 20px 10px;
        text-align: center;
    }

    .color-btn {
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 30px;
        color: #fff;
        background-color: #b22617;
        position: absolute;
        right: -49px;
        top: 100px;
        line-height: 50px;
        padding-left: 2px;
    }

    .color-box h3 {
        font-size: 20px;
        font-weight: 700;
        color: #363636;
        margin: 0;
        padding: 15px 10px;
    }
    .theme-layout {
            text-align: center;
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 20px;
            padding-bottom: 20px;
    }

    .theme-layout h3 {
            font-size: 16px;
            font-weight: 700;
            color: #363636;
    }
    .theme-layout .custom-btn {
            font-size: 13px;
            border: 1px solid #ebebeb;
            padding: 3px 15px;
            display: inline-block;
    }

    .background-example {
            text-align: center;
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 20px;
            padding-bottom: 20px;
    }
    .background-example .body-bg {
            width: 35px;
            height: 35px;
            display: inline-block;
            margin-right: 2px;            
    }
    .background-example .body-bg.bg-1 {
            background-image: url(images/box-bg/thumbnail/01.jpg);
    }
    .background-example .body-bg.bg-2 {
            background-image: url(images/box-bg/thumbnail/02.jpg);
    }
    .background-example .body-bg.bg-3 {
            background-image: url(images/box-bg/thumbnail/03.jpg)
    }
    .background-example .body-bg.bg-4 {
            background-image: url(images/box-bg/thumbnail/04.jpg)
    }
    .background-example .body-bg.bg-5 {
            background-image: url(images/box-bg/thumbnail/05.jpg)
    }
    .background-example .body-bg.bg-6 {
            background-image: url(images/box-bg/thumbnail/06.jpg)
    }
    .background-example .body-bg.bg-7 {
            background-image: url(images/box-bg/thumbnail/07.jpg)
    }  
    .background-example .body-bg.bg-8 {
            background-image: url(images/box-bg/thumbnail/08.jpg)
    } 
    .background-example .body-bg.bg-9 {
            background-image: url(images/box-bg/thumbnail/09.jpg)
    }     

    .background-pattern {
            text-align: center;
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 20px;
            padding-bottom: 20px;
    }
    .background-pattern .body-pt {
            width: 35px;
            height: 35px;
            display: inline-block;
            margin-right: 2px;
    }
    .background-pattern .body-pt.pt-1 {
            background-image: url(http://demos.codexcoder.com/topnews/wp-content/themes/top-news/images/pt-image/1.png);
            background-repeat: repeat;
    }
    .background-pattern .body-pt.pt-2 {
            background-image: url(http://demos.codexcoder.com/topnews/wp-content/themes/top-news/images/pt-image/2.png);
            background-repeat: repeat;
    }
    .background-pattern .body-pt.pt-3 {
            background-image: url(http://demos.codexcoder.com/topnews/wp-content/themes/top-news/images/pt-image/3.png);
            background-repeat: repeat;
    }
    .background-pattern .body-pt.pt-4 {
            background-image: url(http://demos.codexcoder.com/topnews/wp-content/themes/top-news/images/pt-image/4.png);
            background-repeat: repeat;
    }
    .background-pattern .body-pt.pt-5 {
            background-image: url(http://demos.codexcoder.com/topnews/wp-content/themes/top-news/images/pt-image/5.png);
            background-repeat: repeat;
    }
    .background-pattern .body-pt.pt-6 {
            background-image: url(http://demos.codexcoder.com/topnews/wp-content/themes/top-news/images/pt-image/6.png);
            background-repeat: repeat;
    }
    .background-pattern .body-pt.pt-7 {
            background-image: url(http://demos.codexcoder.com/topnews/wp-content/themes/top-news/images/pt-image/7.png);
            background-repeat: repeat;
    }
    .background-pattern .body-pt.pt-8 {
            background-image: url(http://demos.codexcoder.com/topnews/wp-content/themes/top-news/images/pt-image/8.png);
            background-repeat: repeat;
    }

    .buy-theme {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            background-color: #e44332;
            padding: 5px 15px;
            text-transform: uppercase;
            border-radius: 3px;
    }
    .buy-theme:hover {
            color: #fff;
    }
    .boxed .body-wrapper {
        background: #fff;
    }

    .boxed .body-wrapper {
        width: 1200px;
        margin: auto;
    }

    /*  layout  */
    .layout-palate {
        position: fixed;
        top: 100px;
        left: -105px;
        z-index: 9999;
        background-color: #fff;
        border-right: 6px solid #E44332;
        transition: .5s ease-in-out;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
    }
    .layout-palate.triggar-on{
            left: 0;
    }
    .layout-palate .triggar-btn {
            height: 172px;
        width: 40px;
        position: absolute;
        right: -45px;
        top: 30px;
        background-image: url(http://demos.codexcoder.com/topnews/wp-content/themes/top-news/images/bg-image/trigger.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .layout-palate ul {
            padding: 20px 10px;
            margin: 0;
    }
    .layout-palate ul li {
            list-style: none;
        border: 1px solid #ebebeb;
        width: 85px;
        text-align: center;
        overflow: hidden;
        margin-bottom: 6px;
        padding: 3px 0;
    }
    .layout-palate ul li a {
        font-size: 13px;
        color: #404040;
        width: 100%;
        display: block;
    }
    .layout-palate ul li:hover {
            background-color: #363636;
            border-color: #363636;
    }

    .layout-palate ul li:hover>a {
            color: #fff;
    }    