/* Eric Meyer's 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, 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;
}
*, :before, :after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: none;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;

}
/*font face*/
body {
	font-size:100%;
	line-height: 1.2;
	color:#3f3f3f;
	background: #fff;
	font-family: 'fjalla_oneregular';
}
img{
	max-width: 100%;
	height: auto;
}
p{
	font-family: 'gudearegular';
	color: #1d318b;
    font-size: 15px;
    margin-bottom: 30px;
}
body img {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  -o-user-select: none;
  user-select: none;          
}
figure{
	margin-bottom: 0;
	margin: 0;
}
*:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/
@font-face {
    font-family: 'gudearegular';
    src: url('../fonts/gudea-regular-webfont.woff2') format('woff2'),
         url('../fonts/gudea-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gudeaitalic';
    src: url('../fonts/gudea-italic-webfont.woff2') format('woff2'),
         url('../fonts/gudea-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gudeabold';
    src: url('../fonts/gudea-bold-webfont.woff2') format('woff2'),
         url('../fonts/gudea-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fjalla_oneregular';
    src: url('../fonts/fjallaone-regular-webfont.woff2') format('woff2'),
         url('../fonts/fjallaone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
 2.0.3) Form Elements
 -----------------------------*/
button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
	font-family: 'Source Sans Pro', sans-serif;
}
input,select,textarea{
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border-radius:0;
}
a{
	color:#fff;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	
}
a:focus{
	outline: none;
	border:none;
}
input {
	line-height: normal;
}
input:focus, select:focus, textarea:focus, button:focus {
	border:none;
	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;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
    /*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (max-device-width:767px) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px !important; }

}
/*
 2.0.4) List Styles
 ---------------------------------*/
button{
	border:none;
	background: transparent;
}
strong, b{
	font-weight: bold;
}
/*  Global Button Styles -----------------*/
.btn{
	line-height: 1.1;
	letter-spacing: 0.5px;
	font-size:18px;
	border-radius: 0;
	padding: 10px;
	transition: all 0.5s;
	display: inline-block;
	background-color: #e66b5b;
	color: #fff;
	border-radius: 5px;
	font-family: 'fjalla_oneregular';
  }
.btn:hover{
	color: #fff;
    background-color: #bb3321;
  }
  .btn:focus{
	box-shadow: none;
  }
  @media all and (min-width:414px){
    .btn{
      padding: 10px 26px;
    }  
}
p a{
	color: #1d318b;
	font-size: 17px;
	text-decoration: underline;
}
ol,ul{
	list-style-type:none;
}
/*
 2.0.9) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="icon-"] {
	background-image: url("../images/sprite.png");
	background-size: 132px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
	font-size: 0;
}
/*global heading*/
h1{
	color:#37b5d8;
	font-size: 25px;
	margin-bottom: 25px;
	font-family: 'fjalla_oneregular';
}
@media all and (min-width:414px) {
	h1{
		font-size: 32px;
	}
}
h2{
	color: #e66b5b;
	font-size: 23px;
	margin-bottom: 20px;
}
h3{
	color:#37b5d8;
	font-size: 18px;
	margin-bottom: 25px;
}
h4{}
h5{}
h6{}
/* Containers*/
.container {
    max-width: 1650px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

