/* project : zstz
 * author : mediamass (marcin kwiatkowski)
 */
/* colors */
/* fonts */
/* buttons */
/* forms inputs */
/* placeholder for imputs
 * 	+placeholder() */
/* prefix for older browser
 * 	+prefix($property, $value, $prefixes)
 * 	+prefix(box-shadow, 0px 3px 3px 3px red, webkit moz) */
/* transition
 * 	+transition()
 * 	+transition(all, 500ms, $function)
 * 	+transition(all, 500ms, linear)
 * 	// [ease, linear, ease-in, ease-out, ease-in-out] */
/* borders style
 * 	+border()
 * 	+border(1px; #000)
 * 	+border(1px 1px 1px 1px; #000, solid) */
/* border-radius
 * 	+border-radius()
 * 	+border-radius($border-radius: 0) */
/* background opacity
 * 	+background-opacity()
 * 	+background-opacity(#000, 0.8) */
/* opacity
 * 	+opacity()
 * 	+opacity(1) */
/* box
 * 	+box()
 * 	+box(500px, 500px) */
/* background gradiend with deg
 * 	+background-gradient()
 * 	+background-gradient(#f2184e, #3e2d65, 135deg) */
*, *::before, *::after {
  box-sizing: border-box; }

html, body, div, h1, h2, h3, h4, h5, h6, p, span, a,
applet, object, iframe, blockquote, pre, 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; }

strong, b {
  font-weight: bold; }

input, textarea {
  outline: none;
  resize: none;
  overflow: auto;
  font-family: inherit; }

a, input, textarea, button, .button {
  text-decoration: none;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

img {
  max-width: 100%;
  height: auto; }

.container {
  margin: 0 auto; }

@media (max-width: 786px) {
  .container {
    min-width: 320px; }

  .row {
    margin-left: 0;
    margin-right: 0; }

  .row .row .row > div {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media (min-width: 768px) {
  .container {
    width: 750px; }

  .row {
    margin-left: -15px;
    margin-right: -15px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.grid-no-padding > [class^="col-"] {
  padding-left: 0px !important;
  padding-right: 0px !important; }
  .grid-no-padding > [class^="col-"]:first-child {
    padding-left: 15px !important; }
  .grid-no-padding > [class^="col-"]:last-child, .grid-no-padding > [class^="col-"].col-xs-12 {
    padding-right: 15px !important; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
@media (max-width: 767px) {
  .row .row .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .container [class^="col-"], .container-fluid [class^="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.col-xs-1x5,
.col-sm-1x5,
.col-md-1x5,
.col-lg-1x5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1x5 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-1x5 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-1x5 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-1x5 {
    width: 20%;
    float: left; } }
.no-padding [class^="col-"] {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/* project : default class
 * start date : 09.09.2014
 * modification date : 14.10.2015
 * author : marcin kwiatkowski
 * author url: kwiatkowski.co
 * version: 1.1 */
.text-primary {
  font-family: "Roboto", sans-serif; }

.text-secondary {
  font-family: "Lato", sans-serif; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-regular {
  font-weight: normal; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-firstupper:first-letter {
  text-transform: uppercase; }

.text-under {
  text-decoration: underline; }

.text-line {
  text-decoration: line-through; }

.text-none {
  text-decoration: none; }

.text-muted {
  color: #000; }

.text-info {
  color: #000; }

.text-warning {
  color: #000; }

.text-success, .notice .wpcf7-mail-sent-ok {
  color: #6f9a37; }

.text-error, .notice .wpcf7-validation-errors {
  color: #cc5656; }

.text-xs {
  font-size: 11px; }

.text-s {
  font-size: 13px; }

.text-m {
  font-size: 15px; }

.text-l {
  font-size: 18px; }

.text-xl {
  font-size: 20px; }

.clear {
  clear: both;
  display: block;
  content: " ";
  height: 0;
  overflow: hidden; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.hide {
  display: none; }

.flex {
  display: flex; }

.overflow {
  overflow: hidden; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.static {
  position: static; }

.left, .first, .alignleft {
  float: left; }

.right, .last, .alignright {
  float: right; }

.alignnone {
  float: none;
  clear: both; }

.width-full {
  width: 100%; }

.width-min-full {
  width: 100%; }

.height-full {
  height: 100%; }

.height-min-full {
  min-height: 100%; }

.button, .clickable, .wpcf7-submit {
  cursor: pointer; }

.link {
  display: inline-block; }

.link-left {
  padding-left: 0; }

.link-right {
  padding-right: 0; }

.button,
.wpcf7-submit {
  display: inline-block;
  width: 100%;
  font-family: inherit;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }

.button-left, .link-left {
  float: left;
  margin-left: 0 !important; }

.button-right, .link-right {
  float: right;
  margin-right: 0 !important; }

.border {
  border: 1px solid #f2f2f2; }

.border-top {
  border-top: 1px solid #f2f2f2; }

.border-bottom {
  border-bottom: 1px solid #f2f2f2; }

.border-right {
  border-right: 1px solid #f2f2f2; }

.border-left {
  border-left: 1px solid #f2f2f2; }

.border-none {
  border: 0 none; }

.form-field {
  font-family: inherit;
  font-size: inherit;
  resize: none; }

ul.list-default li {
  list-style-type: disc; }

ol.list-default li {
  list-style-type: upper; }

ol.list-alfa li {
  list-style-type: lower-alpha; }

ol.list-alfa-upper li {
  list-style-type: upper-alpha; }

ol.list-roman li {
  list-style-type: upper-roman; }

.grayscale {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1); }
  .grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0); }

.tooltip {
  background: #746958;
  padding: 5px 10px;
  margin: 0 0 5px;
  position: relative;
  display: block;
  cursor: pointer;
  opacity: 1;
  font-size: 14px; }
  .tooltip:after {
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(183, 96, 89, 0);
    border-top-color: #746958;
    border-width: 6px; }

html, body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  height: 100%; }

html, body, p, a, h1, h2, h3, h4, h5, h6 {
  line-height: 150%; }

p {
  margin: 10px 0; }

h1, h2, h3, h4, h5, h6 {
  color: #392929;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400; }

a {
  font-style: normal;
  font-weight: normal; }

.page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("../images/bg-intro.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  animation-name: bg;
  animation-duration: 3s; }
@keyframes bg {
  from {
    opacity: 0.1; }
  to {
    opacity: 1; } }
.page-wrap {
  height: 100%;
  min-height: 600px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .page-wrap .page-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.logo {
  margin: 0 0 30px; }

.intro:hover .tile {
  opacity: 0.7;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear; }
  .intro:hover .tile:hover {
    opacity: 1; }
.intro:hover .box-yellow.box-xl:hover .tile-link {
  color: #1b5ab3; }
.intro:hover .box-blue.box-xl:hover .tile-link {
  color: #eab814; }

.tile [class^="box-"] {
  padding: 33px 40px;
  color: #fff;
  margin-bottom: 10px; }
.tile .box-xs {
  padding: 0; }
  .tile .box-xs [class^="box-"] {
    padding: 15px 20px; }
.tile .tile-title {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px; }
.tile .tile-subtitle {
  color: #fff;
  font-size: 21px;
  margin-bottom: 30px; }
.tile .tile-link {
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 35px;
  background-color: transparent;
  background-image: url("../images/icons/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: center right; }
.tile .tile-link-old {
  font-size: 11px;
  text-transform: uppercase;
  padding-right: 35px;
  background-color: transparent;
  background-image: url("../images/icons/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 178px;
  left: 186px;
  z-index: 10;
  color: #fff; }

.tile-link-old-yellow:hover {
  color: #1b5ab3; }

.tile-link-old-blue:hover {
  color: #eab814; }

.box-yellow,
.box-blue {
  position: relative;
  display: block;
  -webkit-border-radius: 2pxz;
  -moz-border-radius: 2pxz;
  border-radius: 2pxz; }

.box-yellow {
  background-color: #eab814; }
  .box-yellow:hover {
    background-color: #bb9310; }

.box-blue {
  background-color: #1b5ab3; }
  .box-blue:hover {
    background-color: #144487; }

.list-socials {
  margin: 20px 0 0;
  text-align: center; }
  .list-socials li {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 10px;
    border: 2px solid #c7c7c8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear; }
    .list-socials li a {
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: 0 0; }
      .list-socials li a.facebook {
        background-image: url("../images/icons/icon-facebook.png"); }
      .list-socials li a.twitter {
        background-image: url("../images/icons/icon-twitter.png"); }
      .list-socials li a.youtube {
        background-image: url("../images/icons/icon-youtube.png"); }
      .list-socials li a.instagram {
        background-image: url("../images/icons/icon-instagram.png"); }
      .list-socials li a.picassa {
        background-image: url("../images/icons/icon-picassa.png"); }
      .list-socials li a.snapchat {
        background-image: url("../images/icons/icon-snapchat.png"); }

.list-socials-blue li:hover {
  border-color: #1b5ab3; }

.list-socials-yellow li:hover {
  border-color: #eab814; }

.link-icon-forum,
.link-icon-diary,
.link-icon-parent,
.link-icon-phone {
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 55px !important;
  font-size: 21px; }

.link-icon-forum {
  background-image: url("../images/icons/icon-forum.png"); }

.link-icon-diary {
  background-image: url("../images/icons/icon-diary.png"); }

.link-icon-parent {
  background-image: url("../images/icons/icon-parent.png"); }

.link-icon-phone {
  background-image: url("../images/icons/icon-phone.png"); }

.arms-lo,
.arms-gm,
.arms-zstz {
  display: block;
  width: 57px;
  height: 61px;
  position: absolute;
  right: 40px;
  bottom: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0; }

.arms-lo {
  background-image: url("../images/arms-lo.png"); }

.arms-gm {
  background-image: url("../images/arms-gm.png"); }

.arms-zstz {
  background-image: url("../images/arms-zstz.png"); }

@media (min-width: 1200px) {
  .container {
    width: 970px; } }
@media (max-width: 991px) {
  .tile .tile-title {
    font-size: 16px; }

  .tile .tile-subtitle {
    font-size: 16px; }

  .tile .tile-link {
    font-size: 16px; }

  .link-icon-forum, .link-icon-diary, .link-icon-parent, .link-icon-phone {
    padding-left: 50px !important;
    font-size: 14px; }

  .tile .tile-link-old {
    top: 180px;
    left: 55px; } }
@media (max-width: 767px) {
  .page-wrap {
    height: auto; }
    .page-wrap .page-content {
      transform: translateY(0); }

  .page-background {
    position: fixed;
    min-height: 640px; }

  .list-socials {
    margin-bottom: 30px; }

  .list-socials li {
    margin: 0 5px; }

  .logo {
    margin: 30px 0; } }

.link-icon-forum, .link-icon-diary, .link-icon-parent, .link-icon-phone {
padding-left: 40px !important;
    font-size: 16px!important;
    background-position: 9px center!important;
}

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