﻿@font-face {
    font-family: 'Conv_HelveticaNeue-Light';
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: local('☺'), url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/HelveticaNeue-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Gravity-Book';
    src: url('../fonts/Gravity-Book.otf');
    font-weight: normal;
    font-style: normal;
}
body {
   /* font-family: 'Conv_HelveticaNeue-Light', Sans-Serif;*/
   font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    background: #f6f6f6;
}
ul {
    list-style: none;
}
.marketplacePage {
    min-height: 81.3vh;
}
.marketplaceNav {
    clear: both;
}
.marketplaceNav ul {
    float: right;
}
.marketplaceNav > ul > li {
    float: left;
    line-height: 35px;
    padding: 15px 20px;
    position: relative;
}

.marketplaceNav > ul > li:last-child {
    padding-right: 0;
}
.marketplaceNav ul > li > a {
    color: #868686;
    display: inline-block;
    transition: all 0.5s ease;
	cursor:pointer;
}
.marketplaceNav ul > li > a:hover,
.marketplaceNav ul > li > a.active {
    color: #27bcb5;
    transition: all 0.5s ease;
}
.marketplaceNav ul > li > a > span {
    font-size: 30px;
    float: left;
    line-height: 30px;
    margin-right: 10px;
}
.marketplaceNav ul > li > a.active > span{color: #27bcb5;}
.marketplaceNav ul > li > ul.subMenu {
    position: absolute;
    min-width: 500px;
    background: #fff;
    top: 100%;
    margin-top: 0;
    float: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    right:0;
    padding: 5px 15px;
    z-index: 999;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transform-origin: 50% 50%;
    transform: translate(0, -30px);
	 border: 1px solid #d6d6d6;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14902), 0px 0px 1px rgba(0, 0, 0, 0.04706);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14902), 0px 0px 1px rgba(0, 0, 0, 0.04706);
}
.marketplaceNav ul > li > ul.subMenu:before{    background: #fff;
   
    border: 1px solid #d6d6d6;
    content: "";
    display: block;
    position: absolute;
    top: -9px;
	right: 20px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 0;
    -ms-transform-origin: 0% 0;
    transform-origin: 0% 0;
    z-index: 1;border-bottom: 0px;
border-right: 0px;}
.marketplaceNav ul > li > ul.subMenu li {
    margin: 0 7px;
    float: left;
    width: 30.11%;
    line-height: 25px;
    padding: 0 0 4px;
}
.marketplaceNav ul > li:hover .subMenu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}
.marketplaceNav ul > li > ul.subMenu li a {
    font-size: 13px;
    font-weight: normal;
}
.marketplaceNav > ul > li.hasMenu i {
    font-size: 18px;
}
/*.marketplaceNav ul > li > ul.subMenu::before {
    content: " ";
    display: block;
    position: absolute;
    margin: -0.55556rem auto .11111rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .27778rem;
    border-color: transparent transparent #c0d34b;
    top: -5px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #cecece;
    left: 45%;
}*/

.marketplaceBg {
    float: left;
}
.marketplaceBg img {
    margin: 0 auto;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 5px;
}
.marketplaceBg .carousel-indicators {
    bottom: 5px;
}
.innerContent {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 30px;
}
.marketplaceBg h1 {
    font-family: 'Conv_DIN Condensed Bold', Sans-Serif;
    font-size: 50px;
    color: #fff;
    width: 33%;
    text-shadow: 2px 2px 5px #181818;
    line-height: 50px;
}
.mpSearch {
    margin: 20px 0 0 0;

}
.mpSearch .left-inner-addon {
    position: relative;
}
.mpSearch .left-inner-addon i {
    position: absolute;
    color: #818181;
    font-size: 21px;
    right: 0;
    cursor: pointer;
    background: #ececec;
    padding: 9px 12px 0;
    height: 43px;
    border-radius: 0 4px 4px 0;
}
.mpSearch input[type="text"] {
    border: none;
    height: 43px;
    padding: 0 50px 0 15px;
    box-shadow: 0 0 1px #404040;
    font-size: 17px;
}
.mpfeatured {
    margin: 30px 0 0;
}
.mpheading {
    font-size: 28px;
    color: #4a4a4a;
    padding: 4px 0;
    position: relative;
    text-align: center;
    font-family: 'Conv_Gravity-Book', Sans-Serif;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.mpheading p {
    display: inline-block;
    background: #fff;
    padding: 0 15px;
}
.mpheading span {
    margin:0 10px;
}
.mpheading::after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    left: 0;
    top: 23px;
    z-index: -1;
}
/*.mpheading::before {
    display: inline-block;
	content: "";
	position: absolute;
	width: 37%;
	height: 1px;
	background: #d7d7d7;
	right: 0;
	top: 23px;
}*/

ul.mpfeaturedappBox {
    list-style: none;
    margin-left: -40px;
    margin-right: -40px;
}
ul.mpfeaturedappBox li {
    float: left;
    width: 10%;
    margin: 0 40px 30px;
}
.mpappIcon {
    border-radius: 20px;
    display: block;
    margin: 0 auto;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center top !important;
	box-shadow: 0 0px 7px 0px #d8d8d8;
}
.mpappDeatil {
    text-align: center;
    margin: 10px 0 0;
}
.mpappName {
    font-size: 17px;
    line-height: 21px;
    color: #333536;
    padding: 5px 0 2px;
}
.mpappCat {
    font-size: 14px;
    line-height: 18px;
    color: #a3a3a3;
}
.textTru {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.marketplaceBanner {
    margin: 0 0 30px;
}
.marketplaceBanner .desktop{
	display:block;
}
.marketplaceBanner .ipad{
	display:none;
}
.marketplaceBanner .iphone{
	display:none;
}

.marketplaceAppInstall {} .marketplaceAppInstall .mpappIcon {
    margin-right: 25px;
	max-width: 115px;
}
.marketplaceAppInstall .mpappDeatil {
    text-align: left;
    margin: 5px 0;
    width: calc(100% - 140px);
}
.marketplaceAppInstall .mpappName {
    padding: 0;
}
.marketplaceAppInstall .mprating {
    margin: 5px 0;
}
.marketplaceAppInstall .mprating i {
    font-size: 20px;
    color: #fda829;
	margin-right: 5px;
}
.marketplaceAppInstall .mpdownload {
    color: #868686;
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0 5px;
    clear: both;
    overflow: hidden;
}
.marketplaceAppInstall .mpdownload .vbar {
    width: 1px;
    background: #868686;
    height: 23px;
    margin: -2px 5px;
    display: inline-block;
    line-height: 23px;
    float: left;
}
.marketplaceAppInstall .mpdownload .mpchat {
    float: left;
    margin: 0 5px;
}
.marketplaceAppInstall .mpdownload .mpchat i {
    float: left;
    margin-top: 2px;
    padding-right: 5px;
}
.marketplaceAppInstall .mpInstall {
    margin-top: 5px;
}
.mpInstallBtn {
    background: #25b376;
    color: #fff !important;
    padding: 3px 35px 6px;
    font-size: 17px;
    border-radius: 8px;
    transition: all 0.5s ease;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.mpInstallBtn:hover {
    transition: all 0.5s ease;
    background: #2dcc88;
}
.marketplaceAppInstall .mpInstallrow {
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}
.marketplaceAppInstall .mpInstallrow:last-child{
	border-bottom: 0;
}
.gray-color {
    color: #868686;
    font-size: 16px;
}
/*Mobile header and serach box*/

.mobileHeader {
   display: none;
position: fixed;
top: 0;
z-index: 99;
width: 100%;
left: 0;
right: 0;
padding:15px 12px 0px 12px;
background: url(../images/bodyBg.png) repeat-x top center!important; -webkit-text-size-adjust: 100%; 
}
.mobileLogo {
    float: left;
    margin-right: 10px;
	width: 54%;
}
.mobileSearch {
   display: block;
margin: 3px 0 0 0;
padding: 0;
float: right;
position: absolute;
right: 50px;
width: calc(100% - 90px);
top: 15px;
}
.mobileSearch .left-inner-addon {
    position: relative;
}
.mobileSearch .left-inner-addon i {
    position: absolute;
    color: #818181;
    font-size: 16px;
    left: 0;
    cursor: pointer;
    padding: 9px 12px 0;
    height: 35px;
    border-radius: 4px 0 0 4px;
}
.mobileSearch input[type="text"] {
    height: 35px;
    padding: 0 15px 0 40px;
    background: #ececec;
}
/*===APP DETAIL PAGE===*/

.appDetailBg {
    background: url(../images/appdetailbg.png) no-repeat top center;
    padding: 25px;
    overflow: hidden;
    clear: both;
    color: #fff;
    border-radius: 5px;
    background-size: cover;
}
.appDetailBg h2 {
    color: #fff;
    font-family: 'Conv_Gravity-Book', Sans-Serif;
    font-size: 27px;
    font-weight: normal;
}
.appDetailBg h2 span {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    display: none;
	cursor: pointer;
}
.appDetailSection {
    margin-top: 20px;
}
.appDetailSection img {
    max-width: 190px;
    min-height: 190px;
    margin-right: 30px;
    border-radius: 30px;
}
.appDetailSection .mpappDes {
    color: #ffffff;
    font-size: 18px;
    margin-top: 7px;
}
.appDetailSection .mprating i {
    color: #feb11b;
    font-size: 23px;
	margin-right: 3px;
}
.mpshare {
    overflow: hidden;
    margin: 30px 0 0;
}
.mpshare li {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}
.mpshare li:last-child{width:auto; padding-right:0px;}
.mpshare li span.mpIcon {
    width: 56px;
    height: 56px;
    background: #15b474;
    display: inline-block;
    line-height: 61px;
    text-align: center;
    font-size: 25px;
    border-radius: 20px;
    margin-right: 20px;
}
.mpshare li span.mpcount {
    font-size: 28px;
    display: inline-block;
}
.mpsubHeading {
    font-size: 25px;
    line-height: 25px;
    color: #323232;
    margin-bottom: 10px;
	font-weight: 400;
}
.mpDescription {
    margin: 30px 0;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
}
.mpDescription p {
    color: #989b9f;
    font-size: 17px;
    line-height: 25px;
}
p.mpmore {
    padding-top: 50px;
}
.mpmore a {
    font-size: 17px;
    color: #929292;
}
.mpmore a span{
	position: relative;
	top: 3px;
	right: 2px;
}
.userComment ul.userReviews {
    margin-bottom: 30px;
    margin: 10px 0 30px;
}
.userComment ul.userReviews li {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    background: #f6f6f6;
}
.userComment ul.userReviews li:nth-child(even) {
    background: #f0f0f0;
}
.userComment .mpuserImg {
    width: 56px;
    float: left;
    margin-right: 20px;
}
.userComment .mpuserImg img {
    width: 56px;
    height: 56px;
    border-radius: 100%;
}
.userComment .mpuserComment {
    float: left;
    width: calc(100% - 76px);
}
.userComment .mpdateTime {
    position: absolute;
    right: 20px;
    color: #929292;
}
.userComment .mpuserName {
    color: #6c6c6c;
    font-size: 19px;
}
.userComment .mpUserRating i {
    color: #feb11b;
    font-size: 18px;
}
.userComment p.mpcomment {
    color: #989b9f;
    font-size: 16px;
    line-height: 25px;
}
.userComment .writeBtn {
    background: transparent;
    border: 1px solid #cecece;
    color: #737373;
	box-shadow: 0px 1px 1px #fff;
}
.userComment .writeBtn:hover{
	border: 1px solid #15b474;
	color: #15b474;
	box-shadow: 0px 1px 1px #15b474;
}
.mpMoreBtn {
    border-radius: 6px;
    padding: 5px 20px;
    color: #fff; background:#15b474;
    transition: all 0.5s ease; border:0px;
}
 
/*===END APP DETAIL PAGE===*/
/*===APP CATEGORY PAGE===*/

.mpCategory {} .mpCategory ul li {
    background: #f8f8f8;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.mpCategory ul li .mpcatImage {
    width: 115px;
    float: left;
    margin-right: 30px;
}
.mpCategory ul li .mpcatName {
    width: calc(100% - 145px);
    float: left;
    color: #555555;
    font-size: 20px;
    margin-top: 39px;
}
/*===END APP CATEGORY PAGE===*/
/*===APP TAB===*/

.mptab {
    max-width: 500px;
    margin: 50px auto;
}
.mptab ul {
    display: block;
    overflow: hidden;
    border: 1px solid #15b474;
    border-radius: 10px;
}
.mptab ul li {
    float: left;
    width: 33.33%;
}
.mptab ul li a {
    text-align: center;
    padding: 12px;
    display: block;
    color: #484a4b;
    font-size: 22px;
    transition: all 0.5s ease;
    border-right: 1px solid #e9e9e9;
}

.mptab ul li a.active,
.mptab ul li a:hover {
    background: #15b474;
    color: #fff;
    transition: all 0.5s ease;
}
/*===END APP TAB===*/
/*===WRITE REVIEW===*/

.mpWriteReview {
    margin-bottom: 20px;
}
.mpWriteReview .mpuRating {
    padding-bottom: 20px;
}
.mpWriteReview .mpuRating i {
    color: #b7b7b7;
    font-size: 25px;
}
.mpWriteReview .userCommentbox {
    background-color: #f8f8f8;
    box-shadow: none;
    color: #212121;
    height: 228px;
    padding: 15px;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    resize: none;
}
/*===END WRITE REVIEW===*/

.mppageHeading {
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px;
		color:#fff
}
.mpfreeHeader {
    height: 48px;
    padding: 12px;
}
.backBtn {
    position: absolute;
    top: 15px;
    font-size: 17px;
    cursor: pointer;
	color:#fff
}
.rightBack {
    right: 12px;
}
.carousel-inner{
	border-radius: 5px;
}
.multi-item-carousel img{
	border-radius:25px;
}
/*===FOOTER===*/
footer {
    background: #1a1a1a !important;
    padding: 15px !important;
    width: 100%;
  }
 .storecopyright{
	 color: #7a7a7a;
	font: 12px/21px Arial, Helvetica, sans-serif;
	clear: both;
	padding: 5px 15px;
 } 
 .storecopyright span{
	 color:#0087c7;
	 text-transform:uppercase;
 }
.footerMenu a {
    color: #dadada;
	font-size: 14px;
	display: inline-block;
	padding-right: 10px;
	transition: color .3s ease;
	position: relative;
	font-weight: 600;
}
.footerMenu a:after{
	content: "";
	position: absolute;
	height: 18px;
	width: 1px;
	background: #fff;
	right: 3px;
	top: 3px;
	opacity: 0.2;
	
}
.footerMenu a:last-child:after{
	
	background: transparent;
}
.social_icons-footer a {
    font-size: 16px;
    transition: color .3s ease;
    color: #b9b9b9;
    text-align: right;
    overflow: hidden;
    text-indent: -1046px;
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}
.social_icons-footer a span {
    text-indent: 890px;
}
footer a:hover{
	color:#fff;
	transition: color .3s ease;
}
/**/
.mobileDetailHead {
    padding: 10px !important;
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 !important;
    transition: all 0.5s ease all;
    opacity: 0;
	visibility: hidden;
}
.mobileDetailHead h2{
	font-size: 22px;
	margin-right: 5px;
	display: inline-block;
	float: left;
}
.mobileDetailHead img {
    width: 25px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0px 5px 0px #696969;
}
.noteText{
	color: #999;
	font-size: 13px;
}
/**/
/*===END FOOTER===*/
@media only screen and (max-width:480px){
	 
    .marketplaceNav {
        overflow: hidden;
        clear: both;
        margin-top: 0;
        position: fixed;
        bottom: 0;
        z-index: 999;
        background: #e2e5e6;
        left: 0;
        right: 0;
        width: 100%;
        box-shadow: 0 0 1px #888;
    }
    .marketplaceNav ul {
        float: none;
        margin-top: 0;
		display:flex;
    }
    .marketplaceNav ul li {
      padding: 0px 0;
text-align: center;
line-height: 17px;
font-size: 11px;
width: 20%;
flex: 1;
border-right: 1px solid #cdcdcd;
margin: 12px 0;
    }
	 .marketplaceNav ul li:last-child{border-right:0px;}
    .marketplaceNav ul li a span {
        float: none;
        display: block;
        line-height: 17px;
        font-size: 17px;
        margin-right: 0;
    }
    .marketplaceAppInstall .mpInstallrow {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 0;
		margin-bottom: 16px;
    }
    .marketplaceAppInstall .mpInstall {
        border: 0;
    }
    .marketplaceAppInstall {} .mpfeatured {
        margin: 10px 0 0;
    }
    .mpheading {
        font-size: 18px;
        margin: 0 -15px 12px;
    }
    .mpheading::after {
        top: 18px;
    }
   
    .mpheading span {
        margin:0 3px;
    }
	.mpheading p {
		padding: 0 10px;
}
    ul.mpfeaturedappBox {
        list-style: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    ul.mpfeaturedappBox li {
        width: 33%;
        margin: 0 auto 20px;
        text-align: center;
        padding: 0 10px;
    }
    .marketplaceAppInstall .mpappIcon {
        margin-right: 15px;
		max-width: 70px;
    }
    .marketplaceAppInstall .mpInstall {
        min-height: auto;
        margin: 0 0;
        padding: 10px 15px;
    }
    .marketplaceAppInstall .mpappDeatil {
        width: calc(100% - 85px);
    }
    .mpappDeatil {
        margin: 5px 0 0;
    }
	.mpappDeatil .mprating{
		font-size: 12px;
	}
	.mpappDeatil .mprating i{
		margin-right: 2px;
	}
    .marketplaceAppInstall .mprating {
        margin: 0px 0;
    }
    .mpappCat {
        font-size: 12px;
        line-height: 15px;
    }
    .mpappName {
        font-size: 14px;
        line-height: 16px;
		
    }
    .marketplaceAppInstall .mprating i,
    .gray-color {
        font-size: 11px;
    }
    .marketplaceAppInstall .mpdownload {
        font-size: 11px;
        line-height: 14px;
    }
    .marketplaceAppInstall .mpdownload .vbar {
        height: 18px;
        margin: -4px 5px;
    }
    .marketplaceAppInstall .mpdownload .mpchat {
        margin: 0 2px;
    }
    .mpInstallBtn {
        padding:3px 13px;
        font-size: 12px;
    }
    /*hide header and footer for mobile*/
    
    .container > .row {
        margin: 0;
    }
    .marketplaceBg img {
        border-radius: 0;
    }
    .marketplaceBg {
        margin-left: -15px;
        margin-right: -15px;
    }
    .mpSearch {
        display: none;
    }
    .mobileHeader {
        display: block;
    }
    #footer {
        margin-bottom: 56px;
    }
    .foter-home-nav {
        display: none;
    }
    body {
        background: #f6f6f6 !important;
    }
    header .navbar {
        display: none;
    }
    .marketplacePage {
        margin: 56px 0;
    }
    /*App Detail Page */
    
    .appDetailBg {
        padding: 15px;
        border-radius: 0;
        margin: 0 -15px;
    }
    .appDetailBg h2 {
        font-size: 20px;
    }
    .appDetailSection img {
        max-width: 70px;
        min-height: 70px;
        margin-right: 10px;
		border-radius: 10px;
    }
    .appDetailSection .mprating i,
    .appDetailSection .mpappDes {
        font-size: 14px;
    }
    .appDetailSection .mpappDes {
        margin-top: 3px;
    }
    .mpshare li span.mpIcon {
        width: 30px;
        height: 30px;
        line-height: 16px;
        font-size: 14px;
        border-radius: 10px;
        margin-right: 5px;
        padding: 8px;
    }
    .mpshare li span.mpcount {
        font-size: 14px;
    }
    .fs12 {
        font-size: 9px !important;
    }
    .mpshare {
       margin: 10px auto 0;
display: flex;
    }
    .mobilepadding0 {
        padding: 0;
    }
   .mpshare li {
   padding: 0 10px 0 0;
	}
   .mpshare li:last-child{}
    .mpDescription {
        padding: 15px 0;
        margin: 0 0;
    }
    .userComment {
        margin: 0 -15px;
    }
    p.mpmore {
        padding-top: 20px;
    }
    .mpsubHeading {
        font-size: 18px;
        line-height: 18px;
    }
    .mpDescription p {
        font-size: 14px;
        line-height: 22px;
    }
    .mpmore a {
        font-size: 15px;
    }
	.mpmore a span{
		top: 2px;
	}
    .mobilepadding15 {
        padding: 15px;
    }
    .userComment ul.userReviews li {
        padding: 15px;
        
    }
    .mpMoreBtn {
        border-radius: 5px;
        padding: 3px 10px;
        font-size: 12px;
    }
    .userComment .mpuserImg {
        margin-right: 15px;
    }
    .userComment .mpuserName {
        font-size: 16px;
    }
    .userComment .mpUserRating i {
        font-size: 14px;
    }
    .userComment p.mpcomment {
        font-size: 14px;
        line-height: 20px;
    }
    .userComment .mpdateTime {
        font-size: 10px;
        top: 20px;
        right: 15px;
    }
    .appDetailBg h2 span {
        display: block;
    }
    .mppageHeading {
        font-size: 18px;
        text-align: center;
    }
    /*===APP CATEGORY PAGE===*/
    
    .mpCategory {
        margin: 15px;
    }
    .mpCategory ul li {
        background: #fff;
        padding: 10px;
        margin-bottom: 10px;
    }
    .mpCategory ul li .mpcatImage {
        width: 50px;
        margin-right: 15px;
    }
    .mpCategory ul li .mpcatName {
        width: calc(100% - 65px);
        font-size: 15px;
        margin-top: 14px;
    }
    /*===APP TAB===*/
    
    .mptab {
        max-width: 280px;
        margin: 10px auto;
    }
    .mptab ul li a {
        padding: 10px;
        font-size: 15px;
    }
    .marketplaceNav ul > li > ul.subMenu,
    .marketplaceNav > ul > li.hasMenu i {
        display: none;
    }
    /*Write Reviws page*/
    
    .appDetailBg.mobileHeader {
        margin: 0;
        padding: 7px;
    }
    .appDetailBg.mobileHeader .reviewDown {
        background: rgba(255, 255, 255, 0.5);
        height: 40px;
        width: 40px;
        margin: 0 auto;
        display: block;
        padding: 13px 0;
        border-radius: 100%;
        font-size: 16px;
    }
    .mpWriteReview .mppageHeading {
        background: #d6d8da;
        padding: 13px;
        margin: -3px 0 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .mpWriteReview .mpuRating {
        background: #d6d8da;
        padding: 10px;
    }
    .mpWriteReview .mpuRating i {
        font-size: 18px;
    }
    .mpWriteReview .rpublishBtn {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .mpWriteReview .mpuRating {
        text-align: center;
    }
    .mpWriteReview .userCommentbox {
        border: 0;
        border-bottom: 1px solid #cecece;
        border-radius: 0;
        background-color: #fff;
    }
	.circular{width:40% !important;}
	.carousel-inner {
    border-radius: 0;
	}
	.multi-item-carousel img{
	border-radius:10px;
}
.marketplaceBanner .desktop{
	display:none;
}
.marketplaceBanner .ipad{
	display:none;
}
.marketplaceBanner .iphone{
	display:block;
}
.marketplaceBanner{
	margin: 0 0 10px;
}
footer{display:none;}
.mobileHeadShow{
	transition: all 0.5s ease;
	opacity:1;
	visibility: visible;
}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .marketplaceNav {
        overflow: hidden;
        clear: both;
        margin-top: 0;
        position: fixed;
        bottom: 0;
        z-index: 999;
        background: #e2e5e6;
        left: 0;
        right: 0;
        width: 100%;
        box-shadow: 0 0 1px #888;
    }
    .marketplaceNav ul {
        float: none;
        margin-top: 0;
		display:flex;
    }
    .marketplaceNav ul li {
        padding: 0px 0;
text-align: center;
line-height: 17px;
font-size: 11px;
width: 20%;
flex: 1;
border-right: 1px solid #cdcdcd;
margin: 12px 0;
    }
	 .marketplaceNav ul li:last-child{border-right:0px;}
    .marketplaceNav ul li a span {
        float: none;
        display: block;
        line-height: 25px;
        font-size: 25px;
        margin-right: 0;
    }
    .marketplaceAppInstall .mpInstallrow {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 20px;
    }
    .marketplaceAppInstall .mpInstall {
        border: 0;
    }
    ul.mpfeaturedappBox {
        list-style: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    ul.mpfeaturedappBox li {
        width: 19%;
		margin: 0 19px 30px;
    }
    .mpheading {
        margin: 0 -15px 20px;
    }
   
    /*hide header and footer for mobile*/
    .mobileLogo img{width: 48%;}
    .container > .row {
        margin: 0;
    }
    .marketplaceBg img {
        border-radius: 0;
    }
    .marketplaceBg {
        margin-left: -15px;
        margin-right: -15px;
    }
    .mpSearch {
        display: none;
    }
    .mobileHeader {
        display: block;
    }
    ul.mpfeaturedappBox {
        margin-left: -15px;
        margin-right: -15px;
    }
    #footer {
        margin-bottom: 56px;
    }
    .foter-home-nav {
        display: none;
    }
    body {
        background: #f6f6f6 !important;
    }
    header .navbar {
        display: none;
    }
    .marketplacePage {
        margin: 56px 0;
    }
    /*App Detail Page */
    
    .appDetailBg {
        border-radius: 0;
        padding: 15px;
        margin: 0 -24px;
    }
    .mobilepadding15 {
        padding: 15px;
    }
    .mobilepadding0 {
        padding: 0;
    }
    .appDetailSection img {
        max-width: 110px;
        min-height: 110px;
        margin-right: 20px;
		border-radius: 20px;
    }
    .appDetailSection .mpappDes {
        font-size: 16px;
    }
    .appDetailSection .mprating i {
        font-size: 20px;
    }
    .mpInstallBtn {
        padding: 3px 30px 6px;
        font-size: 15px;
    }
    .appDetailBg h2 {
        font-size: 23px;
    }
    .mpshare li {
        padding: 0 10px 0 0;
    }
    .mpshare li span.mpIcon {
        margin-right: 10px;
        width: 50px;
        height: 50px;
        line-height: 55px;
        font-size: 22px;
    }
    .mpshare li span.mpcount {
        font-size: 22px;
    }
    .mpDescription {
        padding: 15px 0;
        margin: 0 0;
    }
    .mpsubHeading {
        font-size: 22px;
        line-height: 22px;
    }
    .appDetailBg h2 span {
        display: block;
    }
    .mppageHeading {
        font-size: 20px;
        text-align: center;
    }
    /*===APP CATEGORY PAGE===*/
    
    .mpCategory {
        margin: 15px;
    }
    .mpCategory ul li {
        background: #fff;
        padding: 10px;
        margin-bottom: 10px;
    }
    .mpCategory ul li .mpcatImage {
        width: 70px;
        margin-right: 15px;
    }
    .mpCategory ul li .mpcatName {
        width: calc(100% - 85px);
        font-size: 16px;
        margin-top: 22px;
    }
    /*===APP TAB===*/
    
    .mptab {
        max-width: 380px;
        margin: 10px auto 20px;
    }
    .mptab ul li a {
        padding: 12px;
        font-size: 17px;
    }
    .marketplaceNav ul > li > ul.subMenu,
    .marketplaceNav > ul > li.hasMenu i {
        display: none;
    }
    /*Write Reviws page*/
    
    .userComment {
        margin:0 -15px;
    }
    .appDetailBg.mobileHeader {
        margin: 0;
        padding: 7px;
    }
    .appDetailBg.mobileHeader .reviewDown {
        background: rgba(255, 255, 255, 0.5);
        height: 40px;
        width: 40px;
        margin: 0 auto;
        display: block;
        padding: 13px 0;
        border-radius: 100%;
        font-size: 16px;
    }
    .mpWriteReview .mppageHeading {
        background: #d6d8da;
        padding: 13px;
        margin: -3px 0 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .mpWriteReview .mpuRating {
        background: #d6d8da;
        padding: 10px;
    }
    .mpWriteReview .mpuRating i {
        font-size: 18px;
    }
    .mpWriteReview .rpublishBtn {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .mpWriteReview .mpuRating {
        text-align: center;
    }
    .mpWriteReview .userCommentbox {
        border: 0;
        border-bottom: 1px solid #cecece;
        border-radius: 0;
        background-color: #fff;
    }
	.carousel-inner {
    border-radius: 0;
	}
	.multi-item-carousel img{
	border-radius:15px;
}
.marketplaceBanner .desktop{
	display:none;
}
.marketplaceBanner .ipad{
	display:block;
}
.marketplaceBanner .iphone{
	display:none;
}
footer{display:none;}
.mobileHeadShow{
	transition: all 0.5s ease;
	opacity:1;
	visibility: visible;
}
.mobileDetailHead h2 {
    font-size: 25px;
}
.mobileDetailHead img {
	width: 32px;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    ul.mpfeaturedappBox {
        margin-left: -15px;
        margin-right: -15px;
    }
    ul.mpfeaturedappBox li {
        width: 13.76%;
        margin: 0 10px 30px;
    }
    .marketplaceAppInstall .mpappIcon {
        margin-right: 10px;
		max-width: 90px;
    }
    
    .navbar {
        margin-bottom: 0;
    }
    header .navbar-nav > li > a {
        font-size: 11px;
    }
    .nav > li > a {
        padding: 10px 5px;
    }
    header .navbar-nav li {
        margin-left: 5px;
    }
	.multi-item-carousel img{
	border-radius:20px;
	}
	.mpInstallBtn{
		padding: 3px 27px 6px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1280px) {
    header .navbar-nav > li > a {
        font-size: 11px;
    }
    .nav > li > a {
        padding: 10px 5px;
    }
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    padding: 8px 15px 8px 0;
}
/*===CSS LOADER===*/

.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    padding: 28%;
}
.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}
.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-webkit-keyframes color {
    100%, 0% {
        stroke: #cf612c;
    }
    40% {
        stroke: #a3bb2c;
    }
    66% {
        stroke: #228aba;
    }
    80%,
    90% {
        stroke: #fd9a24;
    }
}
@keyframes color {
    100%, 0% {
        stroke: #cf612c;
    }
    40% {
        stroke: #a3bb2c;
    }
    66% {
        stroke: #228aba;
    }
    80%,
    90% {
        stroke: #fd9a24;
    }
}
/*===END CSS LOADER===*/

.loaderfullpage {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px;
}

.category-list-item {
    margin: 15px 0 0px 0;
    display: inline-block;
    width: 100%;
}
.category-list-item li {
  float: left;
width: 100%;
display: inline-block;
margin-bottom: 15px;
padding: 0;
background: #f8f8f8;
border-radius: 5px;
box-sizing: border-box;

}
.category-list-item li a {
    padding: 15px;
        padding-left: 15px;
    display: inline-block;
    width: calc(100% - 56px);
    box-sizing: border-box;
    float: right;
    padding-left: 0px;
}
.category-list-item i {
    float: left;
    margin-top: 1px;
    display: inline-block;
    padding: 15px 20px;
    box-sizing: border-box;
	color: #337ab7;
}


.category-list-item li a::before {
    float: right;
    margin-top: 3px;

}
md-backdrop {
   
    position: fixed !important; 
}
 #theCarousel {
    margin: 30px 0 0;
	float: left;
	width: 100%;
}

.multi-item-carousel .carousel-inner > .item {
  -webkit-transition: 500ms ease-in-out left;
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
    -webkit-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}
.multi-item-carousel img{width: 100% !important;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center top !important;
}
.not-found{width: auto;
display: table;
margin: 50px auto !important;}
.sign-in-menu{padding:4px 7px 8px 7px;
margin-top: 0px;
display: inline-block;
float: right;
color: #fff;
font-size: 20px;
cursor: pointer;}
.sign-in-menu:hover, .sign-in-menu:focus{color:#fff;}
.sign-in-menu-drop{margin:0px; }
.sign-in-menu-drop .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #311106;
    border: 1px solid #4b2a1f !important;
    color: #fff !important;
}
.sign-in-menu-drop a.list-group-item:focus,.sign-in-menu-drop a.list-group-item:hover,.sign-in-menu-drop button.list-group-item:focus,.sign-in-menu-drop button.list-group-item:hover {
    color:rgba(255,255,255,.5);
    text-decoration: none;
    background-color: #311106;
}
.sign-in-menu-drop .list-group-item{border-radius:0px !important;}


.category-menu {
    width: 450px;
    padding-top: 0;
    margin-top: 8px;
    border-radius: 0px;
    padding-bottom: 0px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14902), 0px 0px 1px rgba(0, 0, 0, 0.04706);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14902), 0px 0px 1px rgba(0, 0, 0, 0.04706);
}
.mobileSearch_second {   
    right: 10px;
    width: calc(100% - 57px);
}
.sr_close {  
    height:30px;
width: 0px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
	 float:right;
    padding-right: 18px;
    color: transparent;
    cursor: pointer; 
    -webkit-box-sizing: border-box !important;
    font-family: inherit;
    font-size: 100%;
	border:0px;
	font-size:14px;
	background:none;
	box-sizing: border-box !important;
	cursor: not-allowed;
 
	visibility: hidden;
}
.sr_open {
    width: 100%;
    padding-right: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
	 cursor:text;
visibility: visible;	
}
.sr_icon{
	position: absolute;
right: 0;
top: 1px;
font-size: 15px;
color: #444;
background: #fff;
width: 28px;
height: 28px;
border-radius: 100%;
text-align: center;
line-height: 28px;}

.mobileHeader.mobileHeaderSeacrh {
width: 100%;
position: relative;
left: 0;
height: 56px;
padding: 18px;
padding: 23px 10px 13px 10px;
position: fixed;
box-sizing: border-box;
}

.input-search {
	position: absolute;
    right: 11px;
    top: 11px;
	width:0;
    overflow: hidden;
}

.input-search.on {
   width: calc(100% - 55px);
}
 
.input-search span {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #e1e1e1;
    width: 26px;
    height: 26px;
    line-height: 29px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
	
}

.mobileHeader.mobileHeaderSeacrh .none {
display:none;
}


.backBtn {
top: 22px;
}
.margin-top-15{margin-top:15px;}


@media only screen and (min-width:991px) {
.marketplaceNav > ul > li .appyslim-building-home-2{font-size: 35px; margin-top: -3px;}
.marketplaceNav > ul > li .appyicon-list{margin-top: 2px}
}

@media only screen and (max-width:767px) {
.margin-top-70{margin-top:70px;}
.thanks_page2 {
    width: 90%;
    margin: 35px auto;
}
.card-login {
    max-width: 100%;
    margin: 0 !important;
}
.access_panel .card-header {
    margin-bottom: 0;
    font-size: 25px;
	margin:0px !important
}
.sign-in-menu-drop .list-group-item.active{font-weight:bold;}
}
.carousel-control.left {
    left: -15px;
    opacity: 1;
	cursor: pointer;
}
.carousel-control.right {
    right: -15px;
    opacity: 1;
	cursor: pointer;
}
.sign-in-menu-2{
	position: absolute;
    right: 12px;
    top: 15px;
}

/*bvcvbcv*/

.owl-nav{
	position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -50px;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	position: absolute;
    font-size: 50px;
}
.owl-carousel .owl-nav .owl-next.disabled, .owl-carousel .owl-nav .owl-prev.disabled{
	opacity: 0.5;
	cursor: no-drop;
}
.owl-prev{
	left: 0;
}
.owl-next{
	    right: 0;
}
.owl-carousel .owl-item img{
	
	    border-radius: 20px;
		background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
}
.appGallerymodel{
	display:none;
}
.appGallerymodel-open{
	display:block;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.88);
    height: 100%;
    width: 100%;
    z-index: 999;
    overflow-x: hidden;
	overflow-y: auto;
	}
.appGallerymodel .owl-carousel .owl-item img {
    border-radius: 0 !important;
    display: block;
    margin: 0 auto;
    width: 100vh;
	height: 100vh;
	background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}	

.innermodel{
	width: 100%;
	height:100%;
    
}
.appGallerymodel .owl-carousel .owl-nav .owl-next, .appGallerymodel .owl-carousel .owl-nav .owl-prev{
	font-size: 40px;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #3d3d3d;
	border-radius: 100%;
	text-align: center;
	line-height: 42px;
}
.model-open{
	overflow: hidden;
}
.closeGallery {
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
	z-index: 999;
}
.pagetitleBg {
    background: url(../images/about-bg.jpg) no-repeat;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 3px solid #228aba;
    background-size: cover !important;
}
.contactBg{
	background: url(../images/contactbg.jpg) no-repeat;
}
.privacyBg{
	background: url(../images/privacy-bg.jpg) no-repeat;
}
.tcBg{
	background: url(../images/tc-bg.jpg) no-repeat;
}
.page-title{
	font-size: 45px;
	color: #fff;
}
.pageContent{
margin-bottom: 40px;
}
.pageContent p{
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	font-size: 15px;
}
.pageContent h2 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
.pageContent h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.pageContent ul.customList {
    list-style: none;
    padding: 0 0 0 20px;
    font-size: 15px;
}
.pageContent ul.customList li {
    list-style: none !important;
    margin-bottom: 5px;
}
.pageContent ul{
    list-style: disc outside;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
    padding: 0 0 0 30px;
}
.pageContent ul li {
    list-style: disc !important;
}
.contactPage{
	margin-bottom: 30px;
}
.contactPage h3, .contactPage p b{
    font-size: 15px;
}
.contactPage p{color:#444;font-size: 14px;}
.contactPage a{
		text-decoration: none;
		color: #626668;
	}
.contactPage a:hover {
    color: #0f3647;
}
.ratingIcon i{
	margin-right: 5px;
	font-size: 20px;
}

.card-header {
    font-weight: 600;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 5px;
}
.btn-primary.update-btn{
	color: #fff;
	background-color: #00aaa2;
	border-color: #02a29a;
}
.btn-primary.update-btn:hover {
    color: #fff;
    background-color: #049a93;
    border-color: #038983;
}
.general-info .panel-heading{
	font-size: 18px;
	font-weight: 600;
}

@media only screen and (max-width:767px) {
	.owl-carousel .owl-item img {
    border-radius: 10px;}
	.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
		
		font-size: 30px;
	}
	.owl-nav{
		    margin-top: -26px;
	}
	
	.appGallerymodel .owl-carousel .owl-nav .owl-next, .appGallerymodel .owl-carousel .owl-nav .owl-prev{
		font-size: 34px;
		width: 35px;
		height: 35px;
		line-height: 34px;
		
	}
	.appGallerymodel .owl-prev{
		left: 15px;
	}
	.appGallerymodel .owl-next{
		right: 15px;
	}
.pagetitleBg{
	padding: 30px 0;
	margin-bottom: 20px;
}	
.page-title {
    font-size: 25px;
    
}
.pageContent p{
	margin-bottom: 10px;
	font-size: 14px;
}
.pageContent h2{
	font-size: 16px;
	margin-bottom: 10px;
}
.pageContent h3 {
    font-size: 15px;
}
.contactDiv{
	display:none;position:relative;
	}
	
.contactDiv.active:before{
	content: "\ec1f";
	font-family: "appyslim" !important;
	position: absolute;
	right: 0;
	top: -31px;
	background: #fff;
	}
.contactMobile .col-md-4 {
    border: 1px solid #cecece;
	margin-top: -1px;
	margin-bottom: 0;
}
.contactMobile .col-md-4 h3{
	padding: 12px 0 14px;
	position:relative;
	cursor: pointer;
}
.contactMobile .col-md-4 h3:after{
	content: "\ec54";
	font-family: "appyslim" !important;
	position: absolute;
	right: 0;
}
.contactMobile .col-md-4 h3 strong{
	font-size: 14px;
	font-weight: 600;
}
.contactMobile .contactDiv p:last-child{
	margin-bottom:12px;
}
.pageContent {
    margin: 0 -15px 20px;
}
.contactMobile .col-md-12{padding:0;}
#map-canvas{display:none;}
.noteText{font-size: 12px;}
.appAlert{margin-top:15px;}
}

.imgloader{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	z-index: 9;
	}

