


/*===================================================================================*/
/*  DESCTOP                                                                          */ 
/*===================================================================================*/

    @media only screen and ( max-width: 1400px ) {
        .home-wrapper { padding: 200px 0; }
        .titles, .blog-boxed, .portfolio-boxed { max-width: 960px; }
        .blog-fullwidth article { width: 24.9%; }
	}

    @media only screen and ( max-width: 1200px ) {
        .blog-fullwidth article { width: 33.2%; }
    }



/*===================================================================================*/
/*  TABLET PORTRAIT                                                                  */ 
/*===================================================================================*/

    @media only screen and ( min-width: 798px ) and ( max-width: 999px ) {


        .menu { display: none; }
    	.mobile-btn { display: table-cell; }

        .home-wrapper { width: 100%; padding: 150px 30px; }
        .home-wrapper h3 { font-size: 35px; line-height: 50px;}

        .titles, .blog-boxed, .portfolio-boxed { max-width: 760px; }
        .blog-items article, .portfolio-boxed article { width: 33.2%; }

        .pricetable-title h3 { font-size: 13px !important; }
        .pricetable-btn .btn { padding: 10px 15px; }

        .portfolio-media, .portfolio-content { width: 100%; float: none; }

        .enteries-context { padding-top: 0; }

        .services {
            width: 100%;
            padding: 0 !important;
            padding-bottom: 30px !important; 
            margin-bottom: 30px;
            border: none !important;
            border-bottom: 1px dashed #E8E8E8 !important;
        }

        .services:last-child {
            border-bottom: none !important;
            padding-bottom: 0 !important;
            margin-bottom: 0;
        }


    }



/*===================================================================================*/
/*  MOBILE PORTRAIT                                                                  */ 
/*===================================================================================*/

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

    	.menu {
			width: 100%;
            height: auto;
            display: none;
            margin-bottom: 15px;
		}

    	.menu li {
    		text-align: center;
    		display: block;
    		margin: 0 0 10px 0;
    		padding-top: 10px;
    		border-top: 1px dashed #E8E8E8;
    	}

    	.mobile-btn { display: table-cell; }

        .home-wrapper {
            width: 100%; 
            padding: 100px 30px; 
        }

        .home-wrapper h3 {
            font-size: 30px;
            line-height: 45px;
        }

        .titles,
        .blog-boxed, 
        .portfolio-boxed {
            max-width: none;
            width: auto;
            margin-left: 30px;
            margin-right: 30px;
        }

        .blog-items article, .portfolio-boxed article { width: 49.9%; }
        .portfolio-media, .portfolio-content { width: 100%; float: none; }

        #content, #sidebar { width: 100%; float: none; }
        .commentlist ul { margin: 30px 0 0 0; }

        .section-parallax .container { padding: 60px 0;  }
        .team { width: 100%; margin-bottom: 40px; }
        .team:last-child { margin-bottom: 0; }
        .equ { width: 100%; margin-bottom: 40px; }
        .equ:last-child { margin-bottom: 0; }

        .services {
            width: 100%;
            padding: 0 !important;
            padding-bottom: 30px !important; 
            margin-bottom: 30px;
            border: none !important;
            border-bottom: 1px dashed #E8E8E8 !important;
        }
        .services:last-child {
            border-bottom: none !important;
            padding-bottom: 0 !important;
            margin-bottom: 0;
        }

    	.pricetable-features { margin-top: 0; }
        .pricetable-btn .btn { padding: 15px 55px; }

    }



/*===================================================================================*/
/*  MOBILE LANDSCAPE                                                                 */ 
/*===================================================================================*/

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

        .nav { padding: 0px 15px; }

    	.home-wrapper { padding: 50px 35px; }
        .home-wrapper h3 { font-size: 22px; line-height: 35px;}

        .filtrable a { margin-bottom: 4px; }

        .blog-items article, .portfolio-boxed article { width: 100%; }

        .services i { float: none; margin: 0 0 15px 0; }
    	.services { text-align: center; }

    }



@media only screen and ( max-width: 900px ) {  
    .timeline li {
        margin: 0 auto 30px;
        float: none !important;
    }

    .event.offset-first { margin-top: 0; }
    .event.alignleft .point:before,
    .event.alignright .point:before,
    .event.alignleft .point,
    .event.alignright .point, 
    .event .point:before, 
    .event .point:before,
    .timeline:before{ display: none; }
}