@media (min-width:1920px) {
	.container-fluid {max-width:1920px;}
	.container {max-width:1700px;}
}

@media (min-width: 992px) {
	.quick-search {position:absolute; top:0px; right:15px;}
}


/************************************************************************/


@media (max-width:1919.98px) {
	.quick-search {width: 200px;}
}

@media (max-width:1599.98px) {
	.navbar-expand-lg {flex-wrap: wrap;}
}

@media (max-width:1198.98px) {
	#Newsletter .form-control {width:357px;}
}

@media (min-width:992px) and (max-width:1199.98px) {
}

@media (max-width:991.98px) {
	.quick-search {width: 50%; margin:0 0 10px 0;}	
	#Newsletter .form-control {width:237px;}
	
	#Welcome {background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(232,233,219,1) 50%, rgba(232,233,219,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(232,233,219,1) 50%,rgba(232,233,219,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(232,233,219,1) 50%,rgba(232,233,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e9db',GradientType=0 );}
}

@media (min-width:768px) and (max-width:991.98px) {
}

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

@media (min-width:480px) and (max-width:575.98px) {
}

@media (min-width:360px) and (max-width:479.98px) {
}

/*********************************************************************/

@media (min-width:768px) {
}
	
	
/*********************************************************************/

@media (max-width:767.98px) {
	.object {object-fit:cover; min-height:280px;}
	#Newsletter .form-control {width:177px;}
	
	#Welcome {background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(232,233,219,1) 38%, rgba(232,233,219,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(232,233,219,1) 38%,rgba(232,233,219,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(232,233,219,1) 38%,rgba(232,233,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e9db',GradientType=0 );}
	.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: center;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0;
}
}

@media (max-width: 575.98px) {	
	#Welcome {background: #fff;}
	#Newsletter .form-control {width:100%;}
}

@media (max-width: 479.98px) {
	h1, .h1 {font-size: 200%;}
	.quick-search {width: 70%;}	
}

@media (max-width: 399.98px) {
}

@media (max-width: 359.98px) {
}