@font-face {
font-family: "font1";
src: url(font1.ttf);
}

@font-face {
font-family: "font2";
src: url(font2.ttf);
}

body{
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size: 20px;
    color: #F4E0E5;
    cursor: default;
    padding: 0;
    margin: 0;
    margin-bottom: -4px;
    background: url(../images/bg.jpg);
    height: 100%;
}
.body2{
    position: absolute;
    min-height: 780px;
    width: 1024px;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    background: url(../images/Miliaushe.png) 20px 300px no-repeat,
                url(../images/years.png) 880px 335px no-repeat;
    left: 50%;
    margin-left: -512px;
}

.main20{
    background: url(../images/20.png) no-repeat;
    height: 451px;
    width: 690px;
    position: absolute;
    left: 200px;
    margin-top: 88px;
    text-align: center;
    margin-left: -20px;
}

.btn{
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-left: 10px;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size: 22px;
    color: #F4E0E5;
    border-radius: 25px;
    background: #EC99AC;
    box-shadow: inset 1px 1px 2px #df7e94;
    padding-left: 20px;
    padding-right: 20px;
}

#btnVk{
    margin-left: 135px;
	margin-top: 5px;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
}

#btnAnonim {
    margin-left: 28px;
	margin-top: 5px;
	font-size: 20px;
	padding: 5px 20px 5px 20px;	
}

.congrit .btn{
    font-size: 22px;
    width: 350px;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
	padding-top: 10px;
    box-shadow: 1px 1px 2px #df7e94;
}

.congrit{
    width: 350px;
    position: relative;
    top: 45px;
    margin-left: -219px;
    left: 50%;
}

#congritWindow{
    text-align: center;
    color: #7D2B02;
    height: 0px;
    width: 670px;
    position: absolute;
    left: 164px;
    top: 545px;
    padding: 10px;
    border-radius: 10px;
    opacity: 0;
    background: rgba(240, 219, 224, 0.92);
    overflow: hidden;
}

.hideContent{
    padding-top: 200px;
}

#nickName{
    width: 350px;
	height: 28px;
}

#comments, input, textarea{
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size: 16px;
    border-radius: 10px 10px 10px 10px;
    border: solid 1px #e9889f;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(245, 226, 230, 0.92);
    margin-bottom: 10px;
    color: #E992A5;
}
textarea{
    min-width: 363px;
    min-height: 150px;
    max-width: 365px;
    max-height: 150px;
    overflow-y: scroll;
    padding-right: 3px;
    color: #E992A5;
}

input{
    color: #E992A5;
}

input[type="button"]{
    color: #E992A5;
}

input[type="button"]:hover{
    cursor: pointer;
    background: #EC99AC;
    color: white;
}
#anonimComment{
    display: block;
    position: absolute;
    overflow-y: scroll;
    margin-top: 35px;
    font-size: 15px;
    height: 400px;
    text-align: left;
    width: 630px;
    left: 680px;
    padding-left: 30px;
    
    text-align: center;
}
#vkComment{
    display: block;
    position: absolute;
    left: 0px;
    height: 390px;
    width: 630px;
    overflow-y: scroll;
    margin-top: 28px;
    padding-left: 35px;
}
.btnClose, .btnCloseImg{
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
    height: 30px;
    width: 30px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
    color: #EC99AC;
}

.btnClose:hover{
    color: #5B0101;
}

#comments{
    min-height: 300px;
    width: 350px;
    display: inline-block;
    text-align: left;
    padding: 15px;
    padding-top: 8px;
    margin-top: 15px;
}
nick{
    display: block;
    word-wrap: break-word;
    color: #ec9aad;
}

comment{
    display: block;
    border-bottom: solid 2px #ec9aad;
    word-wrap: break-word;
    padding-bottom: 40px;
    font-weight: bold;
}
#viewMoreComments{
    padding:0;
    margin-left: 0;
    text-decoration: underline;
}
#errorNick, #errorComment{
    font-family: Lucida Sans Unicode,Lucida Grande,Garuda,sans-serif;
    font-size: 20px;
    color: red;
    margin-bottom: 30px;
    display: none;
}

.smallImg1, .smallImg{
    height: 88px;
    width: 132px;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.smallImg{
    opacity: 0;
}

.smallImg2 .smallImg{
    height: 88px;
    width: 66px;
    position: relative;
    float: left;
    
}
#imgMap{
    display: block;
}
.bigImg{
    width: 680px;
    left: 50%;
    margin-left: -340px;
    top: 50px;
    bottom: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    display: none;
    z-index: 400;
    
}

#hideContent{
    z-index: 300;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
#shareLink{
    background: url(../images/shareLink1.png);
    height: 50px;
    width: 550px;
    overflow: hidden;
    padding-top: 43px;
	margin-left: -90px;
    padding-left: 0px;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    color: #f5d5dd;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}
#likes{
    display: block;
    position: absolute;
    top: 37px;
    left: 200px;
    width: 358px;
}
#vk_like{
    float: left;
    position: relative;
    top: 8px;
    left: 30px;
    margin-right: -10px;
}

#fb-root{
    position: relative;
}

.fb-like, #vk_like, #fb-root{
    margin: 0px;
    padding: 0;
    display: inline-block;
}

.fb-like {
    top: 6px;
	left: 25px;
}

.bigImg .btnCloseImg{
    position: fixed;
    height: 32px;
    width: 35px;
    top: 14px;
    right: 24px;
    background-image: url(../images/close.png);
}

#viewMoreComments{
    background: none;
    font-size: 15px;
    color: #7D2B02;
    box-shadow: none;
    margin-top: 10px;
    font-weight: bold;
}

.btn[active='false']{
    background: none;
    box-shadow: none;
    color: #EC99AC;
}

.btn[active='active2']{
    border-radius: 0 0 10px 10px;
	height: 40px;
	margin-top: -8px;
    background: rgba(240, 219, 224, 0.92);
    box-shadow: none;
    color: #EC99AC;
}

.btn:hover{
    text-shadow: none;
	color: #ffffff;
}

#congrituling{
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    color: #f5d5dd;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    right: 2px;
    bottom: 20px;
}
#wraperComm{
    text-align: left;
    position: relative;
    left: 0px;
    padding: 0;
}
.IE{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    color: #06FF01;
    font-size: 40px;
    text-align: center;
    padding-top: 50px;
    z-index: 1900;
}

u{
    text-decoration: none;
    border-bottom: solid 1px #F4E0E5;
    margin: 0;
    padding-bottom: 1px;
}

.btn u{
    text-decoration: none;
    border-bottom: none;
}

.btn[active='false'] u{
    border-bottom: solid 1px #EC99AC;
}

.congrit .btn u{
    border-bottom: solid 2px #F4E0E5;
}

.congrit .btn[active='active2'] u{
    border-bottom: none;
}

#btnAnonim:hover, #btnVk:hover{
    color: #db7092;
}

#withlove{
	text-decoration: none;
    border-bottom: solid 1px #F4E0E5;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    color: #f5d5dd;
    font-size: 18px;
}

#withlove:hover{
    border-bottom: solid 1px #F4E0E5;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    color: #ffffff;
    font-size: 18px;
}

.users{
	visibility: hidden;
}