/*mobile styles*/

.mobFooter {
    width:90%;
    margin-left: 5%;
    position: absolute;
    bottom: 0;
}

.mobMenu{
    padding-top: 0;
    padding-bottom:20px;
	transform: translateY(-20px);
}
.mobNav div.mobBascket {
    float: right;
    color: #fff;
    font-size: 1.2rem;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    padding-left: 0;
    transition-duration: 1s;
}
.mobCount{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #b02934;
    color: #b02934;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius:50% ;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 0!important;
    margin:0 10px ;
    font-size: 1.5rem;
}
.mobNav div span{
    display: inline-block;
    transform: translateY(5px)

}
.mobNav div span::before {
    font-size: 2.5rem!important;
    padding-left: 5px;
    font-size: 2rem;
    padding-left: 5px;
    color: #b02934;

}
.mobHalfBox {
    width: 50%;
    float: left;
    padding: 10px;
    margin-top: 0px;
    color: white;
    font-size: 1.8rem;
    text-align: center;
	margin-bottom: 20px;
}
.mobHalfBox span{
    display: inline-block;
    /*    margin-top: 10px;*/
    position: absolute;
    top:100%;
    left: 50%;
    transform: translate(-50%,0);
    width : 120%;
}
/*
.mobHalfBox:last-child{
    margin: 0 25%;
}
*/
.Mobcircle{
    width:70%;
    padding-top:70%;
    -webkit-border-radius: 50%;
    -moz-border-radius:  50%;
    -ms-border-radius:  50%;
    -o-border-radius:  50%;
    border-radius:  50%;
    border: 1px solid transparent;
    position: relative;
    margin: 0 auto;

}
.Mobcircle img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50%;
}
.mobMenu{

    width: 80%;
    margin-left: 10%;

}

body{
    background-color: #000;
}
.mobFooterItem {
    width: 24%;
    display:block;
    margin-left: 1%;
	padding: 20px 0;
	text-align: center;
	float: left;
}
.mobFooterItem img{
width: 30% !important;
	margin: 0 auto;
}
.mobFooter{
/*position: relative;*/

} 
.mobFooter::before{
content: "Apps & Social";
color: white;
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%) translateY(20px);
font-size: 1.8rem;	
}
.mobFooter .row{
    text-align: center;
    font-size: 2rem;
    color: #fff;
    padding-top: 70px;
}
.mobFooter .row:last-child{
    padding-top: 30px;
}
.MobSearchContainer{
    float: left;
    height: 50px;
    width: 120px;
    line-height: 50px;
    margin-left: 10px;
    /*    background-color: orange;*/
    position: absolute;
    transition-duration: 1s;
    left: 0;
}
.MobSearchContainer::before{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #fff !important;
}
.MobSearchContainer input{

    display: inline-block;
    height: 30px;
    padding: 5px ;   
    width: 100%;
    border-radius: 30px;
    border:1px solid #b02934;
    padding-left: 30px;
    color: #fff;

}
.mobileSearchResult{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 70px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 1.2s;
    /*    transition-delay: 1s;*/
}

.mobSearchedItemTitles{
    width: 80%;
    /*    margin:0 auto;*/
    border-bottom: 1px solid rgba(176, 41, 52, 0.56);
    padding-bottom: 10px;
    margin:20px auto;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}
.MobSearchCloseBtn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    transition-duration: 1s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

@media screen and (max-width:768px){
	.playerBuyBox{
position: static !important;

}
    .englishLan,.farsiLan {
        font-size: 1.5rem;

    }	
    .farsiLan {
        font-family:'IRANSans-web'!important;	
    }
    .lanMobMenu{
        font-family:'IRANSans-web'!important;	
    }
    .mobMenu h2{

        width: 100%;
        text-align: center;
        font-size: 3rem;
        padding: 10px 0;
        color: #fff;
    }
    .searchedItemResult{
        display: inline-block;
    }
    .searchedItemResultText{
        height: 50px;
        line-height: 50px;
        font-size: 1.5rem;
    }
    .searchedItemResultPic {
        background-size: cover;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
}

@media screen and (max-width:768px) and (min-width:470px){

    .mobHalfBox{
        width: 25%;
    }
    .searchedItemResult{
        display: inline-block;
    }
    .searchedItemResultText{
        height: 50px;
        line-height: 50px;
        font-size: 1.5rem;
    }
    .searchedItemResultPic {
        background-size: cover;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
}
@media screen and (max-width:768px){
    .control span:hover::before {
        color: #fff !important;
    }
    .control span:active::before {
        color: #b02934 !important;
    }
    .playerVideoContainer{
        width: 90%;
    }
    .playAlbumInformationContainer .row{
        padding: 10px 15px;
    }
    .playAlbumInformationContainer *{
        font-size: 1.6rem !important;
    }
    .playAlbumInformationContainer{
        width: 100%;
        margin: 0;
        padding-top: 50px;
    }
    .playerContainer{
        margin: 0 auto;
        float: none !important;
        clear: both;
    }
    .playerBuyBox {
        top: 100%;
    /* left: 10%; */
    right: 0;
    transform: translateY(10%);
    FLOAT: RIGHT;
    margin-right: 10px;
    }
    .trackPageStepItem{
        width: 100%;
        margin-top: 50px;
    }
    .factorImage{
        width: 100%;
        margin: 0;
        margin-top: 50px;
    }
    .infoForm{
        width: 90%;
    }
    .factorTable td{
        text-align: center;
    }
    .factorTable td div{
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .factorItemContainer{
        width: 95%;
    }
    .contactFormInfoContainer,
    .contactFormMessageContainer {
        width: 90%;
        margin-left: 5%;
        padding: 0;
    }
    .contactFormMessageContainer{
        margin-top:30px;
    }
    .contactAddressContainer{
        padding: 30px;

    }
    .contactFormContainer{
        width: 80%;
margin-left: 10%;
    }
    .contactAddressContainer>div{
        line-height: 2em;
        font-size: 1.4rem;
    }
    .halfWidthCenterDiv {
        margin-left: 10%;
        margin-top: 30px;
        width: 77%;
    }
    .personalArtistPageItem{
        width: 50%;
        padding: 5px;
    }
    .artistName{
        width: 200px;
    }
    .artistGenrePic{
        background-size: auto 80%;
        background-position: center 30px;
    }
    .nameArtist{
        font-size: 1.6rem;
    }
    .artistGenrePic{
        width: 60%;
    }
    .artistGenreNavigation{
        width: 40%;
    }
    .btnContainer {
        bottom: 100px !important;
    }
    .buySlide .fullPage{
        left: 0;
        right: 0;
        padding: 0;
        margin: 0;
    }
    .buySlide{
        left: 0;
        right: 0;
        padding: 0;
        margin: 0;
    }
    .PagesContentContainerOuter{
        overflow-y: scroll;
    }
    /*common css for responsive*/
    body{
        background: #000 !important;
    }
    .desDisplayBlock{
        display:none;
    }
    .MobDisplayBlock{
        display:block;
    }
    /*   language page*/
    .lansItems {
        transform: none;
        margin:5px 15px;
    }
    .lanLogo{
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translate(-50%,-7px);
        margin: 0;
        width: 80px;
    }
    .englishLan, .farsiLan{
        width: 100px;
        line-height: 30px;
    }
    .lanBg {
        background-position:10% center;
    }
    /*    track page*/
    div.single{
        width: 75%;
    }
    /*    audio cd page*/
    .buySlide .fullPage h2{
        font-size: 4rem;
    } 
    div.playMore{
        width: 25px;
        line-height: 25px;
    }
    .buySlide{
        z-index: 5000;
    }
    .dvd{
        width: 80%;
        margin-bottom: 20px;
    }
    .dvdContainer{
        padding: 0;
    }
    .dvdText div{
        padding-bottom: 0;
        padding-top: 10px;
    }
    .dvdContainer *{
        font-size: 1.2rem!important;

    }
    div.CdCount{
        padding: 0;
    }
    .CdCount div{
        padding: 0!important;
        text-align: center!important;
    }
    .mobileGenreSelect{
        width:100%;
        height: 50px;
        text-align: center;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        bottom: 0 !important;
        left: 0;
        z-index: 30;
        font-size: 2rem;
    }
    .mobGenreSelectPU{
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition-duration: 1s;
        padding-top: 20px;
    }
    .mobGenreItem{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 2rem;
    }
    .mobileGenreSelect .mobNewGenreItemsContainer ul>li{
        font-size: 12px !important;
        border: none !important;
    }
    .mobileGenreSelect .mobNewGenreItemsContainer ul>li.selectedGenreItem{
        font-size: 15px !important;
    }

    .newGenreItemsInnerContainer>.selectedGenreItem{
        font-size:30px; 
    }
    .newGenreItemsInnerContainer>li{
        font-size: 20px;
    }
    .btnContainer div{
        font-size: 20px;
    }
    .btnContainer{
        width: 80%;
    }
    /*    mobile select Genre down icons*/
    .mobNewGenreItemsContainer{
        top:50% !important;
        position: absolute;
        transform: translate(-50%,-50%);
    }
    .newGenreItemsContainer{
        height: auto;
    }


    .newGenreItemsInnerContainer>li{
        font-size: 20px !important;
        height: 50px !important;
        line-height:50px !important;

    }
    .newGenreItemsInnerContainer{
        height: 50px !important;

    }
    .PagesContentContainerOuter{
        overflow-y: scroll !important;
    }
    .mobileInnerCotanier{

        min-height:100%!important;

    }

}
.selectedMobileSearchResult{
    opacity: 1;
    visibility: visible;
}
.blured{
    -webkit-filter: blur(5px);
    -o-filter:blur(5px) ;
    filter: blur(5px);

}
.mobLeftGenreBtn,
.mobRightGenreBtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
}
.mobLeftGenreBtn{
    left: 10px;
}
.mobRightGenreBtn{
    right: 10px;
    transform: translateY(-50%) rotate(180deg);
}
.mobileGenreSelect {
    overflow: hidden !important;
    transform: none !important;
}
