@charset "utf-8";

/* CSS Document */

body {
	font-family: Open Sans;
	margin: 0;
	background-color: #f2f2f2;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.banner .dots li {
	display: none;
}
.banner .dots li.active {
	display: none;
}
.border {
	width: 1045px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-radius: 3px;
}

.border_index {
	width: 1045px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-radius: 3px;
	-webkit-animation: fadein 2s;
	/* Safari and Chrome */
	-moz-animation: fadein 2s;
	/* Firefox */
	-ms-animation: fadein 2s;
	/* Internet Explorer */
	-o-animation: fadein 2s;
	/* Opera */
	animation: fadein 2s;
}

.thefooter {
	background-color:#3887c8;
	border-top: 1px solid #e8e8e8;
	float:left; width:100%;  
    padding-bottom: 20px;
}
.maincontainer {
	width: 100%;
}
.endofpage {
	display: none;
}
.hiddenimage {
	display: none;
}
.mobile-nav {
	display: none;
}
.infobox {
	width: 450px;
	min-height: 570px;
	padding: 20px;
	margin: 5px;
	background-image: url(images/lightbluebox.png);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	background-size: cover;
	color: #fff;
	float: left;
	display: table;
	border-radius: 3px;
}
.infobox2 {
	width: 450px;
	min-height: 570px;
	padding: 20px;
	margin: 5px;
	background-image: url(images/darkbluebox.png);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	background-size: cover;
	color: #fff;
	float: left;
	display: table;
	border-radius: 3px;
}
.infoboxbig {
	device-max-width: 1174px;
	height: auto;
	padding: 20px;
	padding-top: 36px;
	padding-bottom: 36px;
	margin: 5px;
	background-image: url(images/greenbox.png);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	background-size: cover;
	color: #fff;
	float: left;
	display: table;
	border-radius: 3px;
}
.title {
	font-size: 40px;
	display: table-cell;
	vertical-align: middle;
}
.bodytext {
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	padding-right: 25px;
}
#menu-icon {
	float: right;
	display: hidden;
	width: 40px;
	height: 40px;
	background: url(images/menu-icon.png) center;
	margin-right: 20px;
	margin-top: 14px;
}
a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
	z-index: 10;
}
ul {
	list-style: none;
}
li {
	display: inline-block;
	float: left;
	font-weight: bold;
	font-size: 20px;
	z-index: 10;
}
li:hover {
	color: #63aeed;
}
.current {
	color: #88d0f3;
}
section {
	margin: 80px auto 40px;
	device-max-width: 980px;
	position: relative;
	padding: 20px
}
h1 {
	font-size: 2em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0;
}
p {
	line-height: 1.45em;
	margin-bottom: 20px;
}
.Nav {
	width: 100%;
	background-color: #3887c8;
	border-bottom: 1px solid #e8e8e8;
	height: 93px;
	margin: 0;
	padding: 0;
	top: 0;
	z-index: 10;
}
.textbox {
	float: left;
	height: 400px;
	width: 400px;
	padding: 20px;
	margin-left: 5px;
	margin-right: 10px;
}
.image {
	float: left;
	height: 400px;
	width: 400px;
	padding: 20px;
	margin-left: 10px;
	margin-right: 5px;
	border-radius: 3px;
}
.bottom {
	width: 100%;
	background-color: #3887c8;
	border-top: 1px solid #e8e8e8;
	min-height: 130px;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-top:25px;
}
.lowernav {
	color: #FFF;
	display: block;
	color: #ededed;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}
.phonenumber {
	width: 300px;
	height: 50px;
	float: left;
	display: block;
	margin-top: 10px;
	margin-left: 20px;
}
.TandCs {
	display: block;
	width: 300px;
	height: 70px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 40px;
	color: #fff;
}
.navcontainer {
	padding-top: 13px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1095px;
}
.activetab {
	width: 120px;
	float: left;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background-color: #88d0f3;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border: 0px;
}
.modal-body {
	text-align: center;
	padding-bottom: 45px;
	position: relative;
	padding: 15px;
}
.contact_table {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
form {
	display: block;
	margin-top: 0em;
}
.clear_float {
	clear: left;
}
.red {
	color: red;
}
.form-area {
	background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
}
.activetabhome {
	width: 120px;
	float: left;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background-color: #88d0f3;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	color: #FFF;
	font-size: 19px;
	text-align: center;
	text-decoration: none;
	border: 0px;
}
.tab {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 120px;
	float: left;
	border-radius: 5px;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	color: #FFF;
	font-size: 19px;
	text-align: center;
	text-decoration: none;
	border: 0px;
}
.tab2 {
	font-family: Open sans;
	width: 120px;
	float: left;
	border-radius: 5px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	color: #FFF;
	font-size: 19px;
	text-align: center;
	text-decoration: none;
	border: 0px;
}
.tab:hover {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: 1s;
	-firefox-transition: 1s;
	-IE-transition: 1s;
	text-decoration: none !important;
	-webkit-box-shadow: 0 0 8px #FFF;
	-moz-box-shadow: 0 0 8px #FFF;
	box-shadow: 0 0 8px #FFF;
	cursor: pointer;
	transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
.tab a:hover {
	text-decoration: none;
}
.tab2:hover {
	font-family: Open Sans;
	-webkit-transition: 1s;
	-firefox-transition: 1s;
	-IE-transition: 1s;
	text-decoration: none !important;
	-webkit-box-shadow: 0 0 8px #FFF;
	-moz-box-shadow: 0 0 8px #FFF;
	box-shadow: 0 0 8px #FFF;
	cursor: pointer;
	transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
.tab2 a:hover {
	text-decoration: none;
}
.activetab a:hover {
	text-decoration: none;
}
#merrollover:hover {
	border: 0;
	-webkit-transition: 1s;
	-firefox-transition: 1s;
	-IE-transition: 1s;
	text-decoration: none;
	cursor: pointer;
	transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
<!--Homepage -->.contentbox {
	width: 1180px;
	height: 400px;
	margin-top: 110px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #3B8ACC;
}
<!-- caroucel -->.banner {
	position: relative;
	overflow: hidden;
}
.banner li {
	list-style: none;
}
.banner ul {
	padding: 0;
	margin: 0;
}
.banner ul li {
	float: left;
	margin: 0;
	padding: 0;
}
.slider {
	device-max-width: 100%;
	margin-bottom: 10px;
}
.slider img {
	background-position: top center;
	display: block;
	width: 100%;
}
.dots {
	position: absolute;
	bottom: 0;
	right: 25px;
}
.banner .dots li {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 12px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
}
<!-- end of caroucel -->.maincontainer {
	device-max-width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.endofpage {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #287ec0;
	height: 200px;
	width: 100%;
}
.brake {
	display: none;
}
.brake2 {
	display: none;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Firefox */

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Safari and Chrome */

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Internet Explorer */

@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
​
/* Opera */

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
​

@media only screen and (max-width: 1400px) {}
@media only screen and (max-width: 1200px) {
	.maincontainer {
		width: 100%;
	}
	.border {
		width: 100%;
	}
	.border_index {
		width: 100%;
		margin-top:0px;
	}
	#title {
		font-size: 30px;
	}
	#bodytext {
		font-size: 18px;
	}
	
	.slider {
		width: 100%;
	}
	.slider img {
		background-position: top center;
		display: block;
		width: 100%;
	}
	.dots {
		position: absolute;
		bottom: 0;
		right: 25px;
	}
	.banner .dots li {
		display: inline-block;
		width: 19px;
		height: 19px;
		margin: 0 4px;
		text-indent: -999em;
		border: 2px solid #fff;
		border-radius: 12px;
		cursor: pointer;
		opacity: .4;
		-webkit-transition: background .5s, opacity .5s;
		-moz-transition: background .5s, opacity .5s;
		transition: background .5s, opacity .5s;
	}
	.banner .dots li.active {
		background: #fff;
		opacity: 1;
	}
	.infobox {
		width: 450px;
		height: 464px;
		padding: 20px;
		margin: 5px;
		background-image: url(images/lightbluebox.png);
		box-shadow: 0 1px 2px rgba(0,0,0,.1);
		background-size: cover;
		color: #fff;
		float: left;
	}
	.infobox2 {
		width: 450px;
		height: 464px;
		padding: 20px;
		margin: 5px;
		background-image: url(images/darkbluebox.png);
		box-shadow: 0 1px 2px rgba(0,0,0,.1);
		background-size: cover;
		color: #fff;
		float: left;
	}
	.infoboxbig {
		device-max-width: 1174px;
		height: auto;
		padding: 20px;
		padding-top: 36px;
		padding-bottom: 36px;
		margin: 5px;
		margin-left:0px;
		margin-right:0px;
		background-image: url(images/greenbox.png);
		box-shadow: 0 1px 2px rgba(0,0,0,.1);
		background-size: cover;
		color: #fff;
		float: left;
	}
	#bigboxcontainer {
		width: 220px;
	}
	#title {
		font-size: 30px;
	}
	#bodytext {
		font-size: 18px;
	}
	.dots {
		position: absolute;
		bottom: 0;
		right: 25px;
	}
	.banner .dots li {
		display: inline-block;
		width: 22px;
		height: 22px;
		margin: 0 4px;
		text-indent: -999em;
		border: 2px solid #fff;
		border-radius: 12px;
		cursor: pointer;
		opacity: .4;
		-webkit-transition: background .5s, opacity .5s;
		-moz-transition: background .5s, opacity .5s;
		transition: background .5s, opacity .5s;
	}
	.banner .dots li.active {
		background: #fff;
		opacity: 1;
	}
	.activetab {
		display: none;
	}
	.tab2 {
		display: none;
	}
	.tab {
		display: none;
	}
	.activetabhome {
		display: none;
	}
	.mobile-nav {
		display: block;
	}
	#menu-icon {
		display: inline-block;
	}
	nav ul, nav:active ul {
		display: none;
		position: absolute;
		padding: 10px;
		background: #fff;
		border: 4px solid #287ec0;
		right: 20px;
		top: 10px;
		width: 50%;
		border-radius: 5px;
		color: #000;
		top: 35px;
		z-index: 9;
	}
	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}
	nav:hover ul {
		display: block;
	}
}

@media only screen and (max-width: 769px) {
	.image1 {
		display:none;
	}
	.image2  {
		display:none;
	}
	
	.infobox {
		width:100%;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
	}
	
	.infobox2 {
		width:100%;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
	}
	.loyalty_magazine {
		width:130px !important;
		right: 130px !important
	}
}


@media only screen and (max-width: 415px) {
	.logo {
		width:120px;
		height:25px;
		margin-top:11px;
		margin-left:15px !important;
	}
	
	.bar {
		display:none;
	}
	
	.image1 {
		display:none;
	}
	
	.image2 {
		display:none;
	}
	
	.infobox {
		width:100%;
		margin:0px;
		padding:0px;
	}
	
	.infobox2 {
		width:100%;
		margin:0px;
		padding:0px;
	}
	


	
}
