.margin-0 {
  margin: 0 !important;
}

.margin-5 {
  margin: 5px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-15 {
  margin: 15px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-25 {
  margin: 25px !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-25 {
  padding: 25px !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

@font-face {
  font-family: 'Wonder Unit Sans Bold';
  src:  url(../fonts/WonderUnitSans-Bold.woff2) format("woff2"), 
        url(../fonts/WonderUnitSans-Bold.woff) format("woff"), 
        url(../fonts/WonderUnitSans-Bold.ttf) format("ttf");
  font-weight: normal;
  font-style: 700;
}

@font-face {
  font-family: 'Wonder Unit Sans';
  src:  url(../fonts/WonderUnitSans-Regular.woff2) format("woff2"), 
        url(../fonts/WonderUnitSans-Regular.woff) format("woff"), 
        url(../fonts/WonderUnitSans-Regular.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
}

a,
a:active,
a:visited {
  color: #09597b;
}

a:hover {
  color: #333;
}

a.button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  font: 16px 'Wonder Unit Sans Bold';
  background: #9F883E;
  border-radius: 4px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  
}

a.button:hover {
  background: #4c411e;
}

.button-icon-img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

h1 {
  font: 36px 'Wonder Unit Sans Bold';
  width: 100%;
  margin: 0 0 25px;
  color: #09597b;
}

h2 {
  font: 28px 'Wonder Unit Sans Bold';
  width: 100%;
  margin: 0 0 15px;
  color: #608bb2;
}

h3 {
  font: 20px 'Wonder Unit Sans Bold';
  width: 100%;
  margin: 0 0 5px;
  color: #608bb2;
}

.logo {
  width: 300px;
}

.logo-dermapath {
  width: 200px;
}

img.rounded {
  border-radius: 100% !important;
}

img.rounded-thick {
  border: 6px solid #9F883E;
  border-radius: 100% !important;
}

.header .top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: #9F883E;
}

.header .top-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 16px 'Wonder Unit Sans Bold';
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .header .top-header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header .top-header .container a {
  color: #fff;
  text-decoration: none;
}

.header .top-header .container a:hover {
  text-decoration: underline;
}

.header .top-header .container ul.social-icons {
  margin: 0 0 0 25px;
}

.header .top-header .container ul.social-icons li {
  display: inline-block;
  list-style: none;
  margin-left: 5px;
}

.header .top-header .container ul.social-icons li img {
  width: 28px;
  height: 28px;
}

.header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}

.header .navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navbar .container ul.nav {
  margin: 0;
}


.header .navbar .container .nav-mobile-icon {
  width: 30px;
  height: 20px;
  display: none;
}

.header .navbar .container .nav-mobile-icon img {
  width: 80%;
}

@media screen and (min-width: 320px) and (max-width: 699px) {
  .header .navbar .container ul.nav {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
  }
  
  .header .navbar .container ul.nav li a {
    display: block;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    text-align: center;
    padding: 8px 0;
  }
  
  .header .navbar .container .nav-mobile-icon {
    display: block; 
  }
}

.header .navbar .container ul.nav li a {
  list-style: none;
  color: #423A22;
  text-decoration: none;
  font: 18px 'Wonder Unit Sans Bold';
  font-weight: bold;
  margin-left: 70px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .navbar .container ul.nav li a:hover, .header .navbar .container ul.nav li a.nav-active {
  border-color: #DAAA00;
}

.main-banner {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/main-banner.jpg) right/cover;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .main-banner {
    height: 300px;
  }
}

.main-banner h1 {
  font: 48px 'Wonder Unit Sans Bold';
  margin: 0 0 20px;
  color: #09597b;
  width: 100%;
  text-shadow: 0px 0px 4px #fff;
  text-transform: capitalize;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .main-banner h1 {
    font-size: 24px;
    margin: 175px 0 5px;
    text-align: center;
  }
}

.main-banner h2 {
  font: 22px 'Wonder Unit Sans';
  margin: 0;
  color: #423A22;
  width: 500px;
  line-height: 1.3em;
  text-shadow: 0px 0px 4px #fff;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .main-banner h2 {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}

.content {
  padding: 40px 0;
}

.content .content-left {
  position: relative;
  width: 800px;
  font-size: 18px;
}

.content .content-left .font-22 {
  font-size: 22px; 
}

@media screen and (max-width: 1279px) {
  .content .content-left {
    width: 600px;
  }
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .content .content-left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.content .content-right {
  position: absolute;
  top: 0;
  right: -350px;
}

.content .content-right-protect {
  top: 100px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .content .content-right {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

.content .content-right img.rounded {
  width: 300px;
}

.content-home .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-home .content-left {
  width: 600px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .content-home .content-left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.content-home img {
  width: 400px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .content-home img {
    width: 100%;
  }
}

.content-about .content-right {
  position: absolute;
  top: 40px;
  right: -300px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .content-about .content-right {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
  }
}

.content-about .content-right .logo-dermapath {
  width: 250px;
}

.content-img {
  width: 100%;
  margin: 30px 0;
}

.content-note {
  width: 700px;
  margin: -10px 0 40px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .content-note {
    width: 100%;
  }
}

.content-note-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-note-icon {
  position: relative;
  width: 50px;
}

.content-note-icon img {
  width: 50px;
}

.content-note-icon:after {
  content: '';
  position: absolute;
  top: 25px;
  right: -20px;
  width: 20px;
  height: 1px;
  background: #9F883E;
}

.content-note-text {
  padding-left: 15px;
  margin-left: 20px;
  font-size: 20px;
  border-left: 1px solid #9F883E;
}

.content-spotter .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.content-spotter .container .content-left {
  flex: 1;
}

.content-spotter .container .content-right-spotter {
  position: relative;
  width: 300px;
  margin: 0 50px;
}

.content-spotter .container .content-right-spotter img {
  width: 100%;
  height: auto; 
}

.dots-header {
  width: 100%;
  height: 100px;
  background: url(../images/dots-header.jpg);
  opacity: .4;
}

.breadcrumbs {
  width: 100%;
  margin-bottom: 50px;
}

.blue-bg-callout {
  position: relative;
  height: 160px;
  margin-bottom: 30px;
  font: 28px 'Wonder Unit Sans';
  color: #fff;
  background: #09597b;
}

.blue-bg-callout b {
  font-family: 'Wonder Unit Sans Bold';
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .blue-bg-callout {
    height: auto;
  }
}

.blue-bg-callout .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .blue-bg-callout .container {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
}

.blue-bg-callout:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../images/dots-footer.png) no-repeat;
  background-size: 150%;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .blue-bg-callout:after {
    background-size: 300%;
  }
}

.blue-bg-callout .blue-bg-callout-img {
  font: 62px 'Wonder Unit Sans Bold';
  color: #fff;
  text-align: center;
  min-width: 100px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .blue-bg-callout .blue-bg-callout-img {
    width: 100%;
  }
}

.blue-bg-callout .blue-bg-callout-img--nudge {
  line-height: 30px;
  margin-top: 10px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .blue-bg-callout .blue-bg-callout-img--nudge {
    margin: 20px 0;
  }
}

.blue-bg-callout .blue-bg-callout-img small {
  font-size: 20px;
  text-transform: uppercase;
}

.blue-bg-callout .blue-bg-callout-img img {
  height: 100px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .blue-bg-callout .blue-bg-callout-img img {
    margin-bottom: 20px;
  }
}

.blue-bg-callout .blue-bg-callout-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
  line-height: 1em;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .blue-bg-callout .blue-bg-callout-text {
    margin: 0 !important;
    text-align: center;
  }
}

.blue-bg-callout .blue-bg-callout-text small {
  font: 12px arial;
  opacity: .7;
}

.blue-bg-callout-home .blue-bg-callout-img {
  position: relative;
  height: 160px;
  overflow-y: hidden;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .blue-bg-callout-home .blue-bg-callout-img {
    margin-bottom: 20px;
  }
}

.blue-bg-callout-home .blue-bg-callout-img img {
  height: 250px;
  margin-top: -15px;
}

.blue-bg-callout-home .blue-bg-callout-img .statistic {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  color: #09597b;
  font: 48px 'Wonder Unit Sans Bold';
}

.blue-bg-callout-home .blue-bg-callout-img .statistic span {
  font: 28px 'Wonder Unit Sans';
}

.blue-bg-callout-home .blue-bg-callout-text {
  margin-left: 50px;
  line-height: 1.2em;
}

.inspect-melanoma-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 30px;
  padding-left: 50px;
}

.inspect-melanoma-wrapper:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .inspect-melanoma-wrapper {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.inspect-melanoma-img {
  position: relative;
  width: 180px;
}

.inspect-melanoma-img:before {
  position: absolute;
  top: 10px;
  left: 0;
  font: 18px 'Wonder Unit Sans';
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #09597b;
  border-radius: 100%;
}

.inspect-melanoma-img--a:before {
  content: 'A';
}

.inspect-melanoma-img--b:before {
  content: 'B';
}

.inspect-melanoma-img--c:before {
  content: 'C';
}

.inspect-melanoma-img--d:before {
  content: 'D';
}

.inspect-melanoma-img--e:before {
  content: 'E';
}

.inspect-melanoma-img img {
  width: 180px;
  height: 180px;
}

.inspect-melanoma-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  margin-left: 50px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .inspect-melanoma-text {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin: 15px 0 0;
    text-align: center;
  }
}

.inspect-body {
  width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .inspect-body {
    width: 100%;
  }
}

.inspect-body img {
  width: 100%;
  height: 100%;
}

.inspect-body-container {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.identify-cancer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.identify-cancer-item {
  width: calc(100% / 3);
  padding: 0 50px;
  margin: 40px 0 0;
  text-align: center;
}

.glide__slide .identify-cancer-item {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .identify-cancer-item {
    width: 100%;
    padding: 0 30px;
  }
}

.identify-cancer-img {
  width: 200px;
  margin: auto;
}

.glide__slide .identify-cancer-img {
  width: 170px;
}

.identify-cancer-img img {
  width: 100%;
  height: 100%;
}

.identify-cancer-title {
  font: 20px 'Wonder Unit Sans Bold';
  color: #09597b;
  margin: 25px 0 10px;
}

.identify-cancer-title a {
  color: #09597b;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  
}

.identify-cancer-title a:hover {
  color: #333;
}

.brochures {
  margin: 30px 0;
}

.brochures-wrapper {
  background: #f2f2f2;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .brochures-wrapper {
    padding: 15px;
  }
}

.brochures-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brochures-img {
  height: 220px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .brochures-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.brochures-text {
  width: 600px;
  padding-left: 30px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .brochures-text {
    width: 100%;
    padding: 0;
  }
}

.brochures-text a.button {
  margin-right: 10px;
}

.brochures-text a.button:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  .brochures-text a.button {
    margin-bottom: 10px;
  }
  .brochures-text a.button:last-of-type {
    margin: 0;
  }
}

.become-spotter {
	height: 250px;
	background: url(../images/become-spotter.jpg);
}

.become-spotter .container {
	height: 250px;
	color: #fff;
	display: flex;
	flex-flow: column;
	padding-right: 100px;
	text-align: right;
	justify-content: center;
	align-content: center;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
	.become-spotter {
		background-position-x: -250px;
	}
	
	.become-spotter .container {
		padding-right: 20px;
	}
}

.become-spotter .container h1 {
	color: #fff;
	margin-bottom: 10px;
}

.glide__arrow {
  position: absolute;
  top: 90px;
  left: 0;
  width: 25px;
  height: 42px;
  padding: 0;
  border: 0;
  background: url(../images/arrow-left.png) center/cover;
}

.glide__arrow--right {
  left: auto;
  right: 0;
  background: url(../images/arrow-right.png) center/cover;
}

footer .footer-top-part {
  padding: 50px 0 0;
  color: #423A22;
  background: #f2f2f2;
}

footer .footer-top-part .col {
  text-align: center;
  padding: 0 50px 50px;
  font-size: 18px;
}

footer .footer-top-part .col .footer-icon {
  font-family: 'Wonder Unit Sans Bold';
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: #fff;
  border-radius: 100%;
}

footer .footer-top-part .col .footer-icon img {
  width: 120px;
}

footer .footer-top-part .col h2 {
  font: 24px 'Wonder Unit Sans Bold';
  color: #09597b;
  margin: 20px 0 10px;
}

footer .footer-top-part .col h2 a {
  color: #09597b;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

footer .footer-top-part .col h2 a:hover {
  color: #333;
}

footer .footer-big-part {
  padding: 40px 0;
  color: #fff;
  background: #5C5F60;
}

footer .footer-big-part .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .footer-big-part .footer-col-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  footer .footer-big-part .footer-col-images {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  footer .footer-big-part .footer-col-images a {
    margin-top: 20px;
  }
}

footer .footer-big-part .footer-col-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 40%;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  footer .footer-big-part .footer-col-menu {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .footer-big-part .footer-col-menu-left, footer .footer-big-part .footer-col-menu-right {
  margin-left: 60px;
}

@media screen and (min-width: 320px) and (max-width: 899px) {
  footer .footer-big-part .footer-col-menu-left, footer .footer-big-part .footer-col-menu-right {
    margin: 20px 0 0 0;
    padding: 0 20px;
  }
}

footer .footer-big-part .footer-col-menu h4 {
  color: #fff;
  font-family: "Wonder Unit Sans";
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

footer .footer-big-part .footer-col-menu ul.footer-menu {
  margin: 0;
  padding: 0;
}

footer .footer-big-part .footer-col-menu ul.footer-menu li {
  list-style: none;
  font: 14px arial;
  margin-bottom: 15px;
}

footer .footer-big-part .footer-col-menu ul.footer-menu li:last-of-type {
  margin-bottom: 0;
}

footer .footer-big-part .footer-col-menu ul.footer-menu li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

footer .footer-big-part .footer-col-menu ul.footer-menu li a:hover {
  color: #DAAA00;
}

footer ul.social-icons {
  margin: 0;
  padding: 0;
}

footer ul.social-icons li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

footer ul.social-icons li img {
  width: 35px;
  height: 35px;
}

footer .footer-small-part {
  padding: 30px 0;
  background: #515556;
}

footer .footer-small-part p {
  font: 12px arial;
  color: #fff;
  margin: 0;
  line-height: 1.7;
}

footer .footer-small-part p.space {
  margin-top: 15px;
}

footer .footer-small-part p a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

footer .footer-small-part p a:hover {
  color: #DAAA00;
}
/*# sourceMappingURL=styles.css.map */