/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .featureClientBar .borderBottom {
        border-bottom: none;
      }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

    
    .site-footer .copyRight {
        margin-top: 20px;
    }

    .infoBar .container, header#masthead .container{
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .featureClientBar p {
        color: #eee;
        font-size: 12px;
      }

      .featureClientBar .borderBottom {
        border-bottom: none;
      }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


    

/*///////////////////////////////////////////////////////////////
Header & Menu
///////////////////////////////////////////////////////////////*/

    .navbarNavContainer {
        display: block;
    }

    .navbar-collapse {
        background: #eee;
        margin-left: -31px;
        margin-right: -31px;
        padding-left: 20px;
        padding-bottom: 20px
        }
    
        .navbar-nav > li.btnSmallnav > a {
            margin-left: 0px;
            width: 120px;
        }
        
        .navbar-nav .dropdown-menu {
            display: block;
        }

        .dropdown-menu > .dropdown-menu {
            margin-left: 10px; 
        }

        .dropdown-menu {
            background: #eee;
            border: none;
            box-shadow: unset;
            box-shadow: unset;
            -moz-box-shadow: unset;
            -webkit-box-shadow: unset;
        }
        .dropdown-item {
            white-space: unset;
        }

        .featureClientBar .clientImage {
            padding-right: 15px;
            padding-left: 15px;
            padding-bottom: 15px;
          }

          .featureClientBar p {
            color: #eee;
            font-size: 14px;
          }
          .featureClientBar .btn {
              margin-bottom: 15px;
          }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    h1 {
        font-family: 'Raleway', serif;
        font-size: 30px;
        text-align: left;
        color: #f8f8f9;
      }
      
      .featured h2 {
          margin-top: 15px;
      }


    .site-footer .col-md-auto {
        border-right:none;
        margin-top: 20px;
      }

    body.home .carousel-item {
        height: 525px;
    }
      
      body.page-template-page-content .carousel.slide {
        position: relative;
        padding-right: 0px;
      }

      body.page-template-page-content .carousel.slide .carousel-control-prev:hover,  body.page-template-page-content .carousel.slide .carousel-control-next:hover {
        background-color:rgba(0, 0, 0, 0.2);
      }
      
      body.page-template-page-content .carousel.slide .carousel-control-prev {
       
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 15%;
        color: #fff;
        text-align: center;
        opacity: 1;
        margin-top: 0px;
        height: unset;
        font-size: 50px;
      }
      
      body.page-template-page-content .carousel.slide .carousel-control-next {
      
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 1;
    margin-bottom: 0px;
    height: unset;
        font-size: 50px;
      }

      .featureClientBar .borderBottom {
        border-bottom: 1px solid #666666;
        margin-bottom: 10px;
      }

    

}

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

    .site-branding  {
        width: 80%;
        margin-right: unset!important;
    }
    .site-branding img {
        width: 100%;
    }

    .featureClientBar .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .featureClientBar .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .featureClientBar .col-md-4 {
       padding-left: 0px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .featureClientBar .col-xs-8 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .featureClientBar .col-xs-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
 
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 400px) {

}

/* Custom, iPhone Retina */

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

}


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




/* Video modal iframe
********************************************************************************/


@media only screen and (min-width: 320px) {
    .modal-content, .modal-dialog, .tpLayout, #player {
        margin: 0 auto;
        max-height: 188px;
        height: 188px;
        width: 320px;
        max-width: 320px;
    }
    .videoPlayer #player {
        margin: 0 auto;
        max-height: 452px;
        height: 184px;
        width: 768px;
        max-width: 768px;
    }
}

@media only screen and (min-width: 480px) {
    .modal-content, .modal-dialog, .tpLayout, #player {
        margin: 0 auto;
        max-height: 283px;
        height: 283px;
        width: 480px;
        max-width: 480px;
    }
    .videoPlayer #player {
        margin: 0 auto;
        max-height: 452px;
        height: 304px;
        width: 768px;
        max-width: 768px;
    }
}

@media only screen and (min-width: 768px) {
    .modal-content, .modal-dialog, .tpLayout, #player {
        margin: 0 auto;
        max-height: 452px;
        height: 452px;
        width: 768px;
        max-width: 768px;
    }
    .videoPlayer #player {
        margin: 0 auto;
        max-height: 452px;
        height: 304px;
        width: 768px;
        max-width: 768px;
    }
}

@media only screen and (min-width: 890px) {
    .modal-content, .modal-dialog, .tpLayout, #player {
        margin: 0 auto;
        max-height: 452px;
        height: 452px;
        width: 768px;
        max-width: 768px;
    }
    .videoPlayer #player {
        margin: 0 auto;
        max-height: 452px;
        height: 432px;
        width: 768px;
        max-width: 768px;
    }
}


@media only screen and (min-width: 1024px){
    .modal-content, .modal-dialog, .tpLayout, #player {
        margin: 0 auto;
        max-height: 565px;
        height: 565px;
        width: 960px;
        max-width: 960px;
    }

    .videoPlayer #player {
        margin: 0 auto;
        max-height: 781px;
        height: 540px;
        width: 1344px;
        max-width: 1344px;
    }
}


@media only screen and (min-width: 1216px){
    .modal-content, .modal-dialog, .tpLayout, #player {
    margin: 0 auto;
    max-height: 673px;
    height: 673px;
    width: 1152px;
    max-width: 1152px;
}

.videoPlayer #player {
    margin: 0 auto;
    max-height: 781px;
    height: 641px;
    width: 1344px;
    max-width: 1344px;
}

}


@media only screen and (min-width: 1408px) {
    .modal-content, .modal-dialog, .tpLayout, #player {
        margin: 0 auto;
        max-height: 781px;
        height: 781px;
        width: 1344px;
        max-width: 1344px;
    }


    .videoPlayer #player {
        margin: 0 auto;
        max-height: 781px;
        height: 641px;
        width: 1344px;
        max-width: 1344px;
    }

}





