/**
Theme Name: Melotheme
Theme URI: http://codein.ir
Version : 1.1
Author: Codein
Author URI: http://codein.ir
Description: Design And Develoment : Codein
**/
body {
	padding:0;
	margin:0;
	overflow-x:hidden;
	background-color:#f1f1f1;
	font:normal 14px iranyekan;
	direction:rtl;
    text-align:right;
    padding-top: 85px;
}
ul,li,ol{
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none !important;
}
b, strong {
	font-weight:900;
}
input,select,textarea,button {
	outline: none
}
ul,li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}
textarea {
	resize:none;
}
figure{
	overflow:hidden;
	margin:0;
}
button:focus {
    outline: none;
}
.flex{
	display:flex;
	justify-content: space-between;
}
::-moz-selection { 
	background: #070640;
    color: #ffffff;
}
::selection { 
	background: #070640;
    color: #ffffff;
}
/* End Reset */
.cl {
	clear:both;
}
.margin_top{
	margin-top:10px;
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url('fonts/iranyekanwebbold.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('fonts/iranyekanwebregular.ttf');
}
.left_dir {
    direction: ltr;
    text-align: left;
}
/*start*/
.topheader {
	background:#fff;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15);
	position:relative;
    padding:25px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    transition: 0.3s;
}
.topheader.fix {
    padding: 10px;
}
.topheader.fix .logo {
    background: transparent;
    width: auto;
    height: auto;
}
.topheader.fix .logo img {
    width: 31px;
    height: auto;
}
.topheader.fix .menu {
    margin-right: 53px;
}
.topheader .menu {
    margin-right: 190px;
    margin-top: 3px;
    transition: 0.3s;
}
.topheader ul li {
    display:inline-block;
    position: relative;
}
.topheader ul li ul {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 42px;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12156862745098039);
}
.topheader ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top:23px;
}
.topheader ul li ul li {
    display: block;
}
.topheader ul li ul li a {
    padding: 8px 10px;
    font-size: 13px;
    transition: 0.3s;
    border-radius: 0;
    display: block;
}
.topheader ul li a {
	color: #000;
	padding: 4px 10px;
	font-size: 13px;
	transition:0.3s;
	border-radius: 4px;
}
.topheader ul li a:hover {
	background: #ffad01;
    color: #fff;
    box-shadow: 0 0px 9px rgba(255, 161, 20, 0.51);
}
.topheader .logo{
	position: absolute;
	top:0;
	right: 103px;
	background:url(images/logobg.png) no-repeat;
	width: 200px;
    height: 131px;
    transition: 0.3s;
}
.topheader .logo img{
	width: 85px;
    height: auto;
    position: absolute;
    right: 62px;
    top: 9px;
    transition: 0.3s;
}
.topheader .search_dlapp {
    display: flex;
}
.topheader .search_dlapp form {
    display: flex;
}
.topheader .search_dlapp input {
    border: 1px solid transparent;
    padding: 5px;
    background: transparent;
}
.topheader .search_dlapp input::placeholder{
	font-weight:normal;
	font-size:13px;
	color:#82858c;
}
.topheader .search_dlapp button {
    background: transparent;
    border: none;
    position: relative;
    cursor: pointer;
}
.topheader .search_dlapp button:before{
	content:'';
	position:absolute;
	top: 6px;
	right: 0;
	background: url(images/icons.png) no-repeat 47% 7%;
	width:26px;
	height:20px;
}
.topheader .search_dlapp a{
	background: linear-gradient(to right, rgba(44,179,60,1) 0%, rgba(94,187,0,1) 100%);
    padding: 10px 15px 10px 45px;
    color: #fff;
    border-radius: 25px;
	position:relative;
	box-shadow:0px 0px 22px rgba(0, 0, 0, 0.16);
}
.topheader .search_dlapp a:before{
	content:'';
	position:absolute;
    top: 9px;
    left: 5px;
    background: url(images/icons.png) no-repeat 35% 6%;
	width:31px;
	height:31px;
}
.law {
    margin-top: 50px;
}
.law .ir {
    background: #fff;
    width: 67%;
    padding: 15px;
    border-radius: 30px 30px 30px 0;
}
.law .ir h1 {
	display: inline;
    font-size: 14px;
    border-left: 1px solid #ccc;
    padding-left: 9px;
    margin-left: 5px;
}
.law .ir span{
	font-weight:normal;
	color:#828c96;
}
.law .social {
    background: linear-gradient(to right, rgba(47,176,227,1) 0%, rgba(86,106,205,1) 100%);
    color: #fff;
    padding: 15px;
    border-radius: 30px 30px 0;
    width: 32%;
    justify-content: space-between;
    display: flex;
}
.law .social span {
    margin-left: 30px;
}
.law .social a.icon {
    background: url(images/icons.png) no-repeat 94% 5%;
    padding: 4px 19px;
	margin: 0 4px;
}
.law .social a.icon.telegram {
    background-position:81% 4%;
}
.special {
    margin: 30px 0;
}
.special .title {
    text-align: center;
    color: #6f6f6f;
    margin-bottom: 20px;	
}
.special .title .fa {
    font-size: 20px;
    font-weight: bold;
	padding-bottom: 6px;
}
.special .title .en strong {
    font-size: 12px;
	color: #bdbdbd;
	font-weight: normal;
}
.special .posts{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 0;
}
.special .posts .post{
	position:relative;
	width: 210px;
	margin-bottom: 15px;
}
.special .post figure{
	border-radius: 6px;
}
.special .post figure img{
	width:100%;
}
.special .post .name_post {
	text-align: center;
    background: #fff;
    position: absolute;
    width: 80%;
    height: auto;
    top: 82%;
    right: 22px;
    border-radius: 6px;
    padding: 8px;
    transition: 0.3s all ease;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.14);
}
.special .post h2{
	color:#3b3b3b;
	font-size:14px;
	display:block;
	margin-bottom:5px;
}
.special .post h3{
	color:#3b3b3b;
	font-size:13px;
	font-weight:bold;
}
.special .post:hover .name_post{
	background: #1aab42;
}
.special .post:hover .white{
	color:#fff;
}
/* Slider */
.owl-carousel {
    border-radius: 10px;
    overflow: hidden;
}
.owl-carousel.owl-loaded {
    position: relative;
}
.owl-nav {
    position: absolute;
    top: 50%;
	width: 100%;
}
.owl-prev,.owl-next {
    width: 50px;
    height: 50px;
    background: url(images/icons.png) no-repeat 60% 5%;
    position: absolute;
    left: 20px;
}
.owl-next {
    background-position: 41% 5%;
    left: auto;
    right: 0;
}
.owl-dots {
    position: absolute;
    bottom: 14px;
    left:30px;
}
.owl-carousel .owl-stage-outer {
    border-radius: 10px;
    overflow: hidden;
}
.owl-carousel .owl-dot {
	display:inline-block;
}
.owl-carousel .owl-dot {
	width:40px;
	height:40px;
	border-radius:5px;
	overflow:hidden;
	border:3px solid transparent;
	margin:0 3px
}
.owl-carousel .owl-dot img {
	width:100%;
	height: 100%;
}
.owl-carousel .owl-dot.active {
	border:2px solid #FFC107;
}
.owl-carousel .title {
	position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.46);
    padding: 20px;
    color: #FFF;
    text-align: right;
    width: 100%;
}
.owl-carousel .title .aritstname {
	font:bold 20px iranyekan;
}
.owl-carousel .title .songname {
	font:normal 15px iranyekan;
}
.slider {
    margin:15px 0;
}
.activity .box_active {
    background: linear-gradient(45deg, rgba(255,202,78,1) 0%, rgba(254,186,38,1) 100%);
    margin-bottom: 20px;
    border-radius: 8px;
	box-shadow:0px 4px 17px -3px rgba(254, 195, 61, 0.7);
}
.activity .box_active .title{
	padding:15px;
	display:flex;
	justify-content:space-between;
	color:#fff;
	border-bottom:1px solid #e6ae35;
}
.activity .box_active .title span{
	position:relative;
	font-size:15px;
	padding-right: 33px;
}
.activity .box_active .title span:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	background:url(images/icons.png) no-repeat 36% 22.5%;
	width:25px;
	height:25px;
}
.activity .box_active .title .archive {
    background: #e3a627;
    border: none;
    color: #fff;
    font-weight: normal;
    padding: 3px 20px;
    border-radius: 5px;
}
.activity .box_active .artists {
	padding:20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.activity .box_active .artists .box_artist {
    margin-left: 20px;
}
.activity .box_active .artists .box_artist .img_name {
    display: flex;
    border-bottom: 1px solid #f1b022;
    padding: 15px 0;
}
.activity .box_active .artists .box_artist .img_name figure {
    width: 58px;
    height: 58px;
}
.activity .box_active .artists .box_artist figure {
    width: 100px;
    height: 80px;
    border-radius: 8px;
    margin: 0 5px;
}
.activity .box_active .artists .box_artist figure img{
	width:100%;
}
.activity .box_active .artists .box_artist .img_name .name {
    margin: 10px 8px;
}
.activity .box_active .artists .box_artist .img_name h2 {
    color: #6c4a03;
    font-size: 15px;
	font-weight:bold;
}
.activity .box_active .artists .box_artist .img_name span {
    color: #6c4a03;
    font-size: 13px;
}
.activity .box_active .artists .box_artist .img {
    display: flex;
    justify-content: space-between;
	padding: 15px 0;
}
.adses .ads {
    margin-bottom: 20px;
}
.adses .ads img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 5px;
}
.online_play .player {
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15);
}
.online_play .player .top {
    display: flex;
    justify-content: space-between;
    width:100%;
}
.online_play .player .aks{
	display:flex;
}
.online_play figure{
	width: 90px;
	height: 90px;
	margin:0;
	border-radius: 6px;
}
.online_play figure img{
	width:100%;
	height:auto;
}
.online_play .player .aks .name{
    margin: 24px 20px 0;
}
.online_play .player .aks .name h2{
    color: #FF1493;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
}
.online_play .player .aks .name h2 a{
	color:#313131;
}
.online_play .player .aks .name span {
    font-size: 13px;
    position: relative;
    padding-right: 25px;
}
.online_play .player .aks .name span:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	background:url(images/icons.png) no-repeat 61.5% 36%;
	width:20px;
	height:20px;
}
.online_play .volseek {
    width: 100px;
    background: #e4e4e4;
    height: 4px;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
    border-radius: 15px;
    cursor: pointer;
}
.online_play .volseek .seekbar {
    width: 95%;
    background: #7527ed;
    height: 100%;
	border-radius: 15px;
}
.online_play .tm_seek {
    display: flex;
    width: 100%;
    margin-top: 14px;
    justify-content: space-between;
}
.online_play .seek  {
    width: 90%;
    background: #e4e4e4;
    height: 4px;
    display: flex;
    justify-content: flex-end;
    margin:7px 0;
    border-radius: 15px;
	cursor: pointer;
}
.online_play .seek .seekbar {
    width: 0%;
    background: #7527ed;
    height: 100%;
	border-radius: 15px;
}
.online_play  .icons {
    display: flex;
    justify-content: flex-end;
    margin-top: 35px;
}
.online_play  .icons .tm_seek ,.online_play  .icons .controler {
    display: flex;
}
.online_play .tm {
    color: #4c4c4c;
    padding: 0 10px;
    font-size: 13px;
}
.online_play  .icon{
    background: url(images/icons.png) no-repeat 15% 47%;
    width: 29px;
	height:25px;
	margin: 0 10px;
	cursor: pointer;
}
.online_play.single .icons {
    justify-content: center;
}
.online_play .icons .icon.play{
    background-position: 47.8% 46.5%;
	width: 53px;
    height: 53px;
    margin-top: -17px;
    background-color: #7726ed;
    border-radius: 100%;
	transition:0.3s background-color ease;
}
.online_play .icons .icon.play.pause{
	background-position:58.9% 46.5%;
}
.online_play .icons .icon.play:hover {
	background-color: #8944ec;
}
.online_play .icons .icon.backward{
	background-position:2.5% 47%;
}
.online_play .icon:hover{
	background-position: 15% 57.9%;
}
.online_play .icon.backward:hover{
	background-position:2.5% 57.9%;
}
.online_play .icons .icon.volume{
    background-position:26% 46.8%;
    cursor: default;
}
.online_play .icons .icon.volume:hover{
	background-position:26% 46.8%;
}
.online_play .icons .icon.repeat{
	background-position:37% 46.8%;
}
.online_play .icons .icon.repeat:hover,.online_play .icons .icon.repeat.active{
	background-position:37% 57.8%;
}
.content {
    margin: 30px 0;
}
.content .big_post{
	background:#fff;
	margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(191, 189, 189, 0.31);
}
.content .big_post .title{
	color:#5c5c5c;
	position:relative;
	display:flex;
	justify-content:space-between;
	padding:21px;
	box-shadow:0px -10px 37px rgba(208, 205, 205, 0.25);
}
.content .big_post .title:after{
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    box-shadow:0px 0px 7px rgba(208, 205, 205, 0.5);
    width: 100%;
    background: #f3f3f3;
    height: 1px;
}
.content .big_post .title:before{
	content:'';
	position:absolute;
    top: 12px;
    right: 12px;
    background: url(images/icons.png) no-repeat 82.5% 34.5%;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #f0f0f0;
}
.content .big_post .title a  ,.content .big_post .title h1,.content .big_post .title h2 ,.content .big_post .title h3 ,.content .big_post .title h4,.content .big_post .title div{
	font-size: 16px;
	color:#2b2b2b;
	margin-right: 17px;
	transition: 0.3s all ease;
}
.content .big_post .title a:hover{
	color:#ed264f;
}
.content .big_post .title .like {
    background: #ed264f;
    color: #fff;
    position: absolute;
    top: 0;
    left: 15px;
    padding-top: 40px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 3px 15px -1px rgba(237, 38, 79, 0.58);
    width: 65px;
    height: 80px;
    text-align: center;
    z-index: 9;
    cursor:pointer;
}
.content .big_post .title .like span{
	position:relative;
	margin-top: 4px;
    display: block;
    font-size: 14px;
}
.content .big_post .title .like span:before{
	content: '';
	position: absolute;
	bottom: 27px;
    right: 19px;
	background: url(images/icons.png) no-repeat 48% 22%;
	width: 28px;
	height: 28px;
}
.content .big_post .title .like.active span:before{
	background-position:59% 22%;
}
.content .big_post .content_post {
    padding: 11px;
    text-align: center;
}
.content .big_post.page .content_post .name_pst {
    padding: 15px 0;
    text-align: right;
    line-height: 30px;
}
.content .big_post.page .title:before {
    content:none;
}
.content .big_post.page .title {
    padding: 19px 0px;
}
.content .big_post .foot_post {
    margin-top: 0;
}
.content .big_post .content_post .focus h2 {
	font-size: 14px;
    margin-top: 30px;
    font-weight: bold;
	display: inline-block;
}
.content .big_post .content_post .name_pst p{
	margin-bottom:10px;
}
.content .big_post .content_post .name_pst h2 ,.content .big_post .content_post .name_pst h3 ,.content .big_post .content_post .name_pst h4,.content .big_post .content_post .name_pst h5,.content .big_post .content_post .name_pst h6{
	font-size: 14px;
	color:#2b2b2b;
	font-weight:bold;
	margin-bottom: 12px;
}
.content .big_post .content_post .name_pst a{
	border-bottom: 1px solid transparent;
    color: #030c13;
    margin-left: 2px;
}
.content .big_post .content_post .name_pst a:hover {
    border-bottom: 1px solid #e4e4e4;
}
.content .big_post .content_post .soon {
    background: #607D8B;
    display: block;
    color: #fff;
    flex: 1;
    border-radius: 5px;
    padding: 10px 0;
}
.content .big_post .content_post img{
	margin:0 auto;
	max-width:100%;
	height:auto;
    border-radius: 6px;
    margin-bottom: 20px;
}
.content .big_post .name_pst {
    padding: 15px 40px 0;
}
.content .big_post .foot_post {
	display:flex;
	justify-content:space-between;
	margin-top: 30px;
}
.content .big_post .foot_post .infos{
	display:flex;
	justify-content:space-between;
	padding:10px;
}
.content .big_post .foot_post .infos span{
    background: #fff;
	padding-top: 2px;
    padding-right: 	23px;
    padding-left:15px;
	color: #2d2d2d;
    position: relative;
    font-size: 12px;
}
.content .big_post .foot_post .infos span a {
	color: #424242;
}
.content .big_post .foot_post .infos span:before{
	content:'';
	position:absolute;
    top: 0;
    right: 0;
    background: url(images/icons.png) no-repeat 99% 23%;
	width:20px;
	height:20px;
}
.content .big_post .foot_post .infos span.cmm:before{
	background-position:90.6% 23%;
}
.content .big_post .foot_post .infos span.view:before{
	background-position:82% 23%;
}
.content .big_post .foot_post .more{
	background: #4b66f3;
    color: #fff;
    box-shadow: 2px 2px 11px rgba(75, 102, 243, 0.4);
    padding: 10px 55px 6px 30px;
    font-size: 14px;
    border-radius: 24px;
    text-align: center;
    background-size: 200% auto;
    transition: 0.3s all ease;
	border:1px solid transparent;
	position:relative;
}
.content .big_post  .more:before{
	content:'';
	position:absolute;
    top: 8px;
    right: 21px;
    background: url(images/icons.png) no-repeat 72% 23%;
	width:24px;
	height:20px;
}
.content .big_post  .more:hover{
	background-position:right center;
	background:#fff;
	border:1px solid #4b66f3;
	color:#4b66f3;
	box-shadow: 0px 0px 20px rgba(75, 102, 243, 0.58);
}
.content .big_post  .more:hover:before{
	background-position:72.3% 35.4%;
}
#wp_page_numbers {
    background: #fff;
	border-radius:7px;
	box-shadow: 0px 2px 4px rgba(191, 189, 189, 0.31);
	margin-bottom:15px;
}
#wp_page_numbers ul{
	display:flex;
	justify-content:center;
	flex-direction: row-reverse;
}
#wp_page_numbers ul li a,#wp_page_numbers ul li.page_info{
	color:#727272;
	font-weight:bold;
	transition:0.3s all ease;
	font-size: 15px;
	padding: 15px 19px;
    border-top:2px solid transparent;
    margin: 0 2px;
	display:block;
}
#wp_page_numbers ul li a:hover{
	color:#4b66f3;
}
#wp_page_numbers ul li.active_page a {
	background: #ebf1ff;
	border-top:2px solid #3b7bff;
}
.content aside{
	background:#fff;
	padding:12px;
	border-radius:8px;
	margin-bottom:15px;
	box-shadow: 0px 2px 4px rgba(191, 189, 189, 0.31);
	border:1px solid transparent;
	transition: 0.3s all ease;
		border: 4px solid #1890c8;

}
.content aside.pink{
	border:1px solid #efcce0;
}
.content aside.pink .title.bg_title:before{
	background-color:#fe38a9;
}
.content aside.pink .title.bg_title{
	background: #ce0a7a;
}
.content aside .title.bg_title{
    background: #557df7;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    transition: 0.3s all ease;
    text-align: center;
    height: 21px;
}
.content aside .title.bg_title:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
    background-color:#0a3fdb;
	width:100%;
	height:90%;
	transform: rotate(3deg);
	transition: 0.3s all ease;
}
.content aside .title .text{
	color: #fff;
    font-size: 14px;
    position: relative;
    padding-top: 3px;
    display: block;
}

.content aside .tabs {
    display: flex;
    justify-content: center;
    margin: 35px 0 15px;
    border-bottom: none;
}

.content aside .tabs .nav-link {
	border: 1px solid transparent;
    color: #767676;
    padding: 4px 10px;
    margin: 6px;
    font-weight: 900;
    font-size: 14px;
    transition: 0.3s;
}
.content aside .tabs .nav-link.active {
    color: #FF9800;
    border-top: 1px solid #FF9800;
    border-bottom: 1px solid #FF9800;
}
.content aside .tab-pane{
    display:none;
    padding: 0;
}
.content aside .tab-pane.active {
	display:block;
} 
.content aside .tab-content li  .number{
    background: #f2f2f2;
    border-radius: 100%;
    color: #6d6d6d;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    margin-left: 8px;
	transition: 0.3s all ease;
}
.content aside .tab-content li {
    padding: 0;
}
.content aside .tab-content li a{
	color:#434343;
	font-size:12px;
	transition: 0.3s all ease;
	display: block;
	padding:10px;
}
.content aside .tab-content li a:hover {
    color: #FF9800;
    background: transparent;
}
.content aside .tab-content li a:hover .number{
	color:#fff;
	background:#FF9800;
}
.content aside .tab-content li a:hover .view{
	opacity:1;
}
.content aside .tab-content li a .view {
    border-radius: 5px;
    font-size: 11px;
    background: #f4f4f4;
    color: #939393;
    border-radius: 5px;
    padding: 3px 8px;
    margin-right: 12px;
	position:absolute;
	opacity: 0;
	transition: 0.3s all ease;
}
.content aside .tab-content li a .view:before{
    left: 93%;
    top: 3%;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0;
    position: absolute;
    border-left-color: #f4f4f4;
    border-width: 10px;
}
.content aside .post_film{
	display:flex;
	justify-content:space-between;
	margin: 25px 0;
}
.content aside .post_film figure{
    width: 135px;
    height: 190px;
    box-shadow:0px 0px 13px rgba(0, 0, 0, 0.17);
}
.post_film img {
	width: 100%;
	height: auto;
}
.content aside .more_archiv {
    text-align: center;
    padding-bottom: 7px;
    color: #7f7f7f;
}
.content .links ul{
	padding:20px 0;
}
.content .links ul li{
	padding:3px 0;
}
.content .links ul li a{
    color: #646464;
    font-size: 13px;
    display: block;
	position:relative;
    padding: 4px 25px;
	transition: 0.3s all ease;
}
.content .links ul li a:hover{
	background:#f1f8ff;
	color:#308ffd;
	border-radius: 14px;
}
.content .links ul li a:hover:before{
	background-color: #308ffd;
}
.content .links ul li a:before{
	content:'';
	position:absolute;
    top: 9px;
    right: 12px;
    background-color: #c8c8c8;
    width: 8px;
    height: 8px;
	border-radius:100%;
	transition: 0.3s all ease;
}
.sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sidebar aside{
	width:49%;
	padding: 0;
    border: none;
    font-size: 12px;
}
aside ul{
    padding:20px 0;
}
aside #recentcomments {
    padding: 20px 8px;
}
aside ul li{
	padding: 2px 0;
}
aside ul li a{
	font-size:12px;
	color:#7f7f7f;
	display:block;
	padding: 5px 10px;
	transition: 0.3s all ease;
}
aside ul li a:hover{
	background:#f3f3f3;
}
footer {
	background:#070640;
	border-top:2px solid #382d4b;
	padding-top: 20px;
}
footer .list .title {
	padding: 20px 24px;
	color:#fff;
	font-size:18px;
	font-weight:900;
	position:relative;
	border-bottom: 1px solid #292536;
    margin-bottom: 14px;
}
footer .list .title:before{
	content:'';
	position:absolute;
	top:30px;
	right:0;
    background:linear-gradient(to right, rgb(144, 50, 232) 0%, rgb(147, 49, 232) 100%);
	width:10px;
	height:10px;
	transform: rotate(42deg);
}
footer .list ul li a{
	color:#aeadd9;
	transition:0.3s all ease;
	display:block;
    padding:8px 0;
    font-size:13px;
}
footer .list ul li a:hover{
	color:#fff;
}
footer .list.tags a {
	color: #aeadd9;
    padding: 5px;
    display: inline-block;
	transition:0.3s all ease;
}
footer .list.tags a:hover {
	background: #171652;
}
footer .list .icon_bg{
	position:relative;
}
footer .list .icon_bg{
	color:#1f1e58;
	font-size:18px;
	font-weight:900;
	text-align: left;
    padding: 17px 0;
	margin-bottom: 15px;
}
footer .list .icon_bg span{
	color:#fff;
	padding: 0 10px;
}
footer .list .icon_bg:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	background:url(images/icons.png) no-repeat 102% 49%;
    background-color:#181765;
	width:50px;
	height:50px;
	border-radius:100%;
}
footer .list .icon_bg.email:before{
	background-position:90% 49%;
}
footer .list .social,.socials {
	display:flex;
	padding:10px 0;
}
footer .list .social a ,.socials a {
	margin:0 19px;
	position:relative;
	transition:0.3s;
}
footer .list .social a:hover {
	opacity:0.8;
}
footer .list .icon:before , .socials a:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	background:url(images/icons.png) no-repeat 91% 71%;
	width:21px;
	height:21px;
}
footer .list .social a.you:before{
	background-position:80% 71%;
}
footer .list .social a.tel:before , .socials a.tel:before{
	background-position:68% 71%;
}
footer .list .social a.link:before{
	background-position:57% 71%;
}
footer .list .social a.feed:before, .socials a.feed:before{
	background-position:46% 71%;
}
footer .list .social a.insta:before, .socials a.insta:before{
	background-position:35% 71%;
}
footer .list .social a.gplus:before{
	background-position:24% 71%;
}
footer .list .social a.tw:before{
	background-position:13% 71%;
}
footer .list .social a.fb:before{
	background-position:2% 71%;
}
footer .list .apps{
	display:flex;
	justify-content:space-between;
    margin-top: 40px;
}
footer .list .apps a{
	color: #fff;
    padding:11px 9px;
    border-radius: 18px;
    font-size: 12px;
	position:relative;
	transition:0.3s;
}
footer .list .apps a:hover {
	opacity:0.8;
}
footer .list .apps a.gply{
    background: linear-gradient(to right, rgb(76, 175, 82) 0%, rgb(48, 180, 58) 100%);
	padding-left: 41px;
}
footer .list .apps a.android{
    background: linear-gradient(to right, rgb(45, 180, 60) 0%, rgb(92, 186, 1) 100%);
	padding-left: 41px;
}
footer .list  a.gply:before{
	background-position:35% 35%;
    right: 80%;
    top: 6px;
    width: 30px;
    height: 25px;
}
footer .list  a.android:before{
	background-position: 35% 6%;
    right: 81%;
    top: 5px;
    width: 30px;
    height: 25px;
}
footer .copyright {
    background: #fff;
    padding:20px 0;
    margin-top: 35px;
    text-align: center;
}
footer .copyright span , footer .copyright p{
	color:#6b6b6b;
	margin-top:10px;
}
footer .copyright a{
	color:#0a0641;
	font-weight:normal;
	transition:0.3;
}
footer .copyright a:hover {
	font-weight: bold;
}
.response_head{
	display:none;
}
.fixed_ads {
  position: fixed;
  right: 0px;
  bottom: 0px;
}
.infos.socials {
  background: #5959ff;
  height: 44px;
  border-radius: 5px;
  justify-content: start !important;
}
small.date {
    display: block;
    background: #f7f7f7;
    color: #888;
    padding: 8px 17px;
}
/*single*/
.content .big_post .content_post .lyrics {
    margin-top: 11px;
    line-height: 27px;
}
.content .big_post .content_post .lyrics h2 ,.content .big_post .content_post .lyrics h3 ,.content .big_post .content_post .lyrics h4 {
	font-size:15px;
	padding-bottom:10px;
}
.content .big_post .content_post .lyrics h2 a{
	color:#2e2e2e;
}
.content .big_post .content_post .tab .tabs{
    display: flex;
    border-bottom: 1px solid #f4f4f4;
    margin-top: 30px;
}
.content .big_post .content_post .tab .tabs a{
	color:#727272;
    padding: 13px 15px;
	font-size:13px;
	transition:0.3s;
}	
.content .big_post .content_post .tab .tabs a:hover {
	color: #5e4fcc;
}
.content .big_post .content_post .tab .tabs .nav-link.active{
    color: #000;
    font-weight: 900;
    box-shadow: 0px -3px 24px -1px rgba(0, 0, 0, 0.05);
	border-radius: 10px 10px 0 0;
}
.content .big_post .content_post .tab .tab-pane {
    box-shadow: 0px 7px 21px -2px rgba(0, 0, 0, 0.08);
    border-radius: 8px 0px 8px 8px;
	padding: 15px;
	display:none;
}
.content .big_post .content_post .tab-pane.active {
	display:block;
} 
.content .big_post .content_post .tab #download {
    padding: 0;
}
.content .big_post .content_post video {
	width: 100%;
    height: auto;
    border-radius: 6px;
    margin-top: 10px;
}
.content .big_post .content_post .tab .dl{
	padding: 20px 10px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content .big_post .content_post .tab .dl a{
    background-image: linear-gradient(to right, #6785da 0%, #2196F3 51%);
    color: #ffffff;
    text-shadow: 0 1px 4px #633d0038;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(135, 190, 72, 0.2);
    font-size: 13px;
    background-size: 200% auto;
    transition: 0.3s all ease;
    margin: 8px auto;
    width: 48%;
    padding: 10px 0;
    font-weight: normal;
}
.content .big_post .content_post .tab .dl a:hover{
	background-position: right center;
}
.content .big_post .content_post .tab .tab-pane .table-responsive {
    padding: 20px;
}
.content .big_post .content_post .tab .tab-pane .table thead th{
	background: #f3f3f3;
    border-bottom: none;
    color: #727272;
}
.content .big_post .content_post .tab .tab-pane .table td{
	border-bottom: 1px solid #dee2e6;
	border-top:none;
	color: #727272;
}
.content .big_post .content_post .tab .tab-pane .table td{
    position:relative;
    transition: 0.3s;
}
.content .big_post .content_post .tab .tab-pane .table td .icon {
    cursor: pointer;
}
.content .big_post .content_post .tab .tab-pane .table td .icon:before{
	content:'';
	position:absolute;
    top: 15px;
    right: 38px;
    background: url(images/icons.png) no-repeat 2% 82%;
    width: 19px;
    height: 15px;
}
.content .big_post .content_post .tab .tab-pane .table td .icon.dwl:before{
    background-position: 11% 82%;
    right: 55px;
}
.content .big_post .content_post .tab .tab-pane .table tr:hover td,.content .big_post .content_post .tab .tab-pane .table tr.active td{
	background:#f6f6ff;
	color:#9c71fe;
}
.content .big_post .content_post .tab .tab-pane .table tr .icon:hover:before,.content .big_post .content_post .tab .tab-pane .table td .icon.pause:before{
    background-position: 2% 90.7%;
}
.content .big_post .content_post .tab .tab-pane .table tr .icon.dwl:hover:before{
    background-position: 11% 91%;
}
.content .big_post .content_post .tab .tab-pane .online_play.single .player{
	padding-bottom: 20px;
	border-radius: 0 0 8px 8px;
    box-shadow: none;
    padding-top: 0px;
    border-top: 1px solid #f4f4f4;
}
/*tab*/
.content .big_post .content_post .tab form label {
    color: #828692;
    font-weight: normal;
	padding: 5px;
	font-size:13px;
}
.content .big_post .content_post .tab form .input_holder {
    display: flex;
    justify-content: space-between;
}
.content .big_post .content_post .tab form textarea,.content .big_post .content_post .tab #link input {
    border: 1px solid #ced5dd;
    width: 100%;
    height: 37px;
    direction: ltr;
    color: #828692;
    font-weight: normal;
    font-size: 11px;
	padding:0 10px;
}
.content .big_post .content_post .tab #link span{
	color: #828692;
    font-size: 13px;
}
.content .big_post .content_post .tab #tags ,.content .big_post .content_post  .tab #musics  {
    text-align: right;
}
.content .big_post .content_post .tab #tags a{
	border:none;
	transition:0.3s;
	display: inline-block;
    padding: 5px;
	color: #797979;
	font-size:13px;
}
.content .big_post .content_post .tab #tags a:hover {
	color: #3F51B5;
}
.content .big_post .content_post .tab #musics a{
	display:block;
	padding:7px;
	transition:0.3s;
	border-radius: 6px;
	font-size:13px;
	color: #444444;
}
.content .big_post .content_post  .tab #musics a:hover{
	background: #eaeaea;
}
.content .big_post .content_post .foot_post .social {
    display: flex;
    padding: 10px;
}
.content .big_post .content_post .foot_post .social .icon{
	position:relative;
	margin:0 20px;
	transition:0.3s;
}
.content .big_post .content_post .foot_post .social .icon:hover {
	opacity:0.7;
}
.content .big_post .content_post .foot_post .social .icon:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	background:url(images/icons.png) no-repeat 57% 83%;
	width:21px;
	height:21px;
}
.content .big_post .content_post .foot_post .social .icon.link:before{
	background-position:49% 83%;
}
.content .big_post .content_post .foot_post .social .icon.gplus:before{
	background-position:39% 83%;
}
.content .big_post .content_post .foot_post .social .icon.tw:before{
	background-position:30% 83%;
}
.content .big_post .content_post .foot_post .social .icon.fb:before{
	background-position:21% 83%;
}
.content.sng .box {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(191, 189, 189, 0.31);
    padding: 15px;
}
.content.sng .box .title {
    color: #656565;
    padding: 5px 6px 20px;
    font-size: 16px;
}
.comment-respond {
    background: #FFf;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.comment-respond .input_holder {
    display: flex;
    justify-content: space-between;
}
.comment-respond .inp {
    display: flex;
    justify-content: space-between;
}
.comment-respond input, .comment-respond textarea {
    background: #f0f1f3;
    padding: 8px;
    border-radius:5px;
    width: 49%;
    border: 1px solid transparent;
	transition:0.3s;
}
.comment-respond input::placeholder, .comment-respond textarea::placeholder{
	color:#aaaaaa;
	font-weight:normal;
	font-size:13px;
}
.comment-respond input:focus, .comment-respond textarea:focus {
	background:#fff;
	border:1px solid #6b7bd2;
}
.comment-respond textarea {
    width: 100%;
    height: 150px;
    margin: 10px 0;
}
.comment-respond .input_holder.foot {
    margin-top: 10px;
}
.comment-respond .input_holder.foot span {
    margin-top: 13px;
    font-size: 12px;
    color: #969696;
}
.comment-respond form .btn {
    background: linear-gradient(to right, #4192b9 0%, #1f8bbf 100%);
    border: none;
    color: #fff;
    padding: 10px 31px;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.3s all ease;
    cursor: pointer;
    width: 145px;
}
.comment-respond form .btn:hover {
	opacity:0.8;
}
.comment-form-cookies-consent {
    display: flex;
    font-size: 12px;
    margin-top: 16px;
}
.comment-form-cookies-consent input {
    width:auto;
    margin-left: 5px;
}
.content.sng .answer .cm_title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
	color:#505050;
}
.content.sng .answer .cm_title .right {
    display: flex;
}
.content.sng .answer .cm_title a {
    color: #464646;
}
.content.sng .answer .cm_title span.name {
    font-weight:900;
	position:relative;
    padding-right:15px;
    margin-left:5px;
}
.content.sng .answer .cm_title span.name:before{
	content:'';
	position:absolute;
	top:6px;
	right:0;
	background:#ff8e18;
	width:8px;
	height:8px;
	border-radius:100%;
}
.content.sng .answer .cm_title span.name.admin:before{
	background:#a5d237;
}
.content.sng .answer .cm_title span.date {
    color: #909090;
    font-size: 12px;
    margin-top: 1px;
}
.content.sng .answer .box p {
    color: #7e7e7e;
}
.content.sng .answer .box.admin {
    border-right:4px solid #FF9800;
}
.content.sng .answer .children {
    margin-right: 25px;
}
.nocomm {
    background: #e8f8ff;
    border: 1px solid #9cd5ef;
    color: #4675a5;
    margin: 5px 0;
    padding: 15px;
    font-size: 13px;
    border-radius: 5px;
}
.content.sng .comment-awaiting-moderation {
    background: #8BC34A;
    color: #FFF;
    padding: 10px;
    display: block;
    margin: 10px 0;
    border-radius: 5px;
}
.insta img,.insta video {
  width: 80%;
  height:auto;
  margin: 8px auto;
  display: block;
}
.col-md-12.posts.insta {
  flex-wrap: wrap;
}



/*size 768*/
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0px;
    overflow-x: visible;
    transition: 0.5s;
	display:none;
}
.sidenav .layer {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
	display:none;
}
.sidenav .scroll {
	height: inherit;
    overflow-y: scroll;
    direction: rtl;
    margin-bottom: 20px;
    overflow-x: hidden;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.18);
    width: 85%;
    z-index: 2;
    position: absolute;
    right: -1000px;	
    background: #fff;
}
.sidenav .head {
    background:linear-gradient(to right, #FFC107 0%, #FF9800 100%);
    padding: 10px;
    width: 100%;
    position: relative;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.07058823529411765);
	display: flex;
    justify-content: center;
}
.content .big_post .title {
    padding: 19px 15px;
}
.content .big_post .title a, .content .big_post .title h1, .content .big_post .title h2, .content .big_post .title h3, .content .big_post .title h4, .content .big_post .title div {
    width: 78%;
    margin-right: 18px;
}
.response_head .close, .sidenav .close, .sidenav .cls_side {
    background:url(images/icons.png) no-repeat 86% 99%;
    width: 30px;
    height: 30px;
    padding: 25px;
    position: absolute;
    left: 8px;
    top: 10px;
}
.response_head .close, .sidenav .close, .sidenav .logo img {
    width: 55px;
}
.sidenav .head .logoside {
	background-image: url(images/icons.png);
    background-repeat: no-repeat;
	background-position: 0% 2%;
    width: 72px;
    height: 30px;
    padding: 25px;
}
.sidenav .head .title {
	color:#fff;
	display: inline;
}
.sidenav .head form {
	display: flex;
}
.sidenav .head form input[type=text] {
	width: 100%;
    background: #ffffff;
    border: 0;
    padding: 10px;
    color: #383838;
    font-size:14px;
}
.sidenav .head form input[type=text]::placeholder {
	color:#afaca7;
}
.sidenav .head form input[type="submit"] {
    padding: 0 13px;
    background: url(images/icons.png) no-repeat 0% 0.5% #FFF;
    width: 38px;
    height: 34px;
    position: absolute;
    left: 25px;
    top: 42px;
    cursor: pointer;
    border: 0;
}
.sidenav .head .title a {
	display:block;
	color:#FFF;
}
.sidenav .head i {
	color:#fff;
	float:left;
	padding: 3px;
	transition:0.3s all ease;
	cursor:pointer;
	font-size:18px;
}
.sidenav .head i:hover {
	color:#ac98ca;
}
.sidenav .sep {
	background:#eee;
	padding:13px;
}
.sidenav .links .menu {
    background: transparent;
    padding: 0;	
	display:block;
}
.sidenav .links .drop {
	padding:10px 13px;
	font-size:15px;
	cursor:pointer;
	border-bottom: 1px solid #dee5e7;
	color:#707070;
}
.sidenav .links .drop.active {
	background:#f1f1f1;
}
.sidenav .links .drop:hover {
	background:#f7fafb;
}
.sidenav .links .angle {
	color:#888;
	float:left;
	padding: 2px;
	transition:0.3s all ease;
	cursor:pointer;
}
.sidenav .links .under {
	display:none;
}
.sidenav .links .under.show {
	display:block;
}
.sidenav .links .under .list,.sidenav .links ul li  {
	border-bottom:1px solid rgba(216, 216, 216, 0.68);
	direction: rtl;
    text-align: right;
	display:block;
}
.sidenav .links .under .list a,.sidenav .links ul li a {
	padding:13px 13px;
	font-size:13px;
	color:#272727;
	display:block;
	transition:0.3s all ease;
}
.sidenav .links .under .list a:hover,.sidenav .links ul li a:hover {
    color: #2a074a;
	font-weight: 900;
	background:#eee;
}
.sidenav .login_div {
    display: flex;
}
.sidenav .login_div .avt img {
    border-radius: 100%;
}
.sidenav .login_div .uname {
    margin-top: 22px;
    margin-right: 14px;
}
.response_head {
    display: none;
    background: linear-gradient(to right, rgb(255, 189, 0) 0%, #FF9800 100%);
    margin-bottom: 15px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
}
.response_head .reponsesearch {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background:linear-gradient(to right, rgb(255, 189, 0) 0%, #FF9800 100%);
    display: none;
}
.response_head .logo img {
    width: 45px;
    margin-top: 12px;
}
.response_head .imgs {
    padding: 5px 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.21);
}
.response_head .reponsesearch form {
    display: flex;
    padding: 10px;
    position: relative;
}
.response_head .reponsesearch label {
    width: 30px;
    height: 30px;
    background: url(images/icons.png) no-repeat 95% 96%;
    margin-top: 5px;
    margin-right: 11px;
    margin-bottom: 0;
    opacity: 0.5;
}
.response_head .reponsesearch form input[type=text] {
    width: 100%;
    border: 0;
    padding: 7px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}
.response_head .reponsesearch form input[type=text]::placeholder{
	color:rgba(255, 255, 255, 0.48);
}
.response_head .reponsesearch form input[type=submit] {
    display: none;
}
.response_head .close {
    background: url(images/icons.png) no-repeat 87% 100%;
    width: 30px;
    height: 30px;
    padding: 25px;
    position: absolute;
    left: 8px;
    top: 5px;
}
.response_head .img {
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
	width: 50px;
    height: 55px;
    background-position: 74% 50%;
    margin-top: 10px;
}
.response_head .img.sc {
    background-position:96% 96%;
	width: 30px;
    height: 30px;
    margin: 20px;
}
.response_head .img.nv {
    background-position: 72% 97%;
	width: 30px;
    height: 30px;
    margin: 20px;
}
.artist-archive {
    display: flex;
    flex-flow: wrap;
}
.artist-archive .artist-post {
    width: 197px;
    background: #FFF;
    margin: 0 7px 12px;
    border-radius: 10px;
    padding: 10px 0 20px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.07058823529411765);
    color:#000;
    transition:0.3s;
}
.artist-archive .artist-post:hover {
    transform: translateY(-4px);
}
.artist-archive .artist-post .cover {
    width: 125px;
    height: 125px;
    overflow: hidden;
    border-radius: 100%;
    margin: 14px auto;
}
.artist-archive .artist-post .cover img {
    width:100%;
    height:auto;
}
.artist-archive .artist-post .info  {
    text-align:center;
}
.artist-archive .artist-post .info h2 {
    font-size: 14px;
    font-weight: bold;
}
.artist-archive .artist-post .info p {
    color: #888;
    font-size: 12px;
    margin-top: 6px;
}
.artist-archive .artist-post .info .views {
    font-size: 12px;
    margin-top: 8px;
    position: relative;
    padding-right: 22px;
    display: inline-block;
}
.artist-archive .artist-post .info .views:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(images/views.png) no-repeat;
}
.full_post {
	display:flex;
	margin-top:20px;
}
.full_post .left {
    text-align: right;
    margin-right: 15px;
	padding-top: 12px;
	width: 72%;
}
.full_post .ttl {
	margin-bottom: 15px;
}
.full_post .player audio {
	width:100%;
}
.full_post .links {
	display:flex;
	justify-content:space-between;
}
.full_post audio {
    background-color: #eeeeee;
    border-radius: 5px;
}
.full_post .links a {
    background: #EEE;
    color: #292929;
    width: 49%;
    border-radius: 5px;
    padding: 8px;
    font-size: 13px;
    text-align: center;
	transition:0.3s;
}
.links a:hover {
    background: #607D8B; 
	color:#fff;
}
.bio .showmore {
    background: #EEE;
    padding: 5px 35px;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: max-content;
    transition:0.3s;
}
.bio .showmore:hover {
    background: #5334cc;
    color: #fff;
    box-shadow: 0 0 10px #5334cc69;
}
.bio {
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 4px rgba(191, 189, 189, 0.31);
    font-size: 13px;
    line-height: 27px;
}
.bio h2 {
    font-size: 17px;
    font-weight: bold;
    padding: 7px 10px;
    margin-bottom: 11px;
    border-right: 2px solid #7d4fce;
    box-shadow: inset -16px 0px 8px -9px #673ab717;
}
.bio .text {
    margin-bottom: 5px;
}
.abstract-group {
    position: absolute;

}

.abstract-group .abstarct {
    border-radius: 120px;
}

.grey-abstract {
    left: -300px;
    top: 400px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.grey-abstract .abstarct {

    width: 600px;
    height: 600px;

    z-index: 1;
    background: #f0f0f0;

}

.blue-abstract {
    top: 700px;
    right: -400px;

}

.blue-abstract .abstarct {
    background: #00c6db;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1100px;
    height: 600px;
    position: absolute;
    top: 0;
    margin-top: 15px;
    right: 0;

}

.blue-abstract .abstarct:nth-child(1), .red-abstract .abstarct:nth-child(1) {
    opacity: 1;
}

.blue-abstract .abstarct, .red-abstract .abstarct {
    opacity: 0.2;
}

.blue-abstract .abstarct:nth-child(2), .red-abstract .abstarct:nth-child(2) {
    top: 100px;
}

.blue-abstract .abstarct:nth-child(3), .red-abstract .abstarct:nth-child(3) {
    top: 200px;

}

.blue-abstract .abstarct:nth-child(3), .red-abstract .abstarct:nth-child(3) {
    top: 300px;

}

.red-abstract {
    top: 1500px;
    left: -200px;
}

.red-abstract .abstarct {
    background: #F45D70;
    right: auto;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 600px;
    height: 600px;
    position: absolute;

}