@charset "UTF-8";

#filter-area {
    margin-top: 50px;
}

/* Override bootstrap's placeholder color */
.bs-placeholder { color:white!important; }

.btn-color-picker {
    border-color: #46b8da;
    color: #2caae2!important;
    background: #fff;
}


.small {
    font-size: 0.8em;
}

.text-center {
    text-align: center;
}

/* no smelly outline! */
.bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
}

#services {
    margin-top: 50px;
}
.roundBlueBox {
    border: 3px solid #2caae2;
    padding: 10px;
    border-radius: 15px;
    min-width: 160px;
}

.blueCapsule {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border-color: #46b8da;
    background: #2caae2;
    color: #fff;
    font-size: 0.8em;
}

/* HR with text in center */
.hr-text {
  line-height: 1.5em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .7;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #1ba3e0, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #1ba3e0;
  background-color: #fcfcfa;
  font-size: 1.2em;
}

/* Design classes */
.designFrame {
    border: 3px solid #2caae2;
    padding: 0px;
    border-radius: 15px;
}

.designFrame > img {
    margin: 0 auto;
}

.designPrice {
    margin:-10px auto 0 auto;
    max-width: 30%;
    color: #fff;
    border-color: #46b8da;
    border-radius: 5px;
    background: #2caae2;
    text-align: center;
}

.designColors {
    height: 15px;
    background-color: transparent;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 2px;
}

.designColorCircle {
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 2px;
}

.designMore {
    border: 3px solid #2caae2;
    padding: 5px;
    border-radius: 15px;
    border-color: #46b8da;
    margin: 0px auto -20px auto;
    max-width: 50%;
    background: #fff;
    color: #1ba3e0;
    text-align: center;
}

.designMore a {
    width: 100%;
    color: #1ba3e0;
}

.designMore a:hover {
    color: #0a435b;
}

/* Override bootstrap's modal dialogs */
.modal-content  {
    border: 3px solid #1ba3e0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; 
}

.close {
    opacity: 1;
}
.modalClose {
    font-size: 1.2em;
    color: #1ba3e0;
}

.colorBox {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 100%;
    display: inline-block;
}

