/* before hit smartphone, make everything fullwidth */
@media (max-width: 750px) {
	
    .user_panel_tablet {
        width: 100%;
        padding: 20px;
        height: auto;
        background: #FFF;
        float: none;
        z-index: 1;
        height: 300px;
    }
	.logged_in_wrapper {
        height: 75px;
    }
    .input_aml {
        width: 100%;
        margin-bottom: 15px;
    }
    .login_submit {
        width: 100%;
        text-align: right;
    }
    .forget_password_wrapper {
        text-align: right;
        width: 100%;
    }
    .input_aml_div {
        float: none;
        display: block;
        /*background: #333;*/
        width: 100%;
        
    }
    .search_button_wrapper {
        float: right;
    }
    .form_member {
        width: 100%;
    }
    .nav_content_tablet {
        overflow-y: auto;
        max-height: 400px;
    }
    
    .footer {
        /*background: green;*/
    }
    .footer_logo {
        min-height: 270px;
        /*background: red;*/
    }
    .footer_links {
        width: 30%;
        /*background: grey;*/
        min-height: 250px;
    }
    .footer_kontakt {
        width: 48%;
        padding-left: 2%;
        /*background: grey;*/
        min-height: 250px;
    }
    .footer_partner {
        width: 32%;
        border: none;
        padding-left: 4%;
    }
        .footer_partner img {
            width: auto;
            height: auto;
        }
    .footer_partner2 {
        width: 40%;
        float: left;
    }
}
@media (max-width: 600px) {
	
	body {
		padding-bottom: 60px;
	}
	
    .navigation_tablet {
        display: none;
    }
    .input_news, .search_button_wrapper, .search_input_wrapper {
        width: 100%; 
        margin-right: 0;
        float: none;
        margin-bottom: 10px;
    }
    .input_news_keyword {
        width: 100%;
    }
    
    
    .user_nav_tablet_active {
        background: url("../images/arrow_up.png") bottom center no-repeat #df252b;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: inset 0px 2px 5px rgba(0,0,0,0.3);
        border-bottom: 6px solid #FFF;
        border-top: none;
        margin-bottom: 0px;
        margin-top: 10px;
        padding-top: 15px;
    }
    
    .action_nav_tablet_active {
        background: url("../images/arrow_up.png") bottom center no-repeat #df252b;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: inset 0px 2px 5px rgba(0,0,0,0.3);
        border-bottom: 6px solid #FFF;
        border-top: none;
        margin-bottom: 0px;
        margin-top: 10px;
        padding-top: 15px;
    }
    
    .forget_password_wrapper {
        float: none;
        width: 100%;
        text-align: right;
    }
    .navigation_mobile {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0px;
        top: auto;
        z-index: 1000;
        background: #FFF;
    }
    .cookies_usage_message .cookies_text_wrapper {
		float: none;
		width: 100%;
		text-align: center;
	}
	.cookies_usage_message .ok_wrapper {
		float: none;
		width: 100%;
		text-align: center;
	}
    
    .maincontent, .maincontent-full {
        display: block;
        float: none;
        width: 100%;
        margin: 3% auto;
    }
    .top {
        min-height: 250px;
		margin-top: -50px;
    }
    .logo_wrapper {
        padding-left: 15px;
        padding-top: 150px;
    }
    .logo_wrapper img {
        width: 90%;
    }
    .sidebar {
        position: relative;
        width: 94%;
        display: block;
        float: none;
        margin: 5% auto;
        margin-bottom: 0;
        border: 1px solid #DDD;
        border-bottom: none;
        border-radius: 6px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 5% 3%;
        box-shadow: 1px 3px 4px #CCC inset;
    }
    .sidebar_widget {
        width: 100%;
        float: none;
    }
    .second_widget {
        float: none;
    }
    .latest_news_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .featured_news h1, h1 {
        font-size: 23px;
        margin-bottom: 25px;
    }
    
    .members {
        margin-top: 10px;
    }
    .member {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    .member_right {
        float: none;
        margin-right:  0px;
    }
    
    .event {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    .event_right {
        float: none;
        margin-right: 0px;
    }
    
    .news_item {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    .news_item_right {
        float: none;
        margin-right: 0px;
    }
    .news_teaser_thumb, .charity_desc {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .profile_name {
        float: none;
        width: 100%;
    }
    .profile_status {
        float: none;
        width: 100%;
        padding-top: 10px;
    }
    .profile_detail {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .profile_thumb {
        width: 100%;
		height: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .profile_thumb img {
        width: 100%;
        height: 100%;
    }
    .profile_content {
        float: none;
        width: 100%;
    }

    .contact_form {
        width: 100%;
        float: none;
    }
    .contact_detail {
        width: 100%;
        float: none;
    }
    .contact_detail_default {
        display: none;
    }
    .contact_detail_mobile {
        display: block;
        margin-top: 25px;
    }
    .contact_form_text {
        float: none;
        width: 100%;
    }
    .contact_form_submit {
        float: none;
        width: 100%;
    }
    .contact_img {
        margin-top: 0px;
    }
    .footer_logo {
        width: 45%;
        display: none;      
    }
    .footer_links {

    }
    .footer_partner {

    }
    .footer_kontakt {
        width: 45%;
        padding: 20px 0px 20px 0px;
        border: none;
    }

    .copyright_left {
        width: 100%;
        float: none;
        padding-left: 15px;
    }
    .copyright_right {
        width: 100%;
        float: none;
        text-align: left;
        padding-left: 15px;
    }
    
    .footer {
        /*background: black;*/
        padding-bottom: 60px;
    }

    .footer_logo {
        width: 40%;
        min-height: 200px;
        /*background: red;*/
    }
    .footer_links {
        width: 30%;
        /*background: grey;*/
        min-height: 250px;
        padding-left: 5%;
    }
    .footer_kontakt {
        width: 55%;
        padding-left: 0;
        /*background: brown;*/
        min-height: 200px;
    }
    .footer_partner {
        min-height: 220px;
        padding-left: 0px;
        margin-left: 0px;
    }
        .footer_partner img {
            width: auto;
            height: auto;
        }
    .footer_partner2 {
        width: 40%;
        float: left;
        border: none;
        padding-left: 0px;
        margin-left: 0px;
    }

    .lang_switcher {
        float: none;
        margin-right: 0px;
    }

    .lang_switcher .trp-ls-shortcode-current-language {
        width: 250px;
    }
    
}
/* smartphone */
@media (max-width: 360px) {
    
}