/* Desktop */
@media screen and (min-width: 1441px) {
}

/* Notebook */
@media screen and (min-width: 999px) {
}

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1440px) {
	#header-outer{
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	div.dg-header--small, div.dg-header--home{
		border-left: 40px solid transparent !important;
		border-right: 40px solid transparent !important;
	}
	.nectar_hook_before_secondary_header div.container, header div.container{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Tablet Landscape */
@media screen and (min-width: 992px) and (max-width: 1200px) {
}

/* Tablet Portrait */
@media screen and (min-width: 768px) and (max-width: 999px) {
}

/* Mobile Landscape and Small Tablet */
@media screen and (min-width: 479px) and (max-width: 767px) {
}

/* Mobile Portrait */
@media screen and (max-width: 479px) {	
}