@charset "utf-8";


/*------------------------------------------------------------------
[Table of contents]

1. Small desktop
2. Tablet landskape
3. Tablet Portrait
4. Phone
5. Small Phone
6. Max Height 768
-------------------------------------------------------------------*/

.resp{
	display:initial;
}

/* ==============================
   Small desktop
   ============================== */

@media only screen and (max-width: 1366px) {
	
    	
    .inner-nav ul li {
        margin-left: 25px;
    }
	
}  

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

    
    .work-grid-5 .work-item {
        width: 25%;
    }
    
}
@media only screen and (max-width: 1199px) {
    
    .tpl-alt-tabs{
        font-size: 13px;
        letter-spacing: 0.2em;
    }
    .tpl-alt-tabs > li{
        width: 170px;
    }
    
}

/* ==============================
   Tablet landskape
   ============================== */

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


    .page-section{
        padding: 120px 0;
        
    }
    .page-section, .home-section, .small-section{
        background-attachment: scroll;
    }
	
    .owl-pagination {
        bottom: 25px;
    }

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

    
    .mod-breadcrumbs{
        text-align: left !important;
    }
    
    .tpl-alt-tabs > li{
        width: 200px;
    }


	.team-item-name{
		font-size: 13px;
	}
	
    .features-icon {
        font-size: 64px;
    }

	
	.work-item,
	.work-grid-3 .work-item,
    .container .work-grid-3 .work-item,
    .work-grid-5 .work-item{
        width: 50%;
    }
	
	
}
  
  
/* ==============================
   Tablet Portrait
   ============================== */
  
@media only screen and (max-width: 768px) {

	
	.page-section {
        padding: 70px 0;
    }	
    .small-section {
        padding: 50px 0;
    }

	
	.owl-pagination {
        bottom: 17px;
    }

    
	
    .tpl-minimal-tabs > li {
        padding: 0 5px;
    }


	.works-filter a{
		padding-left: 10px;
		padding-right: 10px;
		margin: 4px;
	}

    .blog-item-title .small{
        font-size: 15px;
    }

    .blog-item-body .small{
		font-size: 13px;
	}

    
    #map-canvas {
        height: 300px;
    }
    
    

}

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

    
    .hs-line-11 {
        font-size: 24px;
    }

    
    .team-item{
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .alt-features-grid {
        margin-top: -30px;
    } 
    .alt-features-item {
        margin-top: 30px;
    }

	
	.works-filter a{
		padding-left: 10px;
		padding-right: 10px;
		margin: 4px;
		width: 46%;
		font-size: 11px;
	}

    .sidebar {
        margin-top: 50px;
    } 
    
    blockquote p {
        font-size: 20px;
    }
    
    blockquote footer {
        margin-top: 0;
        font-size: 12px;
    }

    
    
    .cf-left-col,
    .cf-right-col{
        width: auto;
        margin-right: 0;
        float: none;
    }
}


/* ==============================
   Phone
   ============================== */
  
@media only screen and (max-width: 480px) {

    .resp{
		display:none;
	}

    .form input[type="text"].input-lg,
    .form input[type="email"].input-lg,
    .form input[type="number"].input-lg,
    .form input[type="url"].input-lg,
    .form input[type="search"].input-lg,
    .form input[type="tel"].input-lg,
    .form input[type="password"].input-lg,
    .form input[type="date"].input-lg,
    .form input[type="color"].input-lg,
    .form select.input-lg{
        height: 38px;
    }

    .hs-line-8 {
        font-size: 12px;
    }
 
    .hs-line-11 {
        font-size: 20px;
        letter-spacing: 0.2em;
    }

    .hs-line-14{
        font-size: 24px;
        letter-spacing: 0.3em;
    }

	
	
	.page-section {
        padding: 50px 0;
    }
    .small-section {
        padding: 30px 0;
    }
	
	.owl-pagination {
        bottom: 10px;
    }	
    
    .owl-prev, .owl-next {
    	display: none;
    }

	
    .section-title,
	.split-section-headings .section-title,
	.wide-heading {
        font-size: 24px;
		letter-spacing: 2px;
    }
 
	.section-text {
        font-size: 15px;
        line-height: 1.7;
    }
	
	.tpl-minimal-tabs > li {
        padding: 0;
    }
    .tpl-minimal-tabs > li > a {
        padding: 6px 10px 5px;
    }
    .tpl-alt-tabs{
        font-size: 12px;
        letter-spacing: 0.1em;
    }
    .tpl-alt-tabs > li{
        width: 120px;
    }
    .alt-tabs-icon{
        font-size: 32px;
    }

	
	.section-text, 
	.text{
		line-height: 1.7;
	}
		
	.count-number{
		font-size: 32px;
	}


	
    .works-filter a{
		width: 100%;
        margin-left: 0;
        margin-right: 0;
	}	
	
	.work-item,
    .work-grid-2 .work-item,
	.work-grid-3 .work-item,
    .container .work-grid-3 .work-item,
    .work-grid-5 .work-item {
        width: 100%;
    }

	.comment-avatar{
		width: 30px;
		margin-top: 7px;
	}
    
    .comment-item{
        font-size: 13px;
    }

    
    #map-canvas {
        height: 300px;
    }

    .tpl-tabs > li.active a{
        background: #f5f5f5 !important;
    }
}


/* ==============================
   Small Phone
   ============================== */
  
@media only screen and (max-width: 319px) {
}


/* ==============================
   Max Height 768
   ============================== */

@media only screen and (max-height: 768px) {

 
	
}