#siWidget .modal-body {
    height: 270px;
    padding:15px;
    padding-top:10px;
}
#siWidget .modal {
    width:580px;
}

#siWidget-email .modal-body {
    height: 270px;
    padding:15px;
    padding-top:10px;
}
#siWidget-email .modal {
    width:580px;
}
#siWidget-feedback .modal-body {
    height: 270px;
    padding:15px;
    padding-top:10px;
}
#siWidget-feedback .modal {
    width:580px;
}
#siWidget-cartsaver .modal-body {
    height: 270px;
    padding:15px;
    padding-top:10px;
}
#siWidget-cartsaver .modal {
    width:580px;
}
#siWidget-sharing .modal-body {
    height: 270px;
    padding:15px;
    padding-top:10px;
}
#siWidget-sharing .modal {
    width:580px;
}
#siWidget-offers .modal-body {
    height: 270px;
    padding:15px;
    padding-top:10px;
}
#siWidget-offers .modal {
    width:580px;
}

/* tab items */
.siError {
    color: #D16E6C;

}
.siConfirm {
    font-size:16px;
}
.siTabB {
    /**bottom: -40px;*/
    bottom: 0;
    display: block !important;
    margin: 0 20px;
    position: fixed;
    width: 220px;
    z-index: 9999;
}
.siButtonB {
    background-color: #4781D9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFFFFF;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer;
    padding: 8px;
}

.siTabT {
    top: 0;
    display: block !important;
    margin: 0 20px;
    position: fixed;
    width: 220px;
    z-index: 9999;
}
.siButtonT {
    background-color: #4781D9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #FFFFFF;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer;
    padding: 8px;
}

.siTabR {
    right: -72px;
    display: block !important;
    margin:0;
    top:60px;
    position: fixed;
    width: 180px;
    z-index: 9999;
}
.siButtonR {
    background-color: #4781D9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #FFFFFF;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer;
    padding: 8px;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}

.siTabL {
    left: -72px;
    display: block !important;
    margin:0;
    top:60px;
    position: fixed;
    width: 180px;
    z-index: 9999;
}
.siButtonL {
    background-color: #4781D9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFFFFF;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer;
    padding: 8px;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}

.siButtonText {
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}
.siButtonActions {
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.siButtonActionUp {
    padding-right: 5px;
}
.siButtonActionClose {
    padding-right: 5px;
}
/* end tab items */
.socialintents-close {
    position:relative;
    left:-13px;
    top:-13px;

}
.socialintents-close {
    color:black;
}

.socialintents-custom-h3 {
    font-size: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: inherit;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    text-rendering: optimizelegibility;
}

.socialintents-custom-footer {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}

.socialintents-clearfix {
    *zoom: 1;
}
.socialintents-clearfix:before,
.socialintents-clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.socialintents-clearfix:after {
    clear: both;
}
.socialintents-hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.socialintents-input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

.socialintents-img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.socialintents-img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.socialintents-img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.socialintents-row {
    margin-left: -20px;
    *zoom: 1;
}
.socialintents-row:before,
.socialintents-row:after {
    display: table;
    content: "";
    line-height: 0;
}
.socialintents-row:after {
    clear: both;
}
/*
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
*/
.socialintents-container,
.socialintents-navbar-static-top .socialintents-container,
.socialintents-navbar-fixed-top .socialintents-container,
.socialintents-navbar-fixed-bottom .socialintents-container {
    width: 940px;
}

.socialintents-container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
.socialintents-container:before,
.socialintents-container:after {
    display: table;
    content: "";
    line-height: 0;
}
.socialintents-container:after {
    clear: both;
}
.socialintents-container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}
.socialintents-container-fluid:before,
.socialintents-container-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
.socialintents-container-fluid:after {
    clear: both;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9997;
    background-color: #cccccc;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.6;
    filter: alpha(opacity=60);
}



.socialintents-modal {
    position: fixed;
    left: 50%;
    top:100px;
    z-index: 99999;
    width: 600px;
    margin: 0 0 0 -255px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border: 1px solid #999;
    /* IE6-7 */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.socialintents-modal-email {
    position: absolute;
    left: 50%;
    top:25%;
    z-index: 9999;
    width: 500px;
    margin: 0 0 0 -250px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border: 1px solid #999;
    /* IE6-7 */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}
.socialintents-modal-dd {
    left: 50%;
    top:20px;
    margin: 0 0 0 -280px;
    position:absolute;
}
.socialintents-modal.fade.in {
    top: 60px;
}
.socialintents-modal-header {
    padding: 6px 15px;
    border-bottom: 1px solid #eee;
}
.socialintents-modal-header .socialintents-close {
    margin-top: -13px;
    margin-right: -10px;
    font-size:28px;
    font-weight: 400;
}
.socialintents-modal-header h3 {
    margin: 0;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}
.socialintents-modal-body {
    /*overflow-y: auto;*/
    padding: 0px;
}
.socialintents-modal-body-email {
    /*overflow-y: auto;*/
    padding: 0px;
}
.socialintents-modal-body-feedback {
    /*overflow-y: auto;*/
    padding: 0px;
}
.socialintents-modal-body-dd {
    /*overflow-y: auto;*/
    padding: 0px ;
    border-radius: 6px;
}
.socialintents-modal-form {
    margin-bottom: 0;
}
.socialintents-modal-footer {
    padding: 5px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}
.socialintents-modal-footer:before,
.socialintents-modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
}
.socialintents-modal-footer:after {
    clear: both;
}
.socialintents-modal-footer .socialintents-btn + .socialintents-btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.socialintents-modal-footer .socialintents-btn-group .socialintents-btn + .socialintents-btn {
    margin-left: -1px;
}
.socialintents-modal-footer .socialintents-btn-block + .socialintents-btn-block {
    margin-left: 0;
}
.socialintents-close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    filter: alpha(opacity=20);
}
.socialintents-close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
button.socialintents-close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.socialintents-pull-right {
    float: right;
}
.socialintents-pull-left {
    float: left;
}
.socialintents-hide {
    display: none;
}
.socialintents-show {
    display: block;
}
.socialintents-invisible {
    visibility: hidden;
}
.socialintents-affix {
    position: fixed;
}
.socialintents-fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.socialintents-fade.in {
    opacity: 1;
}
.socialintents-collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.socialintents-collapse.in {
    height: auto;
}


@media (max-width: 767px) {
  .socialintents-modal {
      position: absolute;
    top:40px;
  }
  .socialintents-modal-body {
        overflow-y: inherit !important;
    }
    .socialintents-modal-body-email {
        overflow-y: inherit !important;
    }
    .socialintents-modal-body-feedback {
        overflow-y: inherit !important;
    }
  
}

}


