.no-left-padding { padding-left: 0; }

.no-bottom-margin { margin-bottom: 0; }

.image-title { font-weight: bold; }

.list-style-none { list-style: none; }


.color-options {
    padding-top: 0;
    padding-bottom: 0;
}

.color-option { font-size: medium; }

.color-option span { vertical-align: middle; }

.top-border {
    border: #ddd solid;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.color-circle {
    display: inline-block;
    border-radius: 15px;
    height: 13px;
    width: 13px;
    border: solid 1px #D2D2D4;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.inline { display: inline-block; }

#dress-finder-dresses { margin-bottom: 20px; }

/*@media (max-width: 992px) {
    #dress-finder { width: 95% }
}*/

.dressview {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.dressview img {
    width: 100%;
    margin-bottom: 10px;
}

.dressview .above { position: relative; }

.dressview .dressview-extra {
    display: none;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}


.dressview .dressview-extra .color-circle {
    margin-right: 0;
    height: 15px;
    width: 15px;
}

.color-circles { margin-top: 10px; }

/*.dressview:hover { height: 50px; }*/

.dressview .lighter { font-size: smaller; }

.dressview a {
    text-decoration: none;
    color: black;
}

.dressview:hover > a > .expandable { display: block; }

.dressview:hover > a > .popup > .dressview-extra {
    display: block;
    position: relative;
    top: 0;
}

.dressview:hover > a > .popup { z-index: 2; }

.dressview:hover > a > .popup > .dressview-background {
    position: absolute;
    height: 106%;
    width: 126%;
    top: -6%;
    left: -13%;
    z-index: -1;
    background-color: white;
    box-shadow: 0 0 10px lightgrey;
    -ms-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    -o-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    -webkit-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
}

.dressview-background {
    position: absolute;
    height: 88%;
    width: 96%;
    top: 2%;
    left: 2%;
    z-index: -1;
    box-shadow: 0 0 10px lightgrey;
    -ms-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    -o-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    -webkit-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
}

#SorteerMode { margin-bottom: 30px; }

#AantalTonen {
    width: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid #D2D2D4;
    margin-left: 10px;
    font-weight: 100;
    padding-left: 10px;
}

#SorteerMode {
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid #D2D2D4;
    margin-left: 10px;
    font-weight: 100;
    padding-left: 10px;
}

#dress-finder-body { margin-top: 35px; }

#curent-page-navigation {
    margin-top: 25px;
    margin-left: 15px;
}

#curent-page-navigation {
    margin-top: 25px;
    margin-left: 15px;
}

.filter-body { margin-right: 30px; }

.mypagination { height: 100% }

.mypagination ul {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
    display: inline-flex;
    margin: 0 auto;
    height: 100%;
    float: right;
}

.mypagination a:hover {
    text-decoration: none;
    color: black;
}

.mypagination ul li {
    float: left;
    padding: 0 5px;
    margin: auto;
}

.page-link {
    color: black;
    font-weight: lighter;
}

.current { font-weight: bold; }

#myform { font-family: 'Open Sans', sans-serif; }

#curent-page-navigation .glyphicon {
    font-size: 8px;
    vertical-align: middle;
    display: inline-block;
    top: 0;
    padding: 0 2px;
}

#curent-page-navigation a {
    color: #F6BEC9;
    text-decoration: underline;
}

#dress-finder-layout {
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filler { visibility: hidden; }

.full-image {
    position: relative;
    float: left;
    width: 100%;
    -ms-background-position: 50% 50%;
    background-position: 50% 50%;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
}

.collectie-ad {
    padding: 0 10px;
    margin-bottom: 20px
}

.popup {
    position: absolute !important;
    padding: 0 10px;
    top: 0;
    right: 50%;
    width: 0;
    height: 0;
    z-index: -1;
}

.dressview:hover > a > .popup {
    width: 100%;
    height: 113%;
    right: 0;
}

.hide-overflow { overflow-x: hidden; }

.above .dressview-extra { display: none; }

.big-ad-text {
    position: absolute;
    bottom: 30%;
    right: 10%;
}

.big-ad-text a {
    font-size: 18px;
    text-decoration: underline;
    color: black;
}

.small-ad-button {
    position: absolute;
    background-color: #CCE7D4;
    bottom: 9%;
    right: 17%;
    width: 66%;
    text-align: center;
    font-size: large;
}

.small-ad-button div {
    padding: 15px 0;
    color: black;
    font-weight: bold;
}

.no-dresswarning { margin-top: 20px; }

.no-dresswarning a {
    text-decoration: none;
    color: #FCE8E7;
}

.dressview { height: 400px; }

.dress-image {
    top: 0;
    width: 100%;
    min-height: 100%;
    object-fit: contain;
    overflow: hidden;
}

.dress-image-div {
    height: 370px;
    overflow: hidden;
    margin-bottom: 15px;
}

.expand {
    position: absolute;
    height: 50%;
    width: 50%;
    top: 25%;
    right: 25%;
}

@media (min-width: 768px) {
    .dressview-extra { display: none; }

    .dressview:hover > a > .above > .dressview-extra {
        display: block;
        z-index: 2;
    }

    .dressview:hover > a > .above > .dress-image-div {
        position: relative;
        z-index: 1;
    }

    .dressview:hover > a > .above > .image-title {
        position: relative;
        z-index: 1;
    }

    .dressview:hover > a > .above > .expand {
        height: 106%;
        width: 120%;
        top: -4%;
        left: -10%;
        z-index: 1;
        position: absolute;
        background-color: white;
        box-shadow: 0 0 10px lightgrey;
        -ms-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
        -o-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
        -webkit-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
        transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    }
}

@media (max-width: 1200px) {
    .dressview { height: 510px !important; }

    .dress-image-div { height: 460px !important; }
}

@media (max-width: 768px) {
    .dressview { height: 725px !important }

    .dress-image-div { height: 650px !important; }

    .dressview-extra { display: block !important; }

    #dress-finder-dresses { text-align: center; }

    #dress-finder-layout { text-align: center !important; }

    #dress-finder-layout div { text-align: center !important; }

    /* .dressview-extra { display: block !important; }

    .dressview-background { display: none }*/

    /* #dress-finder-dresses .img-responsive {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #dress-finder-dresses .dressview:hover > a > .popup { display: none; }

    #dress-finder-dresses .dressview:hover { height: inherit; }*/
    .mypagination ul { float: initial !important; }

    .mypagination { margin-top: 10px }
}