/* ---------------------------------------------------------------------- */
/*	Media Queries
/* ---------------------------------------------------------------------- */

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) { 
 	.modal-dialog {
        width: 600px;
        margin: calc(50vh - 150px) auto 0 auto;
	}
	
	.btn { padding-left:40px; padding-right:40px; }
	.btn-small { padding:10px 0; }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	
	h1, .h1 { font-size:75px; line-height: 1em; }
	h2, .h2 { font-size:48px; }
	h3, .h3 { font-size:20px; }
	
	section.xs { padding-top:15px; padding-bottom:15px; }
	section.sm { padding-top:30px; padding-bottom:30px; }
	section.md { padding-top:60px; padding-bottom:60px; }
	section.lg { padding-top:120px; padding-bottom:120px; }
	section.lgb { padding-bottom:120px; }
	section.bg { padding:120px 15px; }
	
	.box-square { padding:0 15px; }
	
	.title_primary { font-size: 120px; }
	.title_secondary { font-size: 47px; }
	
	#block-product { padding:40px 60px; }
	#block-product h1 { font-size:39px; }	
	
	.ls-fullheight { height:auto; position:absolute; top:0; bottom:0; }
	
	.lg-outer .lg-img-wrap { padding: 80px; }
    
    .item-slice:nth-child(even)  { text-align: left; }
    .item-slice:nth-child(even) hr.xs { margin-left: 0; margin-right: auto; }
    
    .item-slice:nth-child(odd) .bg { background-position: bottom center; }
    .item-slice:nth-child(even) .bg { background-position: bottom center; }
    
    .item-slice:nth-child(even) .sx { left:41.66666667%; }
    .item-slice:nth-child(even) .dx { right:58.33333333%; margin-left:8.33333333%; }
    
    .two-column {
        column-gap: 60px;
    }
    
    .mt-md-200n  { margin-top: -200px; }
    .mt-md-240n  { margin-top: -240px; }
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
	body.navigation-is-open .primary-nav {	
		display: none;
	}
	body.navigation-is-open .menu-wrap {
		background-color: transparent;
	}
}

@media (min-width:1460px) {
    
}
   

