/*
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
 2.0.1) Font Face
 2.0.2) Global Headings
 2.0.3) Form Elements
 2.0.4) List styles
 2.0.5) General Text Formatting
 2.0.6) Link elements
 2.0.7) Table Elements
 2.0.8) Button Styles
 2.0.9) Sprite Icons

 3.) Site Wide Content
 4.) Header Style
 5.) Footer Style
 ===============================================*/
/*
 1.) Eric Meyer's Reset
 ----------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, b, 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;
}
/* 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, li {
	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;
}
/*
 1.) Global Typography
 ----------------------------------------*/
*, :before, :after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {

	font-size: 20px;
	font-family: 'Gudea', sans-serif;
	line-height: 1.1;
	font-weight: 400;
	color: #575756;
	background: #edf7f9 url(../images/bg-top.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
/*
 2.0.1) Font Face
 -----------------------------*/

/*
 2.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2, h3, h5 {
	font-family: 'Fjalla One', sans-serif;
	color: #3c68a6;
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
	color: #41b4d8;
	text-transform: none;
}
h4 {
	font-size: 16px;
	color: #3c68a6;
}
h5 {
	font-size: 15px;
}
img {
	height: auto;
	max-width: 100%;
	width: auto;
}
span, a {
	display: inline-block;
}
::-webkit-input-placeholder {
	color: #94939f;
	opacity: 1;
}
:-moz-placeholder {/* Firefox 18- */
	color: #94939f;
	opacity: 1;
}
::-moz-placeholder {/* Firefox 19+ */
	color: #94939f;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #94939f;
	opacity: 1;
}

/*
 2.0.3) Form Elements
 -----------------------------*/
select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
}
input {
	line-height: normal;
}
input[type="text"], input[type="email"], select {
	font-size: 1.6em;
	color: #94939f;
	border: none;
	padding: 28px 0 12px;
	border-bottom: 1px solid #dadada;
	width: 100%;
	font-weight: 400;
	font-family: Arial;
	float: left;
	border-radius: 0px;
	height: 59px;
}
select {
	padding-bottom: 10px;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/*
 2.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
	font-size: 100%;
	line-height: 1.5;
}
li, dt {
	line-height: 1.5em;
}
dl {
	margin: 0 0 1em 0;
}
dd {
	margin: 0 0 1em 0.8em;
}
ul {
	list-style-type: disc;
	margin: 0 0 0 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1em 0;
}
ul ul, ol ul {
	list-style-type: circle;
	margin-top: 0;
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0;
}

/*
 2.0.5) General Text Formatting
 -----------------------------------*/
p {
	font-size: 16px;
}
blockquote, cite, q, var, dfn {
	font-style: italic;
}
blockquote {
	background: transparent;
	color: #666666;
}
pre, code, kbd, tt, samp, var {
	font-size: 100%;
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre, code {
	color: #880000;
}
kbd, samp, var {
	color: #666666;
	font-weight: bold;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	cursor: help;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*
 2.0.6) Link style
 -------------------------*/
a {
	text-decoration: none;
	font-size: 14px;
	color: #3c68a6;
}
a:hover, a:focus {
	text-decoration: none;
}
a:active, a:focus {
	outline: none;
}

/* 2.0.7) Button Styles
 -------------------------*/
.btn {
	font-size: 23px;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	background-color: #e66b5b;
	padding: 10px 48px 10px 44px;
	height: 47px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
}
.btn:hover {
	background-color: #3c68a6;
}
/*
 2.0.8) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="icon-"] {
	background-image: url(../images/sprite.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 48px;
	width: 48px;
	border: none;
}
/* Containers
 ----------------------------------------------------------------------------------------------------*/
.container {
	margin: 0 auto;
	max-width: 954px;
	width: 100%;
}

/* `Clear Floated Elements
 ----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*
 The following zoom:1 rule is specifically for IE6 + IE7.
 Move to separate stylesheet if invalid CSS is a problem.
 */
/*
 3.) Site Wide Content
 ------------------------------*/
.text-center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*
 4.) Header Styles
 ------------------------------*/
.header {
	padding: 42px 0 29px;
}
.logo {
	display: inline-block;
	padding-left: 13px;
}
/*
 5.) Footer Styles
 ------------------------------*/
.footer {
	background-color: #fff;
	padding: 25px 0 0;
}
.main-footer {
	padding-bottom: 15px;
}
.footer-primary.logo {
	padding-left: 0;
}
.footer-primary {
	width: 41%;
}
.links {
	width: 27.4%;
	padding: 19px 12px;
}
.links li {
	margin-bottom: 5px;
	position: relative;
}
.links li:before {
	position: absolute;
	display: inline-block;
	padding: 2px;
	content: "";
	left: -11px;
	top: 14px;
	border: solid #4fc0df;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-width: 0 1px 1px 0;
}
.links a {
	border-bottom: 1px solid #3c68a6;
	line-height: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mail {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.links a:hover, .mail:hover {
	color: #41b4d8;
	border-bottom: 1px solid #41b4d8;
}
.footer-primary .logo {
	padding-left: 0;
}
.footer-primary .logo > img {
	width: 250px;
}
.contact-details {
	padding: 10px 0px 10px 17px;
	width: 47%;
}
.contact-details li {
	position: relative;
	padding: 0 0 0 27px;
	line-height: 1.2;
}
.icon-mobile {
	background-position: -99px -59px;
	width: 20px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 0px;
}
.mob {
	font-size: 24px;
	font-family: 'Fjalla One', sans-serif;
	color: #3c68a6;
}
.time {
	font-size: 11px;
	color: #3c68a6;
}
.mail {
	font-size: 16px;
	border-bottom: 1px solid #3c68a6;
}
.footer-secondary {
	width: 31.6%;
	padding: 14px 0 0;
}
.footer-secondary img.siq {
	display: block;
	margin-bottom: 16px;
}
.footer-secondary a {
	vertical-align: top;
	line-height: 1;
}
.footer-secondary a:last-child img {
	margin-left: 23px;
}
.social-links {
	display: inline-block;
	margin: 0 15px 31px 0;
}
.social-links li {
	display: inline-block;
	margin: 0 12px 0px 0;
}
.social-links i {
	width: 35px;
	height: 35px;
}
.icon-fb {
	background-position: -136px -59px;
}
.icon-tweet {
	background-position: -179px -59px;
}
.icon-play {
	background-position: -227px -59px;
}
.small-footer {
	padding: 12px 0 22px;
	background: url(../images/bg-bottom.jpg) center bottom no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.small-footer > figure {
	background-color: #fff;
	text-align: center;
	display: block;
	padding: 14px;
}
.policy {
	padding: 1px 0 7px;
	background: rgba(255,255,255,0.5);
}
.policy a {
	color: #5f643c;
	font-size: 13px;
	border-bottom: 1px solid #5f643c;
	margin-right: 3px;
}
.policy a:last-child {
	padding-left: 6px;
	border-left: 1px solid #5f643c;
	margin-right: 0;
}

