

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0
}

::-webkit-scrollbar {
width:6px;
}

::-webkit-scrollbar-thumb {
background:#8e7672
}

::-webkit-scrollbar-track {
background:rgba(0,0,0,0)
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

body,
first,
second,
third,
fourth,
intro,
input,
textarea,
option[id*="bintype"] {
    font-family: fantasy;
}

::-webkit-input-placeholder {
    font-family: fantasy;
}

:-moz-placeholder {
    font-family: fantasy;
}

::-moz-placeholder {
    font-family: fantasy;
}

:-ms-input-placeholder {
    font-family: fantasy;
}

:-ms-input-placeholder {
    font-family: fantasy;
}

input:focus::-webkit-input-placeholder {
    font-family: fantasy;
}

input:valid::-webkit-input-placeholder {
    font-family: fantasy;
}

.rip ul,
.rip ul li {
    margin: 0;
    width: 100%
}

h1,
h2 {
    color: #8e7672
}

* {
    margin: 0;
    padding: 0
}

body {
    background: #F0EFE9;
/*    background: url(../images/lines_grey.png) #F0EFE9;*/
    margin: 0;
    padding: 5px;
    color: #7f7664
}

a,
a:focus,
a:hover,
a:link {
    border: none;
    text-decoration: none;
}
h1 {
    font-size: 90px;
    text-shadow: #ba9d8f -1px 1px 0, #333 -2px 2px 0, #f5f6f7 -3px 3px 0, #8c5251 -4px 4px 0
}

h2 {
    margin: 15px 0
}

ul.table input {
    border-radius: 0;
}

ul.table input:nth-child(even) {
    border-left: 0
}

ul.table input:nth-child(odd) {
    border-right: 0;
}

.con,
.ip,
.rip,
.write,
.footer{
    margin: 40px auto;
    padding: 10px;
    text-align: center;
    box-sizing: border-box
}
.footer{
    margin: 20px auto 0;
}
.fine{
    padding-top:5px;
    margin-top:40px;
    border-top:1px solid #7f7664;
}
.fine a {
    border: none;
    text-decoration: none;
    color: #8e7672;
    font-weight: bold;
    padding-bottom:4px;
    position: relative
}
.fine a img{
    top:5px;
    left:10px;
    position: relative
}
.fine a:hover img{
        -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-filter: invert(100%); 
    filter: invert(100%);
}

#resultsblock {
    text-align: left
}

.rip ul {
    list-style: none;
    padding: 0
}

.rip ul li {
    display: inline-block
}

.rip ul li input {
    font-size: 30px;
    position: relative;
    float: left;
    margin: 0;
    text-align: left;
    box-sizing: border-box
}

.insertBlock,
.rip .nav {
    position: relative;
    margin: 15px 0
}

p.descript {
    position: relative;
    margin: 5px 0 20px;
}

.rip ul li input:nth-child(odd) {
    width: 40%
}

.rip ul li input:nth-child(even) {
    width: 60%
}

.rip .nav {
    display: block;
    text-align: center
}

.insertBlock {
    text-align: left
}
input,
textarea {
    margin: 30px auto 10px;
    width: 100%;
    display: block;
    font-size: 50px;
    text-align: center;
    font-weight: bolder;
    color: #8e7672;
    padding: 10px 50px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .37);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
}

input[name="number"],
textarea {
    margin: 30px auto 10px;
    width: 100%;
    display: block;
    font-size: 50px;
    text-align: center;
    font-weight: bolder;
    color: #8e7672;
    padding: 10px 50px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .37);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 6px solid rgba(142, 118, 114, .2);
}

.write input,
.write textarea,
.unicode input,
.unicode textarea
{
    text-align: left;
}

input:focus,
input:valid,
textarea:focus {
    box-shadow: none;
    outline: 0;
    background-position: 0 0
}

input:-webkit-autofill {
    background-color: #990!important
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #666;
    font-size: 25px;
    line-height: 1.2em;
}

input:focus::-webkit-input-placeholder,
input:valid::-webkit-input-placeholder {
    color: #8e7672;
    font-size: 18px;
    visibility: visible!important
}

.button {
    border: none;
    background: #8c5251;
    cursor: pointer;
    border-radius: 3px;
    padding: 15px 33px;
    width: %;
    color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    border: 4px solid rgba(255, 255, 255, 1);
    font-size: 2em
}
.btn-solo {
    width: 100%;
    margin:0!important
}

.button:hover {
    -ms-transform: translateY (-3px);
    -webkit-transform: translateY (-3px);
    -moz-transform: translateY (-3px);
    -o-transform: translateY (-3px);
    transform: translateY (-3px);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
    border: 4px solid rgba(255, 255, 255, .5)
}
.write-output,.unicode-output{
    position: relative
}
.unicode-output{
    margin-bottom:55px
}
.write-output textarea,.unicode-output textarea{
    margin-bottom:5px
}
.copy-small{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    background: #8c5251;
    cursor: pointer;
    padding: 2px 6px;
    width: auto;
    color: #fff;
    margin: 0;
    box-shadow: none;
    border: 4px solid rgba(255, 255, 255, 1);
    font-size: 12px;
    position: absolute;
    right:0;
}
.copy-small:hover{
    background: #8e7672;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.errorMessage {
    margin: 20px 0;
    font-weight: bolder;
    text-transform: uppercase;
    color: #C03;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite
}

select.optionStyle {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    -moz-appearance: button;
    appearance: button;
    background-image: url(../images/arrows.png), -webkit-linear-gradient(#f5f5f2, #F4F4F4 40%, #f1f0eb);
    background-position: 97% center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 6px solid #e1dcd9;
    color: #9a8581;
    font-size: inherit;
    margin: 20px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

option[id*=bintype] {
    font-size: 1em;
    padding: 0.2em 0.4em 0.2em 0.4em;
}

option:nth-child(even) {
    background-color: #f5f5f5!important;
}

option[selected] {
    font-weight: bold;
    background: #9a8581
}

select > option:checked {
    color: #fff!important;
    background: #C03!important;
    -moz-appearance: none!important
}

#results p {
    color: #7F7664;
    padding: 30px;
    border-left: 2px solid #7f7664;
    background-color: #f5f4f2;
    line-height: 32px;
    box-shadow: 5px 5px 0 0 rgba(127, 118, 100, .2);
    position: relative
}

#results p:first-child:first-letter {
    font-size: 50px;
    float: left;
    padding: 20px;
    height: 42px;
    background-color: #7F7664;
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
    line-height: 40px
}

#results p:first-child:first-line {
    color: #7f7664
}

.arrow {
    width: 120px;
    height: 79px;
    margin: -60px 0 0 620px;
    background: url(../images/arrow.png);
    z-index: 99
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0
}
}
/*radio button*/

.checkbox {
    display: inline-block;
}

input[type="radio"] {
    opacity: 0;
    width:0;
    position: absolute;
    cursor: pointer;
}

input[type="radio"] + label {
    padding: 15px 0;
    margin: 5px 0;
    background: url(../images/radio-button.png) 0 0 no-repeat;
    line-height: 20px;
    display: inline-block;
    padding-left: 80px;
    border-radius: 20px;
    box-sizing: border-box;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

input[type="radio"]:hover + label {
    box-sizing: border-box
}

input[type="radio"]:checked + label {
    content: ' ';
    background: url(../images/radio-button-checked.png) 0 0 no-repeat;
    display: inline-block;
}

input[type="radio"] + label > mark {
    display: inline-block;
    width: 50px;
    height: 50px;}    
p.page-descript {
        color: #645d50;
        margin-bottom:40px;
        ;
    }

@media all and (min-width:1651px) {
    article {
        width: 1400px
    }
    span {
        font-size: 30px;
        margin: 35px auto 5px
    }
    input ,
    textarea {
        margin: 10px auto 40px;
        font-size:55px;
        text-align: center;
        font-weight: 700;
        padding: 20px 45px
    }
    textarea {
        font-size: 40px;
        padding: 20px 45px
    }    
    .overlay a {
        font-size: 40px;
    }
        .dwrite label{
        font-size:35px;
    }
    h1 {
        color: #8e7672;
        font-size: 70px;
        margin: 30px 0 60px;
    }
    ul.table li input[type="text"] {
        font-size: 41px;
    }
    input:focus::-webkit-input-placeholder,
    input:valid::-webkit-input-placeholder {
        color: #C99;
        font-size: 68px;
    }
    select.optionStyle {
        font-size: 30px;
        margin: 40px;
        padding: 22px 100px 22px 80px;
        box-sizing: border-box
    }
    option[id*=bintype] {
        font-size: 1em;
        padding: 0.6em 1.4em 0.6em 1.4em;
    }
}

@media all and (max-width:1650px) and (min-width:1180px) {
    article {
        width: 1100px
    }
    span {
        font-size: 25px
    }
    input,
    textarea {
        margin: 10px auto 40px;
        font-size: 33px;
        text-align: center;
        font-weight: 700;
        padding: 15px 45px
    }
    .overlay a {
        font-size: 35px;
    }
    .dwrite label{
        font-size:33px;
    }
    h1 {
        color: #8e7672;
        font-size: 55px;
        line-height: 1em;
        margin-bottom: 10px;
        text-shadow: #ba9d8f -1px 1px 0, #333 -2px 2px 0, #f5f6f7 -3px 3px 0, #8c5251 -4px 4px 0
    }
    input:focus::-webkit-input-placeholder,
    input:valid::-webkit-input-placeholder {
        color: #C99;
        font-size: 33px;
    }
    select.optionStyle {
        font-size: 20px;
        margin: 30px;
        padding: 15px 45px 15px 25px;
        box-sizing: border-box
    }
    option[id*=bintype] {
        font-size: 18px
    }
}

@media all and (max-width:1179px) and (min-width:1024px) {
    h1,
    span {
        text-shadow: none
    }
    article {
        width: 980px
    }
    input,
    textarea {
        margin: 10px auto 50px;
        font-size: 40px;
        text-align: center;
        font-weight: 700;
        padding: 15px 35px
    }
    textarea {
        font-size: 28px;
    }
    .dwrite label{
        font-size:28px;
    }
    .overlay a {
        font-size: 30px;
    }
    h1 {
        font-size: 47px
    }
    span {
        font-size: 22px
    }
    input:focus::-webkit-input-placeholder,
    input:valid::-webkit-input-placeholder {
        color: #C99;
        font-size: 28px;
    }
    select.optionStyle {
        font-size: 22px;
        margin: 30px;
        padding: 15px 50px 15px 25px;
        box-sizing: border-box
    }
    option[id*=bintype] {
        font-size: 20px
    }
}

@media all and (max-width:1023px) and (min-width:769px) {
    article {
        width: 740px
    }
    span {
        font-size: 20px
    }
    input,
    textarea {
        margin: 10px auto 40px;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        padding: 11px 27px
    }
    textarea {
        font-size: 25px;
    }
    .overlay a {
        font-size: 30px;
    }
    .dwrite label{
        font-size:20px;
    }
    h1 {
        font-size: 40px;
        text-shadow: none
    }
    .rip ul li input {
        font-size: 22px;
        padding: 7px 22px
    }
    .errorMessage {
        margin: 20px 0;
        height: 30px
    }
    input:focus::-webkit-input-placeholder,
    input:valid::-webkit-input-placeholder {
        color: #C99;
        font-size: 22px;
    }
    select.optionStyle {
        font-size: 16px;
        margin: 30px;
        padding: 12px 50px 12px 20px;
        box-sizing: border-box
    }
    option[id*=bintype] {
        font-size: 15px
    }
}

@media all and (max-width:768px) and (min-width:481px) {
    h1,
    input {
        font-size: 28px
    }
    article {
        width: 480px
    }
    input,
    textarea {
        margin: 10px auto 30px;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        padding: 8px 15px
    }
    textarea {
        font-size: 23px;
    }
    .overlay a {
        font-size: 25px;
    }
    #form input[type="text"] {
        font-size: 20px;
    }
    .dwrite label{
        font-size:17px;
    }
    h1 {
        text-shadow: none;
        margin-bottom: 20px
    }
    ul.table li input[type="text"] {
        font-size: 17px;
    }
    .errorMessage {
        margin: 20px 0;
        height: 30px
    }
    input:focus::-webkit-input-placeholder,
    input:valid::-webkit-input-placeholder {
        font-size: 16px;
    }
    button {
        padding: 10px 23px;
        width: 44%;
        color: #fff;
        margin-left: 8px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
        border: 2px solid rgba(255, 255, 255, 1);
        font-size: 1em
    }
    select.optionStyle {
        font-size: 15px;
        margin: 30px;
        padding: 15px 45px 15px 20px;
        box-sizing: border-box
    }
    option[id*=bintype] {
        font-size: 13px
    }
}

@media all and (max-width:480px) and (min-width:320px) {
    body {
        padding: 3px;
        margin: 0
    }
    p {
        font-size: 14px
    }
    article {
        width: 319px
    }
.touchMe {
    visibility: hidden
}
    input,
    textarea {
        margin: 10px auto 25px;
        font-size: 19px;
        text-align: center;
        font-weight: 700;
        padding: 12px 9px
    }
    .overlay a {
        font-size: 20px
    }
    #form input[type="text"] {
        font-size: 17px;
    }
    .dwrite label{
        font-size:16px;
    }
    h1 {
        font-size: 20px;
        text-shadow: none;
        margin: 20px 0 10px
    }
    ul.table li input[type="text"] {
        font-size: 12px;
    }
    input:focus::-webkit-input-placeholder,
    input:valid::-webkit-input-placeholder {
        font-size: 15px;
    }
    button {
        padding: 10px 23px;
        width: 44%;
        color: #fff;
        margin-left: 2px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
        border: 2px solid rgba(255, 255, 255, 1);
        font-size: 1em
    }
    button:hover {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
        border: 2px solid rgba(255, 255, 255, .5)
    }
    #results p {
        padding: 5px;
        border-left: none;
        background-color: none;
        line-height: 24px;
        font-size: 16px;
        box-shadow: none;
        position: relative
    }
    select.optionStyle {
        font-size: 12px;
        margin: 30px;
        padding: 10px 35px 10px 20px;
        box-sizing: border-box
    }
    option[id*=bintype] {
        font-size: 10px
    }
}

@media all and (max-width:319px) {
    article {
        width: 100%
    }
    p {
        font-size: 14px
    }
    input,
    textarea {
        margin: 10px auto 25px;
        font-size: 14px;
        text-align: center;
        font-weight: 700;
        padding: 12px 9px
    }
    .overlay a {
        font-size: 16px;
    }
    #form input[type="text"] {
        font-size: 15px;
    }
    h1 {
        font-size: 18px;
        text-shadow: none;
        margin: 20px 0 10px
    }
    .dwrite label{
        font-size:14px;
    }
    ul.table li input[type="text"] {
        font-size: 11px;
    }
    input:focus::-webkit-input-placeholder,
    input:valid::-webkit-input-placeholder {
        font-size: 15px;
    }
    button {
        padding: 10px 23px;
        width: 44%;
        color: #fff;
        margin-left: 2px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
        border: 2px solid rgba(255, 255, 255, 1);
        font-size: 1em
    }
    button:hover {
        -ms-transform: translateY (-1px);
        -webkit-transform: translateY (-1px);
        -moz-transform: translateY (-1px);
        -o-transform: translateY (-1px);
        transform: translateY (-1px);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
        border: 2px solid rgba(255, 255, 255, .5)
    }
    #results p {
        padding: 5px;
        border-left: none;
        background-color: none;
        line-height: 24px;
        font-size: 16px;
        box-shadow: none;
        position: relative
    }

    select.optionStyle {
        font-size: 12px;
        margin: 30px;
        padding: 10px 30px 10px 20px;
        box-sizing: border-box
    }
    option[id*=bintype] {
        font-size: 10px
    }
    .con,
    .ip,
    .rip {
        padding: 2px
    }
}

::-webkit-input-placeholder {
    opacity: .2;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

:-moz-placeholder {
    opacity: .2;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

::-moz-placeholder {
    opacity: .2;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

:-ms-input-placeholder {
    opacity: .2;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

:hover::-webkit-input-placeholder {
    opacity: .75;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

:hover:-moz-placeholder {
    opacity: .75;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

:hover::-moz-placeholder {
    opacity: .75;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

:hover:-ms-input-placeholder {
    opacity: .75;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: -100%;
    -webkit-transition: all .635s cubic-bezier(.68, -.55, .27, 1.55);
    transition: all .635s cubic-bezier(.68, -.55, .27, 1.55)
}

:focus:-moz-placeholder {
    opacity: 0;
    text-indent: -100%;
    -moz-transition: all .635s cubic-bezier(.68, -.55, .27, 1.55);
    transition: all .635s cubic-bezier(.68, -.55, .27, 1.55)
}

:focus::-moz-placeholder {
    opacity: 0;
    text-indent: -100%;
    -moz-transition: all .635s cubic-bezier(.68, -.55, .27, 1.55);
    transition: all .635s cubic-bezier(.68, -.55, .27, 1.55)
}

:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: -100%;
    -ms-transition: all .635s cubic-bezier(.68, -.55, .27, 1.55);
    transition: all .635s cubic-bezier(.68, -.55, .27, 1.55)
}
input:placeholder-shown {
  border-color: #d0aea9;
}
.insertBlock span,
.bubble {
    position: relative;
    padding: 6px 25px;
    color: #fff;
    top: -12px;
    background: #7F7664;
    border-radius: 10px
}

.bubble {
    top: 0px;
}
.unicode .bubble,.write .bubble {
    top: -4px;
}

p.bubble {
    background: rgba(127, 118, 100, 0.6);
    margin: 15px 0 0;
}

p.bubble:after {
    border-color: rgba(127, 118, 100, 0.6) transparent
}

.insertBlock span:after,
.bubble:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50px;
    width: 0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #7F7664 transparent
}

.html2js {
    text-align: left
}
.select-dialog {
    margin: 25px 0;
    text-align: left
}

.buttonstrip {
    margin: 25px 0;
    width:100%;
    text-align: center;
    
}


.touchMe {
    cursor: pointer;
    position: fixed;
    width: 149px;
    height: 106px;
    background: url(../images/touchMe.png);
    right: 18px;
    top: 70px;
}

.menu-button {
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 10px;
    width:65px;
    height:45px;
    background-image: url(../images/menu.png) ;
    background-position: 8px 9px;
    background-repeat: no-repeat;
    background-color: rgba(127, 118, 100, 0.75);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: white;
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    z-index: 9;
    -webkit-box-shadow: -1px -1px 12px rgba(116, 116, 116, 0.44);
    -moz-box-shadow: -1px -1px 12px rgba(116, 116, 116, 0.44);
    box-shadow: -1px -1px 12px rgba(116, 116, 116, 0.44);
}

.menu-button:hover {
    background-color: rgba(127, 118, 100, 1);
    -webkit-box-shadow: inset -1px -1px 12px rgba(116, 116, 116, 0.44);
    -moz-box-shadow: inset -1px -1px 12px rgba(116, 116, 116, 0.44);
    box-shadow: inset -1px -1px 12px rgba(116, 116, 116, 0.44);
}

span#vn {
    background: red;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: url(../images/lines.png) #2f2f2f;
    overflow-x: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    opacity: .1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #fff;
    display: block;
    -webkit-transition: all ..6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.overlay a:hover,
.overlay a:focus {
    color: #292929;
    background: url(../images/lines_grey.png) #F0EFE9;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    padding: 0px 20px 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.overlay .closebtn:hover {
    background: black
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.xxx {
        -ms-transform: translateY (-60px);
    -webkit-transform: translateY (-60px);
       -moz-transform: translateY (-60px);
         -o-transform: translateY (-60px);
            transform: translateY (-60px);
}
/*intro*/

.intro {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
}

.first {
    -webkit-animation-duration: 4.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: first;
    -moz-animation-duration: 4.8s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -moz-animation-name: first;
    -ms-animation-duration: 4.8s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: both;
    -ms-animation-name: first;
    animation-duration: 4.8s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-name: first;
}

@-webkit-keyframes first {
    0% {
        -webkit-transform: translate(000px, -1500px);
    }
    20% {
        -webkit-transform: translate(000px, 65px);
    }
    25%,
    65%,
    75% {
        -webkit-transform: translate(000px, 85px);
    }
    100% {
        -webkit-transform: translate(000px, -3000px);
    }
}

@-moz-keyframes first {
    0% {
        -moz-transform: translate(000px, -1500px);
    }
    20% {
        -moz-transform: translate(000px, 65px);
    }
    25%,
    65%,
    75% {
        -moz-transform: translate(000px, 85px);
    }
    100% {
        -moz-transform: translate(000px, -3000px);
    }
}

@-ms-keyframes first {
    0% {
        -ms-transform: translate(000px, -1500px);
    }
    20% {
        -ms-transform: translate(000px, 65px);
    }
    25%,
    65%,
    75% {
        -ms-transform: translate(000px, 85px);
    }
    100% {
        -ms-transform: translate(000px, -3000px);
    }
}

@keyframes first {
    0% {
        transform: translate(000px, -1500px);
    }
    20% {
        transform: translate(000px, 65px);
    }
    25%,
    65%,
    75% {
        transform: translate(000px, 85px);
    }
    100% {
        transform: translate(000px, -3000px);
    }
}

.txtcss {
    vertical-align: top;
    text-align: center;
    color: #8e7672;
    ;
    margin-left: 10px;
    height: 95px;
    overflow: hidden;
    -webkit-animation-delay: 1.3s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: txtcss;
    -moz-animation-delay: 1.3s;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -moz-animation-name: txtcss;
    -ms-animation-delay: 1.3s;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: both;
    -ms-animation-name: txtcss;
    animation-delay: 1.3s;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-name: txtcss;
}

@-webkit-keyframes txtcss {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.second {
    -webkit-animation-delay: 4s;
    -webkit-animation-duration: 5.9s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: second;
    -moz-animation-delay: 4s;
    -moz-animation-duration: 5.9s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -moz-animation-name: second;
    -ms-animation-delay: 4s;
    -ms-animation-duration: 5.9s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: both;
    -ms-animation-name: second;
    animation-delay: 4s;
    animation-duration: 5.9s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-name: second;
}

@-webkit-keyframes second {
    0% {
        -webkit-transform: translate(000px, 3500px);
    }
    20% {
        -webkit-transform: translate(000px, -165px);
    }
    25%,
    65% {
        -webkit-transform: translate(000px, -145px);
    }
    100% {
        -webkit-transform: scale(0.6);
    }
}

@-moz-keyframes second {
    0% {
        -moz-transform: translate(000px, -3500px);
    }
    20% {
        -moz-transform: translate(000px, -165px);
    }
    25%,
    65% {
        -moz-transform: translate(000px, -145px);
    }
    100% {
        -moz-transform: scale(0.6);
    }
}

@-ms-keyframes second {
    0% {
        -ms-transform: translate(000px, -3500px);
    }
    20% {
        -ms-transform: translate(000px, -165px);
    }
    25%,
    65% {
        -ms-transform: translate(000px, -145px);
    }
    100% {
        -ms-transform: scale(0.6);
    }
}

@keyframes second {
    0% {
        transform: translate(000px, -3500px);
    }
    20% {
        transform: translate(000px, -165px);
    }
    25%,
    65% {
        transform: translate(000px, -145px);
    }
    100% {
        transform: scale(0.6);
    }
}

.txthtml {
    vertical-align: top;
    text-align: center;
    color: #8e7672;
    margin-left: 10px;
    height: 95px;
    overflow: hidden;
    -webkit-animation-delay: 5.5s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: txthtml;
    -moz-animation-delay: 5.5s;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -moz-animation-name: txthtml;
    -ms-animation-delay: 5.5s;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: both;
    -ms-animation-name: txthtml;
    animation-delay: 5.5s;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-name: txthtml;
}

@-webkit-keyframes txthtml {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes txthtml {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes txthtml {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes txthtml {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.third {
    position: absolute;
    top: 75px;
    color: #8e7672;
    width: 400px;
    margin-left: 50%;
    left: -200px;
    -webkit-animation-delay: 10s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: try;
    -moz-animation-delay: 10s;
    -moz-animation-duration: 2.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -moz-animation-name: try;
    -ms-animation-delay: 10s;
    -ms-animation-duration: 2.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: both;
    -ms-animation-name: try;
    animation-delay: 10s;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-name: try;
}

@-webkit-keyframes try {
    0% {
        -webkit-transform: scale(0);
    }
    10% {
        -webkit-transform: scale(1.2);
    }
    20% {
        -webkit-transform: scale(1);
    }
    80% {
        -webkit-transform: translate(000px, 0px);
    }
    100% {
        -webkit-transform: translate(000px, -3000px);
    }
}

@-moz-keyframes try {
    0% {
        -moz-transform: scale(0);
    }
    10% {
        -moz-transform: scale(1.2);
    }
    20% {
        -moz-transform: scale(1);
    }
    80% {
        -moz-transform: translate(000px, 0px);
    }
    100% {
        -moz-transform: translate(000px, -3000px);
    }
}

@-ms-keyframes try {
    0% {
        -ms-transform: scale(0);
    }
    10% {
        -ms-transform: scale(1.2);
    }
    20% {
        -ms-transform: scale(1);
    }
    80% {
        -ms-transform: translate(000px, 0px);
    }
    100% {
        -ms-transform: translate(000px, -3000px);
    }
}

@keyframes try {
    0% {
        transform: scale(0);
    }
    10% {
        transform: scale(1.2);
    }
    20% {
        transform: scale(1);
    }
    80% {
        transform: translate(000px, 0px);
    }
    100% {
        transform: translate(000px, -3000px);
    }
}

.fourth {
    position: absolute;
    top: 75px;
    color: #8e7672;
    width: 400px;
    margin-left: 50%;
    left: -200px;
    -webkit-animation-delay: 12s;
    -webkit-animation-duration: 4.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: share;
    -moz-animation-delay: 12s;
    -moz-animation-duration: 4.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -moz-animation-name: share;
    -ms-animation-delay: 12s;
    -ms-animation-duration: 4.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: both;
    -ms-animation-name: share;
    animation-delay: 12s;
    animation-duration: 4.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-name: share;
}
.fiveth {
    position: absolute;
    top: 25px;
    color: #8e7672;
    width: 400px;
    margin-left: 50%;
    left: -200px;
    -webkit-animation-delay: 17s;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: share;
    -moz-animation-delay: 17s;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -moz-animation-name: share;
    -ms-animation-delay: 17s;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: both;
    -ms-animation-name: share;
    animation-delay: 17s;
    animation-duration: 10s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-name: share;
}
.fiveth img{
    max-width: 100%;
    height:auto
}
@-webkit-keyframes share {
    0% {
        -webkit-transform: scale(0);
    }
    10% {
        -webkit-transform: scale(1.2);
    }
    20% {
        -webkit-transform: scale(1);
    }
    80% {
        -webkit-transform: translate(000px, 0px);
    }
    100% {
        -webkit-transform: translate(000px, -3000px);
    }
}

@-moz-keyframes share {
    0% {
        -moz-transform: scale(0);
    }
    10% {
        -moz-transform: scale(1.2);
    }
    20% {
        -moz-transform: scale(1);
    }
    80% {
        -moz-transform: translate(000px, 0px);
    }
    100% {
        -moz-transform: translate(000px, -3000px);
    }
}

@-ms-keyframes share {
    0% {
        -ms-transform: scale(0);
    }
    10% {
        -ms-transform: scale(1.2);
    }
    20% {
        -ms-transform: scale(1);
    }
    80% {
        -ms-transform: translate(000px, 0px);
    }
    100% {
        -ms-transform: translate(000px, -3000px);
    }
}

@keyframes share {
    0% {
        transform: scale(0);
    }
    10% {
        transform: scale(1.2);
    }
    20% {
        transform: scale(1);
    }
    80% {
        transform: translate(000px, 0px);
    }
    100% {
        transform: translate(000px, -3000px);
    }

}
    .adsense{
        width:100%;
        max-height:100px;
        position: relative;
    }    
h3 {
    margin-bottom:20px;
  line-height: .5;
  text-align: center;
    width:100%;
    text-overflow: clip
        
}
h3 span {
  display: inline-block;
  position: relative;
    font-size: 18px;  
}
h3 span:before,
h3 span:after {
  content: "";
  position: absolute;
  height: 3px;
  border-bottom: 1px solid #7f7664;
  border-top: 1px solid #7f7664;
  top: 0;
  width: 200%;
}
h3 span:before {
  right: 100%;
  margin-right: 15px;
}
h3 span:after {
  left: 100%;
  margin-left: 15px;
}