/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*
Free Html5 Responsive Templates
Author: Kimmy
Author URI: http://www.zerotheme.com/
*/
/* -------------------------------------------- */
/* ------------------Reset--------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
img {
	vertical-align: top;
}
embed {
	vertical-align: top;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline;
}
input, textarea {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}
iframe {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
	height: 100%;
}
input, textarea, select {
	margin: 0;
	padding: 0px;
}
/* -------------------------------------------- */
/* ------------------Font---------------------- */

/*Add your font at here*/

/* -------------------------------------------- */
/* ------------------Style--------------------- */
html, body {
	width: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: url("../img/images/page-BG.png");
	color: #474747;
	font: 12px/25px Arial, Helvetica, sans-serif;
}
a {
	color: #009FE3;
	text-decoration: none;
}
a:hover {
	color: grey;
	text-decoration: none;
}
a.button {
	cursor: pointer;
	color: #ffffff;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #3F3F3F;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
a.button:hover {
}
h2, .title {
	font-family: Rockwell, 'Kameron', serif;
}
.clear {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------------------------- */
/* ------------------Header-------------------- */
header {
	background: #FFFFFF;
	border-top: 3px solid #252525;
	border-bottom: 3px solid #009FE3;
}
header .wrap-header {
	height: 230px;
}
header #logo {
	position: absolute;
	padding: 5px;
	display: block;
	max-width: 100%;
	top: 50px;
}
.minimenu {
	display: none;
}
.minimenu {
	background-color: #111;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
}
.minimenu div {
	overflow: hidden;
	position: relative;
	font: 18px/37px 'PT Sans Narrow';
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.minimenu select {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: pointer;
}
.social {
	position: absolute;
	right: 10px;
	top: 50px;
}
.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social ul li {
	position: relative;
	float: left;
}
/* -------------------------------------------- */
/* ------------------Featured---------------- */

.featured {
	margin: 30px auto;
}
.featured .wrap-featured {
	background: #333;
}
.featured .wrap-featured .slider {
	padding: 0px;
}
/* -------------------------------------------- */
/* ------------------Content------------------- */
#content {
}
#content .wrap-content {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-top: 15px solid #009FE3;
	margin-top: 30px;
}
.divider {
	background: url("../img/images/divider.png") repeat-x;
	height: 7px;
	width: 90%;
	margin: auto;
}
.block01 {
	margin: 10px;
}
.block01 h2 {
	padding-top: 30px;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
}
.block01 p {
	padding: 10px 30px 30px 30px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}
.block02 {
	margin: 30px 0;
	padding: 0 10px;
}
.block02 h2 {
	font-size: 20px;
	font-weight: normal;
}
.block02 a {
	color: #474747;
}
.block02 a:hover {
	color: #009FE3;
}
.block02 span {
	font-size: 50px;
	float: left;
	margin: 0px 5px 0 0;
	line-height: 1;
}
.block03 {
	margin: 30px 0;
	padding: 0 10px;
}
.block03 .title {
	width: 90%;
	background: url("../img/images/divider.png") repeat-x 50% 50%;
	margin: auto;
	text-align: center;
}
.block03 .title span {
	background: #ffffff;
	padding: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.block03 img {
	border: 2px solid #CCCCCC;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.block03 h2 {
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
.block04 {
	margin: 30px 0;
	padding: 0 10px;
}
.block04 .title {
	width: 90%;
	background: url("../img/images/divider.png") repeat-x 50% 50%;
	margin: auto;
	text-align: center;
}
.block04 .title span {
	background: #ffffff;
	padding: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.block05 {
	margin: 30px 0;
}
.block05 .title {
	width: 90%;
	background: url("../img/images/divider.png") repeat-x 50% 50%;
	margin: auto;
	text-align: center;
}
.block05 .title span {
	background: #ffffff;
	padding: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.block05 article {
	clear: both;
	margin-bottom: 30px;
	padding: 0 10px;
}
.block05 article h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
}
.block05 article .info {
	font-style: italic;
	padding: 10px 0px;
}
.block05 article img {
	margin-bottom: 10px;
	width: 100%;
}
.block05 .box {
	margin-bottom: 20px;
	padding: 0 10px;
}
.block05 .heading {
	padding: 5px 0px;
	border-bottom: 2px solid #615E5F
}
.block05 .heading h2 {
	font-size: 16px;
	font-weight: normal;
	display: inline;
	border-bottom: 2px solid #009FE3;
	padding-bottom: 8px;
}
.block05 .content {
	margin: 5px 0px;
}
.block05 .content .list {
	padding: 10px;
	margin-left: 10px;
}
.block05 .content ul {
	font-size: 14px;
	list-style-type: none;
}
.block05 .content ul li {
	padding: 5px;
	border-bottom: 1px solid #E2E2E2;
}
/* -------------------------------------------- */
/* ------------------Footer-------------------- */
footer {
	background-color: #333;
	margin-top: 30px;
}
footer .wrap-footer {
	padding: 10px 0px;
	color: #ffffff;
}
footer .box {
}
footer .heading {
	padding: 5px 0;
	border-bottom: 1px solid #615E5F;
	border-top: 1px solid #615E5F;
	text-align: center;
}
footer .heading h2 {
	font-size: 18px;
	font-weight: normal;
	display: inline;
	border-bottom: 1px solid #009FE3;
	border-top: 1px solid #009FE3;
	padding: 7px 0 8px 0;
}
footer .content {
	padding: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
footer .content ul {
	font-size: 14px;
}
footer .content ul li {
	text-align: center;
	max-width: 100%;
}
footer .content .tag a {
	padding: 10px;
	background: #009FE3;
	margin: 0px 5px 5px 0px;
	float: left;
	color: #ffffff;
}
footer .content .tag a:hover {
	color: #ffffff;
	background: #4cc7fc;
}
.copyright {
	text-align: center;
	margin-top: 20px;
	background: #252525;
	padding: 20px 0px;
}
.copyright a {
	color: #ffffff;
	text-decoration: underline;
}
/*------------gallery*/
.gallery {display: flex; flex-wrap:wrap; align-items: center;
}
.gallery a {
	display: block;
	margin: 0px 10px 10px 0px;
	position: relative;
	-webkit-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.5);
}

.gallery a img {
	display: block;
	-webkit-transition: all 0.5s;
}
/*Hover effects*/
.gallery a img:hover {
	-webkit-filter: none; /*Returns to default state*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*Default state for brightness has to be specified specifically*/
.gallery a img.brightness:hover {
	-webkit-filter: brightness(0);
}
/*Filter styles*/
.saturate {
	-webkit-filter: saturate(3);
}
.grayscale {
	-webkit-filter: grayscale(100%);
}
.contrast {
	-webkit-filter: contrast(160%);
}
.brightness {
	-webkit-filter: brightness(0.25);
}
.blur {
	-webkit-filter: blur(3px);
}
.invert {
	-webkit-filter: invert(100%);
}
.sepia {
	-webkit-filter: sepia(100%);
}
.huerotate {
	-webkit-filter: hue-rotate(180deg);
}
.opacity {
	-webkit-filter: opacity(50%);
}
/*Pagination*/
#pagi {
	margin: 50px auto;
	padding: 20px 0px;
	list-style: none;
	width: 250px;
}
#pagi li {
	float: left;
	margin-right: 10px;
}
#pagi li a {
	display: block;
	text-decoration: none;
	color: #717171;
	font: bold 16px Arial, sans-serif;
	padding: 5px;
	background: #ffffff;
}
#pagi li a.current, #pagi li a:hover {
	color: #ffffff;
	background: #009EE2;
}
/*Comment*/
.comment {
	font-weight: bold;
	margin: 10px 0px;
	width: auto;
}
.comment div {
	margin-bottom: 20px;
	vertical-align: middle;
}
.comment input {
	border: 2px solid #999999;
	padding: 8px 10px;
	width: 50%;
	max-width: 100%;
}
comment input[type="reset"] {
	border: 2px solid #999999;
	padding: 8px 10px;
	width: 20%;
	max-width: 100%;
}
.comment textarea {
	border: 2px solid #999999;
	padding: 8px 10px;
	width: 95%;
}
.comment input[type="submit"] {
	cursor: pointer;
	width: 50%;
	max-width: 100%;
	float: left;
	margin-right: 10%;
	background: -webkit-linear-gradient(top, #efefef, #ddd);
	background: -moz-linear-gradient(top, #efefef, #ddd);
	background: -ms-linear-gradient(top, #efefef, #ddd);
	background: -o-linear-gradient(top, #efefef, #ddd);
	background: linear-gradient(top, #efefef, #ddd);
	color: #333;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	border: 2px solid #999999;
}
.comment input[type="submit"]:hover {
	background: -webkit-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: -o-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(top, #eee, #ccc);
	border: 2px solid #bbb;
}
.comment input[type="submit"]:active {
	background: -webkit-linear-gradient(top, #ddd, #aaa);
	background: -moz-linear-gradient(top, #ddd, #aaa);
	background-position: top;
	border: 2px solid #999;
}
.comment input[type="reset"] {
	cursor: pointer;
	width: 35%;
	float: left;
	margin-right: 10%;
	;
	background: -webkit-linear-gradient(top, #efefef, #ddd);
	background: -moz-linear-gradient(top, #efefef, #ddd);
	background: -ms-linear-gradient(top, #efefef, #ddd);
	background: -o-linear-gradient(top, #efefef, #ddd);
	background: linear-gradient(top, #efefef, #ddd);
	color: #333;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	border: 2px solid #999999;
}
.comment input[type="reset"]:hover {
	background: -webkit-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: -o-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(top, #eee, #ccc);
	border: 2px solid #bbb;
}
.comment input[type="reset"]:active {
	background: -webkit-linear-gradient(top, #ddd, #aaa);
	background: -moz-linear-gradient(top, #ddd, #aaa);
	background-position: top;
	border: 2px solid #999;
}
.goodies {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.ads-250 {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}
.ads-125 {
 width:125%;
   max-width: 100%;
	float: left;
}
#addThisToolbox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.addThis {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
}
#copyrightSocialIcons {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin: 15px;
}
.copyright img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.box .content .fb-like-box {
	margin-left: auto;
	margin-right: auto;
}
#NewsWindow {
	/* [disabled]display: inline-block;
*/
	margin-top: 15px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.container-ads-125 {
	width: 250px;
	display: inline-block;
	max-width: 100%;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}
#updateNews {
	background-color: #FFFFFF;
}
#headlines {
}
#newsList {
	height: 350px;
	max-height: 350px;
	overflow: hidden;
}
h3 .dropcap {
	float: left;
	width: 56px;
	height: 56px;
	margin-top: 0px;
	margin-right: 10px;
	background: url(../../img/dropcap1.gif) 0 0 no-repeat;
	font-size: 38px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1.2em;
	padding-top: 6px
}
h4 {
	font-size: 26px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 400;
	padding: 43px 0 15px 0
}
h5 {
	font-size: 33px;
	color: #0F75BC;
	line-height: 1.7em;
	padding: 0 0 16px 0;
	font-weight: 400;
	font-style: normal
}
h5 .dropcap {
	float: left;
	width: 56px;
	height: 56px;
	margin-top: 0px;
	margin-right: 10px;
	background: url(../../img/dropcap1.gif) 0 0 no-repeat;
	color: #fff;
	text-align: center
}
h5 .dropcap strong {
	font-weight: 700;
	font-size: 34px;
	line-height: 1.2em;
	display: block;
	padding-top: 3px;
	letter-spacing: -2px
}
h5 .dropcap span {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2em;
	display: block;
	margin-top: -8px
}
h6 {
	font-size: 20px;
	line-height: 1.2em;
	color: #000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: 400
}
.godaddyssl {
	clear: both;
	display: block;
	
}
.btn-large {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: solid #ffffff 2px;
	text-decoration: none;
	font-weight: bolder;
	display: inline-block;
	float: left;
}
.btn-large:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}
.page-graphic {
	width: 630px;
	max-width: 100%;
	border-radius: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
#loginBtn {
}
.left {
	float: left;
}
.marg_right1 {
	margin-right: 20px
}
h2.logo {
	text-transform: uppercase;
	text-align: center;
}
h3.news-center {
	text-transform: uppercase;
	text-align: center;
}
/*Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 10px;
	z-index: 1;
}
#back-top a {
	width: 56px;
	display: block;
	text-align: center;
	font: 8px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #8A8A8A;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 56px;
	height: 56px;
	display: block;
	margin-bottom: 7px;
	background: #009FE3 url(../img/images/up-arrow-small.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
#map {
	width: 285px;
	height: 250px;
	max-width: 100%;
	max-height: 100%;
}
p.center {
	text-align: center;
}
.hidden {
	display: none;
	visibility: hidden;
}
.col-1-4.offers .wrap-col h2 {
	border-bottom: #0E76BC 2px solid;
	width: auto;
}
.offers ul li :before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	margin-right: 5px;
	background-color: #0470A2;
}
blockquote, q {
	quotes: "" "";
}



blockquote {
	background: url(../img/images/quoteimg.png) top left no-repeat;
	margin-left: 20px;
}
blockquote p {
	color: #999;
	font-size: 14px;
	font-style: italic;
	margin-left: 50px;
}
blockquote:before{ content:""} 

blockquote:after{ content:"";}
q:before{ content:"";}
q:after{ content:"";}

/* CSS Document */

nav .wrap-nav{
	position: absolute;
	bottom: 0px;
	height: 37px;
	display: block;
	width: 100%;
	z-index: 1
}


.current {background-color:#0F75BC;}
.menu {float:right;}
ul.menu-list{
	list-style: none; box-sizing:content-box;}

ul.menu-list li{
        width: auto;
        display: inline-block;
        position: relative;
        text-align: center;
        line-height: 37px;	
    }
ul.menu-list li a{
        text-transform:uppercase;
        font-weight:bold;
        padding: 0px 10px;
        color: #333;
        background: transparent;
        text-decoration: none;
		
		
    }
ul.menu-list li a:hover{
	color: #fff;
	background: #0F75BC;
	display: block;
		
    }
ul.menu-list li ul{
        display: none;
        position: absolute;
        z-index: 1;
        left: 0;
		top:37px;
    }
ul.menu-list li:hover ul{
        display:inline-block; /* display the dropdown */}
ul.dropdown {}
ul.dropdown li{
	text-align: left;
	background-color: #ddd;
	border-bottom: 2px solid white;
	width: 150px;
	height: 35px;
	white-space: nowrap;
}
ul.dropdown li a{text-align:left;}

.menu-list ul li ul{}

 nav#mobile {
  background-color: #0A5081;
  box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
  position: relative;
  top: 0;
  width: 960px;
  max-width: 100%;
  z-index: 9999;	
	}
 
	/*
	Top black bar that holds the toggle button
	*/
 
	nav#mobile #toggle-bar {
		line-height:50px;
		height:50px;
		border-bottom:2px solid white;
	}
 
	/*
	Toggle button #1 ("Menu")
	*/
 
	nav#mobile strong a {
		margin-left:30px;
		border:1px solid white;
		padding:10px;
		color:white;
	}
 
	/*
	Toggle button #2 ("Navicon")
	*/
 
	nav#mobile .navicon {
	float: right;
	height: 4px;
	width: 34px;
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-top: 10px double #FFF;
	border-bottom: 3px solid #FFF;
	font-size: 0;
	}
 
	/*
	The dropdown menu
	*/
 
	nav#mobile ul li {
	clear: both;
	list-style: none;
	color: #FFFFFF;
	border-bottom:2px solid white;
	}
 
	nav#mobile ul li a {
	display: block;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 2px 0;
	text-align: center;
	font-weight: bold;
	padding: 6px 0 6px 8px;
	color: #FFFFFF;		
	}
 nav#mobile ul li a:hover { background-color: #0F75BC; display:block;}
 
	nav#mobile ul ul {
		font-size:small;
	}
 
	nav#mobile ul ul li {
		width:100%;
		text-align:center;
		
	}
 
	nav#mobile ul ul a {
		background-color:#333;
		padding-left:8px;
	}
 
.fa fa-home{color:white;}

.menu-list li > a:after { margin-left: 5px; content: '\25BA'; }
.menu-list > li > a:after { margin-left: 5px; content: '\25BC'; }
.menu-list li > a:only-child:after { margin-left: 0; content: ''; }
#mmenu li > a:after { margin-left: 5px; content: '\25BA'; }
#mmenu> li > a:after { margin-left: 5px; content: '\25BC'; }
#mmenu li > a:only-child:after { margin-left: 0; content: ''; }

/*! Print Css */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */


-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}


selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */


audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */


textarea {
    resize: vertical;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */


.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */






