html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:inherit;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
}


body
{
	line-height:1;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section

{
	display:block;
}

nav ul
{
	list-style:none;
}

blockquote, q
{
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content:'';
	content:none;
}

a
{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


a:link
{
	color: #18b0d6;
	text-decoration: none;
}

a:active
{
	color: #B73045;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: #B73045;
	text-decoration: none;
}

/* change colours to suit your needs */
ins
{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark
{
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del
{
	text-decoration: line-through;
}

abbr[title], dfn[title]
{
	border-bottom:1px dotted;
	cursor:help;
}

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

/* change border colour to suit your needs */
hr
{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select
{
	vertical-align:middle;
}

/* ========== reset css end ========== */




























/* Footer */

.outerFooter
{
	width: 100%;
	height: auto;
	float: left;
	background-color: #00a3d8;
}

.footerContainer
{
	width: 100%;
	height: auto;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.left-list
{
	width: 66%;
	float: left;
	height: auto;
	padding-top: 10px;
}


.left-list ul
{
	width: 50%;
	float: left;
	/* border-right: 1px solid #4c4c4c; */
}

.left-list-li
{
	font-family: 'Avenir-Book', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 100;
	color: #fff;
	line-height: 24px;
	padding-top: 5px;
	padding-left: 15px;
	list-style: none;
}

.left-list a
{
	color: #fff;
	padding: 0;
}

.left-list a:hover
{
	color: #fff;
}

.left-list-li a:active
{
	color: #fff;
}


.left-list img
{
	padding-left: 15px;
}


.right-list
{
	width: 33%;
	float: left;
	height: auto;
	padding-top: 10px;
}

.right-list p, li
{
	font-family: 'Avenir-Book', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 100;
	color: #80f2ff;
	line-height: 24px;
	padding-top: 5px;
	padding-left: 15px;
	list-style: none;
}

.right-list a
{
	color: #fff;
	padding: 0;
}

.right-list a:hover
{
	color: #fff;
}

.right-list img
{
	padding-left: 0px;
	padding-right: 15px;
}

.f_separator
{
  width: 1px;
  height: auto;
  background-color: #fff;
  float: left;
  opacity: .3;
}

.copyright
{
	width: 100%;
	margin-top: 10px;
	float: left;
	font-family: 'Avenir-Book', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	text-align: center;
	color: #fff;
	line-height: 24px;
}


@media only screen
and (min-width: 569px)
and (max-width: 736px)
{

	/* Footer */
	.outerFooter
	{
		width: 100%;
		height: 100%;
		float: left;
	}

	.footerContainer
	{
		width: 100%;
		height: 100%;
		max-width: 736px;
		margin-left: auto;
		margin-right: auto;
	}

	.left-list
	{
		width: 100%;
		max-width: 736px;
	}

	.left-list ul
	{
		width: 50%;
		float: left;
	}
}
















@media only screen
and (min-width : 320px)
and (max-width : 568px)
{
	/* Footer */

	.outerFooter
	{
		width: 100%;
		height: auto;
		float: left;
	}

	.footerContainer
	{
		width: 100%;
		height: auto;
		max-width: 736px;
		margin-left: auto;
		margin-right: auto;
	}

	.left-list
	{
		width: 100%;
	}

	.left-list ul
	{
		width: 100%;
		float: left;
		border-right: 0px;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
		-webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#666666), to(#666666), color-stop( 50%, #666666 )) 100% 1;
	}

	.left-list-li
	{
		text-align: center;
	}

	.right-list
	{
		width: 100%;
		height: 40px;
		position: relative;
	}

	.right-list ul
	{
		width: 140px;
		height: 20px;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}


	.right-list-li
	{
		width: 40px;
		font-size: 0px;
		color: transparent;
		float: left;
		padding: 0px
	}

	.right-list a
	{
		color: transparent;
	}

	.right-list a:hover
	{
		color: transparent;
	}

	.right-list img
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
