/******************************
RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1200px) {
    .banner-arrows{
        left: 70px;
    }
    .top-bar .container{
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width: 1100px) {
	.banner .single-banner,
	.bar-callout {
		background-attachment: scroll;
	}
    .banner-text{
        padding: 45px 40px 100px;
    }
    .sub-banner .banner-text{
        padding: 30px 40px;
    }
    .large-text{
        font-size: 42px
    }
    .about-wrapper:after{
        right: 0;
    }
    .about-wrapper .container{
        align-items: stretch;
        padding: 0 15px;
        background: none;
    }
    .about-text{
        background: url(../images/layout/bg-gray.jpg) top right no-repeat;
    }
    .info-tabs-wrapper{
        padding: 40px 0 115px;
    }
    .info-tabs-wrapper:after,
    .project-images-wrapper:after{
        left: 0;
    }
    .info-tabs-wrapper .tab-content .img-box{
        min-height: 400px;
    }
    .info-tabs-wrapper .tab-text{
        padding: 80px 40px 55px 40px;
    }
    .bar-callout{
        height: 500px;
    }
    .social-slider{
        padding: 0 40px;
    }
    .social-slider .slick-arrow.slick-next{
        right: 0;
    }
    .social-slider .slick-arrow.slick-prev{
        left: 0;
    }
    .soc-box{
        font-size: 16px;
    }
    .soc-box .img-box,
    .soc-box .text-box{
        padding: 20px;
    }
    .main-content .sidebar{
        width: 350px;
        padding-left: 50px;
    }
    .project-info .container{
        padding: 55px 15px 25px;
    }
}

@media screen and (max-width: 1000px) { /* Target Screen Width */
    .header-menu .search-btn{
        margin-left: 12px;
    }
    .logo-wrapper,
    .fixed .logo-wrapper,
    #inner .logo-wrapper{
        width: 210px;
    }
    .nav-menu > li{
        margin: 0 12px;
    }
    .sub-menu{
        width: 200px;
        padding: 0 0 30px;
    }
    .sub-banner{
        height: 300px;
    }
    .video-box,
    .info-tabs-wrapper .tab-content .img-box{
        min-height: 370px;
    }
    .about-text,
    .info-tabs-wrapper .tab-text{
        padding: 40px 20px;
    }
    .jbsystems{
        margin: 2px 0 0 auto;
    }
}

@media screen and (max-width: 900px) {
    #header,
    #inner #header{
        height: 65px;
    }
    .header-wrapper{
        -webkit-box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
        -moz-box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
        box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    }
    .top-bar{
        height: 65px;
        padding: 10px 0;
    }
    .top-bar .container{
        padding: 0 100px 0 15px;
    }
    .top-bar .btn{
        height: 45px;
    }
    #inner .header-menu{
        height: 65px;
        background-color: #1a1b1d;
    }
    .header-menu > .flexbox > .flexbox{
        position: static;
    }
    .header-menu .search-btn{
        position: absolute;
        top: 22px;
        right: 62px;
        margin-left: 0;
        font-size: 18px;
    }
    .search-box{
        top: 100%;
        right: 0;
        border-top: 1px solid #bfbfbf;
        background-color: #1a1b1d;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    .search-box input[type=text]{
        color: #fff;
    }
    .logo-wrapper{
        position: relative;
        margin-top: -64px;
    }
    #inner .logo-wrapper,
    #inner #nav-btn{
        margin-top: 0;
    }
    #nav-btn{
        display: inline-block;
        font-size: 30px;
        margin-top: -64px;
        color: #fff;
        z-index: 1;
    }
    #nav-btn:hover{
        color: #fdb915;
    }
    #nav-close-btn{
        position: absolute;
        top: 35px;
        right: 55px;
        display: block;
        font-size: 30px;
        z-index: 5;
    }
    .header-menu,
    .main-nav,
    .main-nav > nav,
    .main-nav > nav > ul,
    .main-nav > nav > ul > li{
        height: auto;
    }
    .main-nav{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        margin: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        color: #fff;
        background-color: #1a1b1d;
        overflow: hidden;
        overflow-y: auto;
        z-index: 110;
    }
    .open .main-nav{
        width: 450px;
    }
    .main-nav nav{
        position: relative;
        min-width: 450px;
        padding: 80px 80px 40px 40px;
        text-align: left;
    }
    .nav-menu{
        padding: 0;
        text-align: inherit;
    }
    .nav-menu > li{
        display: block;
        margin: 0;
        padding: 0;
    }
    #inner .nav-menu > li{
        padding: 0;
    }
    .nav-menu > li > a{
        display: block;
        padding: 15px 30px 12px 15px;
        border-bottom: 1px solid #000;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 0.03em;
        color: inherit;
        -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
        -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
    }
    .nav-menu > li:hover > a{
        color: inherit;
    }
    .nav-menu > li.active:hover > a{
        color: #fdb915;
    }
    .sub-ctrl{
        position: absolute;
        top: 1px;
        right: 0;
        width: 30px;
        height: 51px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }
    .sub-ctrl:after{
        content: "\f105";
        font: 22px/52px Font Awesome\ 5 Pro;
        font-weight: bold;
    }
    .sub-ctrl.show{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sub-menu{
        position: static;
        display: none;
        min-width: 100%;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 15px 20px;
        text-align: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform:none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
    }
    .sub-menu:before{
        content: none;
    }
    .sub-menu li{
        margin-bottom: 10px;
    }
    .sub-menu li a{
        padding: 0;
    }
    .sub-menu li a:hover{
        background: none;
    }
    .breadcrumbs{
        padding: 0;
        margin-bottom: 40px;
    }

    .banner-content br{
        display: none;
    }
    .about-wrapper{
        padding: 0 0 35px;
        text-align: center;
    }
    .about-wrapper:after,
    .info-tabs-wrapper:after,
    .project-images-wrapper:after,
    .main-content:before{
        content: none;
    }
    .about-wrapper .container{
        flex-direction: column-reverse;
        padding: 0;
    }
    .about-text{
        width: 100%;
        padding: 50px 15px;
    }
    .info-tabs-wrapper{
        padding: 20px 0 0;
        text-align: center;
    }
    .info-tabs-wrapper .toggle-box {
	    text-align: left;
    }
    #home .info-tabs-wrapper{
        padding-bottom: 0;
    }
    .info-tabs-wrapper .tab-content > div,
    .bottom-content .flexbox > div,
    .footer-btm .flexbox > div{
        width: 100%;
    }
    .info-tabs-wrapper .tab-text{
        padding: 50px 20px 40px;
    }
    .tabs a {
        font-size: 18px;
    }
    .tabs.extended li {
	    flex-basis: 50%;
    }
    .tabs.extended li a {
		font-size: 16px;
	    min-height: 0;
    }
    .social-wrapper{
        height: auto;
        padding: 50px 0;
    }
    .social-slider{
        top: 0;
    }
    .bar-callout{
        height: 400px;
        text-align: center;
    }
    .bar-callout .flexbox{
        padding: 40px 15px 50px;
    }
    .bar-callout .inner-box{
        max-width: 100%;
    }
    .bar-callout img{
        margin: 25px auto;
    }
    .bottom-content,
    .main-content,
    .footer-top{
        padding: 50px 0;
        text-align: center;
    }
    .bottom-content .flexbox > div:first-child{
        padding: 0;
    }
    .subscribe-callout .flexbox{
        padding-right: 15px;
    }
    .main-content .container > .table,
    .main-content .container > .table > .cell{
        display: block;
    }
    .main-content .login-form.table {
	    display: table;
    }
    .main-content .content ul,
    .info-tabs-wrapper .tab-text ul{
        margin-bottom: 0;
    }
    .main-content .sidebar{
        width: 300px;
        margin: 40px auto 0;
        padding: 0;
    }
    .project-info .container {
        padding: 50px 15px 35px;
    }
    .project-gallery{
        margin: 15px -5px 25px;
    }
    .project-gallery a{
        height: 100px;
        margin: 0 5px;
    }
    .project-gallery a:before{
        font-size: 40px;
    }
    .footer-top .flexbox{
        flex-direction: column;
        align-items: center;
    }
    .footer-top .flexbox > div:nth-child(2){
        margin: 30px 0;
        padding: 0;
    }
    .footer-top .flexbox > div:last-child{
        text-align: inherit;
    }
    .footer-top .logo,
    .footer-top .social{
        margin-bottom: 30px;
    }
    .footer-top .logo img{
        display: inline-block;
    }
    .footer-btm{
        height: auto;
        padding: 25px 0;
        line-height: 24px;
        text-align: center;
    }
    .footer-btm .flexbox{
        flex-wrap: wrap;
    }
    .footer-btm .flexbox > div:last-child{
        margin-top: 15px;
    }
    .footer-btm ul{
        display: block;
        margin: 0;
    }
    .jbsystems{
        margin: 0 auto;
    }
}   

@media screen and (max-width: 770px) { /* Tablet View */
    body{
        cursor: pointer; /* iOS Clicking Fix */
    }
    h1,
    .about-text h1,
    .large-text{
        margin-bottom: 20px;
        font: 34px/40px 'RBNo31-BlackItalic';
    }
    h2{
        margin-bottom: 20px;
        font-size: 28px;
    }
    .ico{
        align-items: center;
        margin-bottom: 0;
    }
    .top-bar a:first-child:after{
        content: none;
    }
    .top-bar #contact-link{
        display: none;
    }
    .banner .container,
    .sub-banner .container{
        justify-content: center;
        align-items: center;
    }
    .sub-banner,
    .img-banner{
        height: 250px;
    }
    .banner-text,
    .sub-banner .banner-text{
        padding: 0;
        text-align: center;
        background: none;
    }
    .banner .large-text{
        line-height: 40px;
    }
    .sub-banner .large-text,
    .bar-callout .large-text{
        font-size: 34px;  
    }
    .about-text{
        background-size: cover;
    }
    .info-tabs-wrapper h3{
        font-size: 28px;
    }
    .info-tabs-wrapper .container > img{
        width: 250px;
    }
    .tabs a{
        justify-content: center;
        min-height: auto;
        padding: 20px 15px;
        font-size: 0;
    }
    .tabs.extended li a {
	    font-size: 0;
    }
    .tabs.tabs-complex a{
        min-height: auto;
    }
    .tabs .ico{
        display: flex;
    }
    .subscribe-callout{
        padding: 25px 0;
    }
    .subscribe-callout .flexbox{
        flex-direction: column;
        min-height: auto;
    }
    .subscribe-callout h3{
        margin: 0 0 10px;
    }
    .subscribe-callout .ico-logo{
        margin: 0 0 10px;
    }
    .main-content{
        padding: 35px 0;
    }
    .project-info{
        text-align: center;
    }
    .project-info .flexbox > div{
        width: 100%;
    }
    .project-info .flexbox{
        margin-bottom: 15px;
    }
    .project-info .flexbox > div:first-child{
        margin-bottom: 30px;
        padding: 0;
        text-align: inherit;
    }
    .project-info .flexbox > div:last-child{
        padding: 0;
    }
    .project-info .container > a{
        margin-top: 0;
    }
    .project-info li {
        margin-bottom: 10px;
    }
    .project-gallery{
        margin: 15px -2px 25px;
    }
    .project-gallery a{
        height: 80px;
        margin: 0 2px;
        font-size: 28px;
    }
    .project-gallery a:before{
        font-size: 28px;
    }
    
    .project-galleries {
	    margin: 20px auto;
    }
    
    .project-galleries .project-link {
	    width: 48%;
    }
    
    .section-photo {
	    width: 100%;
    }
    
	.social-wrapper .fb-embed {
		flex-wrap: wrap;
	}
	.social-wrapper .fb-embed > div {
/* 		width: 360px; */
	}
}

@media screen and (max-width: 730px) {
	
	.timeline-flex .timeline-image {
		padding: 0 0 15px 0;
	}
	.timeline-flex .timeline-event {
		text-align: center;
		padding-bottom: 40px;
	}
	.timeline-flex p {
		margin-bottom: 5px;
	}
	
}

@media screen and (max-width: 670px) { /* Phone View */
    .top-bar{
        padding: 18px 0 17px;
    }
    .top-bar a[href^="tel:"],
    .top-bar .btn{
        display: none;
    }
    #nav-close-btn{
        top: 30px;
        right: 30px;
    }
    .open .main-nav{
        width: 350px;
    }
    .main-nav nav{
        min-width: 350px;
        padding: 80px 30px 30px;
    }
    .banner{
        min-height: 470px;
    }
/*
    .social-slider{
        padding: 0;
    }
*/
    .tab-content{
        flex-direction: column-reverse;
    }
    .info-tabs-wrapper .tab-content > div:not(:only-child),
    .info-tabs-wrapper .section-content > div:not(:only-child),
    .bottom-content .flexbox > div, .project-info .flexbox > div {
	    width: 100%;
    }
}
@media screen and (max-width: 480px) {
    h1,
    .about-text h1{
        line-height: 30px;
        font-size: 24px;
    }
    h2,
    .info-tabs-wrapper h3{
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    .ico{
        height: 50px;
    }
    .logo-wrapper,
    #inner .logo-wrapper{
        width: 170px;
    }
    .banner{
        min-height: auto;
    }
    .sub-banner{
        height: 200px;
    }
    .banner .large-text{
        line-height: 32px;
    }
    .large-text,
    .sub-banner .large-text,
    .bar-callout .large-text{
        line-height: 32px;
        font-size: 26px;
    }
    .about-text,
    .info-tabs-wrapper .tab-text p strong,
    .bar-callout{
        font-size: 16px;
    }
    .about-text p{
        margin-bottom: 25px;
    }
/*
    .btn-play{
        border-width: 26px 0 26px 54px;   
    }
*/
    .video-box,
    .info-tabs-wrapper .tab-content .img-box{
        min-height: 270px;
    }
    .info-tabs-wrapper .tab-text{
        padding: 30px 0 25px;
    }
    .tabs a{
        padding: 15px;
    }
    .tabs a:after{
        bottom: -15px;
        border-width: 15px 15px 0 15px;
    }
    .tabs.tabs-complex a{
        padding-bottom: 15px;
    }
    .social-slider{
        width: 280px;
        margin: 0 auto;
    }
   .bar-callout{
        height: auto;
        min-height: 270px;
    }
    .info-tabs-wrapper .container > img{
        width: 200px;
    }
    .project-gallery a{
        height: 55px;
        font-size: 22px;
    }
    .project-gallery a:before{
        font-size: 22px;
    }
    .footer-top .logo{
        display: inline-block;
        width: 210px;
    }
}
@media screen and (max-width: 420px) {
	.project-galleries .project-link {
	    width: 100%;
    }
}

@media screen and (max-width: 360px) {
    h1, 
    .about-text h1{
        font-size: 22px;
    }
    #nav-close-btn{
        top: 20px;
        right: 20px;
    }
    .open .main-nav{
        width: 320px;
    }
    .main-nav nav{
        min-width: 320px;
        padding: 60px 20px 25px;
    }
    .nav-menu > li > a{
        padding: 15px 30px 11px 15px;
        font-size: 18px;
    }
    .sub-ctrl{
        height: 47px;
    }
    .sub-ctrl:after{
        line-height: 48px;
        font-size: 20px;
    }
    .breadcrumbs li:after,
    .footer-wrapper li:after{
        margin: 0;
    }
    .large-text,
    .bar-callout .large-text{
        font-size: 24px;
    }
    .main-content .sidebar{
        width: 100%;
    }
    .project-gallery a{
        height: 42px;
    }
    .footer-top .btn{
        margin-bottom: 8px;
    }
    .footer-top .btn:first-child{
        margin-right: 0;
    }
    .timeline-flex span {
		font: 22px/1.2 'RBNo31-Book';
	}
}