body {
    font-family: 'Roboto', sans-serif;
}

.logo {
    position: absolute;
    height: 60px;
    width: 100%;
    top: 0;
    background: #4a6d97;
    margin: 0 auto;
    z-index: 2;
}

.logo img {
    margin-left: 10px;
    width: 60px;
}

.menu-selected {
    background:#2b405b;
}

.menu {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    background: #5177a4;
    margin: 0 auto;
    z-index: 1;
}

.menu  .profile-photo {
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #345f93;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
}



.menu ul {
    margin-top: 120px;
}

.menu ul li {
    margin-top: 10px;
    width: 100%;
}

.menu ul li i {
    margin-left: 0;
    font-size: 26px;
    color: #9ec7f7;
    cursor: pointer;
}

.menu ul li .new {
    position: absolute;
    margin-top: 5px;
    left: 65%;
    z-index: 100;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #ff5f35;
}


.real {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


.hidden {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.wall-title {
	position:relative;
    top: 0px;
    margin-top: 0px;
    margin-left: 30px;
	width: 100%;
    height: 10%;
	overflow-y: auto;
	overflow-x: hidden; 
}
.wall-title h1{
    font-size: 20px;
    font-weight: 300;
    color: #444;
    line-height: 0%;
}

.profile-content {
	position:relative;
    top: 0px;
	width: 100%;
    height: 42%;
	overflow-y: auto;
	overflow-x: hidden;  
    line-height: 100%;
    border-bottom: 1px solid #f8f8f8;
}

.profile-content-photos {
	position:relative;
    top: 0px;
	width: 100%;
    height: 90%;
	overflow-y: auto;
	overflow-x: hidden;  
    line-height: 100%;
    border-bottom: 1px solid #f8f8f8;
}

.profile-content-photos .photos{
	position:relative;
    top: 0px;
	width: 100%;
	height:100%;
    padding: 5px;
    padding-left: 10px;
    padding-top: 20px;
    
}

.profile-content-photos .photos .photo{
    position: relative;
    display: inline-block;  
    width: 32%;
    height: 32%;
    margin-right: 3px;
    margin-top: -8px;
    background-image: url('../images/kim2.jpeg');
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
    
}

.profile-content-photos .photos .photo img{
    display: none;
    
}

.profile-content-photos .photos .photo .data{
    position: absolute;
    bottom: 0;
    left:0;
    padding-left:10px;
    height: 100%;
    width: 100%;
    border-radius: 10px;    
    z-index: 100;
    color: #fff;
    font-size: 12px;
    display: none;
    background: rgba(0,0,0,.1);
}

.profile-content-photos .photos .photo .data a{
    position: relative;
    top: 88%;
    float: right;
    color: #fff;    
    margin-right: 5px;
}

.profile-content-photos .photos .photo .data i{
    font-size: 16px;
    margin-left: 3px;
    margin-right: 10px;
}




.user-spot {
	position:relative;
	top:0px;
	width: 100%;   
	overflow-y: hidden;
    overflow-x: hidden;
	background:#232937;  
}

#user-spot {
	position:relative;
	width: 100%; 
	height:75%;
	overflow-x: hidden; 
    overflow-y: hidden;
	background:#232937;

}

#user-spot .profile-photo {
    position: relative;
    width: 100%;
    height: 20%;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
    opacity:0.6;    
}

#user-spot .profile-photo i{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color:#17d425;    
}

#user-spot .profile-photo:hover {
    opacity:1;    
}

.user-spot .profile-photo {
    position: relative;
    width: 100%;
    height: 15%;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
}
.user-spot .profile-photo:hover{
}
.user-spot .add-yourself {
    position: relative;
    top: 0;
    width: 100%;
    height: 15%;
    background: rgba(0,0,0,.7);
    cursor: pointer;
    overflow: visible;
    z-index: 100;
}

.user-spot .load-more {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 10%;
    line-height: 500%;
    z-index: 100;
	background:#232937;
}

.user-spot .load-more i{
    margin-left: 23%;
    color:#90caf9;
    font-size: 64px;
    cursor: pointer;
}

.user-spot .add-yourself i{ 
    margin: 0 auto;
    margin-left: 23%;    
    color:#90caf9;
    font-size: 64px;
}

.follow-suggest {
	position:relative;
    top: 0px;
	width: 100%; 
	height:80px;    
    line-height: 100%;
    border-bottom: 1px solid #f8f8f8;
    border-top: 1px solid #f8f8f8;    
}

.follow-suggest .profile-photo {
    margin-top: 10px;
    height: 70%;
    width: 24%;
	max-width:60px;
    border-radius: 10px;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;      
}

.follow-suggest h2 {
    position: absolute;
    top: -30px;
    left: 65px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.follow-suggest span {
    position: absolute;
    top: 35px;
    left: 65px;
    color: #93aab1;
    font-size: 12px;
    font-weight: 300;
}

.follow-suggest a {
    position: absolute;
    top: 20px;
    left: 195px;
    color: #ff5f35;
    font-size: 12px;
    font-weight: 300;
}

.profile-content h1 {
    margin-top: 10px;
    font-weight: 300;
    font-size: 24px;
    color: #888;
}


.profile-content .bubble{
    display: inline-block;
    margin-right: 50px;
    margin-left: 50px;
    width: 80px;
    height: 80px;
    background: #edf6ff;
    border-radius: 50px;
}

.profile-content .bubble i{
    position: relative;
    top: 30px;
    font-size: 35px;
    color: #5177a4;
}
.profile-content .bubble h3 {
    position: relative;
    top: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.profile-content .bubble #city{
    position: relative;
    width: 300%;
    left: -80px;
    top: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.profile-content .bubble span{
    position: relative;
    top: 5px;
    font-size: 12px;
    font-weight: 300;
    color: #888;
}


.post-btn-right{
    position: absolute;
    top: 12px;
    right: 2%;
    width: 20%;
    height: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 190%;
    opacity: .7;    
    background: #6a9fdd;
    border-radius: 20px;
    z-index: 100;
}

.post-btn-right:hover{
    opacity: 1;
    background: #598bcb;    
}

.post-btn-right-close{
    position: absolute;
    top: 12px;
    right: 2%;
    width: 5%;
    height: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 190%;
    opacity: .7;    
    background: #db4040;
    border-radius: 20px;
    z-index: 100;
    display: none;
}

.post-btn-right-close:hover{
    opacity: 1;
    background: #d51a1a;    
}

.rotate {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}

[data-tooltip] {
    z-index: 2;
}


[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}


[data-tooltip]:before {
	position: absolute;
	bottom: 105%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -50px;
	padding: 7px;
	width: 100px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}


[data-tooltip]:after {
	position: absolute;
	bottom: 105%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}


[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.chat {
	position:relative;
    top: 0px;
	width: 99%;
    margin-left: 1%;
    padding-left: 4%;
    padding-top: 2%;   
	height:68%;
    background: #fff;
	overflow-y: auto;
	overflow-x: hidden;  
    border-bottom: 1px solid #f2f2f2;

}



.chat .post .left{
    position: relative;
    width: 80%;
    padding-bottom: 5px;
    padding-top: 5px;

}

.chat .post .left .photos1{
    margin-left: 16%;
    width: 55%;
    height: 55%;
    padding-bottom: 5px;
    background: #fff;
    border-radius: 15px;    
}
.chat .post .left .photos1 .post-photo1{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;  
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;  
    cursor: pointer;
}



.chat .post .left h1{
    position: absolute;
    top: -19px;
    margin: 0;
    padding: 0;
    left: 17%;
    font-size: 16px;
    font-weight: 500;
    color: #6799d0;
}



.chat .post .left .you{
    position: relative;
    display: block;
    margin-top: 25px;
    left: 16%;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding-bottom: 3px;
    background: #f0f0f0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px; 
}

.chat .post .left .access{
    position: relative;
    display: inline-block;
    left: 5%;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding-bottom: 3px;
    background: #fff;
    border: 1px solid #4accff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px; 
}

.chat .post .left .access i{
    color:#4accff;
}


.chat .post .left .me{
    position: relative;
    display: block;
    width: 90%;
    margin-top: 25px;
    left: 16%;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding-bottom: 3px;
    background: #e5f7fd;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px; 
}


.chat .post .left .profile-photo{
    position: absolute;
    top: 3%;
    
    left: 2%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;     
}


.your-photos {
	position:absolute;
    top: 10%;
    left: 20%;
    right: 20%;
    bottom: 10%;
	width: 60%;
    height: 80%;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    z-index: 110;    
}

.your-photos .title {
	position:absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 10%;
    background: #f6f7f8;  
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.your-photos .title h3{
    position: relative;
    top: -30%;
    left: 2%;
    font-size: 18px;
    font-weight: 500;
}

.your-photos .title i{
    position: absolute;
    top: 10%;
    right: 2%;
    float: right;
    font-size: 28px;
    font-weight: 500;
    cursor: pointer;
    opacity: .6;
}

.your-photos .title i:hover{
    opacity: 1;
}

.your-photos .footer {
	position:absolute;
    display: inline-block;    
    bottom: 0;
    left: 0;
	width: 100%;
    height: 10%;
    background: #f6f7f8;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media only screen and (max-width : 600px) {
	.your-photos{
		top: 2%;
		left: 2%;
		right: 2%;
		bottom: 2%;
		width: 96%;
		height: 96%;
	}
}

.your-photos .footer h3{
    position: relative;
    display: inline-block;
    top: 0;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;    
    font-size: 20px;
    font-weight: 500;
}

.your-photos .footer h3 i{
    position: absolute;
    margin-left: -25%;
    font-size: 28px;
}
.your-photos  .photos{
	position:relative;
    top: 12%;
	width: 100%;
	height:72%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
    padding-left: 10px;
    padding-top: 20px;
    
}

.your-photos  .photos .photo{
    position: relative;
    display: inline-block;  
    width: 15%;
    height: 32%;
    margin-right: 3px;
    margin-top: -8px;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;

    
}

.your-photos  .photos .selected{
	border: 2px solid #009ae0;
}

.your-photos  .photos .photo img{
    display: none;
    
}

.your-photos  .photos .photo .data{
    position: absolute;
    bottom: 0;
    left:0;
    padding-left:10px;
    height: 100%;
    width: 100%;
    border-radius: 10px;    
    z-index: 100;
    color: #fff;
    font-size: 12px;
    display: none;
    background: rgba(0,0,0,.4);
}

.your-photos .photos .photo .data a{
    position: relative;
    top: 77%;
    float: right;
    color: #fff;    
    margin-right: 5px;
}

.your-photos .photos .photo .data i{
    font-size: 16px;
    margin-left: 3px;
    margin-right: 10px;
}

.overlay {
	position:absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    z-index: 109;
    background: rgba(0,0,0,0.6);
}


.discover-menu {
	position:relative;
    top: 3.5%;
    left: 0%;
	width: 50%;
    height: 10%;
    margin: 0 auto;
    z-index: 100;    
}

.discover-back{
	position:absolute;
    top: 0;
    left: 7%;
    right: 5%;
	width: 78%;
    height: 65%;
    margin: 0 auto;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75))); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); 
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); 
	background: linear-gradient(to top,  rgba(0,0,0,0) 70%,rgba(0,0,0,1) 99%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 
   z-index: 99;
}



.discover-menu h3{
    color: #edf6ff;
    padding: 0;
    padding-left: 6%;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}


.discover-menu h3 b{
    color: #fff;
    padding: 0;
    padding-left: 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}


.discover-menu span{
    position: absolute;
    color: #edf6ff;
    padding: 0;
    padding-left: 12%;
    margin: 0;
    margin-top: -10px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
}

.discover-menu .like{
    position: absolute;
    top: 0;
    right: -10%;
    background: #3fc000;
    padding: 20px;
    width: 20%;
    height: 100%;
    border-radius: 50px;
    z-index: 3;
    cursor: pointer;
    opacity: .9;
}

.discover-menu .like:hover{
    opacity: 1;
}

.discover-menu .like span{
    position: absolute;
    top: -2px;
    right: -2px;
    background: #333;
    color: #fff;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50px;
    z-index: 3;
    border: 4px solid #edf6ff; 
}

.discover-menu .like i{
    position: absolute;
    top: 20%;
    right: 20%;
    color: #fff;
    font-size: 24px;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 500;
    border-radius: 50px;
    z-index: 3;
}


.discover-menu .unlike{
    position: absolute;
    top: 0;
    right: 14%;
    background: #da4344;
    padding: 20px;
    width: 20%;
    height: 100%;
    border-radius: 50px;
    z-index: 3;
    cursor: pointer;
    opacity: .9;       
}

.discover-menu .unlike:hover{
    opacity: 1;    
}

.discover-menu .unlike i{
    position: absolute;
    top: 20%;
    right: 25%;
    color: #fff;
    font-size: 24px;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 500;
    border-radius: 50px;
    z-index: 3;
}

.discover-menu .profile-photo{
    position: absolute;
    top: 0;
    left: -12%;
    background: #fff;
    padding: 20px;
    width: 20%;
    height: 100%;
    border-radius: 50px;
    border:2px solid #edf6ff;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;         
    z-index: 3;
}



.discover {
	position:absolute;
    top: 0;
    left: 7%;
    right: 5%;
	width: 78%;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;    
    background: #f7f7f7;  
   
}

.discover .profile-photo{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 20px;
    width: 100%;
    height: 100%;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;         
    z-index: 3;
}



.wall {
	position:relative;
    top: 0px;
	width: 99%;
    margin-left: 1%;
    padding-left: 4%;
    padding-top: 2%;   
	height:93%;
    background: #fff;
	overflow-y: auto;
	overflow-x: hidden;  
    border-bottom: 1px solid #f2f2f2;

}

.wall .search{
    position: relative;
    display: inline-block;
    width: 30%;
    height: 300px;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #dedede;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f7f8fa;
}

.wall .search .photos-count{
    position: absolute;
    top: 2%;
    right: 2%;
    width: 25%;
    height: 10%;
    border-radius: 25px;
    background: rgba(0,0,0,.45);   
    z-index: 100;
}

.wall .search .photos-count i{
    position: absolute;
    margin-left: 20%;
    margin-top: 10%;    
    color:#fff;
}

.wall .search .photos-count span{
    position: absolute;
    margin-left: 55%;
    margin-top: 12%; 
    font-weight: 600;
    font-size: 12px;
    color:#fff;
}


.wall .search .profile-photo{
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    border-top-left-radius: 5px;  
    border-top-right-radius: 5px;
    border-bottom: 1px solid #dedede;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;     
}
.wall .search .name{
    position: absolute;
    top: 70%;
    width: 100%;
    height: 15%;
    background: #fff; 
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;     
}


.wall .search .name h1{
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-top: 15px;
    line-height: 0;
    color: #333;
}

.wall .search .name h1 i{
    display: inline-block;
    margin-right: 1px;
}

.online {
    font-size: 10px;
    color:#17d425;    
    
}

.wall .search .name .loc{
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    top:77%;
    left: 4%;
    width: 100%;
    height: 20%;
    line-height: 0;
    color: #666;
}

.wall .search .name .loc span{
    margin-left: 8%;
}

.wall .search .name .loc i{
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
}


.wall .search .name h1 b{
    font-weight: 500;
    color: #333;
}

.wall .search .name h1 a{
    color: #333;
}

.wall .search .footer{
    position: absolute;
    top: 88%;
    width: 94%;
    margin-right: 10px;
    margin-left: 10px;
    height: 12%;
}

.wall .search .footer .profile-photo{
    position: relative;
    display: inline-block;
    margin-top: 0px;
    width: 19%;
    height: 90%;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;      
    border-radius: 50px;
    margin-right: -2px;
    cursor: pointer;
    opacity: .65;    
}

.wall .search .footer .profile-photo:hover{
    opacity: 1;    
}

.wall .search .footer .like{
    position: relative;
    float: right;
    display: inline-block;
    margin-top: 0px;
    width: 19%;
    height: 90%;
    border-radius: 50px;
    margin-right: 2px;
    cursor: pointer;
    background: #90caf9;
    color: #fff;
}
.wall .search .footer .like i{
    position: absolute;
    padding: 0;
    margin-left: 20%;
    font-size: 140%;
    opacity: 1;
}

.wall .search .footer .like:hover{   
    background: #37a5ff;    
}

.wall .search .footer .premium{
    position: relative;
    float: right;
    display: inline-block;
    margin-top: 0px;
    width: 19%;
    height: 90%;
    border-radius: 50px;
    margin-right: 2px;
    cursor: pointer;
    background: #a852eb;
    color: #fff;
}
.wall .search .footer .premium i{
    position: absolute;
    padding: 0;
    margin-left: 20%;
    font-size: 140%;
    opacity: 1;
}

.wall .search .footer .premium:hover{   
    background: #9626ed;    
}

.wall .search .footer .verified{
    position: relative;
    float: right;
    display: inline-block;
    margin-top: 0px;
    width: 19%;
    height: 90%;
    border-radius: 50px;
    margin-right: 2px;
    cursor: pointer;
    background: #5ec735;
    color: #fff;
}
.wall .search .footer .verified i{
    position: absolute;
    padding: 0;
    margin-left: 20%;
    font-size: 140%;
    opacity: 1;
}

.wall .search .footer .verified:hover{   
    background: #3cca20;    
}

.wall .search .footer .popular{
    position: relative;
    float: right;
    display: inline-block;
    margin-top: 0px;
    width: 19%;
    height: 90%;
    border-radius: 50px;
    margin-right: 2px;
    cursor: pointer;
    background: #f66836;
    color: #fff;
}
.wall .search .footer .popular i{
    position: absolute;
    padding: 0;
    margin-left: 20%;
    font-size: 140%;
    opacity: 1;
}

.wall .search .footer .popular:hover{   
    background: #ff4200;    
}



.wall .post{
    position: relative;
    width: 99%;
    height: 500px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;   
}
@media only screen and (min-width: 1620px) {
    .wall .post{
        height: 650px;
    }
    .wall .search{
        height: 350px;
    }    
}

.wall .post .left{
    position: absolute;
    width: 80%;
    height: 100%;  
}

.wall .post .left .photos1{
    margin-left: 15%;
    width: 75%;
    height: 75%;  
}
.wall .post .left .photos1 .post-photo1{
    position: relative;
    width: 100%;
    height: 100%;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;  
    cursor: pointer;
}

.wall .post .left .photos2{
    position: relative;
    margin-left: 15%;
    width: 100%;
    height: 75%;  
}
.wall .post .left .photos2 .post-photo1{
    position: absolute; 
    width: 50%;
    height: 100%;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
}

.wall .post .left .photos2 .post-photo2{
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;  
    cursor: pointer;
}

.wall .post .left .photos3{
    position: relative;
    margin-left: 15%;
    width: 100%;
    height: 75%;  
}
.wall .post .left .photos3 .post-photo1{
    position: absolute; 
    width: 60%;
    height: 100%;   
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;   
    cursor: pointer;
}

.wall .post .left .photos3 .post-photo2{
    position: absolute;
    top: 0;
    margin-left: 60%;
    width: 40%;
    height: 50%;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
}

.wall .post .left .photos3 .post-photo3{
    position: absolute;
    margin-left: 60%;
    bottom: 0;
    width: 40%;
    height: 50%;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;    
    cursor: pointer;
}


.wall .post .left h1{
    position: absolute;
    top: -20px;
    margin: 0;
    padding: 0;
    left: 16%;
    font-size: 16px;
    font-weight: 500;
    color: #6799d0;
}

.wall .post .left h1 i{ 
    font-size: 8px;
    color:#17d425;
}

.wall .post .left p{
    position: relative;
    width: 90%;
    margin-top: 25px;
    min-height: 20px;
    max-height: 60px;
    overflow: hidden;
    left: 16%;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}


.wall .post .left .profile-photo{
    position: absolute;
    top: 0;
    
    left: 2%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;     
}

.wall .post .right{
    position: absolute;
    padding-left: 20%;
    width: 40%;
    right: 0;
    height: auto;
}

.wall-chat {
	position:relative;
    top: 0px;
	width: 100%; 
    margin-left: 1%;
    padding-left: 4%;
    padding-top: 2%;
	height:85px;
    background: #fefefe;
	overflow-y: hidden;
	overflow-x: hidden;  
    border-bottom: 1px solid #f2f2f2;


}

.wall-chat .profile-photo{
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;  
}

.wall-chat .update-form{
    position: absolute;
    top: 10%;
    left: 14%;
    width: 80%;
    height: 50px;  
}

.wall-chat .update-form-btn{
    position: relative;
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
}

.wall-chat .update-form-btn .post-btn{
    position: absolute;
    top: 0px;
    right: 5%;
    width: 15%;
    height: 60%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 190%;
    opacity: .7;    
    background: #739cca;
    border-radius: 20px;
}

.wall-chat .update-form-btn .post-btn:hover{
    opacity: 1;
    background: #598bcb;    
}

.wall-chat .update-form-btn .post-btns{
    position: absolute;
    top: -3px;
    right: 24%;
    width: 50%;
    height: 100%;
}

.wall-chat .update-form-btn .post-btns i{
    position: relative;
    font-size: 22px;
    float: right;
    margin-left: 10px;
    cursor: pointer;  
    color: #739cca;
    opacity: .7;
}

.wall-chat .update-form-btn .post-btns .off{  
    color: #ccc;
    opacity: .7;
}


.wall-chat .update-form-btn .post-btns i:hover{
    opacity: 1;
}

.wall-chat .update-form input{
    position: relative;
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    outline: none;
}

.wall-chat .update-form input:focus{
    outline: none;
    border: none;
}




.wall-post {
	position:relative;
    top: 0px;
	width: 100%; 
    margin-left: 1%;
    padding-left: 4%;
    padding-top: 2%;
	height:85px;
    background: #fefefe;
	overflow-y: hidden;
	overflow-x: hidden;  
    border-bottom: 1px solid #f2f2f2;
    display: none;

}

.wall-post .profile-photo{
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;  
}

.wall-post .update-form{
    position: absolute;
    top: 10%;
    left: 14%;
    width: 80%;
    height: 50px;  
}

.wall-post .update-form-btn{
    position: relative;
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
}

.wall-post .update-form-btn .post-btn{
    position: absolute;
    top: 0px;
    right: 5%;
    width: 15%;
    height: 60%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 190%;
    opacity: .7;    
    background: #739cca;
    border-radius: 20px;
}

.wall-post .update-form-btn .post-btn:hover{
    opacity: 1;
    background: #598bcb;    
}

.wall-post .update-form-btn .post-btns{
    position: absolute;
    top: -3px;
    right: 24%;
    width: 50%;
    height: 100%;
}

.wall-post .update-form-btn .post-btns i{
    position: relative;
    font-size: 22px;
    float: right;
    margin-left: 10px;
    cursor: pointer;  
    color: #739cca;
    opacity: .7;
}

.wall-post .update-form-btn .post-btns .off{  
    color: #ccc;
    opacity: .7;
}


.wall-post .update-form-btn .post-btns i:hover{
    opacity: 1;
}

.wall-post .update-form input{
    position: relative;
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    outline: none;
}

.wall-post .update-form input:focus{
    outline: none;
    border: none;
}




.search-post {
	position:relative;
    top: 0px;
	width: 100%; 
    margin-left: 1%;
    padding-left: 4%;
    padding-top: 2%;
	height:85px;
    background: #fefefe;
	overflow-y: hidden;
	overflow-x: hidden;  
    border-bottom: 1px solid #f2f2f2;
    display: none;

}

.search-post .profile-photo{
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;  
}

.search-post .update-form{
    position: absolute;
    top: 2%;
    left: 14%;
    width: 90%;
    height: 50px;  
}

.search-post .update-form select{
    position: relative;
    display: inline-block;
    top: 10px;
    width: 12%;
    border: none;
    background: none;
    font-weight: 600;
    color: #679fd5;
    cursor: pointer;
}

.search-post .update-form select:focus{
    outline: none;
}

.search-post .update-form span{
    position: relative;
    top: 20%;
    left: 0;
    width: 20%;
    height: 50px;  
}

.search-post .update-form-btn{
    position: relative;
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
}

.search-post .update-form-btn .post-btn{
    position: absolute;
    top: 0px;
    right: 5%;
    width: 15%;
    height: 60%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 190%;
    opacity: .7;    
    background: #739cca;
    border-radius: 20px;
}

.search-post .update-form-btn .post-btn:hover{
    opacity: 1;
    background: #598bcb;    
}

.search-post .update-form-btn .post-btns{
    position: absolute;
    top: -3px;
    right: 24%;
    width: 50%;
    height: 100%;
}

.search-post .update-form-btn .post-btns i{
    position: relative;
    font-size: 22px;
    float: right;
    margin-left: 10px;
    cursor: pointer;  
    color: #739cca;
    opacity: .7;
}

.search-post .update-form-btn .post-btns .off{  
    color: #ccc;
    opacity: .7;
}


.search-post .update-form-btn .post-btns i:hover{
    opacity: 1;
}

.search-post .update-form input{
    position: relative;
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    outline: none;
}

.search-post .update-form input:focus{
    outline: none;
    border: none;
}

.profile-menu {
	position:relative;
    top: 0px;
    margin-left: 10px;
	width: 100%; 
	height:7%;  
	overflow-y: hidden;
	overflow-x: hidden;  
    line-height: 100%;
    border-bottom: 1px solid #f8f8f8;
}

.profile-menu ul{
    color:#6a9fdd;
    font-size: 16px;
    font-weight: 400;
}
.profile-menu ul li {
    position: relative;
    height: 100%;  
    padding-top:14px;
    padding-bottom: 10px;
    padding-right: 12px;
    padding-left: 12px;
    margin-left: 15px;
    margin-right: 15px; 
    display: inline;
    list-style-type: none; 
    cursor: pointer;
}
.profile-menu ul .selected{
    color:#555;
    border-bottom: 3px solid #5177a4;
}

.profile-menu ul li:hover {
    background: #6a9fdd;
    color:#fff;
}

.profile-photos {
	position:relative;
	top:0px;
	width: 100%; 
	height:45%;  
	overflow-y: hidden;
	overflow-x: hidden;  
	white-space: nowrap;
	margin:0;
	padding:0;  
	background:#232937;
}

.profile-photos-discover {
	position:relative;
	top:0px;
	width: 100%; 
	height:15%;  
	overflow-y: hidden;
	overflow-x: hidden;  
	white-space: nowrap;
	margin:0;
	padding:0;  
	background:#232937;
    border-bottom: 2px solid #ededed;
}


.profile-photos-chat {
	position:relative;
	top:0px;
	width: 100%; 
	height:20%;  
	overflow-y: hidden;
	overflow-x: hidden;  
	white-space: nowrap;
	margin:0;
	padding:0;  
	background:#232937;
    border-bottom: 2px solid #ededed;
}

.profile-photos-chat img {
    height: 100%;
    padding: 0;
    margin: 0;
    margin-right: -5px;
}

.profile-photos-chat .photos-count{
    position: absolute;
    top: 6%;
    right: 2%;
    width:8%;
    height: 24%;
    border-radius: 25px;
    background: rgba(0,0,0,.45);   
    z-index: 100;
}

.profile-photos-chat .photos-count i{
    position: absolute;
    margin-left: 20%;
    margin-top: 10%;    
    color:#fff;
}

.profile-photos-chat .photos-count span{
    position: absolute;
    margin-left: 55%;
    margin-top: 12%; 
    font-weight: 600;
    font-size: 12px;
    color:#fff;
}

.profile-photos-chat .profile-photo {
    position: relative;
    display: inline-block;
    margin-left: -5px;
    top: 0;
    width: 20%;
    height: 100%;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;  
}

.profile-photos .overlay{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 200px;
    z-index: 100;
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 70%,rgba(0,0,0,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */    
    
}

.profile-photos img {
    height: 100%;
    padding: 0;
    margin: 0;
    margin-right: -5px;
}


.profile-top-left {
    position: absolute;
    height: 45%;
    width: 100%; 
}

.profile-top-left .user-name{
    position: absolute;
    top: 0;
    width: 100%;
    height: 300px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to top,  rgba(0,0,0,0) 70%,rgba(0,0,0,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    z-index: 5;   
}

.profile-top-left .user-controls{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px;
    padding-top: 160px;    
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 70%,rgba(0,0,0,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    z-index: 5;   
}
.profile-top-left .user-controls .videocall{
    position: relative;
    margin: 0 auto;
    top: 130px;
    left: 30px;    
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.5);
    border-radius: 50px;
    cursor: pointer;
}

.profile-top-left .user-controls .videocall i{
    position: relative;
    top: 4px;
    left: 10px;
    font-size: 30px;
    color: rgba(255,255,255,.9);
}

.profile-top-left .user-controls .videocall span{
    position: relative;
    top: 4px;
    left: 3px;
    font-size: 10px;
    color: rgba(255,255,255,.7);
}

.profile-top-left .user-controls .gift{
    position: relative;
    margin: 0 auto;    
    top: 180px;
    left: -35px;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.5);
    border-radius: 50px;
    cursor: pointer;
    overflow: visible;
    
}

.profile-top-left .user-controls .gift i{
    position: relative;
    top: 5px;
    left: 10px;
    font-size: 30px;
    color: rgba(255,255,255,.9);
}
.profile-top-left .user-controls .gift span{
    position: relative;
    top: 4px;
    left: 3px;
    font-size: 10px;
    color: rgba(255,255,255,.7);
}
.profile-top-left .user-controls h3{
    position: relative;
    bottom: 0;
    width: 100%;
    float: left;
    padding-left: 20px;
    font-weight: 100;
    font-size: 12px;
    color: #fff;
    line-height: 20%;
    margin-top: 0;
    opacity: .75;
    cursor: pointer;
}

.profile-top-left .user-controls h3:hover{
    opacity: 1;
}

.profile-top-left .user-name h1{
    width: 82%;
    float: left;
    padding-left: 20px;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    line-height: 90%;
    padding-top: -20px;
    margin-top: 14px;
    overflow: hidden;
}

.profile-top-left .user-name h1 img{
    position: relative;
    top: 4px;
    width: 20px;
    cursor: pointer;
}
.profile-top-left .user-name h1 i{
    position: relative;
    top: 0px;
    font-size: 12px;
    line-height: 100%;
    cursor: pointer;
}

.profile-top-left .profile-photo {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;  
}

.profile-bottom-left {
    position: absolute;
    height: 55%;
    width: 100%;
    top: 45%;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #edf6ff;
}

.profile-bottom-left select{
    background: #e1edfb;
    font-size: 14px;
    font-weight: 500;   
    padding-left: 25px;
    cursor: pointer;
}

.profile-bottom-left select:focus{
    outline: none;
}


.profile-bottom-left p{
    font-size: 14px;
    font-weight: 400;
    color: #888;
    padding-left: 10px;
    padding-right: 10px;
}

.profile-bottom-left .title{
    position: relative;
    top: 0;
    width: 100%;
    height: 45px;
    background: #e1edfb;
}

.profile-bottom-left .title h1{
    position: absolute;
    top: -30px;
    padding: 20px;
    padding-left: 25px;
    margin: 0 auto;
    font-size: 18px;
    color: #666;
    
}



.sidebar-friends {
  position:relative;
  height:55px;
  border: 0px solid #EEE;
  padding: 10px;
  vertical-align: top;
  width: 100%;
}

.friend-list {
	position:absolute;
	left:0;
	cursor: pointer;
	height: 100%;
	width: 100%;
	padding: 8px 22px;
	margin-bottom:10px;
}
.friend-list:hover {
	background:#c7edfc;
}
.friend-selected {
	background:#c7edfc;
}

.friend-list .profile-photo {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
}
.friend-list h3 {
  font-weight: bold;
  font-size:14px;
  color:#666;
  margin-left: 60px;
  position: absolute;
  top:-20px;
  left: 10px;
  width:100%;
}
.friend-list h4 {
  font-weight: bold;
  font-size:10px;
  color:#666;
  margin-left: 60px;
  position: absolute;
  top:0px;
  left: 10px;
  width:100%;
}
.friend-list p {
  font-weight: 400;
  font-size:10px;
  color:#999;
  margin-left: 60px;
  position: absolute;
  top:3px;
  left: 0px;
  width:100%;
}
.friend-list span {
  border: 3px solid #FFF;
  border-radius: 50px;
  height: 0px;
  padding: 5px;
  position: absolute;
  left: 13px;
  top: 45%;
  width: 0px;
}
.friend-list .notification {
  position: absolute;	
  border-radius: 50px;
  height: 10px;
  width:10px;
  background-color:#ff8c00;
  right: 23px;
  top: 40%;
}
.friend-list .invideocall {
  position: absolute;
  right: 8px;
  top: 32%;  
  width:30px;
  height:20px;
  background:none;

}
.friend-list .invideocall i {
	color:#3ab0ff;
	font-size:16;
}
.friend-list span.y {background: #13D213;}
.friend-list span.a {background: #FFA051;}
.friend-list span.n {background: #D0D0D0;}



.facebook-button {
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  background-image: -webkit-linear-gradient(#3b5998, #314b83);
  background-image: linear-gradient(#3b5998, #314b83);
  background-image: -moz-linear-gradient(#3b5998, #314b83);  
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #283e6b;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.2);
  text-shadow: 0px 1px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.3s;
}
.facebook-button:hover {
  background-image: -webkit-linear-gradient(#4466ac, #34518e);
  background-image: linear-gradient(#4466ac, #34518e);
  background-image: -moz-linear-gradient(#4466ac, #34518e);  
}
.facebook-button:active {
  box-shadow: inset 0px 5px 15px rgba(0, 0, 0, 0.3), 0px 1px rgba(255, 255, 255, 0.2);
}

@media all and (max-width: 600px) {
	
	.hide-mobile{
		display:none;
	}
		
	
}
.payment {
    position: fixed;
    background: #096DC9;
    top: 10%;
    left: 20%;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1);
    margin: 0 auto 50px;
    max-width: 700px;
    min-width: 240px;
    width: 90%;
    z-index:120;
}

.payment input, .payment select {
    border: 1px solid #DDD;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    height: 40px;
    margin: 0 10px 0 5px;
    padding: 0 5px;
    width: 80px;
	cursor: pointer;
}
.payment select {
    padding: 5px;
    -webkit-appearance: none;
	cursor: pointer;
}
.payment select:focus {
    border: 2px solid #09c66e;
    outline: none;
}
.payment .amount {
    background: #096DC9;
    height: 100%;
    border-radius: 4px 4px 0 0;
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    margin-left: 17px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.payment .options {
  background: #FAFAFA;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  padding: 20px;
}
.payment .options label {
  color: #333;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.payment .options label.subscribe {
  padding-top: 10px;
  cursor: pointer;    
}

.payment .options label.subscribe input, .payment .options label.subscribe p {
  float: left;
}
.payment .options label.subscribe input {
  margin: 6px 8px;
}
.donationCard .options label.subscribe p {
  font-size: 11px;
  max-width: 80%;
}
.payment .options fieldset.sm {
  float: left;
  width: 48%;
  cursor: pointer;
}


.payment .options fieldset.sm img{
  width: 100%;
  cursor: pointer;    
}
.payment .options fieldset.sm:nth-of-type(odd) {
  margin-right: 2%;
}
.payment .options .ccard {
  border-top: 1px dashed #CCC;
  margin-top: 20px;
  padding-top: 20px;
}
.payment .options input, .payment .options select {
  display: block;
  margin: 0 0 12px;
  width: 100%;
}

.payment .options button {
  background: #09C66E;
  border: 1px solid #06894C;
  border-radius: 4px;
  color: white;
  clear: both;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  margin-top: 10px;
  padding: 0 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
}
.payment .options button.donate {
  background: #F8A11C;
  border-color: #BC7A16;
  box-shadow: inset 0 1px 2px #FC0, inset 0 -1px 2px #FC0;
  font-size: 14px;
  height: 30px;
  margin-top: 0;
}
.payment .options aside:first-child {
  border-right: 1px solid #CCC;
  float: left;
  padding-right: 20px;
  width: 60%;
}
.payment .options .other {
  float: left;
  padding-left: 20px;
  text-align: center;
  width: 40%;
}
.payment .options .other ul h4 {
  font-family: "Lato",Tahoma,Helvetica,Arial,sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.payment .options .other ul h4 ~ p {
  font-size: 12px;
  line-height: 150%;
  text-align: left;
}
.payment .options .other li:not(:last-child) {
  border-bottom: 1px solid #DDD;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.emoticons {
  position:absolute;
  bottom:8%;
  right:10%;
  z-index:99;
  width:200px;
  max-height:160px;
  display:none;
  overflow:auto;
  background-color:white;
  border:1px solid black;
  box-shadow:0 1px 2px rgba(0,0,0,.4);
}

.emoticons i {
  cursor:pointer;
}

.grayScale {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */			
}

.loader {
  height:60px;
  width:60px;
  margin:0px auto;
  position:relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left:6px solid rgba(22,159,230,.8);
  border-right:6px solid rgba(22,159,230,.8);
  border-bottom:6px solid rgba(22,159,230,.8);
  border-top:6px solid rgba(255,255,255,.0);
  border-radius:100%;
}

.call-loader {
  display: block;
  border-radius: 1em;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  -webkit-animation: dim 0.5s 0.5s infinite alternate;
  -moz-animation: dim 0.5s 0.5s infinite alternate;
  -o-animation: dim 0.5s 0.5s infinite alternate;
  animation: dim 0.5s 0.5s infinite alternate;
}
.call-loader:before {
  content: '';
  position: absolute;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 1em;
  background-color: #fff;
  right: 1.5em;
  -webkit-animation: dim 1s infinite alternate;
  -moz-animation: dim 1s infinite alternate;
  -o-animation: dim 1s infinite alternate;
  animation: dim 1s infinite alternate;
}
.call-loader:after {
  content: '';
  position: absolute;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 1em;
  background-color: #fff;
  left: 1.5em;
  -webkit-animation: dim 1s 1s infinite alternate;
  -moz-animation: dim 1s 1s infinite alternate;
  -o-animation: dim 1s 1s infinite alternate;
  animation: dim 1s 1s infinite alternate;
}
/* Keyframes */
@-moz-keyframes dim {
  from {
    background-color: #fff;
  }
  to {
    background-color: rgba(255,255,255,0.2);
  }
}
@-webkit-keyframes dim {
  from {
    background-color: #fff;
  }
  to {
    background-color: rgba(255,255,255,0.2);
  }
}
@-o-keyframes dim {
  from {
    background-color: #fff;
  }
  to {
    background-color: rgba(255,255,255,0.2);
  }
}
@keyframes dim {
  from {
    background-color: #fff;
  }
  to {
    background-color: rgba(255,255,255,0.2);
  }
}


@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}

.videocall-notify {
	position:absolute;
	top:0;
	left:0;
	overflow-x:hidden;
	overflow-y:hidden;  
	width:100%;
	height:100%;
	z-index:99000;
	background: rgba(0,0,0,0.7);
}

.videocall-container {
	position:absolute;
	top:0;
	left:0;
	overflow-x:hidden;
	overflow-y:hidden;  
	width:100%;
	height:100%;
	z-index:99000;
	background: rgba(0,81,133,0.9);
}
.videocall-chat {
	position:absolute;
	top:25px;
	right:25px;
	overflow-x:hidden;
	overflow-y:hidden;  
	width:340px;
	height:340px;
	z-index:99001;
	background: none;
	cursor:move;
	display:none;
}

.videocall-chat video {
	background:none;
	height:100%;
	width:100%;
}
.videocall-container .calle {
	position:absolute;
	overflow-x:hidden;
	width:100%;
	height:100%;
	z-index:1004;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to top,  rgba(0,0,0,0) 70%,rgba(0,0,0,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */	
	
}


.videocall-container .calle .loading {
	position:absolute;
	top:40%;
	left:37%;
	text-align:center;
	width:200px;
	z-index:7;
	margin: 0 auto;
}

.videocall-container .calle .user {
	position:absolute;
	top:40%;
	left:40%;
    width: 12em;
	text-align:center;
	color:#FFF;
	z-index:7;
	margin: 0 auto;
}

.videocall-container .calle .profile-photo1 {
	position:absolute;
	top:74%;
	left:37%;
	z-index:10;
	margin: 0 auto;
	background: #fff;
	width: 180px;
	height: 140px;
	padding: 0.25em;
	border-radius: .4em;
	margin-top: -6em;
	box-shadow: 0 0 .1em rgba(0, 0, 0, 0.35);
}

.videocall-container .calle .profile-photo1 video {
	background:#fff;
	color:#fff;
	height:100%;
	width:100%;
}

.videocall-container .calle .profile-photo1 img {
	background:#fff;
	color:#fff;
	height:100%;
	width:100%;
	display:none;
}



.videocall-container .calle .profile-photo2 {
	position:absolute;
	top:130px;
	left:380px;
	z-index:7;
	margin: 0 auto;
	background: #fff;
	width: 140px;
	height: 140px;

	border-radius: .4em;
	margin-top: -6em;
}

.video {
	position:absolute;
	z-index:8;
	margin: 0 auto;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.video .topleft {
	position:absolute;
	color:#fff;
	margin-left:20px;
	padding-top:20px;
	line-height:100%;
	font-size:14px;
	z-index:99999;
}

.video video {
	position:absolute;	
	margin: 0 auto;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}


.videocall-container .calle .profile-photo2 {
	color:#fff;
}

.bulbs {
  position: absolute;
	top:90%;
	left:34%;
  z-index:1999;
}
.bulbs .bulb-1,
.bulbs .bulb-2,
.bulbs .bulb-3,
.bulbs .bulb-4{
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10%;
  opacity: 0;
  margin-right:15px;
  -webkit-transform: translateY(100px);
  -webkit-animation-name: bulb-move;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  transform: translateY(100px);
  animation-name: bulb-move;
  animation-iteration-count: 1;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.bulbs .bulb-1 {
	background: rgba(222,2,2,0.7);
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  cursor:pointer;  
}
.bulbs .bulb-1 span {
	position:absolute;
	left:6px;
	bottom:-11px;
	font-size:34px;
	padding-bottom:10px;
	color:#fff;
}
.bulbs .bulb-2 {
  background: rgba(0,0,0,0.7);
 -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  cursor:pointer;
}

.bulbs .bulb-2 span {
	position:absolute;
	left:7px;
	bottom:-13px;
	font-size:34px;
	padding-bottom:10px;
	color:#fff;
}
.bulbs .bulb-2:hover {
  cursor:pointer;
}
.bulbs .bulb-3 {
  background: rgba(0,0,0,0.7);
 -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  cursor:pointer;
}

.bulbs .bulb-3:hover {
  cursor:pointer;
}

.bulbs .bulb-3 span {
	position:absolute;
	left:8px;
	bottom:-11px;
	font-size:34px;
	padding-bottom:10px;
	color:#fff;
}
.bulbs .bulb-4 {
  background: rgba(0,0,0,0.7);
 -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  cursor:pointer;
}
.bulbs .bulb-4:hover {
  cursor:pointer;
}

.bulbs .sbulb {
  background: rgba(222,2,2,0.7);
  cursor:pointer;
}

.bulbs .bulb-4 span {
	position:absolute;
	left:8px;
	bottom:-9px;
	font-size:34px;
	padding-bottom:10px;
	color:#fff;
}

@-webkit-keyframes cursor-move {
  40% {
    -webkit-transform: translate(193px, 147px);
  }
  50% {
    -webkit-transform: translate(193px, 147px) scale(0.7);
  }
  60% {
    -webkit-transform: translate(193px, 147px) scale(1);
  }
  100% {
    -webkit-transform: translate(264px, 190px);
  }
}
@-webkit-keyframes circle-scale {
  30% {
    -webkit-transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(9);
  }
}
@-webkit-keyframes span-scale {
  to {
    -webkit-transform: scale(0.11) translate(-140px, 0) rotate(-405deg);
  }
}
@-webkit-keyframes bulb-move {
  to {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes restart-move {
  to {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }
}
@keyframes cursor-move {
  40% {
    transform: translate(193px, 147px);
  }
  50% {
    transform: translate(193px, 147px) scale(0.7);
  }
  60% {
    transform: translate(193px, 147px) scale(1);
  }
  100% {
    transform: translate(264px, 190px);
  }
}
@keyframes circle-scale {
  30% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(9);
  }
}
@keyframes span-scale {
  to {
    transform: scale(0.11) translate(-140px, 0) rotate(-405deg);
  }
}
@keyframes bulb-move {
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes restart-move {
  to {
    opacity: 1;
    transform: translateY(-10px);
  }
}


.ball {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  height: 100px;
  width: 100px;
  border: 3px solid #FFF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
  border-radius: 1000px;
  transform: scale(0);
  opacity: 0;
  transition-duration: 0;
  transition-timing-function: cubic-bezier(0.005, 0.95, 0.135, 1.205);
}
.ball .msg-count {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  border: 3px solid #FFF;
  background: #3ab0ff;
  height: 25px;
  width: 25px;
  border-radius: 1000px;
  text-align: center;
  line-height: 50%;
  font-size: 12px;
  opacity: 0;
  transform: scale(0);
  transition-timing-function: cubic-bezier(0.005, 0.95, 0.135, 1.205);
}

.ball .msg-count i {
	margin-top:5px;
}
.ball .halo {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.6);
  transform: scale(0);
}
.ball .notif {
  position: absolute;
  top: -50px;
  left: -45px;
  width: 183px;
  opacity: 0;
}
.ball .buttons {
  position: absolute;
  top: 110px;
  left: -75px;
  width: 250px;
  text-align:center;  
}
.ball .notif .bar {
  position: relative;
  border-radius: 1000px;
  background: #FFF;
  height: 30px;
  line-height: 30px;
  width: 0;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
.ball .notif .bar .text {
  position: absolute;
  margin: 0;
  font-size: 12px;

  color: #555;
  width: 175px;
  z-index: 1;
}
.ball .notif .bar .action {
  position: relative;
  z-index: 2;
  height: 20px;
  width: 20px;
  background: #BABABA;
  float: right;
  margin-top: 5px;
  border-radius: 100px;
  box-shadow: 10px 0 0 0 #FFF, -10px 0 10px 0 #FFF, inset 0 0 0 1px #FFF;
  border: 1px solid #BABABA;
}
.ball .notif .bar .action::after {
  content: '';
  border-left: 5px solid #FFF;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: block;
  margin-left: 7px;
  margin-top: 4px;
}
.ball .notif .arrow {
  top: 30px;
  border-top: 7px solid #FFF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  width: 0;
  margin: 0 auto;
  transform-origin: top;
  transform: scale(0);
}

.anim-start .ball {
  opacity: 1;
  transform: none;
  transition-duration: .3s;
}
.anim-start .ball .notif {
  opacity: 1;
  transition-duration: .2s;
  transition-delay: 1.6s;
}
.anim-start .ball .notif .bar {
  width: 100%;
  transition-duration: .6s;
  transition-delay: 1.6s;
}
.anim-start .ball .notif .arrow {
  transform: none;
  transition-delay: 1.6s;
  transition-duration: .3s;
}
.anim-start .ball .halo {
  opacity: 0;
  transform: none;
  transition-duration: .6s;
  transition-delay: 1.2s;
}
.anim-start2 .ball .halo {
  opacity: 0;
  transform: none;
  transition-duration: .6s;
  transition-delay: 1.2s;
}
.anim-start .ball .msg-count {
  opacity: 1;
  transform: none;
  transition-duration: .3s;
  transition-delay: .6s;
}


.btn-accept { 
background-color: rgb(100,142,49);
background-image: -moz-linear-gradient(top,  rgba(100,142,49,1) 0%, rgba(57,93,15,1) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,142,49,1)), color-stop(100%,rgba(57,93,15,1)));
background-image: -webkit-linear-gradient(top,  rgba(100,142,49,1) 0%,rgba(57,93,15,1) 100%);
background-image: -o-linear-gradient(top,  rgba(100,142,49,1) 0%,rgba(57,93,15,1) 100%);
background-image: -ms-linear-gradient(top,  rgba(100,142,49,1) 0%,rgba(57,93,15,1) 100%);
background-image: linear-gradient(to bottom,  rgba(100,142,49,1) 0%,rgba(57,93,15,1) 100%);
margin-right: 10px;
}
.btn-accept:hover { background: rgba(100,142,49,1); }
.btn-accept:active { background: rgba(57,93,15,1); box-shadow: inset 0 0 3px rgba(0,0,0,0.5); }
.btn-decline { 
background-color: rgb(203,90,90);
background-image: -moz-linear-gradient(top,  rgba(203,90,90,1) 0%, rgba(141,62,62,1) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,90,90,1)), color-stop(100%,rgba(141,62,62,1)));
background-image: -webkit-linear-gradient(top,  rgba(203,90,90,1) 0%,rgba(141,62,62,1) 100%);
background-image: -o-linear-gradient(top,  rgba(203,90,90,1) 0%,rgba(141,62,62,1) 100%);
background-image: -ms-linear-gradient(top,  rgba(203,90,90,1) 0%,rgba(141,62,62,1) 100%);
background-image: linear-gradient(to bottom,  rgba(203,90,90,1) 0%,rgba(141,62,62,1) 100%);
margin-left: 10px;
}
.btn-decline:hover { background: rgba(203,90,90,1); }
.btn-decline:active { background: rgba(141,62,62,1); box-shadow: inset 0 0 3px rgba(0,0,0,0.5); }
.icon { background: url(http://s.cdpn.io/6035/notification_icons.png) no-repeat; display: inline-block; margin-top: 12px; }
.icon-arrow { width:  19px; height: 15px; background-position: 0 0; }
.icon-x { width: 15px; height: 15px; background-position: -19px 0; }


.jfk-bubble-arrow {
  position: absolute;
  top: 20px;
}
.jfk-bubble-arrow:before, .jfk-bubble-arrow:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}
.jfk-bubble-arrow:before {
  border: 9px solid;
  border-color: transparent #bbb;
  top: -9px;
}
.jfk-bubble-arrow:after {
  border: 8px solid;
  border-color: transparent #fff;
  top: -8px;
}

.jfk-bubble-arrowright {
  right: 0;
}
.jfk-bubble-arrowright:before, .jfk-bubble-arrowright:after {
  border-right-width: 0;
}

.f-notification {
  position: fixed;
  bottom: 10px;
  right: 110px;
  text-align: left;
  width: 300px;
  min-height: 20px;
  padding: 20px 40px 20px 18px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.85);
}
.f-notification:hover {
  opacity: 0.9;
}
.f-notification:hover .f-notification-close {
  background: rgba(77, 77, 79, 0.1);
}
.f-notification .f-notification-title {
  font-weight: 600;
  color: #4D4D4F;
  cursor: default;
}
.f-notification .f-close {
  position: absolute;
  right: 15px;
  top: 20px;
  height: 20px;
  width: 20px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  border-radius: 20px;
  color: #4D4D4F;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.25);
}
.f-notification .f-close:hover {
  background: rgba(77, 77, 79, 0.2);
}

.f-notification-success {
  background: #2ecc71;
}

.f-notification-error {
  background: #e74c3c;
}

.f-notification-alert {
  background: #5177a4
}

.f-show {
  animation-name: animSlideElastic;
  animation-duration: 1s;
  animation-timing-function: linear;
}

.f-hide {
  animation-name: animSlideElastic;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

@keyframes animSlideElastic {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
  }
  3.333333% {
    transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 521.82545, 0, 0, 1);
  }
  6.666667% {
    transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 218.3238, 0, 0, 1);
  }
  10% {
    transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 57.59273, 0, 0, 1);
  }
  13.333333% {
    transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.12794, 0, 0, 1);
  }
  16.666667% {
    transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30.40503, 0, 0, 1);
  }
  20% {
    transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -28.10141, 0, 0, 1);
  }
  23.333333% {
    transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.40752, 0, 0, 1);
  }
  26.666667% {
    transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.08575, 0, 0, 1);
  }
  30% {
    transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.23737, 0, 0, 1);
  }
  33.333333% {
    transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.84893, 0, 0, 1);
  }
  36.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22079, 0, 0, 1);
  }
  40% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.37284, 0, 0, 1);
  }
  43.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.46116, 0, 0, 1);
  }
  46.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.35963, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22487, 0, 0, 1);
  }
  53.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.11734, 0, 0, 1);
  }
  56.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.04909, 0, 0, 1);
  }
  60% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.01295, 0, 0, 1);
  }
  63.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0025, 0, 0, 1);
  }
  66.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00684, 0, 0, 1);
  }
  70% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00632, 0, 0, 1);
  }
  73.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00436, 0, 0, 1);
  }
  76.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00249, 0, 0, 1);
  }
  80% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00118, 0, 0, 1);
  }
  83.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00042, 0, 0, 1);
  }
  86.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00005, 0, 0, 1);
  }
  90% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1);
  }
  93.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0001, 0, 0, 1);
  }
  96.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00008, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
