﻿.popup#ConnectWithUs {
    position:fixed;
    left:0;
    bottom: 0;
    z-index: 100;
    -webkit-box-shadow: 0 -1px 8px 1px rgba(0, 0, 0, 0.5);
	  -moz-box-shadow: 0 -1px 8px 1px rgba(0, 0, 0, 0.5);
	  box-shadow:  0 -1px 8px 1px rgba(0, 0, 0, 0.5);
    min-height: 0 !important;
    height: 170px;
}

.popup .social-icons {
    display: none;
}

.popup #downArrowIcon {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 2px;
    zoom: 1.8;
}

.popup #downArrowDiv {
    opacity: 1 !important;
    background-color: #93328E !important;
    padding: 2%;
    margin-bottom: 4px;
}

.popup #downArrowDiv:active {
    background-color: rgba(255,255,255, .3) !important;
}

.popup #subscribeDescription {
    display:none;
}

.popup #popUpSubscribeDescription {
    display: block !important;
}

.popup #noPaddingTop {
    padding-top: 0 !important;
}
