@charset "UTF-8";
/* ICOMOON STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
@font-face {
  font-family: 'icomoon';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.eot") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:not(.icon-share2),
[class*=" icon-"]:not(.icon-share2) {
  margin-top: -6.5px;
  right: 0;
}

.icon-share2:before {
  content: "\ea82";
}

.icon-circle-right:before {
  content: "\ea42";
}

/* GENERAL STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
body {
  background: #FFFFFF;
}

body, h3 {
  color: #FFFFFF;
}

p {
  font-size: .9em;
}

span {
  font-size: .9em;
  line-height: 80%;
}

h3 {
  text-transform: uppercase;
  font-size: 1em;
  padding: .5em 0;
  margin: .5em 0;
}

#h3 {
  text-transform: uppercase;
  font-size: 1em;
  padding: .1em 0;
  margin: .1em 0;
}

img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* MEGA MENU POSITIONING STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.top-bar-section .has-dropdown {
  position: static;
}

.top-bar-section .has-dropdown a {
  position: relative;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: block;
}

  /* DROPDOWN GENERAL STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.m-menu {
  border-top: 1px solid #4E4E4E;
}
.m-menu a {
  display: block;
  opacity: .5;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.m-menu a:hover {
  opacity: 1;
}

  /* TOP LINKS INSIDE DROPDOWN STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.column li:not(:first-child) a {
  border-top: 1px solid #262626;
}
.column li:not(:last-child) a {
  border-bottom: 1px solid #4E4E4E;
}
.column li a:hover i {
  right: 3px;
}

  /* BOTTOM LINKS INSIDE FIRST DROPDOWN STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.intro .icon-share2 {
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  font-size: 2.5em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.intro:hover .icon-share2 {
  color: rgba(0, 0, 0, 0.7);
}

  /* TARGET DIV INSIDE SECOND DROPDOWN STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.column > img {
  margin: 1em 0;
}

.info-wrap h3 {
  width: 50%;
  padding-bottom: 5px;
  border-bottom: 1px solid #4E4E4E;
}

.info {
  display: none;
}

.info-visible {
  display: block;
}

.dt {
  margin-top: 50px;
  text-align: center;
  font-size: 2em;
  padding: 0 20px;
}

.p {
  color: black;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}

input[type=search] {
	background: #ededed url(img/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 150px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}