/*    social webfont    */
@font-face {
    font-family: 'social-icons';
    src: url('/template/view/font-social-icons/social-icons.eot?30063574');
    src: url('/template/view/font-social-icons/social-icons.eot?30063574#iefix') format('embedded-opentype'),
        url('/template/view/font-social-icons/social-icons.woff?30063574') format('woff'),
        url('/template/view/font-social-icons/social-icons.ttf?30063574') format('truetype'),
        url('/template/view/font-social-icons/social-icons.svg?30063574#social-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.social-icon:before {
    font-family: "social-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before { content: '\e800'; }
.icon-vkontakte:before { content: '\e801'; }
.icon-facebook:before { content: '\e802'; }
.icon-gplus:before { content: '\e803'; }
.icon-slideshare:before { content: '\e804'; }
.icon-youtube:before { content: '\e805'; }
.icon-youtube-play:before { content: '\e806'; }
.icon-pinterest:before { content: '\e807'; }
.icon-share:before { content: '\e808'; }
.icon-linkedin:before { content: '\e809'; }
.icon-rss:before { content: '\e80a'; }
.icon-dribbble:before { content: '\e80b'; }
.icon-github-circled:before { content: '\e80c'; }
/*    /social webfont    */

body {
    margin: 58px 0 0;
}
.mail-body {
    margin-top: 52px;
    min-height: 50vh;
}
.sp-panel {
    box-sizing: border-box;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    padding: 6px 25px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.93);
    width: 100%;
    font-family: Arial, 'Helvetica Neue', sans-serif;
    top: 0px;
}
.sp-panel h3 {
    font-size: 15px;
    text-align: left;
    margin: 0;
}

.sp-email-subj {
    display: block;
    margin-bottom: 3px;
}


@media (max-width: 767px) {
    .sp-panel {
        padding: 10px 45px 10px 15px;
    }
    .sp-email-subj {
        cursor: pointer;
    }
    .sp-options {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 50ms ease-out 20ms;
    }
    .open .sp-options {
        min-height: 30px;
        height: auto;
        opacity: 1;
    }
    .sp-email-subj:after {
        content: '';
        right: 20px;
        top: 40%;
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 0;
        border-top: 9px solid #57DDDF;
        position: absolute;
    }
    .open .sp-email-subj:after {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 9px solid #57DDDF;
        border-top: 0;
    }
    .sp-email-subj:hover h3 {color: #2D9A9B}
}
@media (min-width: 768px) {
    .sp-email-subj {
        display: flex;
        align-items: center;
        float: left;
        min-height: 30px;
        width: 45%;
        margin: 0 10px 0 0;
        margin-top: 8px;
    }
    .sp-options {
        float: right;
        /* padding-right: 48px; */
    }
}

.btn {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    margin: 3px 5px 3px 0;
    background-color: #E7F5F5;
    padding: 7px 12px;
    border-radius: 3px;
    color: #2D9A9B;
    display: inline-block;
    transition: all 20ms ease-out 10ms;
    position: relative;
    top: 0;
}
.btn:hover {
    top: -1px;
}
.btn:active {
    top: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
}
.social{
    position: relative;
    top: 8px;
}
a.btn-social:hover{
    top: -1px;
}
a.btn-social{
    position: relative;
    text-decoration: none;
}
.btn-social img {
  width: 29px;
  margin-bottom: -2px;
}