.aside_block_social {
	width: 288px;
	padding: 5px 7px 0px;
}

img.go {
    background: url('https://www.biwi.net/images/social_sprites.gif') repeat scroll -90px 0px transparent !important;
}

img.go:hover {
    background-position: -90px -49px !important;
}

 /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 960px) {
		#wrapper {
			width:96%;
			padding:2%;
		}
	
		.wrapper_inner, #wrapper_In {
			width:100%;
		}
		
		#navigation {
			max-height:none !important;
		}
		#navigation ul {
			float: left;
			width: 94%;
			text-align: center;
		}
		
		#navigation ul li {
			float: none;
		}
		
		#logo {
			width:100%;
			float:left;
			text-align:center;
		}
		
		#logo a {
			float:none;
			border:0;
			display:inline-block;
			width:174px !important;
		}
		
		ul.cus_link {
			float:none;
			text-align:center;
			margin-bottom:20px;
			width:94%;
		}
		
		#left_panelIn {
			width:100%;
			border:0;
		}
		
		#right_panelIn {
			width:100%;
			float:left;
		}
		
		#right_panelIn div.righthead-block {
			width:100% !important;
		}
		
		#left_panelIn div.head-block {
			width:100% !important;
		}
		
		.Left-Section {
			width:100%;
		}
		
		.height_none {
			display:none;
		}
		
		#thumbs, .User-Image {
			width:96%;
		}
		
		.albumtext {
			width:100% !important;
		}
		
		.Imgblank {
			width: 46%;
			padding: 60px 27%;
		}
		
		#buttons {
			width:100%;
		}
		
		.TabbedPanelsContentGroup {
			width:99% !important;
		}
		
		.tab_main {
			width:96%;
		}
		
		.tablinks {
			float:left;
			display:none !important;
		}
		
		.print_tab {
			clear:both;
		}
		
		
		#logic_buttons {
			width:100%;
			margin-bottom:35px;
			float:left;
		}
		
		#footer-partner {
			display:none;
		}
		
		.footer  {
			width:94%;
		}
		
		#right_panelIn div.righthead-block ul li {
			width:94% !important;
		}
		
		.profilemimg {
			width:97% !important;
		}
		
		#benefitsbox {
			width:94% !important;
		}
		
		#benefitsbox div.benefitbox-head {
			width:99% !important;
		}
		
		
		#AboutData, .data_cont .td_content_4 {
			width:100% !important;
		}
		
		.hide_mob {
			display:none;
		}
		
		.aside_block_social {
			width:93%;
			text-align:center;
		}
		
		.footer_span {
			position:static !important;
		}
		
    }

    

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.data_cont .td_content_1 {
			border-bottom:1px solid #D9D9D9;
		}
		
		.data_cont .td_content_1, .data_cont .td_content_3 {
			width:100% !important;
			padding:0 !important;
			margin-bottom:10px;
			border-right: 0px !important;	
		}
		
		.data_cont .td_content_3 ul li label {
			width:95px !important;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.Yes_class, .No_class, .MayBe_class {
			width:auto !important;
		}
		
		.TabbedPanelsTab {
			padding:10px 1% !important;
		}
		
		#div_profile_button, #div_profile_button table {
			width:100% !important;
		}
		

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .data_cont .td_content_1 ul li {
			width:auto !important;
		}
		
		.data_cont .td_content_3 ul li {
			width:auto !important;
		}
    }