div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.popup-offer{
	display:none;
	opacity: 0;
	max-width:363px;
	min-width: 227px;
	max-height: 351px;
	position: fixed;
	bottom:0px;
	right:0px;
	z-index: 993;
	border: none!important;
}

.popup-offer-close-icon {
    position: absolute;
    top: 0px;
    width: 33px;
    height: 33px;
	display: block;
	cursor: pointer;
	z-index: 9999;
}
.popup-offer.top_right{
	top:0px;
	right:0px;
}
.popup-offer.down_right{
	bottom:40px;
	right:0px;
}
@media (max-width: 480px) {
.popup-offer.down_right{
	bottom:0px;
	right:0px;
}
}
.popup-offer.top_left{
	top:0px;
	left:0px;
}
.popup-offer.down_left{
	bottom:0px;
	left:0px;
}
.popup-offer-close-icon.top_right, .popup-offer-close-icon.down_right{
	right:0px;
}
.popup-offer-close-icon.top_left, .popup-offer-close-icon.down_left{
	right:0px;
}
.popup-offer-close-icon:hover:before, .popup-offer-close-icon:hover:after{
    opacity: 1;
}
.popup-offer-close-icon:before, .popup-offer-close-icon:after {
	position: absolute;
    top: 2px;
    left: 15px;
    content: ' ';
    height: 28px;
    width: 4px;
	background-color: #fff;
	opacity: 0.7;
}
.popup-offer-close-icon:before {
    transform: rotate(45deg);
}
.popup-offer-close-icon:after {
    transform: rotate(-45deg);
}

.btn_DelayTime{
	cursor:pointer;
	vertical-align: top;
}
#popupDelayTime_background, #popupDelayTime{
	position:fixed;
	top: 0;
	right:0;
	bottom:0;
	left:0;
}
#popupDelayTime_background{
	display:none;
	background: rgba(0,0,0,0.5);
	z-index: 994;
}
#popupDelayTime{
	margin:auto;
	max-width: 460px;
	height:400px;
	background:#fff;
	/*border: 1px solid rgb(102,204,204);*/
	padding: 20px;
/*		top:50%;
	margin-top: -300px;*/
}
	#popupDelayTime p{
		color: #000;
		font-size: 14px;
		font-weight: 400;
		text-align: left;
	}
	#popupDelayTime input, #popupDelayTime textarea{
		margin: 3px!important;
		width: 100%;
		padding: 6px;
	}
	#popupDelayTime .c_description {
		margin-bottom: 10px;
		color: #000;
		font-size: 15px;
		font-weight: 400;
	}
	#popupDelayTime div.article{
		font-size: 19px;
	}
	#popupDelayTime input[type='checkbox'] {
		width: auto;
		height: auto;
		vertical-align: top;
	}
	#popupDelayTime label, #popupDelayTime label a{
		font-size: 11px;
		font-weight: 500;
		vertical-align: top;
	}
	
/* element.style {
}
* {
    font-family: 'WeblySleek UI';
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet */
form {
    display: block;
    margin-top: 0em;
}
body, button, input, textarea, div, span, p, td {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
#popupDelayTime {
    font-size: 21px;
    font-weight: bold;
	text-align: center;
}
	#popupDelayTime div.article span{
		color: #d768a4;
		text-transform: uppercase;
		font-weight: 700;
	}
	#popupDelayTime ol li, #popupDelayTime ul li{
		font-size: 17px;
	}
	#popupDelayTime .glyphicon-remove{
		cursor:pointer;
		position: absolute;
		top:5px;
		right:5px;
		z-index: 2;
		/*color:rgb(102,204,204);*/
	}

	.nullValue{
		border-color:red!important
	}
	#popupDelayTime .modal-body{
		height: 100%;
		}
		.orderIsAdded{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		/*background-image: url(/local/templates/us_2018/images/index.jpg);*/
		background-image: url(/local/templates/us_2018/images/quik_order_success_back.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around!important;
		}
		.orderIsAdded h4{
			width: 100%;
		}
		.orderIsAdded .btn.btn-default:hover{
			color: #00997b;
		}
		.popup-offer-link-popup{
			z-index:99;
		}
		.popup-offer-close-icon{
			z-index:100;
		}
@media(max-width:410px){
	#popupDelayTime{
		height: auto;
		max-height:515px;
		overflow: auto;
	}
}