/*
[Table of contents]

1. @media screen and (min-width:0\0)
- IE

2. @media screen and (-webkit-min-device-pixel-ratio:0)
- Chrome/Safari

3. @media screen and (min-width: 1780px) and (max-width: 1980px)
- Larger Screens

4. @media screen and (min-width: 1500px) and (max-width: 1600px)
- Larger Screens

5. @media screen and (max-width : 1280px)
- Macbook and other devices

6. @media screen and (max-width : 1024px)
- iPad devices Landscape

7. @media screen and (max-width : 991px)
- Tabs and Tablets Landscape

8. @media screen and (max-width : 800px)
- iPad Potrait and other devices

9. @media screen and (max-width : 767px)
- iPhone 6Plus/Nexus 6 Landscape

10. @media screen and (max-width : 680px)
- iPhone 6 Landscape

11. @media screen and (max-width : 580px)
- iPhone 5 Landscape

12. @media screen and (max-width : 480px)
- iPhone 4 Landscape and iPhone 6/6Plus Potrait

13. @media screen and (max-width : 420px)
- iPhone 6/6Plus Potrait/Nexus 5/Samsung Galaxy Potrait

*/


/** M E D I A  Q U E R I E S **/


/** Max Widths **/

@media screen and (min-width:0\0) {}

@media screen and (-webkit-min-device-pixel-ratio:0) {}

@media screen and (min-width: 1780px) and (max-width: 1980px) {
    .container {
        width: 1700px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1780px) {
    .container {
        width: 1400px;
    }
}


@media only screen and (max-width: 1280px) {
    .container {
        width: 95%;
    }
	.diversity_caption p {
  		font-size: 18px;
		line-height: 19px;
		padding: 0 3px;
	}
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:991px) {
    .menuBar .nav.navbar-nav span {
        font-size: 16px;
        padding: 0 0 3px;
    }
    .navbar-nav > li {
        float: left;
        padding-left: 24px;
    }
    .menuBar ul.nav li::before {
        height: 45px;
        left: 12px;
    }
	

}

@media only screen and (max-width:980px) {
    .searchTabs {
        width: 100%;
    }
    .searchTabs h4.panel-title a {
        display: inline-block;
        width: 100%;
    }
    .searchTabs .panel-default > .panel-heading {
        background-color: #0c4168;
        border-color: #0c4168;
        color: #fff;
    }
    .searchTabs .accordion-toggle:hover {
        color: #fff !important;
    }
    .searchTabs .panel-default {
        border-color: #0c4168;
    }
}

@media only screen and (max-width:800px) {
    /* Content Section CSS */
    .local_knowledge h2,
    .global_outlook h2 {
        font-size: 35px;
    }
    .news h2 {
        font-size: 25px;
    }
    .sub_section ul {
        min-height: 250px;
        padding: 15px 0 0;
    }
    .sub_section ul li {
        font-size: 18px;
        padding: 0 0 20px;
    }
    /* Duane morris CSS */
    .duane_morris {
        padding: 20px 33px 0 0;
    }
    .duane_morris h3 {
        font-size: 15px;
    }
    .duane_morris p {
        font-size: 13px;
        padding: 10px 0 0;
    }
    /* Contact Footer Css */
    .rightLinks {
        margin: 0 0 0 15px;
    }
    .detail.subscribe {
        padding: 0;
    }
    /* Copyright Footer CSS */
    .copyrightMessage > p {
        font-size: 15px;
        padding-left: 0;
    }
    .footerLink a {
        font-size: 15px;
    }
    /* COntact Page CSS */
    .figure {
        font-size: 18px;
    }
    /* What Happing Page CSS */
    .money_match,
    .present_japan,
    .indian_diaries,
    .series_session,
    .receives_award,
    .amendments,
    .appeal_rules,
    .share_accounnt,
    .merger_activities,
    .arbitral_award {
        margin: 0 7px 20px;
        width: 48%;
    }
    /* WhatWeDo Page CSS */
    .addImages {
        height: 85px;
    }
}

@media only screen and (max-width:767px) {
    .main_list {
        padding-right: 0;
    }
    .menuBar {
        margin: -70px 0 0;
        padding: 0;
    }
    .menuBar .navbar-collapse {
        background: #f8f8f8;
        border: 1px solid #e0dddd;
        padding: 0 15px;
        position: absolute;
        width: 100%;
        z-index: 99;
    }
    .menuBar .navbar-toggle {
        border: 1px solid #013668;
        margin: 15px 0 25px;
    }
    .menuBar .navbar-toggle .icon-bar {
        background-color: #596d0e;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
	

    .menuBar ul.nav {
        float: none;
    }
    .menuBar .navbar-nav > li {
        border-bottom: 1px solid #e0dddd;
        float: none;
        margin: 0 auto 10px;
        padding: 0;
        width: 100%;
    }
    .menuBar .navbar-nav > li:last-child {
        border-bottom: 0px;
    }
    .menuBar ul.nav li::before {
        display: none;
    }
    .menuBar .navbar-nav > li.searchIcon {
        text-align: center;
    }
    .searchIcon img {
        margin: 0;
    }
    /* Content Section CSS */
    .news {
        padding: 10px 0 25px;
    }
    .sub_section ul {
        min-height: auto;
    }
    .moreOption {
        padding: 15px 0 0;
    }
    /* Contact Footer Css */
    .detail {
        min-height: 250px;
    }
    /* Copyright Footer CSS */
    .copyrightMessage > p {
        font-size: 14px;
        padding: 0 0 10px;
        text-align: center;
    }
    .footerLink > ul {
        text-align: center;
    }
    .footerLink li:first-child {
        padding-left: 0;
    }
    .footerLink a {
        color: #fff;
        font-size: 14px;
    }
    /* Career Page CSS */
    .descriptionsText {
        width: 80%;
    }
    /* What Happing Page CSS */
    .money_match,
    .present_japan,
    .indian_diaries,
    .series_session,
    .receives_award,
    .amendments,
    .appeal_rules,
    .share_accounnt,
    .merger_activities,
    .arbitral_award {
        width: 47%;
    }
    /* WhatWeDo Page CSS */
    .addImages {
        height: auto;
    }
    /* WhoWeAre Page CSS */
    .all_show li a {
        margin: 0 5px 10px 0;
    }
}

@media only screen and (max-width:680px) {
    /* Sub-header Section CSS */
    ul.main_list li {
        padding: 0 0 0 10px;
    }
    ul.main_list li a {
        font-size: 12px;
    }
    /* Duane morris CSS */
    .declaration {
        padding: 35px 0;
    }
    .subFooter_head {
        padding: 0 0 15px;
    }
    .declaration h2 {
        font-size: 22px;
    }
    /* Content Section CSS */
    .main_content {
        padding: 0 0 20px;
    }
    .local_knowledge {
        margin-left: 0;
        text-align: center;
    }
    .local_knowledge h2,
    .global_outlook h2 {
        font-size: 28px;
    }
    /* WhatWeDo 2page CSS */
    .search_letters {
        float: left;
        height: auto;
        width: auto;
    }
    .search-wrapper input {
        margin: 0;
    }
}

@media only screen and (max-width:580px) {
    /* Header Section CSS */
    .logo a img {
        width: 60%;
    }
    /* Copyright Footer CSS */
    .fullWidth {
        width: 100%;
    }
    .detail {
        border-bottom: 1px solid #fff;
        margin: 0 0 25px;
        min-height: auto;
        overflow: hidden;
        padding: 0 0 5px;
    }
    .detail.subscribe {
        border-bottom: 0;
    }
    /* WhatWeDo 2page CSS */
    .searched_service {
        float: none;
        width: 100%;
    }
    /* WhereWeAre Section CSS */
    .places {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    /* Sub-header Section CSS */
    .main_list {
        float: none;
        text-align: center;
    }
    ul.main_list li {
        padding: 0 0 0 15px;
    }
    ul.main_list li:first-child {
        padding-left: 0;
    }
    /* Career Page CSS */
    .descriptionsText {
        width: 100%;
    }
    .join_us a {
        font-size: 20px;
    }
    /* What Happing Page CSS */
    .money_match,
    .present_japan,
    .indian_diaries,
    .series_session,
    .receives_award,
    .amendments,
    .appeal_rules,
    .share_accounnt,
    .merger_activities,
    .arbitral_award {
        margin: 0 0 20px;
        width: 100%;
    }
    /* WhoWeAre Page CSS */
    .buttonsDiv {
        text-align: center;
    }
    .blueButton {
        display: inline-block;
        margin: 0 0 15px;
    }
    .greenButton {
        display: inline-block;
        margin: 0;
    }
    /* Footer CSS */
    .detail li span {
        display: block;
    }
}

@media only screen and (max-width:420px) {
    ul.main_list li {
        padding: 0 0 0 10px;
    }
}
