/* RESET CSS */

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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}

/* SITE */

body {
  background: url(../images/bg.jpg);
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale')";
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.75em;
  letter-spacing: 2px;
  color: #202020;
}
.rounded-light {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rounded-normal {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.rounded {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.centered {
  text-align: center;
}
.one-fifth, .quarter, .one-third, .half, .full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.row {
  width: 100%;
}
.one-fifth {
  width: 20%;
  padding: 20px 0;
}
.quarter {
  width: 25%;
  padding: 20px 0;
}
.one-third {
  width: 33.3333333333%;
  padding: 20px 0;
}
.half {
  width: 50%;
  padding: 20px 0;
}
.full {
  width: 100%;
  padding: 20px 0;
}
.cleared:before, .cleared:after, .container:before, .container:after, .row:before, .row:after {
  display: table;
  content: "";
}
.cleared:after, .container:after, .row:after {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
a, a:link, a:visited, a:hover, a:focus {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 30px 30px;
  line-height: 1.55em;
  
}
h1 {text-transform: lowercase;
  font-size: 28px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 30px;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.facebook a {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/facebook.png) no-repeat center top;
  text-indent: -999999px;
  position: fixed;
  top: 10%;
  left: 0;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
  z-index: 555555;
}
.facebook a:hover {
  background: url(../images/facebook.png) no-repeat center bottom;
}
img.logo {
  margin: 0 auto;
  display: block;
  padding: 50px 0 30px;
}
header {
  background: url(../images/bg2.jpg);
  background: url(../images/bg2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg2.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg2.jpg', sizingMethod='scale')";
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  width: 980px;
  margin: 0 auto;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
nav.main {
  width: 100%;
  padding: 0 0 30px 0;
}
nav.main ul {
  padding: 0;
  text-align: center;
}
nav.main ul li {
  display: inline-block;
  margin: 0 2px;
}
nav.main ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 30px 12px;
  display: block;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  letter-spacing: 0;
}
nav.main ul li a:hover, nav.main ul li.active a {
  background-color: #2683EC;
  background-image: -moz-linear-gradient( 90deg, rgb(38, 131, 236) 0%, rgb(98, 150, 247) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(38, 131, 236) 0%, rgb(98, 150, 247) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(38, 131, 236) 0%, rgb(98, 150, 247) 100%);
}
section.content {
  padding: 0;
  margin-top: 50px;
  background: #F5F5F5;
  -webkit-border-radius: 0 30px 0 30px;
  -moz-border-radius: 0 30px 0 30px;
  border-radius: 0 30px 0 30px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
section.content table {
  margin: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.content table tr td {
  padding: 10px;
  color: #fff;
}
section.content table tr:nth-of-type(odd) {
  background: #303030;
}
section.content table tr:nth-of-type(even) {
  background: #333333;
}
p.gallery img {
  width: 30%;
  margin: 1%;
}
.contact-wrapper {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-wrapper label {
  font-size: 16px;
  color: #888;
  line-height: 30px;
  padding: 10px 0 2px;
  display: block;
}
.contact-wrapper input[type=text], .contact-wrapper input[type=email] {
  max-width: 330px;
  width: 100%;
  background: url(../images/bg2.jpg) no-repeat left center;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  border: none;
  padding-left: 20px;
  outline: none;
}
.contact-wrapper textarea {
  max-width: 440px;
  width: 100%;
  background: url(../images/bg2.jpg) no-repeat left center;
  height: 145px;
  line-height: 1.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  border: none;
  resize: none;
  padding-left: 20px;
  padding-top: 20px;
  outline: none;
}
.contact-wrapper input[type=submit] {
  margin: 0 auto;
  background: url(../images/top.png) no-repeat right center;
  margin: 20px 0 0 0;
  padding: 10px 30px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  outline: none;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.contact-wrapper input[type=submit]:hover {
  background: url(../images/top.png) no-repeat left center;
}
::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
input:-moz-placeholder {
  color: #626365;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
section.content ul {
  margin: 30px 20px;
  padding-left: 30px;
  list-style: url(../images/list.png);
}
section.content ul li {
  padding: 2px 0 2px 10px;
}
section.content .heading {
  background: url(../images/top.png) no-repeat center center;
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
  position: relative;
  height: 75px;
  line-height: 75px;
}
section.content .heading h1 {
  height: 75px;
  line-height: 75px;
  color: #fff;
}
section.content .heading .reklama a {
  position: absolute;
  right: 5%;
  top: 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.license {
  padding: 0;
  background: url(../images/bottom.png) no-repeat center center;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
  border-radius: 0 0 0 20px;
}
.license .half, .license .half a {
  color: #fff;
  font-size: 13px;
}
.license .half {
  padding: 10px 0;
}
.to-top a {
  width: 29px;
  height: 29px;
  background: url(../images/to-top.png) no-repeat center center;
  display: block;
  text-indent: -9999999px;
  margin: 30px auto 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 80%;
    margin: 0 auto;
  }
  .quarter {
    width: 50%;
  }
  .one-fifth, .quarter, .one-third, .half, .full {
    float: none;
    width: 100%;
  }
  img.logo {
    max-width: 75%;
  }
  p.gallery img {
    width: 46%;
    margin: 1%;
  }
  section.content .heading .reklama a {
    display: none;
  }
  .license {
    padding: 10px;
    background: url(../images/bg2.jpg) no-repeat center center;
  }
  .license .half {
    padding: 2px 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .one-fifth, .quarter, .one-third, .half, .full {
    float: none;
    width: 100%;
  }
  img.logo {
    max-width: 85%;
  }
  header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  p.gallery img {
    width: 94%;
    margin: 5% auto;
    display: block;
  }
  section.content .heading {
    background: url(../images/bg2.jpg) no-repeat left center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  section.content .heading .reklama a {
    display: none;
  }
  .license {
    padding: 10px;
    background: url(../images/bg2.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .license .half {
    padding: 2px 0;
  }
}
