/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1500px) {
	.steps-block {
		padding: 0 25px;
	}
	.charity-description p {
		font-size: 16px;
	}
	.card-text {
		font-size: 15px;
		font-weight: bold;
	}
	.charity-price-block {
		margin-right: 60px;
	}
	.charity-description .row {
	margin-bottom: 20px;
	}
	.streaming-table input {
		width: 150px;
	}
	.streaming-table select {
		width: 150px;
	}

}
@media only screen and (max-width : 1350px) {
	.steps-block {
		padding: 0 20px;
	}
	.charity-description p {
		font-size: 15px;
	}
	.card-text {
		font-size: 13px;
		font-weight: bold;
	}
}
@media only screen and (max-width : 1315px) {
	#cart_top .custom-top-menu .nav li a {
		padding-right: 12px;
		padding-left: 12px;
		font-size: 18px;
	}
	#cart_top .custom-top-menu .nav li.active a, #cart_top .custom-top-menu .nav li a:hover {
		font-size: 18px;
	}

	header ul li a {
		font-size: 18px;
		padding-bottom:  19px;
	}
	.streaming-table input {
		width: 100%;
	}
	.streaming-table select {
		width: 100%;
	}


}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	#cart_top .custom-top-menu .nav li a {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 16px !important;
	}
	.footer__centred__mod {
		padding-left: 40px;
	}

	.main-nav ul,
    .sub-menu ul {
        text-align: left
    }
    header ul li a {
		line-height: 40px;
    }
    .sub-menu ul li a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        background: none !important;
        padding: 0 15px;
        font-size: 18px;
        display: block;

    }
    .main-nav {
        width: 237px;
        height: 100%;
        background-color: #08AA4B;
        position: fixed!important;
        top: 50px;
        bottom: 0;
        left: -9999px;
        right: 0;
        z-index: 0;
        line-height: 50px !important;
    }
    .main-nav ul li {
        display: block;
        line-height: 50px;
        border-bottom: 1px solid #fff;
    }
    .main-nav ul li a {
        font-weight: 700;
        font-size: 15px;
        margin-left: 10px;
    }
    .main-nav ul li a:hover {
        background: 0 0;
    }
    .header-logo {
        display: none!important;
    }
    .swipe-menu {
        position: fixed;
        top: 10px;
        left: 10px;
        display: block;
        cursor: pointer;
        outline: 0;
        font-size: 26px;
        line-height: 20px;
    }
    .sub-header {
        width: 100%;
        display: block;
        min-height: 60px;
        background-color: #08AA4B;
		position: static;  
		margin-top: 0;      
    }
    .sub-menu span {
        display: block;
        color: #fff;
        font-size: 21px;
        font-weight: 800;
        position: relative;
        line-height: 55px;
        z-index: 10;
    }
    .sub-menu span:after {
        position: absolute;
        right: 20px;
        float: right;
        content: "\f078";
        font-family: FontAwesome;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
    }

    .sub-menu-toggler.active-arrow:after {
		content: "\f077";
    }
    .sub-menu ul {
        display: none;
    }
    .sub-menu ul li {
        display: block;
        float: none;
        line-height: 50px;
        border-bottom: 1px solid #fff
    }
 
    .user-block-list {
		text-align: right;
    }
    .sub-header ul li a:hover {
    	background: none;
	}
	.parent-list {
		display: block;
 	}
	
	.parent-link {
		padding-left: 80px !important;
		font-size: 15px !important;
	}

	.sub-menu ul li ul {
		display: block;
	}
	.sub-menu ul li:last-child {
		border: none;
	}
	.sub-menu ul li ul li:hover {
		background: #088e40;
	}
	.active {
		/*height: 212px !important;*/
		background: transparent;
	}
	.sub-menu-list li i {
		display: block;
	}
	.section-logo {
		display: none;
	}
	.nav-home-link {
		display: block;
		padding-top: 0;
		padding-bottom: 0;
	}
	.submenu-category {
		margin-bottom: 0;
		margin-top: 20px;
	}
	.submenu-category-item {
		display: none !important;
	}
	.search-field {
		top: 10px;
	}
	#search .button-search {
		display: block;
		background: none;
	}
	.arrow-up, .arrow-down {
		display: none;
	}
	#content {
		width: 100%;
	}
	#charity-image {
		width: 100%;
	}
	.charyty-image-block-list {
		justify-content: flex-end;
	}
	.charyty-image-block-list__mod {
		justify-content: flex-start;
	}
	.charity-main-logo {
		text-align: center;
	}
	.charity-logo {
		padding: 0;
		margin-top: 100px;
	}
	.action .stream-select {
		width: 130px;
	}
	.stream-button {
		width: 130px;
	}
	.streaming-table tr td {
		font-size: 14px;
		text-align: center;
	}
	.streaming-table tr td a {
		font-size: 14px;
	}
	.streaming-url {
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 150px;
	}
	.streaming-url:hover {
		text-overflow: clip;
		white-space: normal;
		word-break: break-all;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

		.index-page .girl  {
			background-color: #fff;
			text-align: center;
		}
		.modal-dialog__mod {
			width: 100% !important;
		}
		#cart_top .custom-top-menu .nav li a {
			padding-right: 8px;
			padding-left: 8px;
		}
		.about-company, .about-container, .contact-us-form, .dashboard-page, .industry-saying, .organizations-page, .privacy-policy, .about-container .secondary {
			padding: 20px 0;
		}
		.about-company .info .info-boxes {
			display: block;
		}
		.company__logo {
			float: none;
			margin: 0 auto;
		}
		#cart_top .custom-brand {
			display: none;
		}
		.about-container .highlight,
		.about-container .secondary {
			margin: 0 auto;
			width: 90%;
		}
		.index-page .w-free-btn {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-ms-grid-row-align: center;
			align-items: center;
		}
		.index-page .w-free-btn .item {
				margin-bottom: 1.25rem
		}
		.index-page .girl {
			background-image: url(/img/bkg-hpgirl-small.jpg);
			background-position: 20%;
			background-size: cover;
		}
		.index-page .girl .dim {
			background-color: hsla(0, 0%, 100%, .8);
		}
		.index-page .girl .w-container {
			padding: 3.125rem 0 4.375rem;
			margin: 0;
			height: 100%;
			width: 100%
		}
		.index-page .girl .w-container h2 {
			margin: 0 auto;
			font-weight: 400;
			font-size: 1.438rem;
			padding: 0 0 1.25rem;
			text-align: center;
		}
		.index-page .girl .w-container h3 {
			text-align: center;
			margin-bottom: 1rem;
			font-weight: 600;
		}
		.index-page .girl .w-container .text {
			width: 90%;
			margin: 0 auto;
			max-width: 63.125rem;
			font-size: 1.0625rem;
			font-weight: 200;
			text-align: center;
		}
		.index-page .for-musicians {
			background-image: url(/img/bkg-guitarist-small.jpg);
			background-position: 28%;
			text-align: center;
		}
		.index-page .for-musicians .w-container {
			padding: 3.125rem 0 4.5rem;
			margin: 0;
			height: 100%;
			width: 100%;
		}
		.index-page .for-musicians .w-text {
			max-width: 100%;
			padding-right: 0;
			float: none;
		}
		.index-page .for-musicians .w-container h3 {
			text-align: center;
			margin-bottom: 1rem;
			font-weight: 600;
			font-size: 1rem;
		}
		.index-page .for-musicians .w-container h2 {
			margin: 0 auto;
			font-weight: 400;
			font-size: 1.438rem;
			padding: 0 0 1.25rem;
			text-align: center;
		}
		.index-page .for-musicians .w-container .text {
			width: 90%;
			margin: 0 auto;
			font-size: 1.0625rem;
			font-weight: 200;
			text-align: center;
		}
		.index-page .for-musicians .w-container .text.bold {
			font-weight: 600;
		}
		.subscription-block-wrapper {
			left: 50%;
		}
		.subscription-block {
			flex-direction: column;
			font-size: 12px;
		}
}

@media only screen and (max-width : 860px) {
	.custom-width {
		width: auto;
	}
	#cart_top .custom-top-menu .nav li a {
		font-size: 15px !important;
	}
	.custom-top-menu {
		left: 0;
		transform: none;
	}
	header .toprow-1 {
		display: block;
	}
	.swipe-control i {
		font-size: 26px;
		color: #fff;
		line-height: 50px;
	}
	.swipe-control {
		display: block;
		height: 50px;
		width: 64px;
		z-index: 100;
		text-align: center;
		border-right: 1px solid #fff;
		float: left;
	}
	#menu .logo {
		display:none;
	}
	#menu-gadget {
		display: block;
		width: 100%;
	}
	body #body .swipe {
		display: none;
	}
	body.ind #body .swipe {
		display: block;
		background-color: #2c2c2c;
		position: fixed;
		color: #888;
		width: 237px;
		top: 50px;
		left: 0px;
		overflow: hidden;
		z-index: 101;
	}
	#top_main {
		display: none;
	}
	header {
		width: 100%;
	}
	body #body .swipe .swipe-menu {
		background-color: #08AA4B;
		height: 100%;
	}
	body.ind {
	    overflow: hidden;
	    margin-left: 225px;
		}

		.marketplace-menu {
		display: none !important;
	}
	#menu ul {
		margin: 0;
	}
	.product-category #menu {
		display: none;
	}
	.marketplace-margin-mod {
		margin: 0;
	}
	#search .button-search {
		display: block;
		background: none;
		right: -40px;
	}
	#search .button-search:hover {
		background: none;
	}
	.scroll-down {
		top: 90%
	}
	.controls input {
		width: calc(100% - 10px);
	}
	.controls select {
		width: calc(100% - 10px);
	}
	a.button span, a.button-prod span {
		font-size: 10px;
    	font-weight: 500;	
	}
	.name a,
	.image span,
	.manager span,
	.company span {
		font-size: 12px;
	}

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.product-grid ul li {
		width: 50%;
		margin: 10px auto;
	}
	#cart_top .custom-top-menu .nav li a {
		font-size: 15px !important; ;
	}
	#cart_top a:nth-of-type(3) {
		font-size: 17px !important;
		margin-right: 10px;
		line-height: 30px;
		padding: 6px 15px 15px 15px;
	}
		h3, .h3 {
		font-size: 15px;
	}
	.w-form {
		width: 100% !important;
		display: block !important;
	}
	.switch-text {
		margin-right: 0;
	}
	.panel-title > a {
		font-size: 13px;
	}
	.product-filter {
		align-items: flex-end;
	}
	.product-filter .sort  {
		display: flex;
		flex-direction: column;
	}
	.product-filter .sort b {
		margin-top: 5px;
	}
	.type-filter {
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width : 767px) {

	#top_main{
		display: none;
	}
	.myModel__gplay,
	.w-popup .myModel__w-link .myModel__appstore{
		background-size: contain !important;
		width: 16.25rem !important;
    	height: 5rem !important;
	}
	.custom-sidebar {
		position: relative;
	}
	.custom-modal-content{
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	#fot_img a img {
		width: 100px;
	}
	.product-grid ul li {
		width: 50%;
	}
	.name span {
		font-size: 12px;
	}
	.subscription-panel .js-collapse {
		font-size: 12px;
	}

}
@media only screen and (max-width : 620px) {
	.panel-title > .js-collapse, .subscription-panel .js-collapse {
		font-size: 13px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.subscription-block-wrapper {
		position: static;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	.fileinput-button {
		margin-bottom: 20px !important;
		margin-left: 60px !important;
	}
	.btn-group {
		margin-left: 45px !important;
		margin-bottom: 20px;
	}
	.upload-progress-bar {
		position: relative;
    	top: 90%;
    	margin: 0 50px;

	}
	.controls input {
		width: calc(100% - 30px) !important;
	}
	.content-border {
		padding: 20px;
	}
	.about-container .highlight img,
	.about-container img {
		width: 100%;
	}
	.col-xs-offset-2 {
		margin-left: 13.6%; 
	}
	.product-grid ul li {
		width: 100%;
	}
	.index-page .girl .w-container {
		padding-top: 150px !important;
		padding-bottom: 0 !important;
	}
	.index-page .for-musicians .w-container {
		padding: 0 !important;
	}
	.index-page .girl .w-container,
	.index-page .advantages .w-text {
		max-width: 80% !important;
		margin: 0 auto;  
	}
	.index-page .girl .w-container h2 {
		font-size: 45px !important;
	}
	.index-page .girl .w-container .text,
	.index-page .for-musicians .w-container .text,
	.index-page .advantages .text {
		font-size: 15px !important;
		width: 100%;
		padding: 0 15px;
	}
	.index-page .girl .w-container .text.bold,
	.index-page .for-musicians .w-container .text.bold {
		font-size: 15px !important;
	}
	.index-page .for-musicians .w-container h3,
	.index-page .advantages .w-text h3 {
		font-size: 35px !important;
		line-height: 40px;
	}
	.index-page .for-musicians .w-container h2,
	.index-page .advantages .w-container .w-text h2 {
		font-size: 27px !important;
	}
	.index-page .advantages .w-container {
		padding: 0;
	}
	.product-grid ul li .image {
		height: auto !important;
	}
	.footer-block {
		padding-top: 0;
	}
	.footer-features {
		flex-direction: column;
		padding: 15px;
	}
	.footer-features h3 {
		margin-top: 10px;
		font-size: 18px;
	}
	.footer-features div {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-left: 40px;
	}
	.footer-features li a {
		font-size: 15px;
		font-weight: normal;
	}
	.main-nav {
		width: 100% !important;
	}
	.cart-bottom a.button-cont-right {
		margin-top: 10px !important;
	}
	.avatar-img {
		max-width: 100%;
		height: auto;
	}
	.pagination .links a {
		font-size: 12px;
	}
	.pagination .links b {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.results {
		font-size: 12px;		
	}
	.account-name {
		font-size: 18px;
	}
	.account-name-info {
		margin-bottom: 20px;
		font-size: 14px !important;
	}
	.account-user-menu {
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 15px;
	}
	.content ul li a {
		font-size: 12px;
	}
	
	a.button span, a.button-prod span {
		font-size: 8px;
	}
	.name span {
		font-size: 9px;
	}
	.name a,
	.image span,
	.manager span,
	.company span {
		font-size: 9px;
	}
	.search-field {
		right: 15px;
	}
	#container {
		margin-top: 10px;
	}
	.search-button-mod {
		text-align: center;
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.search-button-mod span {
		font-size: 13px !important;
	}
	.search-form-desc {
		font-size: 20px !important;
		line-height: 20px;
	}
	.add-to-card-btn span {
		font-size: 12px !important;
	}
	.add-to-card-btn {
		padding: 8px 10px 9px !important;
	}
	.project-btn__mod {
		margin-top: 85px !important;
		margin-bottom: 10px !important;
	}
	.project-page-btn__mod {
		margin: 0 !important;
		margin-left: 0 !important;
		font-size: 12px;
	}
	.project-page-btn__mod:hover {
		font-size: 12px !important;
	}
	.btn-group__mod {
		margin-top: 20px;
	}
	.GalleryEditor.no-desc .w-sorter-images .photo {
		min-width: 125px !important;
		font-size: 12px !important;
	}
	.w-sorter-images .filename {
		font-size: 12px !important;
	}
	.squaredThree {
		bottom: 89% !important;
	}
	.w-sorter-images .image-preview {
		margin-top: 10px;
	}
	.GalleryEditor .fileinput-button input {
		font-size: 12px !important;
	}
	.update-btn {
		font-size: 12px;
		margin: 0;
	}
	.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle)  {
		font-size: 12px !important;
	}
	.remove_selected {
		font-size: 12px;
	}
	.remove_selected:hover {
		font-size: 12px;
	}
	.button__mod {
		margin-right: 35px;
	}
	.button-align__mod {
		text-align: center;
	}
	a.project-button__mod {
		padding: 4px 4px 4px !important;
		font-size: 12px !important;
	}
	.alignleft h1 {
		font-size: 24px;
	}
	.project-drag-button {
		display: none !important;
	}
	.arrow-up, .arrow-down {
		display: block;
		font-size: 15px;
		background: #01aa46;
		padding: 5px 10px;
		margin: 10px 0;
		color: #fff;
		border-radius: 5px;
	}
	.arrow-up:hover, .arrow-down:hover {
		color: #fff;
	}
	tbody tr .name {
		font-size: 12px;
	}
	.project-drag-grid {
		margin-bottom: 20px !important;
	}
	.table-bordered > thead > tr > td {
		font-size: 14px !important;
	}
	.switch-text {
		font-size: 14px;
		display: block;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.alignleft {
		float: none
	}
	.block__mod {
		display: block;
	}
	.button-color__mod {
		padding: 5px 10px !important;
		font-size: 14px !important;
	}
	.login-form-wrapper {
		box-shadow: none;
	}
	.player-scale {
		width: 100%;
		height: 200px;
	}
	.list-inline {
		display: flex;
	}
	.list-inline li a {
		font-size: 14px;
	}
	.tabs-name {
		font-size: 14px;
	}
	.subscription-content h2 {
		font-size: 18px;
	}
	.box-container h2 {
		font-size: 18px;
	}
	.login-form-wrapper {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#container {
		padding-bottom: 0;
	}
	.panel-title > a {
		width: 85%;
	}
	.albumk-preview {
		display: none;
	}
}

@media (max-width: 375px) {
	a.button-prod {
		margin-left:0;
	}
	.index-page .girl .w-container,
	.index-page .advantages .w-text,
	.index-page .for-musicians .w-text {
		max-width: 100% !important;
		margin: 0 auto;  
	}
	.scroll-down {
		top: 88%;
	}
	.GalleryEditor.no-desc .w-sorter-images .photo {
		min-width: 110px !important;
	}
	tbody tr .name {
		font-size: 10px;
	}
	.restore-btn div {
		display: block;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.footer-features div {
		margin-left: 30px;
	}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

	#fot_img a img {
		width: 80px;
	}
	.button__mod {
		margin: 0;
	}
	.scroll-down {
		top: 80%;
	}
}


@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    /*.container {
        width: 1170px
    }*/
		/*footer h3 {
			font-size: 10px;
		}
		footer li a {
			font-size: 9px;
		}*/
		#fot_img a img {
			width: 80px;
		}
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

/*	.modal-dialog__mod {
		width: 960px;
   	}*/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.arrow-up, .arrow-down {
		display: none;
	}
}