#mobnav-btn {
    display:none;
}

@media (max-width: 1440px){

   .xleftnav {
        width: 33.333333% !important;
    }
    .xcontent {
        width: 50%;
    }
    .xlayout-layout .xcontent {
        width: 90% !important;
		margin: 0 5%;
    }
}

@media (max-width: 1350px) {
    .sf-menu a {
        padding: .75em .8em !important;

    }

    .xlogo img {
        width: 100%;
        max-width: 350px;
        min-width: 300px;
    }

    .flex-content-containter {
        width:60%;
        max-width: 700px;        
        padding-left: 0%;
    }
}


@media (max-width:1024px) {
    .home-page-content .xpagebodytext p {
        font-size: .9em;
    }
    .hp_news {
        min-height: 750px;
    }
    .header-right {
        width: 30% !important;
    }

    /***** TESTIMONIAL LAYOUT RESPONSIVE *****/
    .testimonial_block {
        width: 100%;
        min-height: inherit;
    }
}

@media (max-width: 1000px){
    .left-side-column {
        display: none;
    }
    .xcontent {
        width: 66.666666% !important;
    }
}
@media (max-width:900px) {
	
	/* SPLASH */
	.splash .flex-caption {
		position:relative;
		background: rgba(19, 35, 51, 1);
	}
	.splash .flex-content-containter {
	width: 90%;
	max-width: none;
	margin:1em 5%;
	padding-left: 0%;
	}
	
	
	.testimonial-block {
		width: 50%;
		padding: 1em;
	}
    /***** MOBILE BUTTON *****/
    .mobile-number {
        display: inline;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        padding: 8px 1px 1px 1px;
        position: relative;
        top: 4px;
        border-bottom: 2px dotted #fff;
    }

    .xlogo {
        margin-top: 63px;
        margin-bottom: 17px;
    }

    .mobile-topbar {
        background: #a22d2d;
        position: absolute;
        top: 0px;
        display: inline;
    }
    #mobnav-btn {

        width: 90px;
        opacity: 1;
        float:right;
        text-align: right;
        color: #fff;
        display: block;
        cursor: pointer;
        padding: 7px 17px 15px 15px;
        padding-bottom: 6px;
        font-size: 14px;
        border: 1px solid #DEDEDE;
        z-index: 999999999999;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;        
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    .mobile-menu #mobnav-btn .mobnav-btn-label {
        display: inline-block;
    }
    .mobile-menu-open #mobnav-btn {
        background-color: #232128;
        border-color: #232128;
    }
    .mobnav-icon {
        width: 25px;
    }
    .mobnav-icon span {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #333;
        display: block;
        margin-bottom: 3px;
        height: 4px;
        width: 100%;
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        -ms-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out;
    }
    .mobile-menu-open {
        left: 50%;
        overflow: hidden;
    }
    .mobile-menu-open #mobnav-btn i {
        background: none;
        color:#fff;
        line-height:1;
        margin:0;
    }
    .mobile-menu-open #mobnav-btn span.middle {
        background-color: white;
    }
    #xnav {
        position: fixed;
        background-color: #3a6184;
        width: 50%;
        left: -50%;
        bottom: 0%;
        top: 0%;
        z-index: 99999999999999999;
        zoom: 1;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
    .mobile-menu-open #xnav {
        z-index: 9999999999999;
        zoom: 1;
        left: 0%;
    }
    .xnav-wrapper {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        height: 100%;
    }
    #xnav .sf-menu {
        float: none;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    .sf-menu li {
        float: none;
        margin: 0px!important;
        background: none!important;
        width: 100%;
    }
    .sf-menu a, .sf-menu .first a {
        background-color:  #3a6184;
        color: white!important;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #fff;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        text-decoration: none;
    }
    .sf-menu a:hover {
        background-color: #4275a3!important;
        padding-left: 20px !important;
    }

    .stamp {
        float: right;
    }

    .header-subnav {        
        font-size: 14px;

    }

    /***** TESTIMONIAL LAYOUT RESPONSIVE *****/
    .testimonial-videos .column.third {
        width:100%;
    }
}   


/***** Responsive *****/

@media (max-width: 768px){
    .home-page-content{
        width: 100% !important;       
        order: 0;
    }

    .hp_news {        
        background: #e7eef0;       
        width: 50% !important;
        order: 1;
        
    }

    .right-container {
        width: 50% !important;
        align-content: stretch;
        order: 0;
    }

    .stamp {
        float: left;
    }

    .header-right {
        float: right;
        width: 27% !important;
    }

    .header-subnav {
        float: left;        
    }
    
    .homepagecontent {
        flex-flow: row wrap;
        flex: 2 0px;
    }
    
    


}

@media (max-width:700px) {

    .innerwrapper {       
        margin-top: 39px;
    }

    .xpagewrapper {
        display: inline;
    }

    .left-side-column {
        display: none;
    }

    .flex-content-containter {
        width:60%;
        max-width: 500px;        
        padding-left: 0%;
    }
    .right-image-wrap img {        
        width: 100%;

    }

    .flex-subtitle span {
        font-size: .9em;
    }

    .xlogo img {
        width: 90%;
        max-width: 350px;
        min-width: 200px;
    }

    .xleftnav {
        float: none;
        width: 100% !important;
    }

    .xcontent {
        float: none;
        width: 100% !important;
    }
	.article-page {
		display:block;
	}
	.contact-page {
		display:block;
	}
	.blog-page {
	    display: block;
	}
	.four-o-page {
	    display: block;
	}
}

@media (max-width: 600px){
	.testimonial-block {
		width: 100%;
		padding: 1em;
	}
    .hp_news {
        background: #e7eef0;
        height: 100%;
        min-height: 750px ;
        width: 50% !important;
    }

    .right-container {
        width: 50% !important;
    }
}

@media (max-width:550px) {


    .column {
        float:none;
        width:100% !important;
    }
    .stamp {
        display: none;
    }

    .right-image-wrap img {
        width: 100%;
        max-width: 340px;
        min-width: 272px;
    }

    .right-container {
        background: #3a6184;
        height: auto;
        min-height: 100%;
    }

    .hp_news {
        background: #e7eef0;
        height: 100%;
        min-height: 100%;
    }
}

@media (max-width: 400px) {
    /* SERVICES PAGE */
	.page-services table td {
		width:100%;
		float:left;
	}
	
	.stamp {
        display: none;
    }

    .home-page-content h1 {
        font-size: 20px;

    }

    .xlogo img {
        width: 95%;
        max-width: 350px;
        min-width: 250px;
    }

    .xlogo {
        margin-top: 63px;
        margin-bottom: -13px;
    }
}

@media (max-width: 320px) {

}