/* eShop changes */
ul, ol {
    padding: 0;
}

#eshop-cart .eshop-items a {
    color: white;
}
/* eShop order form*/
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
   position: relative;
}

/* Social Media Buttons */
.fa {
  padding: 5px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
    text-decoration: none;
}

.fa-facebook {
  font-size: 1em;
  width: 1em;
  background: none;
  color: white;
}

.fa-twitter {
  font-size: 1em;
  width: 1em;
  background: none;
  color: white;
}

.fa-linkedin {
  font-size: 1em;
  width: 1em;
  background: none;
  color: white;
}

.fa-youtube {
  font-size: 1em;
  width: 1em;
  background: none;
  color: white;
}

.fa-instagram {
  font-size: 1em;
  width: 1em;
  background: none;
  color: white;
}

.fa-pinterest {
  font-size: 1em;
  width: 1em;
  background: none;
  color: white;
}

/* Contact icons */
.fa-envelope-o {
  font-size: 14px;
}
.fa-map-marker {
    font-size: 14px;
}

.fa-mobile {
    font-size: 21px;
}

.fa-phone {
    font-size: 14px;
}

/* bootstrap p change */
p {
    margin: 0px;
  	padding: 0px;
}

/* Login, Register icons */
.nav > li > a > img {
    margin-right: 5px !important;
    padding: auto;
}

/* button-23 */
.button-23 {
  background: #1D9BF0;
  border: 1px solid #1D9BF0;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-23:hover,
.button-23:active {
  background-color: #0F8DE1;
  color: #FFFFFF;
}

.button-23:active {
  opacity: .5;
}

/* button-24 */
.button-24 {
  background: #FF4742;
  border: 1px solid #FF4742;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24:hover,
.button-24:active {
  background-color: #FF2520;
  color: #FFFFFF;
}

.button-24:active {
  opacity: .5;
}

/* buttons */
.btn-transp {
    background: #E94927;
    border: 2px solid #DE3916;
    color: #fff;
    padding: 14px 28px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.btn-transp:hover {
  background: #DE3916;
  color: #fff;
  text-decoration: none;
}
.btn-transp:visited {
  color: #fff;
}

/* Red */
.btn-rd {
    background: #E94927;
    border: 2px solid #DE3916;
    color: #fff;
    padding: 14px 28px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.btn-rd:hover {
  background: #DE3916;
  color: #fff;
  text-decoration: none;
}
.btn-rd:visited {
  color: #fff;
}
/* Green */
.btn-gr {
    background: #00DD00;
    border: 2px solid #00CA00;
    color: #fff;
    padding: 14px 28px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.btn-gr:hover {
  background: #00CA00;
  color: #fff;
  text-decoration: none;
}
.btn-gr:visited {
  color: #fff;
}

/* Blue l*/
.btn-bl {
    background: #00BCD4;
    border: 2px solid #00A9C1;
    color: #fff;
    padding: 14px 28px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.btn-bl:hover {
  background: #00A9C1;
  color: #fff;
  text-decoration: none;
}
.btn-bl:visited {
  color: #fff;
}

/* Blue d*/
.btn-bd {
    background: #21759B;
    border: 2px solid #2891BD;
    color: #fff;
    padding: 14px 28px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.btn-bd:hover {
  background: #2891BD;
  color: #fff;
  text-decoration: none;
}
.btn-bd:visited {
  color: #fff;
}

/* Center the Simple Image Gallery */
ul.sigFreeClassic {text-align:center;}
ul.sigFreeClassic li.sigFreeThumb {float:none;display:inline-block;}

/* Profile Edit colors */
.well {
    background-color: #DED7FC !important; 
    border: 1px solid #A79BE0 !important;
}
/* Image Effect CK word-spacing: change */
figure[class*="effectck"] figcaption [class*="title"] {word-spacing: normal!important; }
/* bootstrap.css: change */
.breadcrumb {padding: 4px 7px; margin: 0;}