.cd-product-intro {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
}
.v2-landing-page {
    background: none repeat scroll 0 0 #415b76;
    color: #ffffff;
}
.blue-aqua.header-top {
    background: none repeat scroll 0 0 #2c3e50;
    padding: 60px 0;
}
.header-top .cd-btn.blue-btn {
    margin-top: 20px;
}
.cd-btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.row.blue-aqua.header-top.text-center.footer > h1 {
    margin-bottom: 30px;
}
.header-top h4 {
    font-weight: lighter;
}
span.label.label-danger,
span.label.label-success,
span.label.label-warning {
    border-radius: 0;
    line-height: normal;
    padding: 5px 6px 3px;
    margin-left: 5px;
}
.cd-btn{
    height: auto;
    width: auto;
    padding:  0 25px;
}
.high-padding{
    padding: 30px 15px;
}
.high-padding-bottom{
    padding: 0 15px 80px;
}
.cd-product-intro h1 {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.blue-btn {
    border: 1px solid #00adf1;
}
.cd-triggers {
    margin-top: 15px;
    text-align: center;
}
.single-variant {
    margin-top: 60px;
}
/*IMAGES*/

.palette {
    display: inline-table;
    height: 60px;
    margin: 0 7.5px;
    width: 60px;
}
.palette.palette-default{
    background: #00ADEF;
}
.palette.palette-green{
    background: #2DCC70;
}
.palette.palette-dark-green{
    background: #1BBC9B;
}
.palette.palette-gray{
    background: #95A5A5;
}
.palette.palette-orange{
    background: #E77E23;
}
.palette.palette-purple{
    background: #9B59B6;
}
.palette.palette-red{
    background: #E84C3D;
}
.palette.palette-yellow{
    background: #F1C40F;
}
.row.blue-aqua.header-top.text-center.footer {
    background: #2c3e50;
}





.scroll_on_hover:hover{

    background-position: left bottom;

}

.scroll_on_hover{
    background-repeat: no-repeat;
    display: inline-block;
    height: 418px;
    transition: all 5s ease-out 0s;
    -webkit-transition: all 5s ease-out 0s;
    width: 100%;
    background-size: cover;
}
.scroll_on_hover.trend_furniture{ background-image: url('img/1_trend_furniture.jpg'); }
.scroll_on_hover.trend_food{ background-image: url('img/2_trend_food.jpg'); }
.scroll_on_hover.trend_music{ background-image: url('img/3_trend_music.jpg'); }
.scroll_on_hover.trend_wines{ background-image: url('img/4_trend_wines.jpg'); }
.scroll_on_hover.trend_flowers{ background-image: url('img/5_trend_flowers.jpg'); }
.scroll_on_hover.trend_fashion{ background-image: url('img/6_trend_fashion.jpg'); }
.scroll_on_hover.trend_construction{ background-image: url('img/7.trend_constr.jpg'); }
.scroll_on_hover.trend_handmade{ background-image: url('img/8.trend_handmade.png'); }
.scroll_on_hover.trend_newdemo{ background-image: url('img/NEW_DEMO.jpg'); }



/*General for skin switcher*/
.modeltheme_skin_switcher #demopanel {
    left: 0px; 
    position: fixed; 
    top: 0; 
    z-index: 9999;
    height: 100%;
}
.modeltheme_skin_switcher #panel {
    position:relative;
    left:-300px;
    overflow-y: scroll;
}
.modeltheme_skin_switcher .panel_button { 
    position: relative; 
    left:0px; 
    width:48px; 
    cursor: pointer; 
    z-index:10;
    top: 30%;
}
.modeltheme_skin_switcher h3 {
    font-weight: 400;
}
.modeltheme_skin_switcher #panel {
    background: #2c3e50;
    color: #fff;
    font-size: 10px;
    left: -280px;
    height: 100%;
    padding: 15px;
    position: absolute;
    width: 300px;
}
.modeltheme_skin_switcher #panel select { 
    margin-bottom:5px; 
    width:120px;
}
.modeltheme_skin_switcher #panel .selector ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.modeltheme_skin_switcher #panel .selector  ul li {
    border: 1px solid #888888;
    cursor: pointer;
    float: left;
    height: 15px;
    margin: 3px;
    width: 15px;
    background-color:#fff;
}
.modeltheme_skin_switcher .panel_button {
    background: #616868 none repeat scroll 0 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    padding-bottom: 8px;
    padding-left: 0;
    padding-top: 8px;
}
.modeltheme_skin_switcher .panel_button i{
    color:#fff;
    font-size:33px;
    text-align: center;
}
.modeltheme_skin_switcher .colors_buttons span {
    display: block;
    float: left;
    height: 61px;
    margin-bottom: 3px;
    margin-right: 3px;
    width: 61px;
    cursor: pointer;
}
.modeltheme_skin_switcher .colors_buttons span {
    cursor: pointer;
    display: block;
    float: left;
    height: 60px;
    margin-bottom: 3px;
    margin-right: 3px;
    width: 60px;
}
.modeltheme_skin_switcher .theme_variants > a {
    display: block;
    margin-bottom: 15px;
}
img.lazy{
    display: none;
}
/*COLORS*/
.defaultblue{
    background: #00ADEF;
}
.green{
    background: #2DCC70;
}
.turquoise{
    background: #1BBC9B;
}
.grey{
    background: #95A5A5;
}
.orange{
    background: #E77E23;
}
.red{
    background: #E84C3D;
}
.yellow{
    background: #F1C40F;
}
.purple{
    background: #9b59b6;
}
/*IMAGES*/
.scroll_on_hover:hover{
    background-position: left bottom;
}
.scroll_on_hover{
    background-repeat: no-repeat;
    display: inline-block;
    height: 290px;
    transition: all 5s ease-out 0s;
    -webkit-transition: all 5s ease-out 0s;
    width: 100%;
    background-size: cover;
}
.scroll_on_hover.trend_furniture{ background-image: url('img/1_trend_furniture.jpg'); }
.scroll_on_hover.trend_food{ background-image: url('img/2_trend_food.jpg'); }
.scroll_on_hover.trend_music{ background-image: url('img/3_trend_music.jpg'); }
.scroll_on_hover.trend_wines{ background-image: url('img/4_trend_wines.jpg'); }
.scroll_on_hover.trend_flowers{ background-image: url('img/5_trend_flowers.jpg'); }
.scroll_on_hover.trend_fashion{ background-image: url('img/6_trend_fashion.jpg'); }
.scroll_on_hover.trend_construction{ background-image: url('img/7.trend_constr.jpg'); }
.scroll_on_hover.trend_handmade{ background-image: url('img/8.trend_handmade.png'); }
.scroll_on_hover.trend_newdemo{ background-image: url('img/NEW_DEMO.jpg'); }



