/*
 * Handcrafted by Iva Dopuđ @masquetina | 2016
 * All rights reserved
 */

/* RESET */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,
img,ul,li,form,label,article,footer,header,
hgroup,menu,nav,section,time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background-color: transparent;
}
body {
  line-height: 1;
}
article,footer,header,hgroup,menu,nav,section {
  display: block;
}
ul {
  list-style: none; }
a {
  text-decoration: none;
}
a:focus {
  outline:none;
}
*, *:after, *:before {
  box-sizing: border-box;
}
h1, h2, h3, h4, p, i {
  cursor: default;
}
/* RESET END */
body {
  font-family: 'Roboto', sans-serif;
  min-width: 360px;
  background-color: #FFF;
}
p, ul li {
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  line-height: 1.25em;
}
header nav {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: transparent;
  transition: background-color .15s ease-in-out;
  z-index: 998;
}
header nav div.logo,
header nav ul li {
  text-align: center;
  margin: 16px 12px;
  padding: 8px;
}
header nav a,
header nav a:visited {
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
}
header nav ul a {
  font-family: 'PT Mono';
  text-transform: capitalize;
}
header nav a:hover {
  text-decoration: line-through;
}
header nav a.active {
  text-decoration: line-through;
}
header nav .btn a:hover {
  text-decoration: none;
}
header nav ul {
  position: relative;
  display: block;
  float: right;
  padding: 2px;
}
header nav ul li.header-lang-selector {
  padding: 4px 8px;
}
header nav ul li.header-lang-selector select {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #FFF;
  padding: 4px 8px;
  font-family: 'PT Mono', monospace;
  font-size: 0.85em;
  cursor: pointer;
  border-radius: 3px;
}
header nav ul li.header-lang-selector select:hover {
  border-color: #FFCC00;
}
header nav ul li.header-lang-selector select option {
  background: #2A5CA1;
  color: #FFF;
}
header nav div.logo {
  position: absolute;
  z-index: 997;
}
header nav div.logo a,
header nav div.logo a span.big {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900 !important;
}
header nav div.logo span.big {
  font-size: 1.25em;
}
header nav ul li.btn a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
header nav ul li.btn {
  position: relative;
  font-size: 0.85em;
  border-radius: 4px;
  background-color: #F68C14;
  padding: 8px 16px;
  box-shadow: 0 3px 0 #E27800, 0 3px 4px rgba(0,0,0,.2);
  cursor: pointer;
}
header nav ul li.btn:hover {
  top: 1px;
  box-shadow: 0 2px 0 #E27800, 0 2px 4px rgba(0,0,0,.2);
}
header nav ul li.btn:active {
  top: 2px;
  box-shadow: 0 1px 0 #E27800, 0 1px 4px rgba(0,0,0,.2);
}
#icon {
	position: fixed;
	right: 24px;
  top: 24px;
  cursor: pointer;
  z-index: 999;
}
#icon span {
	border: 1px solid #FFF;
	width: 32px;
	margin-bottom: 8px;
	display: block;
}
@media only screen and (max-width: 1023px) {
	header nav ul {
		display: none;
    width: 100%;
    margin-top: 70px;
	}
  header nav ul li {
    display: block;
    text-align: center;
  }
	#icon {
		display: block;
	}
	#icon.rotate .first {
		transform: rotate(45deg);
		margin-top: 10px;
	}
	#icon.rotate .second {
		transform: rotate(135deg);
		position: relative;
		top: -10px;
	}
	#icon.rotate .third {
		display: none
	}
}
@media only screen and (min-width: 1024px) {
  header nav ul {
		display: block;
	}
  header nav ul li {
    display: inline-block;
  }
  #icon {
    display: none
  }
}
header {
  width: 100%;
  border-bottom: 8px solid #FFCC00;
}
header h1 {
  color: #FFCC00;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 4px 4px 6px rgba(0,0,0,.2);
}
header h1 .subhead {
  font-weight: 900;
}
header h1 .sub-subhead {
  display: block;
  font-weight: 900;
  text-transform: none;
}
h2 {
  font-size: 2.25em;
  font-weight: 300;
  color: rgba(0,0,0,.6);
  text-align: center;
  margin: 0 0 48px 0;
}
h3 {
  font-size: 1.75em;
  font-weight: 100;
  text-align: center;
  padding: 8px;
}
p {
  font-size: 1.25em;
  font-weight: 300;
  color: rgba(0,0,0,.6);
  text-indent: 32px;
}
p span.italic {
  font-style: italic;
  font-weight: 300;
}
p.strong,
span.strong {
  color: #F68C14;
}
footer {
  width: 100%;
}
footer #nav {
  text-align: left;
}
footer #nav ul li a {
  font-family: 'PT Mono';
  color: #FFF;
  font-weight: 300;
  line-height: 1.75em;
  transition: all .25s ease-in-out;
}
footer #nav ul li a:hover {
  text-decoration: line-through;
}
footer .social ul {
  text-align: left;
}
footer .social ul li {
  display: inline-block;
}
footer .social ul li {
  width: 42px;
  height: 42px;
  padding: 4px;
  border: 2px solid #FFF;
  cursor: pointer;
  transition: all .15s ease-in-out;
}
footer .social ul li:hover {
  background-color: #FFF;
  border: 2px solid transparent;
}
footer .social ul li a i {
  color: #FFF;
  cursor: pointer;
}
footer h3 {
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  text-align: left;
  text-indent: 0;
  padding: 0;
}
footer #offer a {
  display: block;
  font-size: 1em;
  color: #FFCC00;
  font-weight: 900;
  transition: all .25s ease-in-out;
  margin: 8px 0;
}
footer #offer i {
  padding-left: 8px;
  cursor: pointer;
  transition: all .25s ease-in-out;
}
footer #offer a:hover i {
  padding-left: 12px;
}
footer #copyright {
  width: 100%;
  cursor: default;
  text-align: center;
  padding: 16px 0;
}
footer #copyright p {
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  font-size: 0.85em;
  text-transform: none;
  text-indent: 0;
}
footer #copyright p span.normal {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.85em;
}
footer #copyright p span.big {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 900;
}
footer .language-selector {
  text-align: center;
  padding: 16px 0;
}
footer .language-selector ul {
  display: inline-block;
}
footer .language-selector ul li {
  display: inline-block;
  min-width: 42px;
  height: 42px;
  padding: 0 8px;
  margin: 0 4px;
  border: 2px solid #FFCC00;
  transition: all .15s ease-in-out;
}
footer .language-selector ul li:hover {
  background-color: #FFCC00;
}
footer .language-selector ul li.active {
  background-color: #FFCC00;
}
footer .language-selector ul li.active a {
  color: #2A5CA1;
  cursor: default;
}
footer .language-selector ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85em;
  font-weight: 700;
  color: #FFCC00;
  text-decoration: none;
  cursor: pointer;
}
footer .language-selector ul li:hover a {
  color: #2A5CA1;
}
@media screen and (min-width: 0px) {
  header h1 {
    font-size: 3em;
    line-height: 0.5em;
  }
  header h1 .subhead {
    font-size: 0.5em;
  }
  header h1 .sub-subhead {
    font-size: 0.5em;
  }
  footer #offer {
    margin: 40px 0;
  }
  footer .social ul {
    text-align: center;
  }
  footer .social ul li {
    margin: 0 8px 0 0;
  }
}
@media screen and (min-width: 480px) {
  header h1 {
    font-size: 4em;
    line-height: 0.5em;
  }
  header h1 .subhead {
    font-size: 0.5em;
  }
  header h1 .sub-subhead {
    font-size: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  header h1 {
    font-size: 5em;
    line-height: 0.5em;
  }
  header h1 .subhead {
    font-size: 0.5em;
  }
  header h1 .sub-subhead {
    font-size: 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  header h1 {
    font-size: 6em;
    line-height: 0.75em;
  }
  header h1 .subhead {
    font-size: 0.75em;
  }
  header h1 .sub-subhead {
    font-size: 0.5em;
    line-height: 0.75em;
  }
  footer #offer,
  footer .social {
    margin: 64px 0 0 0;
  }
  footer #offer {
    float: left;
  }
  footer .social ul {
    float: right;
  }
  footer .social ul li {
    margin: 8px 0 0 8px;
  }
}
