.zira-sidebar-order2{
	background: url(/images/left-shadow.png) repeat-y;
	margin-left: 15px;
	
	margin-right: -7px;  margin-top: -17px; margin-bottom: -17px;}

	.bttn-read{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ea104b 0%, #cc0a3a 100%) repeat scroll 0 0;
    background: -webkit-linear-gradient(#f61251, #c50937); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f61251, #c50937); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f61251, #c50937); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f61251, #c50937);
    border: medium none;
    border-radius: 50px;
    bottom: 0;
    box-shadow: 0 -5px 0 -2px #670720 inset;
    color: #ffffff !important;
    display: block;
    font-family: "Assistant",sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-left: 0;
    margin-top: 7px;
    padding: 2px 25px 6px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}
.bttn-read.article{
	clear: both;
	margin-top: 25px;
}

.coment-area{background: #efefef;
	position: relative;
	border:solid 1px #e2e2e2;
	border-radius: 10px;
	padding:3px 20px 20px;
}

.coment-area h2{
	text-align:center;
	margin:19px; 
}


.coment-area:after{
	background:url(/images/tip.png) no-repeat;
	position: absolute;
	top:-21px;
	margin: 0 auto;
	height: 21px;
	width:45px;
	content:"";
	right: 0;
left: 0;

}

.bttn-size-20{ font-size: 20px;
				padding: 0 30px;
				background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ea104b 0%, #cc0a3a 100%) repeat scroll 0 0;
    background: -webkit-linear-gradient(#f61251, #c50937); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f61251, #c50937); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f61251, #c50937); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f61251, #c50937);
    border: medium none;
    border-radius: 50px;
    box-shadow: 0 -5px 0 -2px #670720 inset;
    color: #ffffff !important;
    display: inline-block;
    font-family: "Assistant",sans-serif;
    font-weight: 600;
    margin-left: 0;
    margin-top: 7px;
    text-align: center;
    text-decoration: none !important;
				 }

	.red{float: left; 
	    padding: 6px 60px 10px;
 }
	.green{  
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ea104b 0%, #cc0a3a 100%) repeat scroll 0 0 !important;
    background: -webkit-linear-gradient(#8dc111, #6f970f) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8dc111, #6f970f) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8dc111, #6f970f) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8dc111, #6f970f) !important;
    box-shadow: 0 -5px 0 -2px #59790e inset !important;
	padding: 6px 20px 10px !important;
	}

	.favorite-box .is-favorite .smaller {
    padding-top: 85px;
    width: 27.5%;
}

 .favorite-box .is-favorite .biger {
    position: relative;
    width: 45%;
}

.pull-right {
    float: right!important;
}

 .favorite-box {
    display: inline-flex;
    margin-top: 60px;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -mox-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.favorite-box .is-favorite .smaller > img, .favorite-box .is-favorite .biger > img,  {
    background: rgba(0, 0, 0, 0) url(/images/img-loading.gif) no-repeat scroll center center;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.favorite-box .is-favorite .smaller > img{
	opacity: 0.5;
}

.is-favorite .biger .list {
    position: relative;
}

.is-favorite .biger .cardcontainer.list > button.but-yay {
    background: rgba(0, 0, 0, 0) url(/images/icon-dislike.png) repeat scroll 0 0/116px 116px;
    color: transparent;
    height: 116px;
    width: 116px;
    z-index: 1;
}
.tinderesque .list .current {
    display: block;
}

 .is-favorite .biger .cardcontainer.list > .cardlist {
    background: rgba(0, 0, 0, 0) url(/images/img-loading.gif) no-repeat scroll center center;
    height: auto;
    max-width: 100%;
    width: 100%;
}
 .is-favorite .biger .cardcontainer.list > .cardlist img {
    background: rgba(0, 0, 0, 0) url(/images/img-loading.gif) no-repeat scroll center center;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.is-favorite .biger .cardcontainer.list > button.but-nope {
    background: transparent url(/images/icon-yeslike.png) repeat scroll 0 0/116px 116px;
    color: transparent;
    height: 116px;
    left: -60px;
    width: 116px;
    z-index: 1;
}

.card {
    display: block;
    text-align: center;
    transform-origin: 50% 99% 0;
    -webkit-transform-origin: 50% 99%;
}
.coment-area h2{font-size:20px; font-weight:400;}


