
/******************************************************************
This is the CSS Reset
******************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
/*  font-size: 100%;
	font: inherit; */
	vertical-align: baseline;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none;
	text-decoration: none;
}
/******************************************************************
Print Styles
******************************************************************/

@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

/******************************************************************
Text Selection Styles
******************************************************************/

/* Safari, Chrome, iPhones, iPads */
::selection {
	background:#4096ee;
	color:#fff;
}

::-moz-selection {
	background:#4096ee;
	color:#fff;
}

::-webkit-selection {
	background:#4096ee;
	color:#fff;
}
/******************************************************************
General CSS
******************************************************************/
p {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #616161;
	font-size: 16px;
	padding-top: 15px;
}
h1 {
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.6em;
	color: #616161;
	text-decoration: none;
	font-size: 32px;
}
h2 {
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #616161;
	text-decoration: none;
	font-size: 16px
}
h3 {
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #616161;
	text-decoration: none;
	font-size: 18px;
}
h4 {
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #616161;
	text-decoration: none;
	font-size: 14px;
}
h5 {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6em;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
}
h6 {
	font-family: 'PT Sans', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #ababab;
	text-decoration: none;
	font-size: 14px;
}

/******************************************************************
Main CSS
******************************************************************/
/* Screen ----------- */
@media screen
and (min-width : 575px )
and (max-width : 999px) {
/* Styles */
div#main {
	width: 525px;}
input#search {
	width: 525px;}
ul#results {
	width: 525px;}

.navright {
	padding-right: 105px
}
h1.title {
	display: block;
}
.gfcs {
	font-size: 18px;
}
body {
	background-image: url(img/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}
}

/* Screen ----------- */
@media screen
and (min-width : 450px )
and (max-width : 574px) {
/* Styles */
div#main {
	width: 425px;}
input#search {
	width: 425px;}
ul#results {
	width: 425px;}

.gfcs {
	font-size: 16px;
}
body {
	background-image: url(img/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}
}

/* Screen ----------- */
@media screen
and (min-width : 380px)
and (max-width : 449px)  {
/* Styles */
div#main {
	width: 360px;}
input#search {
	width: 360px;}
ul#results {
	width: 360px;}
body{
	background: url(img/bg.jpg);}
.gfcs {
	font-size: 10px;}
.logo {
	margin-top: -20px;
	margin-right: 20px;}
.mt {
	font-size: 20px;}
h1.title {
	display: none;}
}

/* Screen ----------- */
@media screen
and (max-width : 379px) {
/* Styles */
div#main {
	width: 300px;}
input#search {
	width: 300px;}
ul#results {
	width: 300px;}
body{
	background: url(img/bg.jpg);}
.gfcs {
	font-size: 10px;}
.logo {
	margin-top: -20px;
	margin-right: 20px;}
.mt {
	font-size: 20px;}
h1.title {
	display: none;}
}

/* Screen ----------- */
@media screen
and (min-width : 1000px) {
/* Styles */
div#main {
	width: 530px;}
input#search {
	width: 530px;}
ul#results {
	width: 530px;}
}
.navright {
	padding-right: 105px
}
h1.title {
	display: block;
}
.gfcs {
	font-size: 18px;
}
body {
	background-image: url(img/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}

div#main {
	 margin: auto;
  	position: absolute;
  	top: 100px; left: 0; bottom: 100px; right: 0;
}
.title {
	line-height: 1.2em;
	position: relative;
	margin-left: 150px;
	margin-top: 120px;
}
.logo img {
	width: 100%;
	height: auto;
	margin-top: 0px;

}
.logoUP img{
	margin-top: 4px;
	margin-right: -8px;
	float: left;
	width: 100px;
	height: auto;
}
div.icon:hover {
	background-position: 0px -30px;
	cursor: pointer;
}
h2.logo {
	background-image: url(img/Away.png);
}
input#search {
	opacity: 0.85;
	height: 48px;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	border: 1px solid #ababab;
	font-size: 20px;
	line-height: 25px;
	color: #ababab;
}
input#search:hover, input#search:focus {
	color: #3b3b3b;
	border: 1px solid #36a2d2;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
h4#results-text {
	display: none;
	color: #616161;
}
li.results h3{

}
ul#results {
	display: none;
	margin-top: 4px;
	margin-left: 4px
	/*border: 1px solid #ababab;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
}
ul#results li {
	background-color: rgba(255, 255, 255, 0.76);
	opacity: 0.85S
	padding: 8px;
	cursor: pointer;
	border-top: 1px solid #cdcdcd;
	transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
}
ul#results li:hover {
	background-color: #F7F7F7;
}
ul#results li:first-child {
	border-top: none;
}
ul#results li h3, ul#results li h4 {
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	color: #616161;
	line-height: 1.6em;
	margin-top:2px;
	margin-left: 5px;
	font-size: 16px;
}
ul#results li:hover h3, ul#results li:hover h4  {
	color: #3b3b3b;
	font-weight: bold;
}
