@media only screen (min-device-width: 1000px) and (max-device-width: 3000px) {
	.content {
		width: 80%;
	}

}

@media only screen (min-device-width: 100px) and (max-device-width: 1000px) {
	.content {
		width: 100%;
	}
}


@media (min-device-width: 100px) and (max-device-width: 720px) {
    .web-view-only {
        display: none;
    }

    .logout-icon {
        display: none;
    }
    .socialimgs {
        width: 100px !important;
    }

    .web-mob-text {
        font-size: 40px;
    }

    #contact-form {
        font-size:40px;
        width: 88%;
    }

    #rufous-sandbox {
        display: none !important;
    }
    
    .content-wrapper {
        margin-top: 25px !important;
    }

    .left-profile {
        width:50%;
    }

	.our-mission-nav img:not(.icon-index), .our-plan-nav img:not(.icon-index), .our-story-nav img:not(.icon-index), .reach-out-nav img:not(.icon-index){
        border: 10px solid black;
        border-radius: 10px !important;
    }
    
    .our-mission-nav h2, .our-plan-nav h2, .our-story-nav h2, .reach-out-nav h2{
        text-align: center;
    }
	.our-mission-nav, .our-story-nav, .our-plan-nav, .reach-out-nav{
        margin: auto;
		width:90%;
		text-align: justify;
        padding-bottom: 50px;
	}
    
    .how-to-help-card img{
        margin-top: 20px;
        float: none !important;
        max-height: 200px;
        height: 200px;
        max-width: 400px;
    }
    .how-to-help-card h3{
        display: block !important;
        font-size: 45px;
        font-weight: bold;
    }
    .how-to-help-card {
        height: 550px;
        display: block !important;
        border: 2px solid black;
        border-radius: 15px;
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .how-to-help-title {
        height: 150px;
    }
    .how-to-help-title {
        font-size: 60px;
    }
    
    .how-to-help-text-2 {
        font-size: 40px;
    }
    .how-to-help-text {
        width: 90% !important;
        text-align: justify;
        word-break: break-all;
        font-size:40px;
    }
    
    .left-box {
        font-size: 40px;
        width: 100%;
        display: block;
        height: 2800px;
    }
    
    .right-box {
        font-size: 40px;
        width: 100%;
        display: block;
        height: 2800px;
    }
    
    .how-to-help-form input, .how-to-help-form textarea, .how-to-help-form button{
        font-size: 35px;
        height: 70px;
    }
    .how-to-help-form {
        width: 90% !important;
        font-size: 40px;
    }
    
    .sidemenu-wrapper {
        display: none;
    }

    .musician-main-photos {
        display: none;
    }

    .profile-mus-img-web {
        display: none;
    }

    .icon-index {
        margin-top: 30px;
        align-self: center;
        width: 104px;
        height: 102px;
        margin-left: 44%;
    }
    
    .shadow {
        border: 0px !important;
        width: 100%;
        height: 50px;
    }

	.content-middle-wrapper {
		width:100%;
	}

	.front-video-nav, .special-iframe{
        position: relative;
        display: block !important;
		width: 100% !important;
        height: 350px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-bottom: 100px;
	}

	.header_mypanel_option {
        display: none;
    }
	
    .menu-wrapper-left {
		display: none;
	}

	.menu-wrapper-right {
		display: none;
	}

    .top-donate-text{
        display: none;
    }
	.top-donate {
		float: right;
		margin-top: -150px !important;
		margin-right: 0px !important;
        max-width: 50px;
		-moz-transform: scale(1.5);
    	-ms-transform: scale(1.5);
    	-o-transform: scale(1.5);
    	-webkit-transform: scale(1.5);
    	transform: scale(1.5);
	}

	.imglogo {
		display: block;
		margin: 0 auto;
		-moz-transform: scale(1.5);
    	-ms-transform: scale(1.5);
    	-o-transform: scale(1.5);
    	-webkit-transform: scale(1.5);
    	transform: scale(1.5);
	}

    .imgheart {
        margin-right: 0px;
    }

	.top-bottom {
		background-color: black;
		height: 177px;
		//border-radius: 100px;
		margin-top:-1px;
    }
    
    .top-slogan {
        margin-top: 5px ;
        font-size: 8px;
        font-weight: 900 ;
    }
    
    .menu-request-form form, .menu-login form {
        display: none;
    }
    
    .menu-request-form, .menu-request{
        margin-left: 0px; 
        padding-top: 185px;
        font-size: 42px !important;
        width: 300px;
    }
    
    .menu-login, .menu-login-form{
        margin-right: 30px;
        padding-top: 15px;
        font-size: 42px;
        margin-bottom: 20px;
    }

    #search-container iframe{
        width: 200px !important;
        height: 100px !important;
    }
    #search-container table td{
        font-size: 20px !important;
    }
    
    #side_menu {
        position: fixed;
        height: 100%;
        width: 560px;
        display: block;
        margin-top: 0px;
        top: 0px;
        margin-left: -560px;
        border: solid 1px black;
        background: white;
        z-index: 10;
    }
    
    .side_menu_option {
        width: 100%;
        height: 100px;
        border: 1px solid black;
        color: black !important;
        text-align: center !important;
        padding: 20px !important;
        font-size: 40px !important;
    }
    .side_menu_option:active {
        background: black !important;
        color: white !important;
    }
    
    #close_menu {
        width: 60px;
        margin-left: 500px;
    }
    
    .banner_icon {
        display: block;
        float: left;
        margin-top: -90px;
        margin-left: 35px;
        width: 100px;
    }
    
    .share_icon {
        display: block;
        float: left;
        margin-top: -20px;
        margin-left: 55px;
        width: 50px;
    }
    
    .phone_icon {
        display: block;
        float: right;
        margin-top: -20px;
        margin-right: 80px;
        width: 50px;
    }
    
    .profile_overview{
        font-size: 30px;
    }
    
    .user_overview {
        font-size: 30px;
    }
    .user_overview:not(.profile){
        width: 100% !important;
    }
    .table1 td, .table2 td {
        width: 50%;
    }
    .table1 tr:nth-child(odd), .table2 tr:nth-child(odd){
        background: #eeeeee;
    }
    
    .musician_general_info font {
        font-size: 10px;
    }
    /* user_overview */
   .table1 table, .table2 table, .profile table{
        font-size: 30px !important;
        width: 100%;
    }
    td {
        padding: 5px !important;
    }
    .table1:after {
        content: '\a';
        white-space: pre;
    }
    .content {
        min-height: 950px !important;
        max-width: 100% !important;
    }
    
    .middlecontent {
        max-width: 83.2% !important;  
        margin-left: 16% !important;      
    }

    .our-plan-pdf{
        display: block !important;
        width: 80% !important;
        margin-left: 10%;
    }
    
    .our-story-right-content img{
        width: 80%;
    }
    .our-story-right-content {
        float: none !important;
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        font-size: 40px;
    }
    .our-story-text {
        width: 94% !important;
        font-size: 35px !important;
        margin-bottom: 40px;
    }
    .aux-div {
        display: none;
    }
    .media-page-content-titles{
        display: none !important;
    }
    .media-page-content:not(.media-page-content-titles):not(.audio){
        height: 500px !important;
        margin-top: 20px;
    }
    .media-page-content:not(.media-page-content-titles){
        display: block !important;
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .feedback {
        width: 90% !important;
        margin: auto !important;
    }
    .content-top-bottom:not(.content-top-bottom-index) {
        height: 70px !important;
        margin: 0 1.9%;
        margin-bottom: 1.5em;
        color: black;
        font-style: italic;
        font-size: 30px !important;
        margin-top: -50px;
    }
    .content-top-bottom-index{
        height: 40px !important;
        margin: 0 1.9%;
        margin-bottom: 1.5em;
        color: black;
        font-style: italic;
        font-size: 25px !important;
    }
    .content-top-lead img {
        height: 170px !important;
        margin-top: -83px !important;
    }
   
    .our-plan-text h1 {
        font-size: 45px !important;
        font-weight: bold !important;
    }
    .our-plan-text h3 {
        font-style: italic;
        font-size: 40px !important;
    }
    .our-plan-text {
        font-size: 35px !important;
    }
    
    .feedback {
        font-size: 35px;
    }
    
    .communications_table table td{
        width: 20% !important;
        word-break: break-word;
    }
    .communications_table table{
        font-size: 30px !important;
        font-weight: bold;
    }
    
    .concert-feedback{
        font-size: 26px !important;
        height: 170px !important;
        width: 50% !important;
    }
    .concert-feedback div{
        display: inline-block;
        margin-top: -150px;
        margin-left: -200px !important;
        margin-right: 100px;
    }
    
    .amazon-icon2 {
        margin-top: -120px;
        margin-left: -50px;
        width: 70px;
    }
    
    .mail_icon {
        display: block;
        float: right;
        margin-top: -20px;
        margin-right: 35px;
        width: 60px;
    }
    
    .amazon-text, .amazon-top-text {
        font-size: 40px;
    }
 
    .resptext {
        font-size:37px;
    }   

    .resptitle {
        font-size: 47px;
        font-weight: bold;
    }

    .front-img-web-fix {
        display: none !important;
    }

    .front-video-nav {
        display: none;
    }

    .musician-frontcard {
        width:97%;
        margin-bottom: 50px;
        padding-bottom:50%;
        float: none !important;
        margin-top: 0px !important;
    }

    .musician-frontcard-text {
        font-size:44px;
    }

    .musician-frontcard-bgtext {
        padding-top:37%;
    }
    
    .amazon-top-text {
        text-align: center;
        color: orange;
        width: 85%;
        margin: auto;
        font-size: 40px;
    }
    .amazon-top-text p {
        color: black;
    }
    .amazon-text {
        text-align: center;
        width: 90%;
        margin: auto;
        font-size: 40px;
    }

    .amazon-ipad {
        display: none;
    }
}

@media (min-device-width: 720px) and (max-device-width: 1024px) {
    .web-view-only {
        display: none;
    }

    .menu-request {
        visibility: hidden !important;
        max-width: 140px !important;
    }

    .menu-login {
        visibility: hidden !important;
    }

    .top-donate {
        margin-right: -24% !important;
        margin-top: -110px !important;
    }

    .amazon-ipad {
        position: absolute;
        margin-top: -95px;
        margin-left: 180px;
        width: 150px;
    }

    .mail-img {
        margin-left: 0px !important;
    }

    .menu-wrapper-left {
        display: none;
    }

    .menu-wrapper-right {
        display: none;
    }

    .header-href-text {
        visibility: visible !important;
    }

    .sidemenu-wrapper {
        display: none;
    }

    .banner_icon {
        display: block;
        float: left;
        margin-top: -5px;
        margin-left: 35px;
        width: 50px;
    }

    .share_icon {
        display: block;
        margin-top: -90px;
        margin-left: 30%;
        width: 40px;
    }

    .mail_icon {
        display: block;
        float: right;
        margin-top: -40px;
        margin-right: 30%;
        width: 60px;
    }
    
    .top-bottom, .footer-bottom {
        border-radius: 100px;
    }

    .web-mob-text {
        font-size: 17px;
    }

    .left-profile {
        width:39%;
    }

    .how-to-help-card {
        height: 130px;
        border: 1px solid black;
        border-radius: 15px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .left-box {
        margin-left: 4%;
        width: 44%;
        display: inline-block;
        height: 700px;
    }
    
    .right-box {
        width: 44%;
        margin-right:4%;
        float: right;
        height: 700px;
    }
    
    .amazon-top-text {
        text-align: center;
        color: orange;
        width: 60%;
        margin: auto;
    }
    .amazon-top-text p {
        color: black;
    }
    .amazon-text {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    
    .musician-frontcard {
        width:24%;
        padding-bottom:13.5%;
    }

    .musician-frontcard-bgtext {
        padding-top:40%;
    }

    .concert-feedback div{
        margin-top: -60px;
    }
    
    .front-video-mob-fix {
        display: none;
    }

    .front-img-mob-fix {
        display: none;
    }

    #side_menu {
        position: fixed;
        height: 120%;
        width: 250px;
        display: block;
        margin-top: 0px;
        top: 0px;
        margin-left: -560px;
        border: solid 1px black;
        background: white;
        z-index: 10;
    }

    .side_menu_option {
        width: 100%;
        height: 50px;
        border: 1px solid black;
        color: black !important;
        text-align: center !important;
        padding: 5px !important;
        font-size: 25px !important;
    }
    .side_menu_option:active {
        background: black !important;
        color: white !important;
    }
    
    #close_menu {
        width: 60px;
        margin-left: 190px;
        position: absolute;
    }
    
    .sidemenu-wrapper-mobile {
        display: none;
    }

    .sidemenu-wrapper {
        display: inline-block;
    }

    .profile-mus-img {
        display: none;
    }

    #search-container iframe{
        width: 200px !important;
        height: 100px !important;
    }
        
    /* user_overview */
    td {
        padding: 5px !important;
    }
    .content {
        min-height: 500px;
    }
    
    .our-mission-nav {
        margin-left:2%;
        width:22%;
        float:left;
        text-align:center;
    }

    .our-story-nav {
        margin-left:6%;
        width:44%;
        text-align:center;
        display:inline-block;
    }

    .content-middle-wrapper {
        width:50%;
        float:left;
    }
    
    .shadow{
        width: 100%;
    }

    .our-plan-nav {
        margin-left:56%;
        width:44%;
        display:inline-block;
        margin-top:-405px;
        text-align:center;
    }

    .front-video-nav {
        margin-left:6%;
        position: relative;
        width: 94%;
        height: 0px;
        padding-bottom: 60%;
    }

    .reach-out-nav img:not(.icon-index):not(.shadow):not(.front-img-mob-fix){
        margin-top: -83px !important;
    }

    .reach-out-nav {
        margin-left:3%;
        width:22%;
        float:left;
        text-align:center;
    }

    .top-bottom {
        background-color: black;
        height: 118px;
    }
    
    .phone_icon, .amazon-icon2 {
      display: none;
    }

    .imgheart {
        margin-right: 100px;
    }
 
    .middlecontent {
        min-height: 1000px;
        max-width: 77.2% !important;  
        margin-left: 21% !important;      
    }

}

@media (min-device-width: 1025px) {
    .mobile-view-only {
        display: none;
    }

    .amazon-ipad {
        display: none;
    }

    .top-bottom, .footer-bottom {
        border-radius: 100px;
    }

    .web-mob-text {
        font-size: 17px;
    }

    .left-profile {
        width:39%;
    }

    .how-to-help-card {
        height: 130px;
        border: 1px solid black;
        border-radius: 15px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .left-box {
        margin-left: 4%;
        width: 44%;
        display: inline-block;
        height: 700px;
    }
    
    .right-box {
        width: 44%;
        margin-right:4%;
        float: right;
        height: 700px;
    }
    
    .amazon-top-text {
        text-align: center;
        color: orange;
        width: 60%;
        margin: auto;
    }
    .amazon-top-text p {
        color: black;
    }
    .amazon-text {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    
    .musician-frontcard {
        width:15%;
        padding-bottom:10%;
    }

    .musician-frontcard-bgtext {
        padding-top:40%;
    }

    .concert-feedback div{
        margin-top: -60px;
    }
    
    .front-video-mob-fix {
        display: none;
    }

    .front-img-mob-fix {
        display: none;
    }

    #side_menu {
        display: none;
    }
    
    .sidemenu-wrapper-mobile {
        display: none;
    }

    .sidemenu-wrapper {
        display: inline-block;
    }

    .profile-mus-img {
        display: none;
    }

    #search-container iframe{
        width: 200px !important;
        height: 100px !important;
    }
    
    .share-icon {
        display: block;
        margin-top: -80px;
        margin-left: -88%;
        width: 40px;
    }

    .amazon-logo {
        position: absolute;
        margin-top: -90px;
        margin-left: 150px;
        width: 200px;
    }
    
    /* user_overview */
    td {
        padding: 5px !important;
    }
    .content {
        min-height: 500px;
    }
    
	.our-mission-nav {
		margin-left:2%;
		width:22%;
		float:left;
		text-align:center;
	}

	.our-story-nav {
		margin-left:6%;
		width:44%;
		text-align:center;
		display:inline-block;
	}

	.content-middle-wrapper {
		width:50%;
		float:left;
	}
    
    .shadow{
        width: 100%;
    }

	.our-plan-nav {
		margin-left:56%;
		width:44%;
		display:inline-block;
		margin-top:-405px;
		text-align:center;
	}

	.front-video-nav {
		margin-left:6%;
		position: relative;
		width: 94%;
		height: 0px;
		padding-bottom: 60%;
	}

    .reach-out-nav img:not(.icon-index):not(.shadow):not(.front-img-mob-fix){
        margin-top: -83px !important;
    }
	.reach-out-nav {
		margin-left:3%;
		width:22%;
		float:left;
		text-align:center;
	}

	.top-bottom {
		background-color: black;
		height: 118px;
	}
    
    .banner_icon, .share_icon, .phone_icon, .mail_icon, .amazon-icon2 {
        display: none;
    }

    .imgheart {
        margin-right: 100px;
    }
 
    .middlecontent {
        min-height: 1000px;
        max-width: 77.2% !important;  
        margin-left: 21% !important;      
    }

}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper {
	//min-height: 100%;
}

/* FONTS STYLES */
@font-face {
	font-family: CaviarDreams;
	src: url("../data/CaviarDreams.ttf");
}

@font-face {
	font-family: CaviarDreamsBold;
	src: url("../data/CaviarDreamsBold.ttf");
}

@font-face {
	font-family: ExoBlack;
	src: url("../data/ExoBlack.otf");
}

@font-face {
	font-family: ExoBold;
	src: url("../data/ExoBold.otf");
}

@font-face {
	font-family: Dosis;
	src: url("../data/DosisMedium.otf");
}

/*TOP-MENU STYLES*/
.top-wrapper {
	position: relative;
	top: -60;
	//left: 0.5%;
	right: 0;
	width: 100%;
}

.top-lead {
	background-color: white;
	height: 122px;
}

.imghome {
	float: left;
	margin-top: -165px;
	margin-left: 50px;
	width: 30px;
}

.imglogo {
	display: block;
	margin: 0 auto;
}

.imgheart {
	width: 160px;
}

.user-button {
	height:20px;
	margin-right:5px;
	margin-bottom:5px;
}

.pass-button {
	height:20px;
	margin-right:5px;
	margin-bottom:5px;
}

.top-donate {
	float: right;
	margin-top: -160px;
	margin-right: 230px;
    width: 155px;
}

.top-donate a:hover, .top-donate a:active{
    text-decoration: none;
}

.top-slogan {
	text-align: center;
	margin-top: 10px;
	font-family: CaviarDreams;
	font-style: italic;
	font-weight: bold;
}

/*MENU STYLES*/
.menu-request {
	color: #00B6F1;
	margin-left: 60px;
	padding-top: 0px;
	font-size: 17px;
	max-width: 130px;
	font-family: Dosis;
}

.menu-login {
	color: #00B6F1;
	font-weight: bold;
	margin-right: 60px;
	margin-top: -93px;
	text-align: right;
	font-size: 0.9em;
	font-family: Dosis;
}

.button-mypanel {
	color: #00B6F1;
	font-weight: bold;
	margin-right: 60px;
	margin-top: -73px;
	margin-bottom:50px;
	text-align: right;
	font-size: 0.9em;
	font-family: Dosis;
	visibility: hidden;
}

.menu-wrapper-left {
	max-width:40%;
	margin-top: -32px;
	margin-left: 55px;
}

.menu-wrapper-right {
	max-width:40%;
	margin-left: 65%;
	margin-top: -28px;
}

.menu-button {
	border-color: black;
	border-width: 0.2em;
	border-radius: 7px;
	padding: 0.3em 0.2em;
	background-color: white;
	font-weight: bold;
	font-size: 0.85em;
	min-width: 14.5%;
	margin: 0 0.5%;
	font-family: Dosis;
	color: black;
}

.menu-button:hover {
	background-color: #262626;
	color: white;
	border-color: #262626;
	border: 0.2em solid white;
}

.menu-button-current {
	background-color: black;
	color: white;
	border: 0.2em solid white;
}

.donate {
	color: white;
	background-color: #D11F5C;
	padding: 1.5px 20px;
	font-size: 1.5em;
	border: 0px;
	margin-top: -45px;
	margin-left: 65px;
}

.donate:hover {
	background-color: #D11F5C;
	border: 0px;
}

/*CONTENT STYLES*/
.content-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	margin-top: -70px;
}

.content-top-lead img {
    margin-top: -50px;
}
.content-top-lead {
	background-color: white;
	height: 42px;
	margin: 0 1.25%;
}

.content-top-bottom {
	height: 20px;
	margin: 0 1.9%;
	margin-bottom: 15px;
	color: black;
    font-style: italic;
    text-align: center;
	font-size: 1.3em;
	font-family: ExoBold;
    margin-top: -50px;
}

.concert-feedback h3{
    color: red;
    text-shadow: 2px 2px white;
    
}
.concert-feedback {
    width: 50%;
    height: 100px;
    background: black;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    box-shadow: 0px 10px 10px black;
    color: white;
    text-align: center;
    font-size: 17px;
}

.profile_overview {
    width: 100%;
    //height: 160px;
    background: #EEEEEE;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid lightgrey;
}

/* SIDEMENU STYLES */
.sidemenu-wrapper {
	width:19%;
	margin-right: 1%;
	margin-left: 1.3%;
	float: left;
}

ul {
	margin-left: -3em;
}

li {
	padding: 5px 10px;
	border-width: 0.1em;
	border-color: black;
	border-radius: 5px;
	border-style: solid;
	margin: 0.5em;
	min-width: 97%;
	font-weight: bold;
	color: black;
	font-size: 0.8em;
	font-family: ExoBold;
}

li:hover {
	background-color: #00B6F1;
	color: white;
}

a.sidemenulink {
	color: black;
}

/* WIDGET STYLES */


/* FOOTER STYLES */
.footer-wrapper {
	position: relative;
	bottom:0;
	//left:0.5%;
	right: 0;
	width:100%;
	top:50px;
}

.footer-lead {
	max-width:1440px;
	margin: 1em auto;
    float:right;
}

.socialimgs {
    margin-left: 20px;
	margin-right: 20px;
	//float: right;
	//margin-top: 1em;
	margin-bottom: 1em;
}

.footer-bottom {
	background-color: black;
	color: white;
	text-align: center;
	vertical-align: middle;
	clear: both;
	font-family: CaviarDreams;
	font-size: 16px;
	padding: 1em 1em;
}

.eventsCards{
    border:1px solid;
    border-color: #009933;
    border-radius: 15%;
    position:relative;
    width:20%;
    padding-bottom:20%;
    display:inline-block;
    margin:1.66%;
    overflow:hidden; 
}

.eventsContent{
    position:absolute;
    height:0%;
    width:90%;
    padding: 10% 5%;
}

.eventsTable{
    display:table;
    height:100%;
    width:100%;
}

.eventsCell{
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    height:100%;
    width:100%;
}


/* flickity carousel */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery {
  background: #EEE;
    width: 100%;
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  counter-increment: gallery-cell;
}

.flickity-page-dots{
    display: none;
}
