* {
	background:transparent;
	color:#000;
	text-shadow:none;
	filter:none;
	-ms-filter:none;
}

body {
	margin: 0;
	padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
	color: #000;
}

header, footer,  .see-also, .send-news img, .banner-bottom--floating,
.banner-top, .aside-form, .first-header, .second-header, .nav-wrapper, .newslatter-block,
.page-footer, .news-navbar, #js-header, .slider-nav , .aside-two, .dynamic-banner {
	display: none !important;
}

.logo-print {
	display: flex !important;
	margin: 15mm 0;
}

.container {
	margin:0 auto; 
	max-width:1170px;
}

@media only screen and (min-width: 601px) {
	.container {
		width: 97%;
	}
}

@page { size: auto;  margin: 0mm; }


ul li {
	list-style-type: none;
}

.img-responsive {
    max-width: 150pt;
    height: auto;
	display: inline-block;
    margin-right: 20pt;
    margin-top: 0.7cm;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
    text-align: left;
    margin-bottom: 0;
}

h1 span {
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
    text-align: left;
    font-weight: normal;
    margin-top: 0;
}

h2 span {
    color: red;
    text-decoration: line-through;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 25pt;
    float: left;
    margin-top: 0.5cm;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

a {
	text-decoration: underline;
	color: blue;
}

.clear {
    clear: both;
}

.line-dashed {
    margin-top: 1cm;
    border: 0.5pt dashed black;
}

.coupon-issued-on {
	margin-top: 1cm;
}

.line {
	border: 0.5pt solid black;
}

small {
    font-size: 8pt;
}

.box {
	display: inline-block;
    border: 0.5pt solid #000;
    width: 46%;
	padding: 0.2cm;
	height: 6.5cm;
	max-width: 96%;
	margin-bottom: 1cm;
	box-sizing: border-box;
}


.box-title {
	display: block;
	border-bottom: 0.5pt solid black;
	padding: 0.2cm 0;
	margin-bottom: 0.4cm;
}

.phone {
	display: block;
	margin-top: 0.2cm;
}

.box-img {
	width: 24%;
	float: left;
}

.box-img img {
	width: 60pt;
	max-width: 100%;
}

.box-content {
	margin-left: 0.2cm;
	width: 73%;
	float: left;
}


.img-mobile {
	background-size: cover;
	width: 80px;
	height: 80px;
}

.logo {
	width: 206px;
    height: 40px;
    background-size: cover;
    margin-top: 22px;
}

@media only screen and (max-width: 754px) {

	.container {
		width:90%;
	}

	.img-responsive {
		display: block;
	}

	.f-right, .f-left {
		float: none;
	}

	.box {
		width: 100%;
		max-width: 100%;
	}

}


.two-columns {
	width: 100% !important;
}

@media print {
	.no-print {
		display: none;
	}
}

.btn-secondary {
	background-color: #8dc63f;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 2px;
}

.waves-effect{
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	transition: all .3s ease-out;
}

.semi-bold {
    font-weight: 600;
}

.btn {
	text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}