﻿@charset "utf-8";
#share-on {
    padding: 20px 5px;
    box-shadow: 0 2px 7px 7px rgba(0, 0, 0, .08)
}

#cover,
#cover-frm {
    left: 0;
    display: none
}

#share-on .close:hover,
.frm .close:hover {
    text-decoration: none;
    cursor: pointer
}

#share-on {
    width: 320px;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    background: #fff;
    margin: 0 auto;
	top: 50%;
    transform: translateY(-50%);
}

#share-on .sharetitle {
    color: #e9573e;
    font-size: 20px;
    margin: 5px 10px;
    text-transform: none
}

#share-on .close,
#share-on .close a {
    color: #333!important
}

#share-on .close {
    float: right;
    font-size: 35px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 10px
}

#share-on .close:hover {
    color: #e9573e!important
}

.share-icon {
    display: inline-block;
    margin: 15px 0 0;
}

.share-icon div {
    float: left
}
.share-icon div a{display: inline-block;height: 50px;width: 50px;text-align: center;}
.share-icon div img{margin-top: 12px;}
.share-icon div a:hover {
    border-radius: 100%;
    background: #f5f5f6
}

.frm {
    border-radius: 5px
}

#cover {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
    width: 100%;
    height: 100%
}



#logonvalidation {
    color: #e9573e;
    text-align: center;
    padding-bottom: 5%
}



@media (max-width:359px) {
    #share-on {
        width: 280px
    }
}

#cover-frm {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    width: 100%;
    height: 100%
}

.frm {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    background: #FFF;
    padding: 0 20px 20px;
    font-size: 16px;
    color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 99999;
    position: relative;
	top: 50%;
    transform: translateY(-50%);
}

.frm .sharetitle {
    font-size: 22px;
    padding: 5px 0 10px 40px;
    display: block;
    margin: 0 -20px 30px;
    color: #fff;
    background: #e9573e;
    border-radius: 5px 5px 0 0;
}

.frm label {
    display: block;
    margin: 0 0 5px
}

.frm label>span {
    float: left;
    width: 30%;
    text-align: right;
    padding-right: 10px;
    margin-top: 5px;
    color: #333
}

.frm input[type=text],
.frm input[type=email],
.frm textarea {
    border: 1px solid #CCC;
    color: #888;
    height: 30px;
    line-height: 15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0;
    padding: 5px 0 5px 5px;
    width: 65%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.frm textarea {
    height: 100px;
    padding: 5px 0 0 5px;
    width: 65%
}

.frm .button {
    background: #333;
    border: 1px solid #CCC;
    padding: 10px 25px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none
}

.frm .button:hover {
    color: #fff;
    background-color: #3E3D3D
}

.frm .close,
.frm .close a,
.frm .close:hover {
    color: #fff!important
}

.frm .button:focus {
    outline: 0
}

.frm .close {
    float: right;
    font-size: 35px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 10px;
    margin-top: -65px
}

@media (max-height:520px) { .frm {height: 90%;overflow-y: auto;}}
@media (max-width:767px) {
    .frm {
        margin: 0 auto;
        overflow-y: scroll;
        height: 90%;
		width:90%;
    }
    .frm::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5
    }
    .frm::-webkit-scrollbar-thumb {
        background-color: #666;
        border-radius: 10px
    }
    .frm::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #F5F5F5;
        border-radius: 10px
    }
    .frm label>span {
        width: auto
    }
    .frm input[type=text],
    .frm input[type=email],
    .frm textarea {
        width: 95%;
		margin-bottom: 10px;
    }
    .frm .sharetitle {
        font-size: 18px;
        padding-top: 15px;
        padding-left: 10px
    }
    .frm .close {
        margin-right: 0
    }
}