.subscr {
    position:relative;
    width:490px;
    margin:0 auto;
    text-align: center;
    display:none;
}
.subscr-int {
    display:inline-block;
    text-align: right;
    width:430px;
    position: relative;
    margin:20px auto;
    padding:150px 30px 30px 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.39);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.39);
    font-size:14px;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top,  #fafafa 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafa 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafa 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafa 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafa 0%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    z-index:20;

}
.subscr .head {
    position: absolute;
    left:-17px;
    top:24px;
    width: 446px;
    background: #378dc7;
    color: #fff;
    font-size: 16px;
    padding: 10px 48px 10px 30px;
    text-shadow: 2px 2px 5px rgba(24, 86, 130, 1);
    line-height: 1.5em;
}
.subscr .head .threed{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #2c6f9b transparent transparent transparent;
    position: absolute;
    right:0;
    bottom:-16px;
}
.subscr .head .main {
    font-size:36px;
    text-shadow: 3px 3px 5px rgba(24, 86, 130, 1);
    font-weight: bold;
    line-height: 45px;
}
.subscr .head .sub {
    width:80%;
}
.subscr .ttl {
    font-size:22px;
    color:#3c3a3a;
}
.subscr li {
    list-style: none;
    position: relative;
    line-height: 24px;
}
.subscr li:before {
    position:absolute;
    right:-30px;
    top:5px;
    width:20px;
    content:'';
    height:12px;
    background: url(el-popup.png) -272px top no-repeat;
}
.subscr ul {
    margin-right:0;
    padding-right:30px;
}
.subscr .eml .ttl {
    margin-bottom:6px;
}
.subscr .eml {
    margin-top:40px;
}
.subscr input {
    font-size:16px;
    height:32px;
    width:298px;
    padding:0 8px;
    border:0;
    margin-left:14px;
    direction: ltr;
    text-align: right;
}
.subscr .eml a {
    text-decoration: none;
    color:#ffffff;
    font-weight:bold;
    padding:6px 20px;
    border: 1px solid #9ddbd7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow:
    0 0 0 1px #0f7e92,
    0 0 0 1px #0f7e92;
    background: #3bb7bf; /* Old browsers */
    background: -moz-linear-gradient(top,  #3bb7bf 0%, #339fa6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3bb7bf), color-stop(100%,#339fa6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3bb7bf 0%,#339fa6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3bb7bf 0%,#339fa6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3bb7bf 0%,#339fa6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3bb7bf 0%,#339fa6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb7bf', endColorstr='#339fa6',GradientType=0 ); /* IE6-9 */
}
.subscr .eml a:hover {
    background: #33a0a5; /* Old browsers */
    background: -moz-linear-gradient(top,  #33a0a5 0%, #2a8489 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33a0a5), color-stop(100%,#2a8489)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #33a0a5 0%,#2a8489 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #33a0a5 0%,#2a8489 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #33a0a5 0%,#2a8489 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #33a0a5 0%,#2a8489 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a0a5', endColorstr='#2a8489',GradientType=0 ); /* IE6-9 */
}
.subscr .eml .expl {
    color:#999999;
    font-size:12px;
    width:306px;
    margin-top:8px;
}
.subscr .eml .err-msg {
    display:none;
    color:#aa0000;
    font-size:12px;
    font-family: arial, helvetica, sans-serif;
}
.subscr .eml .inpt.err .expl {
    margin-top:15px;

}
.subscr .eml .inpt.err input {
    border:1px solid #aa0000;
    margin-left:12px;
}
.subscr .eml .inpt.err .err-msg {
    display:block;
}
.subscr .pic-container {
    width: 0;
    height: 0;
    top:237px;
    left:-60px;
    position: absolute;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.39);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.39);
    transform: rotate(352deg) scale(1) skew(0deg) translate(0px);
    -webkit-transform: rotate(352deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(352deg) scale(1) skew(0deg) translate(0px);
    -o-transform: rotate(352deg) scale(1) skew(0deg) translate(0px);
    -ms-transform: rotate(352deg) scale(1) skew(0deg) translate(0px);
    -webkit-backface-visibility: hidden;
    z-index:25;
    background-size:4px 3px ;
}
.subscr.loaded .pic-container {
    width: 224px;
    height: 232px;
    top:125px;
    left:-180px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: #fff url(crowd.jpg) center 10px no-repeat;
    background-size:203px 177px;
}
.subscr .pic-container .logo {
    width:0;
    height:0;
    position: absolute;
    bottom:10px;
    left:10px;
    background: url(el-popup.png) 0 -108px no-repeat;
}
.subscr.loaded .pic-container .logo {
    width: 37px;
    height: 27px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.subscr .close-btn {
    background: url(el-popup.png) 0 0 no-repeat;
    cursor:pointer;
    width:24px;
    height:24px;
    position: absolute;
    top:-12px;
    left:-12px;
}
.subscr .close-btn:hover {
    background-position:0 -24px;
}
.subscr .envelope {
    position: absolute;
    width: 142px;
    height: 140px;
    right: 20px;
    bottom: 54px;
    background: url(el-popup.png) -128px 0 no-repeat;
}
.subscr.loaded .envelope {
    right: -81px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.subscr .brush{
    position: absolute;
    width: 97px;
    height: 87px;
    right: 20px;
    bottom: 220px;
    background: url(el-popup.png) -25px 0 no-repeat;
}
.subscr.loaded .brush{
    right: -73px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.subscr .arrow{
    position: absolute;
    width: 111px;
    height: 0;
    left: 42px;
    bottom: -7px;
    background: url(el-popup.png) -316px -90px no-repeat;
    z-index: 25;
}
.subscr.loaded .arrow{
    height: 90px;
    background: url(el-popup.png) -316px 0 no-repeat;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}


