/*HOMEPAGE*/
.twitter-feed{
    width: auto;
    max-height: 500px;
    overflow: auto;
}

.megamenu a{
    text-transform: uppercase;
}

#header .megamenu .borderblock-leftonly{
    border-right: none;
}

.quicksearch{
    font: 600 16px/22px 'Barlow Condensed';
    width: 176px;
    letter-spacing: 0.4px;
    background-color: transparent;
    border: none;
    color: white;
    outline: none;
}

#header .searchinput{
    cursor: pointer;
}

.rightsidemneu .select{
    width: 64px;
}
/* LISTING AND SEARCH */
.color-switch{
    cursor: pointer;
}

.filtertitle{
    cursor: pointer;
}

.filterbox li{
    cursor: pointer;
}

/* PRODUCT PAGE */
.product-readmore{
    display:none;
}
.product-readmore-btn{
   cursor:pointer;
}
.videocopy{
    text-align: center;
    margin-bottom: 15px;
}
.videocopy small{
    font-size: 70%;
    cursor: pointer;
    color: gray;
    border-left: 0.5px solid #d1d1d1;
    padding-left: 10px;
    margin-left: 7px;
}
.videocopy img{
    width: auto;
    height: 32px;
}

/* NEWS */
.spinner-box{
    text-align: center;
    padding-top: 20px;
}

.sharebottom a{
    cursor: pointer;
}

.sharebox{
    display:none;
}

.homepagebox.news-main-box p.description{
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.welcometext.sideguide .sharebox img{
    margin: 10px 10px 10px 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

/* POSTER MAKER */
.poster.poster02 .poster-inner .form-footer .btn3{
    color: #E8004C;
}
.customuploadimage{
    padding: 20px 0 20px 0;
    width: 100%;
}

.poster .poster-header a.btn2{
    padding: 0;
}

.poster-product-btn{
    color: white !important;
    cursor: pointer;
}

img.drop{
    height: 106px;
    width: auto;
    cursor: pointer;
}

.poster-sortable{
    list-style: none;
    padding: 0;
}

.poster.poster02.reducedpadding .poster-inner{
/*    padding: 100px 0;*/
}

.postermodal .modal-dialog{
    max-width: 1250px;
}

.postermodal p{
    text-align: left;
    font: normal normal normal 16px/25px Roboto;
    letter-spacing: 0.16px;
}
.postermodal p.description{
    width: 80%;
    padding-bottom: 20px;
}
.postermodal p.title{
    font-weight: 600;
    font: 600 16px/56px Barlow Condensed;
}

.postermodal img{
    width: 100%;
    padding-bottom: 10px;
}

.postermodal .imagebox{
    padding-left: 0;
    padding-right: 20px;
}
.tabletitle span{
    font: 600 14px/56px Barlow Condensed;
letter-spacing: 0.35px;
color: #2D2A26;
}
.searchbar{
    color: white;
    position: absolute;
    z-index: 2;
    width: 100%;
    display: none;
}

.searchbar-inner{
    width: 600px;
    background-color:#E8004C;
    float: left;
}
.searchbar .searchbar-btns{  
    padding: 15px;
}

.searchbar button{
    width: 240px;
    font: 500 17px/42px Barlow Condensed;
    cursor: pointer;
    background: transparent;
    background-color: #2D2A26;
    background-image: url(../images/triangle-black-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    color: white;
    border: transparent;
}

.searchbar input{
    width: 100%;
    font: 500 15px/40px Barlow Condensed;
    border: transparent;
    background: transparent;
    background-color: white;
    background-image: url(../images/triangle-left-white2.png);
    padding-left:20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
}

.searchbar .no-padding-right{
    padding-right: 0;
}

.searchbar .no-padding-left{
    padding-left: 0;
}

.imageslider{
    cursor: pointer;
}

.slides i{
    cursor: pointer;
}

.productvideo{
    background-color: #E6E6E6;
    padding: 9% 15%;
    text-align: center;
}

@media (max-width: 480px) {
    .poster.poster02.reducedpadding .poster-inner{
        padding: 100px 0 140px 0;
    }
    .productvideo{
        padding: 5% 8%;
    }
}


