/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #ffcc00; }
a:visited { color: #ffcc00; }
a:hover { color: #06e; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

body {
	background-color:#feffe5;
	color:#fff;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	font-size:15px;
}

a, a:visited {
	color:#ffcc00;
}

a:hover {
	color:#ccc;
}

#header {
	text-align:center;
	width:60em;
	margin:0 auto;
	overflow:hidden;
}

.logo {
	width:12em;
	margin:1em 0 0 0;
}

.box {
	width:14em;
	height:14em;
	float:left;
	margin:0.5em;
}

.box img {
	width:100%;
}

.box.black {
	background:#000;
}

.box p {
	padding:0.7em;
}

ul.nav {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}

ul.nav li {
	width:14em;
	float:left;
	margin:0.5em;
	background:#555;
}

ul.nav li a {
	display:block;
	padding:0.25em 0;
	font-family:'MateItalic';
	color:#fff;
	font-size:1.5em;
	text-decoration:none;
}

ul.nav li a:hover, ul.nav li a.active {
	color:#000;
	background:#888;
}

#page {
	clear:both;
	width:100%;
	margin-top:1em ;
	color:#333;
}

.content {	
	text-align:left;
	width:59em;
	margin:0 auto;
	padding-bottom:1em;
}

h1 {
	font-family:'MateItalic';
	color:#cc9900;
	font-size:1.5em;
	padding:0;
	float:left;
	font-weight:normal;
	margin:0.7em;
}

p {
	margin:1em;
	clear:left;
}

h2 {
	font-family:'MateItalic';
	color:#cc9900;
	font-size:1.25em;
	clear:left;
	font-weight:normal;
	margin:1.6em 0 .85em .85em;
}

.gmaps {
	float:right;
	border:#333 solid .3em;
}


#footer {
	text-align:left;
	padding:1em;
	color:#999;
	font-size:0.85em;
	width:67em;
	margin:0 auto;
	border-top:#555 solid 1px;
	clear:left;
}


#error {
	background:#de2920;
	padding:0.6em 1em ;
	color:#fff;
	display:inline-block;
	
}

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

fieldset input,
fieldset textarea {
	width:14em;
}

fieldset label {
	display:inline-block;
	width:7em;
}


fieldset.redalert {
	color:#de2920;
}

fieldset .info {
	display:none;
}

fieldset.redalert .info {
	display:block;
}


.button {
	background-color: #ffd800;
	background-image: linear-gradient(bottom, #cc9933 0%, #ffd800 100%);
	background-image: -o-linear-gradient(bottom, #cc9933 0%, #ffd800 100%);
	background-image: -moz-linear-gradient(bottom, #cc9933 0%, #ffd800 100%);
	background-image: -webkit-linear-gradient(bottom, #cc9933 0%, #ffd800 100%);
	background-image: -ms-linear-gradient(bottom, #cc9933 0%, #ffd800 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #cc9933),
		color-stop(1, #ffd800)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ffd800;
	color: #FFF;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	padding:0.5em 1em;
	cursor:pointer;
}

.button:hover {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
	border: 1px solid #808080;
}

ul.city {
	list-style:none;
	padding:0;
	margin:.8em;
}

ul.city li {
	padding:0.8%;
	margin:0.5%;
	width:17%;
	float:left;
	background:#f9efd0;
	font-size:.85em;
	min-height:20em;
}

ul.city .pic {
	width:100%;
	margin-bottom:.4em;
	overflow:hidden;
	height:7em;
}


ul.city img {
	width:100%;
}

.social {
	float:right;	
	margin-top:-0.6em;
}

.social a {
	width:40px;
	height:40px;
	display:inline-block;
	text-indent:-100px;
	overflow:hidden;
	opacity:.7;	
}

.social a:hover {
	opacity:1;
}

.social a.yt {
	background:url(../images/social/youtube.png) no-repeat;
}

.social a.gp {
	background:url(../images/social/g-plus.png) no-repeat;
}

.social a.tw {
	background:url(../images/social/twitter.png) no-repeat;
}

.social a.fb {
	background:url(../images/social/facebook.png) no-repeat;
}

.social a.in {
	background:url(../images/social/linked-in.png) no-repeat;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.cl { height:0px; overflow:hidden; clear:both; }

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
	body { font-size:10px; }

}

@media only screen and (min-width: 700px) {
	body { font-size:11px; }
}

@media only screen and (min-width: 768px) {
	body { font-size:12px; }
}

@media only screen and (min-width: 850px) {
	body { font-size:13px; }
}

@media only screen and (min-width: 900px) {
	body { font-size:14px; }
}

@media only screen and (min-width: 1100px) {
	body { font-size:16px; }
}

@media only screen and (min-width: 1200px) {
	body { font-size:17px; }
}

@media only screen and (min-width: 1300px) {
	body { font-size:18px; }
}

@media only screen and (min-width: 1400px) {
	body { font-size:19px; }
}

@media only screen and (min-width: 1600px) {
	body { font-size:20px; }
}



/* ==|== 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; }
}
