body{
	background-image: url(../IMAGES/BACKGROUNDS/bg-main-blue.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #2F4457;
}

strong {
	font-weight:700;
}
hr {
	color: #FFF;
	border:none;
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../IMAGES/MISC/bg-hr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.clearfloat {
	line-height: 1px;
	height: 0px;
	clear: both;
}
.flt-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.flt-right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
img {
	max-width:100%;
}
.center{
	text-align:center;
}

  

.point{
      margin:0 auto;
      width:714px;
      display:block;
      position:absolute;
      left:50%;
      padding-top:30px;
      margin-left:-357px
}
.sticky-wrapper{
    position:absolute;
    left:50%;
}

.stuck {
			position:fixed;
			top:0;
		}



a.general-btn {
	color:#FFFFFF;
	text-shadow: #000 0 -1px 0;
	background: -moz-linear-gradient(rgba(0, 0, 0,  0), rgba(0, 0, 0,  .1));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0,  0)), to(rgba(0, 0, 0,  .1)));
	background: -webkit-linear-gradient(rgba(0, 0, 0,  0), rgba(0, 0, 0,  .1));
	background: -o-linear-gradient(rgba(0, 0, 0,  0), rgba(0, 0, 0,  .1));
	background-color:#b20838;
	font-family: 'Patua One', Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	text-decoration: none;
	line-height: 2em;
	display: block;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	text-transform: lowercase;
	white-space: nowrap;
	float: left;
	margin-bottom:1em;
}

a.general-btn:hover {
	background: -moz-linear-gradient(rgba(0, 0, 0,  .1), rgba(0, 0, 0,  0));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0,  0)));
	background: -webkit-linear-gradient(rgba(0, 0, 0,  .1), rgba(0, 0, 0,  0));
	background: -o-linear-gradient(rgba(0, 0, 0,  .1), rgba(0, 0, 0,  0));
	background-color:#b20838;
	text-decoration: none;
}



a.general-btn-2 {
	color:#5D422F;
	text-shadow:#EDE6E1 1px 1px 0;
	background: -moz-linear-gradient(rgba(255, 255, 255,  .5), rgba(255, 255, 255,  0));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255,  .5)), to(rgba(255, 255, 255,  0)));
	background: -webkit-linear-gradient(rgba(255, 255, 255,  .5), rgba(255, 255, 255,  0));
	background: -o-linear-gradient(rgba(255, 255, 255,  .5), rgba(255, 255, 255,  0));
	background-color:#dccfc6;
	font-family: 'Patua One', Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	text-decoration: none;
	line-height: 2em;
	display: block;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	text-transform: lowercase;
	white-space: nowrap;
	float: left;
}

a.general-btn-2:hover {
	background: -moz-linear-gradient(rgba(255, 255, 255,  0), rgba(255, 255, 255,  .5));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255,  0)), to(rgba(255, 255, 255,  .5)));
	background: -webkit-linear-gradient(rgba(255, 255, 255,  0), rgba(255, 255, 255,  .5));
	background: -o-linear-gradient(rgba(255, 255, 255,  0), rgba(255, 255, 255,  .5));
	background-color:#dccfc6;
	text-decoration: none;
}



a[href^=tel] { color:#FFF;font-weight:700; }



@media screen and (max-width: 767px) {
.sticky-wrapper{display:none;
}

}

@media screen and (max-width: 599px) {
.no-mobile{display:none;
}
}
