/* ---------------------------------------------------------------------- */
/*	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) {
    
    body { font-size: 19px; }
	
	h1, .h1 { font-size:59px; }
	h2, .h2 { font-size:37px; }
	h3, .h3 { font-size:25px; }
    h4, .h4 { font-size:21px; }
    h5, .h5 { font-size:19px; }
    
    .text-big { font-size: 1.7em; }
    .text-medium { font-size: 1.2em; }
    .text-small { font-size: 0.9em; }
	
	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; }
    
    .rowsm {
        display: table;
    }

    .rowsm [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    
    .secondary-logo span { display: block; }
	
}

/* 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) {

}
   

