﻿/* Media Queries */

.mobhome
{
    display: none
}

#foottc
{
    width: 320px;
    clear: left
}
.homeintroleftimg
{
    width: 100%
}

@media screen and (max-width: 480px) {
       
        #header, #page, #outer_footer
        {
            width: 96%;
            padding: 2%
        }
        body
        {
            background-image: none
        }
        .search_sec, .andboth, .andbothwide, #footer_top .col03 hr, #footer_top .col01 hr, .news_n_reviews, #feedbackify
        /*, #footer_top*/
        {
            display: none
        }
        #footer_top .col, #footer_top .col03, #footer_top .col02, #foottc
        {
            width: auto
        }
        #poppack, .thirdcol, #holdnotpop, .packboxback
        {
            margin: auto!Important;
            float: none!Important
        }
        .header_bottom strong
        {
            margin-top: 20px
        }
}

@media screen and (max-width: 600px) {
        .mobhome
        {
            display: block;
            width: 100%
        }
        .nomobhome, #sidebar
        {
            display: none
        }
        
    .how_it_works_boxes
    {
        display: none
    }
    .servicetable td
    {
        max-width: none
    }
    table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%!Important; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 20%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: bold
	}
	
	/*
	Label the data
	*/
	.stable1 td:nth-of-type(1):before { content: "Accounting"; }
	.stable1 td:nth-of-type(2):before { content: "Tax"; }
	.stable1 td:nth-of-type(3):before { content: "Forex"; }
	.stable1 td:nth-of-type(4):before { content: "Mortgages"; }
	.stable2 td:nth-of-type(1):before { content: "Wealth"; }
	.stable2 td:nth-of-type(2):before { content: "Offshore"; }
	.stable2 td:nth-of-type(3):before { content: "Nationality"; }
	.stable2 td:nth-of-type(4):before { content: "And more..."; }
	
	.servicetable td a
    {
    text-decoration: underline;
    color:#B4975A
    }
    
    .banner_slider .belt .panel .content
    {
        position: relative;
        left: 0;
        top: 0;
        color: #fff;
        background-color: #35303a;
        clear: left;
        width: 94%;
        padding: 3%;
    }
    .banner_slider .belt .panel .content h4, .banner_slider .belt .panel .content h3, .banner_slider .belt .panel .content p
    {
        width: auto
    }
}

@media screen and (max-width: 950px) 
{
    .header_bottom .menu ul
    {
        float: left;
        width: 100%;
        margin-top: 50px
    }
    .header_bottom .menu ul li
    {
        float: none;
        display: block;
        background-color: #e5e5e5;
        margin-bottom: 1px;
    }
    .header_bottom .menu ul li a
    {
        float: none
    }
    .umbrellatab
    {
        display: none
    }
    #header
    {
        background-image: none
    }
    .intro02
    {
        margin-left: 0
    }
    #sidebar
    {
        margin: 10px 0 0 0;
        width: 100%
    }
    #sidebar, .converter_box, .converter_box .tab_content
    {
        max-width: 720px
    }
    .converter_box .tab_content
    {
        background-image: none;
        background-color: #333333;
        width: 690px
    }
    #tab01
    {
        height: auto;
        padding-bottom: 20px
    }
    .header_bottom .menu ul li ul
    {
        visibility:hidden
    }
    .how_it_works_boxes, .col01, .converter_box
    {
        display: none
    }
    .maincontent
    {
        float: left;
        padding-left: 10px;
        width: 97%
    }
    .lowerleft, .leftsubmenu
    {
        width: 100%
    }
    .bottomnumber { margin: 70px 0; }
}