.collectiondetail{
    float: left;
    position: relative;
}
.collectiondetail .background{
    /*width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;*/
}

#collectionheader{
   /* margin: 0 auto;
    max-width: 1280px;
    position: relative;*/
}
.collectionheadertitle{
    float: left;
    width: 100%;
    color: #767676;
}

.collectionheadertitle td{
    vertical-align:  top;
    /*text-align: center;*/
}

.collectionheadertitle td p{
    padding-bottom: 0;
}

.collectionlogo{
    max-height: 80px;
    max-width: 250px;
    margin-bottom: 15px;
}

.collectiontitle{
    float:left;
}
.collectiontitle h1{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: normal;
    color: #767676;
    font-family: 'OpenSansRegular';
}
.collectioncontent{
    float:right;
    margin-left: 10px;
    border-left: 1px solid #767676;
    padding-left: 10px;
    width: 200px;
}
.collectioncontent p{
    font-size: 1.2em;
    padding-bottom: 0;
}

#mwp_main_container{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.relateditemgrid{
    float: left;;
    width: 100%;
}

.productimagediv{
    position: relative;
}

.producttextdiv{
    position: relative;
}

.productvideodiv{
    position: relative;
}

.emptymsg{
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}

.blankrow{
    clear: both;
    width: 100%;
    height: 0px;
}

.mwp_inner_container{
    float: left;
    overflow: hidden;
    padding: 4px;
    position: relative;
}

.mwp_inner_container img{
    width: 100%;
    position: relative;
}

#mwp_pagediv{
    clear: both;
    float: none;
    position: relative;
    width: 100%;
}

.stable{
    width: 100%;
}

#pagebuttom{
    text-align: right;
}

#pagebuttom input[type=button]{
    background: none;
    border: 1px #f1f1f1 solid;
    cursor: pointer;
}

.hs-overlay-white-large{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    top: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3) inset;
    height: 99%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s linear 0s;
    width: 100%;
    z-index: 500;
}

.hs-overlay-white-large .content{
    top: 40%;
    position: absolute;
    width: 100%;
    z-index: 99999;
}
.hs-overlay-white-large .zoom{
    position: absolute;
    width: 100%;
    color: #fff;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    font-size: 1em;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    min-height: 50px;
}

.hs-overlay-white-large .zoom a{
    color: #fff;
}

.hs-overlay-white-large .zoom a:hover{
    text-decoration: underline;
}

.hs-overlay-white-large .title{
    position: absolute;
    width: 100%;
    color: #fff;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10%;
    padding: 0 2%;
}

.hs-overlay-white-large:hover{
    opacity: 0.8;
}


#productsliderimage{
    position: absolute;
}

#sharediv{
    position: absolute;
    width: 100%;
    color: #222222;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    font-size: 0.8em;
    text-align: center;
    margin: 30% auto 10px;
}

#sharediv table{
  
  margin: 0 auto;
}

#sharediv table tr td a i {
    color: #fff;
    transition: all 0.2s linear 0s;
    background: transparent;
    font-size: 1.5em
}


@media only screen and (max-width : 1600px) {
    .collectionheadertitle{
        /*margin: 8% 1% 0;*/
    }
}
@media only screen and (max-width : 1400px) {
    
    .relateditemgrid {
        float: left;
        width: 100%;
    }
    .hs-overlay-white-large{
        height: 98.5%;
    }
}
@media only screen and (max-width : 1000px) {
    .hs-overlay-white-large{
        height: 97.5%;
    }
    .collectiondetail{
        position: relative;
    }
    .relateditemgrid {
        float: left;
        width: 100%;
    }
    .hs-overlay-white-large .title{
            padding: 4% 2% !important;
            line-height: 12px;
        }
        #sharediv table tr td a i{
            font-size: 1em !important;
        }
}
@media only screen and (max-width : 960px) {
    /*.collectionheadertitle{
        width: 55%;
    }*/
    
}
@media only screen and (max-width : 800px) {
    
    .relateditemgrid {
        float: left;
        margin-top: 0%;
        width: 100%;
    }
    div.caption div.title{
        line-height: 10px;
        padding: 10px 4% 5px;
    }
}
@media only screen and (max-width : 690px) {
    .hs-overlay-white-large{
        height: 99%;
    }
    .relateditemgrid {
        float: left;
        margin-top: 0%;
        width: 100%;
    }
    .collectionheadertitle{
        width: 100%;
        margin: 6% 1% 0;
    }
    .collectionlogo{
        max-width: 140px;
        margin-bottom: 0;
    }
    .collectionheadertitle td{
        font-size: 1em;
    }
    .rsContent{
        height: auto;
    }
    .hs-overlay-white-large .title {
    line-height: 30px;
    padding: 0% 2% !important;
    }
    .collectioncontent{
            border: none !important;
            margin: 0!important;
            padding: 0!important;
            float: left !important;
    }
    .mwp_inner_container{
        padding: 0 !important;
        margin: 10px 0;
    }
    #sharediv table tr td a i{
        font-size: 1.5em !important;
    }
    .hs-overlay-white-large .zoom{
        font-size: 1.5em;
    }
}