@font-face {
  font-family: TitilliumWebExtraLight;
  src: url(../font/TitilliumWeb/TitilliumWeb-ExtraLight.ttf); }
@font-face {
  font-family: TitilliumWebLight;
  src: url(../font/TitilliumWeb/TitilliumWeb-ExtraLight.ttf); }
@font-face {
  font-family: TitilliumWebRegular;
  src: url(../font/TitilliumWeb/TitilliumWeb-Regular.ttf); }
@font-face {
  font-family: TitilliumWebSemiBold;
  src: url(../font/TitilliumWeb/TitilliumWeb-SemiBold.ttf); }
@font-face {
  font-family: TitilliumWebBold;
  src: url(../font/TitilliumWeb/TitilliumWeb-Bold.ttf); }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

::-moz-placeholder {
  opacity: 1; }

body {
  font-family: TitilliumWebRegular; }

body > section {
  padding: 50px 0; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.align-helper {
  vertical-align: middle; }

.wrapper1200 {
  width: calc(100% - 20px);
  max-width: 1220px;
  margin: auto auto; }
.wrapper1100 {
  width: calc(100% - 20px);
  max-width: 1120px;
  margin: auto auto; }

h2.def {
  text-align: center;
  text-transform: uppercase;
  font-family: TitilliumWebBold;
  font-size: 2.2em; }
  @media all and (max-width: 600px) {
    h2.def {
      font-size: 6vw; } }
  @media all and (max-width: 400px) {
    h2.def {
      font-size: 8vw; } }

h2.def + .underline {
  height: 5px;
  width: 60px;
  margin: 15px auto;
  background: #faa61a; }

a {
  color: inherit; }

.btn, button, input[type="submit"] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  font-size: 1em;
  background: 0;
  cursor: pointer; }

#landing-screen.podstranka {
  height: 230px;
  position: relative;
  overflow: hidden;}
#landing-screen.podstranka .gradient{	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(62,68,155,.42), rgba(250,166,26,.44));
}
#landing-screen.podstranka .background{	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	/*filter: blur(2px);*/
}
  #landing-screen.podstranka h1 {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    text-transform: uppercase;
    font-family: TitilliumWebBold;
    font-size: 3.2em;
    color: white;}
    @media all and (max-width: 1200px) {
      #landing-screen.podstranka h1 {
        text-align: center; } }

.switch {
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 1;
  top: -30px;
  margin: auto auto;
  text-align: right; }
  .switch a {
    display: inline-block;
    height: 60px;
    width: 200px;
	margin-bottom: 10px;
    margin-left: 20px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    font-family: TitilliumWebSemiBold;
    background: #f2f4f5;
    box-shadow: 0 0 4px 4px rgba(100, 100, 100, 0.15); }
    .switch a.active {
      position: relative;
      color: white;
      background: #2032a1; }
      .switch a.active:after {
        content: "";
        box-sizing: border-box;
        height: 24px;
        width: 30px;
        display: block;
        position: absolute;
        top: 100%;
        left: calc(50% - 15px);
        border: 15px solid white;
        border-top: 15px solid #2032a1; }

/*# sourceMappingURL=defaults.css.map */
