/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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;
}

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;
}

* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

:focus {
	outline: none;
}

.clearFix {
	clear: both;
}

/* END RESET FILE */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #626d75;
	background: #f7f8f8;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

.size36 { font-size: 36px; }
.size22 { font-size: 22px; }
.size16 { font-size: 16px; }
.pevent_none { pointer-events: none; }

.size980 { max-width: 980px; margin: auto;}

a {
  text-decoration: none;
  color: #5995c8;
}

a:hover {
  text-decoration: underline;
}

section {
	width: 100%;
	padding: 70px 0 0 0;
	background: #fff;
	position: relative;
}

body section:last-of-type {
	padding: 70px 0;
}

.headSpacer {
	padding: 10px 0;
}

/************************************/
/* GRAPHIC ELEMENTS */
/************************************/

.linkWhiteBlue {
	color: #626d75;
	-webkit-background: linear-gradient(to top, #5995c8 50%, #fff 50%);
	background: linear-gradient(to top, #5995c8 50%, #fff 50%);
}

.linkWhiteBlue:hover {
	color: #fff;
}

.linkBlueBlack {
	color: #fff;
	-webkit-background: linear-gradient(to top, #626d75 50%, #5995c8 50%);
	background: linear-gradient(to top, #626d75 50%, #5995c8 50%);
}

.linkBlueBlack:hover {
	color: #fff;
}

.linkWhiteBlack {
	color: #626d75;
	-webkit-background: linear-gradient(to top, #626d75 50%, #fff 50%);
	background: linear-gradient(to top, #626d75 50%, #fff 50%);
}

.linkWhiteBlack:hover {
	color: #fff;
}

.linkGreenBlack {
	color: #fff;
	-webkit-background: linear-gradient(to top, #626d75 50%, #abc209 50%);
	background: linear-gradient(to top, #626d75 50%, #abc209 50%);
}

.linkGreenBlack:hover {
	color: #abc209;
}

.linkAnimation {
	background-size: 100% 220%;
	background-position: 0 -1px;
	border-radius: 3px;
	transition: all .3s ease-out;
	cursor: pointer;
}

.linkAnimation:hover {
	background-position: 0 99%;
	text-decoration: none;
}

.selectedLink {
  background: #5995c8;
	color: #fff;
}

/************************************/
/* END GRAPHIC ELEMENTS */
/************************************/

/************************************/
/* HEADER */
/************************************/

#header {
	width: 100%;
	padding: 10px 0;
	background: #f7f8f8;
	position: fixed;
	transition: all .5s ease-out;
	z-index: 1;
}

#header figure {
	max-width: 186px;
	transition: all .5s ease-out;
}

#header nav {
	position: absolute;
	right: 0;
	top: 20px;
}

#header .burger {
	background: #fff;
	width: 30px;
	height: 30px;
	border: 2px solid #626d75;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 4px;
	display: none;
}

#header .burger li {
	background: #626d75;
	width: 100%;
	height: 2px;
	margin: 3px 0;
	transition: all .5s ease-out;
}

#header .burgerX li:first-child {
	transform: rotate(45deg);
	transform-origin: 20% 180%;
}

#header .burgerX li:nth-child(2){
	display: none;
}

#header .burgerX li:last-child {
	transform: rotate(-45deg);
	transform-origin: 50% 10%;
}

#header .mainMenu {
	overflow: auto;
}

#header .mainLink {
	display: inline-block;
}

#header .mainLink a {
	display: inline-block;
	padding: 5px 20px;
}

#header .mainLink > a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

#header .subMenu {
	position: absolute;
	display: none;
}

/************************************/
/* END HEADER */
/************************************/

/************************************/
/* FOOTER */
/************************************/

#footer {
	width: 100%;
}

#footer .wrap100 {
	width: 100%;
	background: #fff;
}

#footer .slickFooter {
	border-top: 1px solid #d8dadc;
}

#footer .slickFooter::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#footer .slickFooter li {
	border-left: 1px solid #d8dadc;
	text-align: center;
}

#footer .slickFooter img {
	max-width: 200px;
	max-height: 80px;
	margin: auto;
}

#footer .social {
	margin: 30px auto 0 auto;
	text-align: center;
}

#footer .social > * {
	display: inline-block;
	vertical-align: middle;
}

#footer .social p {
	text-transform: uppercase;
}

#footer .footerForm {
	margin: 10px 20px;
	position: relative;
}

#footer .footerForm input {
	max-width: 300px;
	min-width: 250px;
	padding: 5px 40px 5px 10px;
	border-radius: 3px;
	border: 1px solid #d8dadc;
	font-size: 14px;
	box-sizing: border-box;
}

#footer .footerForm button {
	border: none;
	background: none;
	font-size: 26px;
	position: absolute;
	right: 2px;
	top: 2px;
	color: #a1a7ac;
}

#footer .socialMedia li {
	display: inline-block;
}

#footer .socialMedia a {
	padding: 5px;
	font-size: 22px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

#footer .footerContact {
	margin: 20px 0 0 0;
	text-align: center;
	width: 100%;
}

#footer .footerContact li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

#footer .footerContact li > a {
	text-decoration: none;
}

#footer .footerContact li > * {
	display: inline-block;
	vertical-align: middle;
}

#footer .footerContact .icon {
	font-size: 40px;
	color: #626d75;
}

#footer .disclaimer {
	margin: 50px 0 0 0;
	text-align: center;
	width: 100%;
}

#footer .disclaimer > * {
	display: inline-block;
	margin: 5px
}

#footer .disclaimer a:last-child {
	display: block;
	margin: 10px auto 30px auto;
	max-width: 80px;
	text-decoration: none;
	color: #999;
}

/************************************/
/* END FOOTER */
/************************************/


/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {

  .wrap {
    max-width: 720px;
  }

  .size36 { font-size: 28px; }
  .size22 { font-size: 20px; }
  .size16 { font-size: 16px; }


	.size980 { max-width: auto; }

	section {
		padding: 50px 0 0 0;
	}

	body section:last-of-type {
		padding: 50px 0;
	}

  /************************************/
  /* HEADER */
  /************************************/

	#header nav {
		text-align: right;
	}

	#header .burger {
		display: inline-block;
	}

	#header .mainMenu{
		display: none;
		position: relative;
		padding: 10px;
		background: #fff;
		box-shadow: 0 0 2px rgba(0,0,0,.2);
	}

	#header .mainLink {
		display: block;
	}

	#header .subMenu {
		position: relative;
	}

	#header .mainLink a {
		display: block;
		margin: 1px 0;
	}

  /************************************/
  /* END HEADER */
  /************************************/

	/************************************/
  /* FOOTER */
  /************************************/

  /************************************/
  /* END FOOTER */
  /************************************/
}



/************************************/
/************************************/
/* MOBILE */
/************************************/
/************************************/

@media (max-width:767px) {

  .wrap {
    max-width: 100%;
    padding: 0 10px;
  }

  .size36 { font-size: 24px; }
  .size22 { font-size: 18px; }
  .size16 { font-size: 14px; }

	section {
		padding: 40px 0 0 0;
	}

	body section:last-of-type {
		padding: 50px 0;
	}

  /************************************/
  /* HEADER */
  /************************************/

	#header figure {
		max-width: 114px;
	}

	#header nav {
		top: 5px;
		right: 10px;
	}

  /************************************/
  /* END HEADER */
  /************************************/

	/************************************/
  /* FOOTER */
  /************************************/

	#footer .footerContact ul {
		display: none;
		position: absolute;
		left: 0;
		padding: 10px 0 0 0;
		width: 100%;
		text-align: center;
	}

  /************************************/
  /* END FOOTER */
  /************************************/
}
