.center {
    float: none;
    margin: 0 auto;
}

.w100 { width: 100%; }

.img-square {
    height: 250px;
    overflow: hidden;
}

.imgselected > img { border: 1px solid #000000; }

.imgselection > div {
    margin-top: 10px;
    cursor: pointer;
}

.imgselection > div:first-child { margin-top: 0; }

.imgselection > div:hover > img { border: 1px solid #000000; }

@media all and (max-width: 600px) {
    .img-square { height: 150px; }
}

@media all and (max-width: 991px) {
    .img-square {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }

    .btnStyle { font-size: 22px !important; }
}

@media all and (min-width: 991px) and (max-width: 1120px) {
    .img-square { height: 110px; }

    .btnStyle { font-size: 7px !important; }
}

@media all and (min-width: 1120px) and (max-width: 1350px) {
  .img-square {
    height: 200px;
  }
  .btnStyle {
    font-size: 0.7vw !important;
  }
}

.opensans { font-family: 'Open Sans', sans-serif; }

.block { display: block; }

.bold { font-weight: bold; }

.f25 { font-size: 25px; }

.f15 { font-size: 17px; }

.mt0 { margin-top: 0; }

.mb0 { margin-bottom: 0; }

.mt3 { margin-top: 3px; }

.mt25 { margin-top: 25px; }

.mb25 { margin-bottom: 25px; }

.mt50 { margin-top: 50px; }

.mb50 { margin-bottom: 50px !important; }

.plr35 { padding: 0 35px; }

.aroze a { color: #f0597c; }

.colors {
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid gray;
}

.inline { display: inline; }

.btnStyle {
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 380px;
    border-radius: 0;
    margin: 0 auto;
    background-color: #f9557a;
    color: white;
    text-align: center;
    font-size: 0.9vw;
    transition: all 0.15s ease-in-out;
    width: 100%;
    color: #ffffff !important;
}

.btnStyle:hover {
    color: #ffffff !important;
    background-color: rgba(249, 85, 122, 0.4) !important;
}

.backlink {
    color: #000000;
    text-decoration: none;
}

.backlink > span { text-decoration: underline; }

.backlink:hover { text-decoration: none; }

.backlink:hover > span { color: #f0597c; }

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

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

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

.mylink {
    margin-right: 2px;
}

.mylink:hover,.mylink:active,.mylink {
    text-decoration: none;
}