
/*
[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 : 980px)
   - 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 */


@media screen and (min-width:0\0) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}

@media screen and (min-width: 1980px) and (max-width: 3000px) { 

}

@media screen and (min-width: 1780px) and (max-width: 1980px) { 

}

@media screen and (min-width: 1500px) and (max-width: 1600px) { 

}

@media only screen and (max-width : 1180px) {
}

@media only screen and (min-width: 768px) {
    .sub-menu {
        box-shadow: 0px 1px 5px 0px rgba(225, 225, 225, 0.4);
        list-style-type: none;
        background: #ffffff;
        border-radius: 4px;
        padding: 16px 0 12px;
        margin: 6px 0 0;
        position: absolute;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        top: 21px;
        left: 55%;
        right: 0;
        width: 100%;
        max-height: 550px;
        min-width: 150px;
        overflow: auto;
        transform: translate(-45%, 0em);
        z-index: 99;
        -moz-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        -webkit-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
    }
    
    .navbar-default .navbar-nav > li:hover .sub-menu {
        visibility: visible; /* shows sub-menu */
        opacity: 1;
        z-index: 99;
        -moz-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        -webkit-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
    }
}

@media only screen and (max-width : 1024px) {
    .contactBannerBox:first-child .officeAddress,
    .contactBannerBox .officeAddress {
        left: 16px;
    }
    .homeMissionSection {
        background-position: 145% 0%;
    }
    .listing-item:after {
        width: 86%;
    }
}

@media only screen and (max-width : 991px) {
    .hideOnMobile {
        display: none;
    }
    .showOnMobile {
        display: block;
    }
    .navbarHeader .navbar-nav>li {
        padding: 0 0 0 10px;
    }
    .navbarHeader .navbar-nav>li>a {
        font-size: 12px;
    }
    .masonary-wrapper .grid .grid-list {
        width: 50%;
    }
    .homeMissionSection {
        background-image: none;
        min-height: initial;
        padding: 0 0 36px;
    }
    .homeMissionSection .showOnMobile {
        display: block;
        padding: 0 0 36px;
    }
    .homeMissionSection .showOnMobile img {
        width: 100%;
    }
    .careerSection .greyBoxContent {
        margin: 0;
    }
    .careerContactSec {
        padding: 10px 0 0;
    }
    .registrationSection .contactFormBox {
        padding: 34px 40px 20px;
    }.bannerSlider .item {
    min-height: calc(15vh + 200px );
    background-position: 70% center;
}
}

@media only screen and (max-width : 800px) {
}

@media only screen and (max-width : 767px) {
    .hraderSection .navbarHeader {
        padding: 7px 0;
        position: relative;
    }
    .searchBtn {
        float: none !important;
        display: inline-block;
        position: absolute;
        top: 14px;
        right: 60px;
        padding: 0;
        margin: 0;
    }
    .searchBtn input[type="submit"].searchButton {
        border: 0;
    }
    .hraderSection .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 5px;
        margin: 16px 0 0;
        background-color: transparent;
        background-image: none;
        border: 1px solid #db0607;
        border-radius: 0;
    }
    .hraderSection .navbar-default .navbar-toggle:focus, 
    .hraderSection .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .hraderSection .navbar-toggle .icon-bar {
        width: 19px;
        height: 1px;
        border-radius: 0;
        background-color: #db0607;
    }
    .navbarHeader .navbar.navbar-default {
        position: static;
    }
    .navbar-default .navbar-collapse {
        border: 0;
        position: absolute;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.98);
        /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);*/
        width: 100%;
        left: 0;
        right: 0;
    }
    .navbarHeader .navbar-nav {
        float: none;
        margin: 0;
        padding: 12px 16px;
    }
    .navbarHeader .navbar-nav>li {
        padding: 4px 0;
        display: block;
    }
    .sub-menu > li {
        margin: 0;
    }
    .sub-menu > li > a {
        padding: 0;
        line-height: 20px;
        display: block;
    }
    .searchBar {
        top: 108px;
    }
    .subHeaderText .timeZoneText:first-child {
        padding-right: 11px;
        font-size: 12px;
    }
    .subHeaderText .timeZoneText {
        padding-left: 24px;
   }
    
    
    .bannerContent {
        padding: 0 10px;
    }
    .bannerContent p {
        font-size: 14px;
    }
    .mainHead {
        font-size: 30px;
    }
    .homeAboutSection {
        padding: 36px 0 30px;
    }
    .subHeading {
        font-size: 28px;
        padding: 0 0 12px;
    }
    .innerContent {
        padding: 0 0 8px;
    }
    .homeBusinessSection {
        padding: 36px 0 34px;
    }
    .overviewImageBox {
       min-height: auto;
    }
    .overviewBox {
        min-height: initial;
        display: block;
        padding: 20px;
    }
    .verticalMiddle {
        display: block;
    }
    .leftArrow:after {
        top: -6px;
        left: 50%;
        transform: rotate(90deg);
    }
    .rightArrow:after {
        top: -6px;
        right: 50%;
        transform: rotate(-90deg);
    }
    .innerContentSection.historySection {
        padding: 40px 0 20px;
    }
    .historyBoxDate span {
        font-size: 40px;
    }
    .footerSection {
        padding: 36px 0;
    }
    .upperFooter {
        padding: 0;
        border-bottom: 1px solid #5f5f5f;
    }
    .footerContentList {
        padding: 0 0 18px;
    }
    .copyrightFooter {
        padding: 20px 0 0;
        text-align: center;
    }
    .copyrightFooter .text-right {
        text-align: center;
    }
    .contactFormSection,
    .innerContentSection.homeOverviewSection {
        padding: 40px 0;
    }
    .vesselContentBox {
        padding: 0 0 26px;
        margin: 0 0 30px;
    }
    .vesselContentBox .overviewBox .innerContent {
        padding: 26px 0 0;
    }
    .mapSection iframe {
        width: 100%;
    }
    .formSection {
        padding: 30px;
    }
    .contactBannerBox .officeAddress {
        bottom: 10px;
    }
    .overviewImageBox img {
        width: 100%;
        height: auto;
    }
    .mv-guard-section {
        padding: 40px 0 0;
    }
    .innerContentSection.ourTeamSection {
        padding: 40px 0;
    }
    .modal-dialog {
        margin: 40px auto;
    }
    .greyBoxContent {
        margin: 0 0 30px;
    }
    .innerContentSection.careerSection {
        padding: 40px 0 0;
    }
    .homeBusinessSection .innerContent {
        padding: 0;
    }
    .homeOverviewSection {
        padding: 36px 0 40px;
    }
    .careerContactSec li {
        width: 49%;
        padding: 0 25px 34px;
    }
    .careergreyContent {
        font-size: 14px;


        padding: 20px 0 6px;
    }
    .innerContentSection.registrationPage {
        background-position: 50%;
        padding: 44px 0 50px;
    }
    .formSection h3 {
        font-size: 24px;
        padding: 0 0 12px;
    }
    .formSection .form-control {
        height: 37px;
        padding: 0 10px;
    }
    .calanderIcon:after,
    .customDropdown:after {
        height: 34px;
    }
    .registrationSection .formSection {
        padding: 0 0 14px;
    }
    .registrationSection .formButton input[type="submit"] {
        max-width: 170px;
        line-height: 12px;
        height: 40px;
    }
    #primary {
        padding: 32px 0px;
    }
    .page-header .page-title {
        font-size: 26px;
        padding: 0 0 14px;
    }
    .innerContentSection .entry-header h2 a, 
    .innerContentSection .entry-header h2 a:visited {
        font-size: 20px;
        padding: 0 0 6px;
    }
    .innerContentSection .page-content, 
    .innerContentSection .entry-content, 
    .innerContentSection .entry-summary {
        margin: 0;
        font-size: 13px;
        line-height: 18px;
    }
}

@media only screen and (max-width : 680px) {
    .innerBannerSection {
        background-position: 80%;
        min-height: calc(10vh + 100px);
    }
    .innerBannerContent h2 {
        font-size: 27px;
    }
    .innerContentSection {
        min-height: initial;
        padding: 0;
    }
    .careerExploreList li {
        width: 33.33%;
    }
}

@media only screen and (max-width : 580px) {
    .subHeader [class*=col-] {
        width: 100%;
    }
    .searchBar {
        top: 136px;
    }
    .subHeader .text-right {
        text-align: left;
        padding: 6px 0 0;
    }
    .historyBox {
        margin: 0 10px;
    }
    .historyBox:before {
        margin: 0;
    }
    .historyBox > div {
        float: none !important;
        width: 100%;
        text-align: left;
    }
    .circleBox {
        left: -10px;
        right: 0;
        margin: 0;
    }
    .historyBoxDate span {
        font-size: 40px;
        right: auto;
        left: 30px;
    }
    .historyBoxContent {
        padding: 0 30px 20px 30px;
    }
    .historyBoxDate {
        padding: 0 0 20px 30px;
    }
    .historyBoxReverse .historyBoxContent {
        text-align: left;
    }

    .historyBoxReverse .innerContent li {
        padding: 0 0 0 20px;
    }
    .historyBoxReverse .innerContent li:before {
        left: 0;
        right: auto;
    }
    .historyImages li {
        padding: 0 10px 0 0;
        margin: 10px 0 0;
    }
    .contactBannerBox {
        float: none;
        width: 100%;
    }
    .contactBannerBox .officeAddress h3 {
        font-size: 24px;
        padding: 0 0 14px;
    }
    .formSection h3 {
        font-size: 25px;
    }
    .greyBoxContent .innerContent p {
        font-size: 16px;
    }
    .careerSection .homeMissionContent .innerContent p {
        font-size: 20px;
        line-height: 25px;
    }
    .careerContactText {
        padding: 10px 0 0;
    }
    .careerContactText h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .careerContactText p {
        padding: 0 0 14px;
    }
}

@media only screen and (max-width :480px) {
    .officeAddress li {
        padding: 0 0 8px 22px;
        font-size: 12px;
        line-height: 20px;
    }
    .officeAddress li:before {
        top: 4px;
    }
    .teamPopupImage {
        width: 60%;
        float: none;
        margin: 0 auto;
    }
    .teamPopupContent {
        width: 100%;
        float: none;
    }
    .homeTeamSection [class*=col-] {
        width: 100%;
    }
    .teamPopupContent .teamText {
        padding: 10px 20px 0 110px;
    }
    .teamPopupContent .teamText .teamName {
        font-size: 30px;
        left: 20px;
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    .teamText h4 {
        font-size: 14px;
    }
    .teamText span {
        font-size: 12px;
        line-height: 16px;
        display: block;
        min-height: 32px;
    }
    .teamText p {
        font-size: 12px;
    }
    .masonary-wrapper .grid .grid-list {
        width: 100%;
        padding-bottom: 40px;
    }
    .listing-item:after {
        bottom: 20px;
    }
}

@media only screen and (max-width :420px) {
    .searchBar {
        top: 164px;
    }
    .subHeaderText .timeZoneText {
        display: block;
    }
    .subHeaderText .timeZoneText:first-child {
        padding: 0 0 6px 24px;
    }
    .timeZoneText:before {
        top: 1px;
    }
    .greyBoxHead h3 {
        display: block;
    }
    .greyBoxContent .redBorderBtn {
        float: none !important;
        margin: 10px 0;
    }
    .careerContactSec li {
        width: 100%;
    }
    .careerExploreList li {
        width: 50%;
    }
}


@media only screen and (max-width: 680px) {
   .qualityTabBox .nav-tabs>li>a {
       padding-left: 5px;
       padding-right: 5px;
       margin-right: 0;
   }
   .qualityPolicyTab .nav-tabs {
       padding-right: 0
   }
}

@media only screen and (max-width: 460px) {
    .qualityPolicyTab .nav-tabs, .qualityPolicyTab .tab-content{
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
.Business-image {
   height: 100%;
   text-align: center;
}.Business-image img {
   height: auto;
}
}

@media only screen and (max-width: 680px) {

.innerContentSection.missionSection {
   padding: 30px 0px;
}
.vessel {
   display: block;
   justify-content: center;
}
}
