/* smallipop css */

.smallipop-instance .sipArrow, .smallipop-instance .sipArrowBorder { position: absolute; left: 50%; height: 0; width: 0; }
.smallipop-instance .sipArrow { bottom: -55px; margin-left: -10px; border: 30px solid transparent; }
.smallipop-instance.sipAlignBottom .sipArrow { bottom: auto; top: -55px; }
.smallipop-instance.sipAlignBottom .sipArrowBorder { bottom: auto; top: -24px; }




/* orange theme */
.smallipop-instance.orange { position: absolute; display: none; top: 0; left: 0; background-color: #f58220; border: 1px solid #f58220; color: #fff; z-index: 9999; max-width: 300px;border-radius:10px;padding:10px 10px 20px 10px;font-size:16px  }
.smallipop-instance.orange a { color: #145d95; text-shadow: 0 1px 1px #fff24d; }

.smallipop-instance.orange .sipArrow { border-color: #f58220 transparent transparent transparent; }
.smallipop-instance.orange .sipArrowBorder { border-color: #f58220 transparent transparent transparent; }
.smallipop-instance.orange.sipAlignBottom .sipArrow { border-color: transparent transparent #f58220 transparent; }
.smallipop-instance.orange.sipAlignBottom .sipArrowBorder { border-color: transparent transparent #f58220 transparent; }
.smallipop-instance.orange.sipPositionedLeft .sipArrow { border-color: transparent transparent transparent #f58220; }
.smallipop-instance.orange.sipPositionedLeft .sipArrowBorder { border-color: transparent transparent transparent #f58220; }
.smallipop-instance.orange.sipPositionedRight .sipArrow { border-color: transparent #f58220 transparent transparent; }
.smallipop-instance.orange.sipPositionedRight .sipArrowBorder { border-color: transparent #f58220 transparent transparent; }
.smallipop-instance.orange .smallipop-tour-progress { color: #444; }
.smallipop-instance.orange .smallipop-tour-prev, .smallipop-instance.orange .smallipop-tour-next, .smallipop-instance.orange .smallipop-tour-close { color: #444; background: #f58220; }
.smallipop-instance.orange .smallipop-tour-prev:hover, .smallipop-instance.orange .smallipop-tour-next:hover, .smallipop-instance.orange .smallipop-tour-close:hover { color: #333; background: #f58220; }
