@charset "utf-8";
/* -------------------------------------------

	Name: 		Rewalk
	Date:		2014/07/18
	Author:		http://darwinthemes.com
		   		   
---------------------------------------------  */

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100%;
  margin: 0 0 1px;
  font-size: 100.01%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  min-height: 100%;
  padding-top: 28px;
  background: #283a44;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
textarea,
input,
select,
option,
button {
  color: #687177;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
li,
dt,
dd,
p,
figure,
th,
td,
caption,
legend,
pre {
  font-size: 1.5em;
}
li *,
dt *,
dd *,
p *,
figure *,
th *,
td *,
legend * {
  font-size: 1em;
}
ul,
ol,
dl,
p,
figure,
table,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
  margin-bottom: 20px;
}

article,
aside,
details,
div,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/*! Layout --------- */
#box {
  overflow: hidden;
  position: relative;
  border: 20px solid #e9e9eb;
}
#box:before,
#box:after {
  content: "";
  display: block;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  background: #e9e9eb;
}
#box:before {
  top: 0;
}
#box:after {
  bottom: 0;
}
#root {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
}
#top {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 36px 0 106px;
  background: #172329;
  color: #fff;
}
#top:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
#top h1 {
  position: relative;
  z-index: 3;
  width: 1120px;
  margin: 0 auto 109px;
}
#top h1 a {
  display: block;
  overflow: hidden;
}
#top h1 a img {
  border-radius: 0;
}
#skip {
  position: fixed;
  top: 0;
  left: -10000px;
}
#skip a:focus,
#skip a:active {
  display: block;
  position: absolute;
  left: 10000px;
  top: 0;
  z-index: 10001;
  width: 200px;
  margin: 15px 0 0 15px;
  padding: 4px 8px;
  background: #333;
  color: #fff;
  font-weight: 500;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
}
#nav {
  position: absolute;
  right: 50%;
  top: 42px;
  z-index: 4;
  width: 905px;
  margin: 0 -560px 0 0;
}
#nav > ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#nav > ul > li {
  float: left;
  padding: 0 0 0 23px;
  font-size: 1.3em;
  line-height: 39px;
}
#nav > ul > li.desktop-only {
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
#nav > ul > li > a {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  height: 37px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #fff;
  line-height: 37px;
  text-decoration: none;
}
.lt-ie9 #nav > ul > li > a {
  border: 1px solid #7c8488;
}
#nav > ul > li > a:hover,
#nav > ul > li.active > a,
#nav > ul li.current-menu-item > a {
  border-color: #998513e7;
  background: #998513e7;
  color: #fff;
}
#nav > ul > li.active > a,
.list-a li.active a {
  cursor: default;
}
#nav > ul:first-child {
  float: left;
}
#nav > ul:first-child > li {
  padding: 0 18px 0 0;
}
#nav > ul:first-child > li > a {
  padding: 0;
  border: 0;
  line-height: 39px;
}
#nav > ul:first-child > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
}
#nav > ul:first-child > li > a:hover,
#nav > ul:first-child > li.active > a,
#nav > ul:first-child > li:hover > a,
#nav > ul:first-child li.current-menu-item > a {
  background: none;
}
#nav > ul:first-child > li > a:hover:after,
#nav > ul:first-child > li.active > a:after,
#nav > ul:first-child li.current-menu-item > a:after {
  background: rgba(255, 255, 255, 0.3);
}
.lt-ie9 #nav > ul:first-child > li > a:hover:after,
.lt-ie9 #nav > ul:first-child > li.active > a:after,
.lt-ie9 #nav > ul:first-child li.current-menu-item > a:after {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF);
  zoom: 1;
}
#nav em {
  position: absolute;
  left: -3000em;
  top: -3000em;
}
#featured {
  position: relative;
  z-index: 2;
  width: 1120px;
  margin: 0 auto;
  color: #f6f6ef;
}
.mobile #featured,
.mobile #welcome article figure,
.lt-ie9 #welcome article figure,
.mobile #welcome article header,
.lt-ie9 #feature,
.lt-ie9 #top > figure,
.mobile #top > figure {
  top: 0 !important;
  bottom: 0 !important;
  opacity: 1 !important;
}
#featured > * {
  position: relative;
  z-index: 2;
}
#featured h1,
#featured h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 6.5em;
}
#featured p {
  font-weight: 300;
  font-size: 2.7em;
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
#top > figure,
#top > video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.mobile #top > figure,
.lt-ie9 #top > figure,
.lt-ie9 #welcome article header {
  top: 0 !important;
  bottom: 0 !important;
  background-attachment: scroll;
}
#top > figure > * {
  width: 100% !important;
  border-radius: 0;
}
.js #top > figure > img {
  position: absolute;
  left: -3000em;
  top: -3000em;
}
.lt-ie9.js #top > figure > img {
  position: relative;
  left: 0;
  top: 0;
}
#top > figure.show {
  opacity: 1;
}
#welcome {
  overflow: hidden;
  position: absolute;
  left: -3000em;
  top: -3000em;
  z-index: 2;
  width: 100%;
  background: #172329;
}
.js #welcome {
  position: relative;
  left: 0;
  top: 0;
}
#welcome > .fit-a {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 35px;
  z-index: 20;
  width: 84px;
  height: 27px;
  margin: 0 0 0 -42px;
  background: url(../images/sprite-a.png) -192px -201px no-repeat;
  opacity: 0;
  cursor: pointer;
}
#welcome #top {
  position: absolute;
  z-index: 2;
  padding-bottom: 0;
  background: none;
}
.notice-a-wrapper + #welcome #top {
  top: 50px;
}
.notice-a-wrapper + #welcome article header > * {
  position: relative;
  top: 50px;
}
#welcome {
}
#welcome article {
  position: relative;
  z-index: 1;
  padding: 282px 0 170px;
  color: #dadbd6;
  line-height: 1.3;
}
#welcome article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#welcome article h1,
#welcome article h2 {
  width: 720px;
  margin: 0 0 19px;
  color: #fff;
  font-size: 6.5em;
  font-weight: 700;
  line-height: 1.1;
}
#welcome article p {
  width: 720px;
  margin: 0 0 34px;
  font-weight: 300;
  font-size: 2.7em;
}
#welcome article h1,
#welcome article h2,
#welcome article p,
#welcome #top,
#welcome .bx-pager {
  opacity: 0;
}
#welcome .show,
.mobile #welcome article h1,
.mobile #welcome article h2,
.mobile #welcome article p,
.mobile #welcome #top,
.mobile #welcome .bx-pager,
.mobile #welcome article header,
.lt-ie9 #welcome article header {
  opacity: 1 !important;
}
#welcome article header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  width: 1120px;
  margin: 0 auto;
}
.mobile #welcome article header,
.lt-ie9 #welcome article header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#welcome article figure {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0; /*background-attachment: fixed;*/
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
#welcome article figure > * {
  position: absolute;
  left: -3000em;
  top: -3000em;
  width: 100% !important;
}
.lt-ie9 #welcome article figure > * {
  position: relative;
  left: 0;
  top: 0;
}
#welcome .videoBG:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url(../images/shade-a.png);
}
#welcome .videoBG {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: inherit !important;
  min-height: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  max-height: none !important;
}
#welcome .videoBG video {
  position: absolute;
  left: 0;
  top: 0;
}
#welcome .bx-viewport {
  position: relative;
  z-index: 1;
}
#welcome .bx-pager {
  position: absolute;
  left: 50%;
  bottom: 111px;
  z-index: 2;
}
#welcome .bx-pager .bx-pager-item {
  position: relative;
  left: -50%;
  float: left;
  padding: 0 0 0 12px;
}
#welcome .bx-pager .bx-pager-item:first-child {
  padding: 0;
}
#welcome .bx-pager .bx-pager-item a {
  display: block;
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  border: 1px solid #acb5ba;
  text-indent: -3000em;
  text-align: left;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
#welcome .bx-pager .bx-pager-item a.active {
  border-color: #998513e7;
  background: #998513e7;
  cursor: default;
  opacity: 1;
  filter: alpha(opacity = 100);
}
.lt-ie9 #welcome .bx-pager .bx-pager-item a {
  width: 9px;
  height: 9px;
  border: 0;
  background: url(../images/sprite-a.png) -247px 0 no-repeat;
}
.lt-ie9 #welcome .bx-pager .bx-pager-item a.active {
  background: url(../images/sprite-a.png) -236px 0 no-repeat;
}
#welcome + #root {
  /*padding: 91px 0 0; border-top: 1px solid #edeff0;*/
}
#welcome + #root #top {
  position: absolute;
  left: -3000em;
  top: -3000em;
}
#welcome + #root #top h1,
#top.a h1 {
  height: 54px;
  padding: 18px 0 0;
}
#welcome + #root #top h1 a,
#top.a h1 a {
  background-position: 0 -203px;
}
#welcome + #root #top,
#top.a,
#root.a #top.a {
  position: absolute;
  height: 89px;
  padding: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #edeff0;
  background: #fff;
}
#top.a,
#root.a #top.a {
  position: fixed;
  left: 0;
  top: -100px;
  padding: 0;
}
#box #top.a {
  left: 20px;
  right: 20px;
  width: auto;
}
#top.a.fixed,
#root.a #top.a.fixed {
  top: 0;
}
#box #top.a.fixed {
  top: 20px;
}
#top.a #featured,
#top.a figure,
#top.a video,
#top.a .list-b {
  position: absolute;
  left: -3000em;
  top: -3000em;
}
#welcome + #root #nav,
#top.a #nav {
  top: 25px;
}
#welcome + #root #nav > ul > li,
#top.a #nav > ul > li {
  color: #71838c;
}
#welcome + #root #nav > ul > li > a,
#top.a #nav > ul > li > a {
  height: 39px;
  border: 0;
  background: #998513e7;
  color: #fff;
  line-height: 39px;
}
#welcome + #root #nav > ul > li > a:hover,
#top.a #nav > ul > li > a:hover {
  background: #998513e7;
}
#welcome + #root #nav > ul > li > a > .fit-a,
#top.a #nav > ul > li > a > .fit-a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: #534807e7;
}
#welcome + #root #nav > ul:first-child > li > a:hover:after,
#welcome + #root #nav > ul:first-child > li.active > a:after,
#welcome + #root #nav > ul:first-child li.current-menu-item > a:after,
#top.a #nav > ul:first-child > li > a:hover:after,
#top.a #nav > ul:first-child > li.active > a:after,
#top.a #nav > ul:first-child > li.current-menu-item > a:after {
  background: #bec4c7;
}
#welcome + #root #nav > ul:first-child > li > a,
#top.a #nav > ul:first-child > li > a {
  background: none;
  color: #283a44;
}
#welcome + #root #nav > ul > li.desktop-only,
#top.a #nav > ul > li.desktop-only {
  opacity: 1;
  filter: alpha(opacity = 100);
}
#content {
  position: relative;
  z-index: 1;
  width: 1120px;
  margin: 0 auto;
  padding: 72px 0 40px;
}
#content:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
#contact {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 192px 0;
}
#contact > header,
#contact .info {
  position: absolute;
  left: 50%;
  bottom: 331px;
  z-index: 2;
  width: 284px;
  margin: 0 0 0 -349px;
  padding: 28px 28px 9px;
  border-radius: 5px;
  background: rgba(113, 131, 140, 0.85);
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 1px 1px 1px rgba(40, 58, 68, 0.1);
  text-align: left;
}
#contact > header {
  z-index: 10;
}
.lt-ie9 #contact > header,
.lt-ie9 #contact .info {
  background: #71838c;
}
#contact .info {
  left: -156px;
  bottom: 28px;
  margin: 0;
}
#contact > header:before,
#contact .info:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 29px;
  height: 9px;
  margin: 0 0 0 -14.5px;
  background: url(../images/sprite-a.png) -184px 0 no-repeat;
  opacity: 0.85;
  filter: alpha(opacity = 85);
}
/*#contact > header:after { content: ""; display: block; position: absolute; left: 50%; bottom: -108px; width: 47px; height: 56px; margin: 0 0 0 -15px; background: url(../images/sprite-a.png) 0 -207px no-repeat; }*/
#contact > header h2,
#contact > header h3,
#contact .info h2,
#contact .info h3 {             
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
}
#contact > header p,
#contact .info p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
#contact > header p.link-c,
#contact .info p.link-c {
  font-size: 11px;
}
#contact > form {
  position: relative;
  left: 179px;
  z-index: 3;
  width: 340px;
  margin: 0 auto;
}
#contact > form:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
#contact form fieldset {
  position: relative;
  float: right;
  width: 290px;
  padding: 22px 25px 11px;
  border-radius: 5px;
  background: rgba(48, 65, 75, 0.1);
}
.lt-ie9 #contact form fieldset {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1930414B,endColorstr=#1930414B);
  zoom: 1;
}
#contact form p {
  margin: 0 0 10px;
  font-size: 1.4em;
}
.js #contact form label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 12px;
  color: #8c989e;
  font-family: "Montserrat", sans-serif;
  line-height: 41px;
  cursor: text;
}
#contact form input {
  width: 100%;
  height: 41px;
  padding: 0 12px;
  border: 0;
  background: #fff;
  color: #8c989e;
  font-size: 14px;
}
.lt-ie9 #contact form input {
  line-height: 41px;
}
#contact form textarea {
  height: 95px;
  min-height: 95px;
  padding: 9px 9px 9px 12px;
  border: 0;
  background: #fff;
  color: #8c989e;
  font-size: 14px;
}
.boxshadow #contact form input,
.boxshadow #contact form textarea {
  box-shadow: inset 1px 1px 2px #f5f5f5;
}
#contact form button {
  float: none;
  width: 100%;
  height: 45px;
  margin: 15px 0 0;
  font-size: 14px;
}
#contact form button > .fit-a {
  height: 3px;
}
#contact > figure {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: -400px;
  z-index: 1;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
#contact > figure > * {
  position: absolute;
  left: -340px;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto !important;
  height: auto !important;
  border-radius: 0;
}
#contact > figure > img {
  display: block;
  margin: 0 auto;
}
.js #contact > figure > img {
  position: absolute;
  left: -3000em;
  top: -3000em;
  right: auto;
  bottom: auto;
}
#contact .info-window {
  position: relative;
  z-index: 100;
}
#contact .info-window > *:first-child,
#contact .info-window img {
  position: absolute;
  left: -3000em !important;
  top: -3000em !important;
}
#contact .intro {
  position: relative;
  z-index: 2;
  margin: -107px 0 52px;
  text-align: center;
}
#contact .intro h1,
#contact .intro h2,
#contact .intro h3 {
  margin: 0 0 17px;
  color: #283a44;
  font-size: 2.1em;
  text-transform: uppercase;
  text-align: center;
}
#contact .intro p {
  color: #687177;
  font-size: 2.7em;
  font-weight: 300;
  line-height: 1.3;
}
#footer {
  padding: 99px 0 30px;
  background: #283a44;
  color: #949da2;
}
#footer > * {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 39px;
}
#footer > * > .vcard,
#footer > * > nav,
#footer > * > form {
  position: relative;
  z-index: 1;
  float: left;
}
#footer > * > .vcard {
  z-index: 2;
  width: 190px;
  margin: 0 96px 0 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
}
#footer > * > .vcard h2,
#footer > * > .vcard h3 {
  margin: -12px 0 22px;
}
#footer > * > .vcard h2 img,
#footer > * > .vcard h3 img {
  border-radius: 0;
}
#footer > * > .vcard p {
  margin-bottom: 29px;
  font-size: 1.2em;
  text-transform: uppercase;
}
#footer > * > .vcard a {
  color: #949da2;
}
#footer .list-select-a > li > ul {
  background: #283a44;
}
#footer > * > nav {
  overflow: hidden;
  width: 370px;
}
#footer > * > nav > * {
  float: right;
  width: 48%;
}
#footer > * > nav > *:first-child {
  float: left;
}
#footer > * > nav ul {
  list-style: none;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
#footer > * > nav ul li {
  position: relative;
  margin: 0 0 6px;
  font-size: 1.3em;
}
#footer > * > nav ul li a {
  color: #fff;
}
#footer > * > nav ul.social {
}
#footer > * > nav ul.social li a {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 22px;
}
#footer > * > nav ul.social li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: url(../images/sprite-a.png) -3000em -3000em no-repeat;
}
#footer > * > nav ul.social li.fb:before {
  background-position: -186px -28px;
}
#footer > * > nav ul.social li.gl:before {
  background-position: -203px -28px;
}
#footer > * > nav ul.social li.li:before {
  background-position: -220px -28px;
}
#footer > * > nav ul.social li.tw:before {
  top: 4px;
  width: 15px;
  height: 13px;
  background-position: -238px -28px;
}
#footer > * > nav ul.social li.dr:before {
  background-position: -256px -28px;
}
#footer > * > form {
  position: relative;
  float: right;
  width: 455px;
  padding: 42px 0 0;
}
#footer form legend {
  position: absolute;
  left: 0;
  top: 0;
}
#footer form p {
  width: auto;
  padding: 0 160px 0 0;
  font-size: 1.3em;
}
#footer form label {
  position: absolute;
  left: -3000em;
  top: -3000em;
  padding: 0 0 0 55px;
  color: #acb4b8;
  font-family: "Montserrat", sans-serif;
  line-height: 45px;
  cursor: text;
}
.js #footer form label {
  left: 0;
  top: 0;
}
#footer form label i {
  position: absolute;
  left: 15px;
  top: 9px;
  font-size: 28px;
  line-height: 1;
  text-indent: 0;
}
#footer form label .required,
.search-a label .required {
  position: absolute;
  left: -3000em;
  top: -3000em;
}
#footer form input {
  width: 100%;
  height: 45px;
  padding: 0 20px 0 55px;
  border: 0;
  box-shadow: none;
  background: #30434e;
  color: #acb4b8;
}
.lt-ie9 #footer form input {
  line-height: 45px;
}
#footer form button {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  min-width: 0;
  width: 150px;
  height: 45px;
  border: 0;
  border-radius: 5px;
  background: #455d6a;
  color: #c8cfd3;
  font-size: 1em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
#footer form button > .fit-a {
  height: 3px;
  background: #3b4f5a;
}
#footer form button:hover,
#footer form button:focus,
#footer form button:active {
  background: #cecb20;
  color: #fff;
}
#footer form button:hover > .fit-a,
#footer form button:focus > .fit-a,
#footer form button:active > .fit-a {
  background: #1ec386;
}
#footer > *:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
#footer h2,
#footer h3,
#footer legend {
  overflow: hidden;
  margin: 0 0 27px;
  color: #71838c;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: normal;
}
#footer > p {
  padding: 0;
  color: #5a6971;
  font-size: 1.2em;
}
#footer > p a {
  color: #949da2;
}
#footer > p a:first-child,
#footer > p span:first-child + a {
  margin-left: 4px;
}

#root.a {
  background: #2c3f49;
}
#root.a #top {
  padding-bottom: 166px;
}
#root.a #content {
  width: 100%;
  padding-top: 0;
}
#root.a .pagination-a li a,
#root.a .pagination-a li a i,
#root.a .pagination-a li a i:before {
  border-color: #5f6d75;
  color: #758188;
}
#root.a .pagination-a li a:hover,
#root.a .pagination-a li a:focus,
#root.a .pagination-a li a:active,
#root.a .pagination-a li.active a,
#root.a .pagination-a li a:hover i:before,
#root.a .pagination-a li a:focus i:before,
#root.a .pagination-a li a:active i:before,
#root.a .pagination-a li.active a i:before {
  border-color: #cecb20;
  color: #283a44;
}

/*! Columns --------- */
.cols-a {
  width: 100%;
}
.cols-a:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
.cols-a > *:first-child {
  float: left;
  width: 740px;
  padding: 10px 0 0;
}
.cols-a > aside {
  float: right;
  width: 312px;
}

/*! Modules --------- */
.gallery-a {
  overflow: hidden;
  list-style: none;
  width: 105%;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.4;
}
.gallery-a > li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 360px;
  height: 270px;
  margin: 0 20px 20px 0;
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.gallery-a > li img {
  display: block;
  position: relative;
  z-index: 1;
}
.gallery-a > li > div {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 4;
  width: 310px;
  padding: 0 25px 0;
}
.gallery-a > li > div:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
.gallery-a > li > .fit-a {
  z-index: 2;
  width: 100%;
  height: 91px;
  margin: -91px 0 0;
  padding: 0;
  border-radius: 0 0 5px 5px;
  background: url(../images/sprite-a.png) 0 -102px repeat-x;
}
.gallery-a > li > .fit-b {
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  opacity: 0;
}
.lt-ie9 .gallery-a > li > .fit-b {
  top: -3000em;
  background: #ffd700;
}
.gallery-a > li:hover > div {
  bottom: 0;
  top: auto;
}
.gallery-a > li:hover > .fit-a {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.gallery-a > li:hover > .fit-b,
.gallery-a > li:hover > span {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.lt-ie9 .gallery-a > li:hover > .fit-b {
  top: 0;
}
.gallery-a > li h2,
.gallery-a > li h3 {
  position: absolute;
  left: 25px;
  bottom: 100%;
  width: 310px;
  margin: 0;
  padding: 0 0 13px;
  color: #fff;
  font-size: 1.8em;
}
.gallery-a > li p {
  margin: 0 0 33px;
  font-size: 1.5em;
}
.gallery-a > li p.link-b {
  margin: 0 0 28px;
  font-size: 1.4em;
}
.gallery-a > li > span {
  display: block;
  position: absolute;
  left: 25px;
  top: 27px;
  z-index: 5;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  opacity: 0;
  filter: alpha(opacity = 0);
}
.gallery-a > li > a.link {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-indent: -3000em;
  text-align: left;
}
.gallery-a.a {
}
.gallery-a.a > li {
  color: #f1f2f2;
}
.gallery-a.a > div {
}
.gallery-a.a > li > .fit-b {
  background: rgba(22, 39, 47, 0.7);
}
.lt-ie9 .gallery-a.a > li > .fit-b {
  background: url(../images/shade-a.png);
}
.gallery-a.a li h2,
.gallery-a.a li h3 {
  padding-bottom: 37px;
}
.gallery-a.a div > ul {
  overflow: hidden;
  position: absolute;
  left: 25px;
  bottom: 100%;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 0 4px;
  color: #c1c4c6;
  font-family: "Montserrat", sans-serif;
}
.gallery-a.a div > ul li {
  position: relative;
  float: left;
  margin: 0 14px 0 0;
  padding: 0 0 0 18px;
  font-size: 10px;
  line-height: 40px;
  text-transform: uppercase;
}
.gallery-a.a div > ul li a {
  color: #c1c4c6;
}
.gallery-a.a div > ul li i {
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 12px;
}
.gallery-a.a > li p.link-b a {
  background: #ffd700;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.gallery-a.a > li p.link-b a > .fit-a {
  background: #b8bb1f;
}

.gallery-b {
  overflow: hidden;
  list-style: none;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}
.gallery-b li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 33.32%;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}
.gallery-b li img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100% !important;
  border-radius: 0;
}
.gallery-b li > div {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(22, 39, 47, 0.7);
}
.lt-ie9 .gallery-b li > div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B216272F,endColorstr=#B216272F);
  zoom: 1;
}
.gallery-b li h2,
.gallery-b li h3 {
  margin: 0;
  padding: 19px 25px 45px;
  color: #fff;
  font-size: 1.8em;
}
.gallery-b li > div p {
  position: absolute;
  left: -3000em;
  bottom: 3000em;
  margin: 0;
}
.gallery-b li > div p.link-b {
  width: 110px;
  height: 105px;
}
.gallery-b li > div p.link-b a {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #27ce90;
  text-indent: -3000em;
}
.gallery-b li > div p.link-b a > .fit-a {
  left: -3000em;
}
.gallery-b li > div p.link-b a:before,
.gallery-b li > div p.link-b a:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
}
.gallery-b li > div p.link-b a:before {
  left: 24px;
  top: 52px;
  width: 61px;
  height: 1px;
}
.gallery-b li > div p.link-b a:after {
  left: 54px;
  top: 22px;
  width: 1px;
  height: 61px;
}
.gallery-b li:hover > div h2,
.gallery-b li:hover > div h3 {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.gallery-b li:hover > div p.link-b {
  left: 0;
  bottom: 0;
}
#root .gallery-b li:hover > div {
  z-index: 3;
  background: none;
  filter: none;
}
.gallery-b li:hover > span {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.gallery-b li:hover > div > ul {
  position: absolute;
  left: -3000em;
  top: -3000em;
}
.gallery-b li > span {
  display: block;
  position: absolute;
  left: 25px;
  bottom: 20px;
  z-index: 3;
  text-transform: uppercase;
}
.gallery-b li > a.link {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-indent: -3000em;
  text-align: left;
}
.gallery-b li > div > ul {
  overflow: hidden;
  z-index: 3;
  list-style: none;
  width: 100%;
  margin: -47px 0 0;
  padding: 0 25px 8px;
  color: #c1c4c6;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
.gallery-b li > div > ul li {
  position: relative;
  float: left;
  width: auto;
  margin: 0 14px 0 0;
  padding: 0 0 0 18px;
  font-size: 10px;
  line-height: 40px;
  text-transform: uppercase;
}
.gallery-b li > div > ul li a {
  color: #c1c4c6;
}
.gallery-b li > div > ul li i {
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 12px;
}

.home-a,
#content.home-a {
  padding: 0;
}
#root > .home-a {
  position: relative;
  z-index: 1;
  width: 100%;
}
.home-a > * {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.home-a article {
  position: relative;
  padding: 95px 0 57px;
  border-top: 1px solid #e8eaeb;
}
.home-a article > * {
  position: relative;
  z-index: 2;
}
.home-a article:before {
  content: "";
  display: block;
  position: absolute;
  left: -1000em;
  top: -1px;
  z-index: 1;
  width: 3000em;
  height: 1px;
  border-top: 1px solid #e8eaeb;
}
.home-a article:first-child {
  border: 0;
}
.home-a article:first-child:before {
  background: none;
}
.home-a article > header {
  margin: 0 0 51px;
  text-align: center;
}
.home-a article > header h1,
.home-a article > header h2,
.home-a article > header h3 {
  margin: 0 0 17px;
  color: #283a44;
  font-size: 2.1em;
  text-transform: uppercase;
  text-align: center;
}
.home-a article > header p {
  color: #687177;
  font-size: 2.7em;
  font-weight: 300;
  line-height: 1.3;
}
.home-a article > header.a {
  padding: 83px 0 1px;
}
.home-a article > header.a h1,
.home-a article > header.a h2,
.home-a article > header.a h3 {
  margin: 0 0 29px;
  font-size: 6.5em;
  text-transform: none;
}
.home-a article > header.a + .link-d,
.home-a article > header.a + .link-e {
  padding-bottom: 94px;
}
.home-a article > header + .list-a {
  margin-top: -20px;
}
.home-a article.a {
  background: url(../images/pattern-a.png) fixed;
}
.home-a article.a:before {
  height: 100%;
  background: url(../images/pattern-a.png) fixed;
}
.home-a article.a .link-d a,
.home-a article.a .link-e a {
  box-shadow: 1px 1px 0#e0e4e5;
}
.home-a article.b {
  width: 100%;
}
.home-a article.b header {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.home-a article.c {
  background: #f7f9f9;
}
.home-a .module-a,
.home-a #contact {
  width: 100%;
}
.home-a + #contact {
  border-top: 1px solid #e8eaeb;
}

.logo-a {
  position: relative;
  list-style: none;
  margin: 50px 0 67px;
  padding: 0 40px;
  text-align: center;
}
.logo-a li {
  display: -moz-inline-stack;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.logo-a li img {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.logo-a li img.bw {
  position: absolute;
  left: 50%;
  top: -3000em;
  z-index: 2;
}
.logo-a li:hover .bw {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.logo-a li div.bw {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
.logo-a li .bw img.bw {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
}
.logo-a li a {
  display: block;
  position: relative;
}
.logo-a .bx-prev,
.logo-a .bx-next {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 34px;
  margin: -17px 0 0;
  background: url(../images/sprite-a.png) no-repeat;
  text-align: left;
  text-indent: -3000em;
}
.logo-a .bx-prev {
  left: -40px;
  background-position: -123px -59px;
}
.logo-a .bx-next {
  right: -40px;
  background-position: -143px -59px;
}
.logo-a .bx-prev:hover {
  background-position: -163px -59px;
}
.logo-a .bx-next:hover {
  background-position: -183px -59px;
}

.map-a {
  position: relative;
  height: 1000px;
}
.map-a > * {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
}
.map-a > img {
  display: block;
  position: relative;
  z-index: 1;
}

.module-a {
  overflow: hidden;
  padding: 88px 0 51px;
  background: url(../images/a.jpg) center 0 fixed no-repeat #172329;
  background-size: cover;
  color: #e3e4e4;
}
.mobile .module-a,
.chrome .module-a,
.chrome .home-a article.a,
.chrome .home-a article.a:before {
  background-attachment: scroll;
}
.module-a > * {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.module-a .link-d a,
.module-a .link-e a {
  box-shadow: none;
}
.module-a .link-d a {
  background: #567181;
  text-shadow: 1px 1px 0 #49606e;
}
.module-a .link-d a > .fit-a {
  background: #49606e;
}
.module-a .link-d a:hover,
.module-a .link-d a:focus,
.module-a .link-d a:active {
  background: #cec220;
  color: #fff;
  text-shadow: 1px 1px 0 #1cb67e;
}
.module-a .link-d a:hover > .fit-a,
.module-a .link-d a:focus > .fit-a,
.module-a .link-d a:active > .fit-a {
  background: #1ec386;
}
.module-a a {
  color: #c7c42f;
}
.module-a .tweet-a {
  margin-bottom: 98px;
}

.nav-a {
  overflow: hidden;
  position: relative;
  margin: 0 0 40px;
  border-radius: 4px;
  background: #f0f3f3;
}
.nav-a h2,
.nav-a h3 {
  margin: 0;
  padding: 20px 20px 20px 55px;
  border-radius: 4px 4px 0 0;
  background: #ebeded;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: normal;
}
.nav-a h2 em,
.nav-a h3 em {
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 26px;
}
.nav-a ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.nav-a ul li {
  position: relative;
  font-size: 1.4em;
}
.nav-a ul li a {
  display: block;
  padding: 14px 60px 13px 24px;
  border-top: 1px solid #fff;
  color: #71838c;
  text-decoration: none;
}
.nav-a ul li:first-child a {
  border: 0;
}
.nav-a ul li a:hover,
.nav-a ul li a:focus,
.nav-a ul li a:active,
.nav-a ul li.active a,
.nav-a ul li:hover a {
  border-color: #ffd700;
  background: #ffd700;
  color: #fff;
}
.nav-a ul li:hover + li a,
.nav-a ul li.active + li a {
  border-color: #fbff00;
}
.nav-a ul li span {
  display: block;
  position: absolute;
  right: 22px;
  top: 13px;
  float: left;
  min-width: 10px;
  height: 24px;
  padding: 0 7px;
  border-radius: 20px;
  background: #fff;
  color: #b3babe;
  font-size: 0.834em;
  line-height: 23px;
  text-decoration: none;
  text-align: center;
}
.nav-a ul li a:hover span,
.nav-a ul li a:focus span,
.nav-a ul li a:active span,
.nav-a ul li.active a span,
.nav-a ul li:hover a span {
  color: #ffd700;
}

.news-a {
}
.news-a article {
  margin: 0 0 48px;
  padding: 0 0 25px;
  border-bottom: 1px solid #e8eaec;
}
.news-a header {
}
.news-a header h1,
.news-a header h2 {
  margin: 0 0 11px;
}
.news-a header ul {
  overflow: hidden;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  color: #8c989e;
  font-family: "Montserrat", sans-serif;
}
.news-a header ul li {
  position: relative;
  float: left;
  margin: 0 14px 0 0;
  font-size: 1.2em;
  line-height: 40px;
}
.news-a header ul li.a {
  padding-left: 18px;
}
.news-a header ul li a {
  color: #8c989e;
}
.news-a header ul li.a i {
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 12px;
}
.news-a header ul li img {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  border-radius: 100px;
}
.news-a article > .link-a:last-child {
  margin-bottom: 23px;
}
.news-a article > .link-a.last-child {
  margin-bottom: 23px;
}

.pagination-a {
  overflow: hidden;
  width: 100%;
}
.pagination-a > * {
  position: relative;
  left: 50%;
  float: left;
  list-style: none;
  padding: 0;
}
.pagination-a li {
  position: relative;
  left: -50%;
  float: left;
  padding: 0 0 0 9px;
  font-size: 1.8em;
  font-family: "Montserrat", sans-serif;
}
.pagination-a li:first-child {
  padding: 0;
}
.pagination-a li a {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  min-width: 19px;
  height: 35px;
  padding: 0 8px;
  border-radius: 100px;
  border: 1px solid #d9dbdd;
  color: #8c989e;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}
.pagination-a li a:hover,
.pagination-a li a:focus,
.pagination-a li a:active,
.pagination-a li.active a {
  border-color: #ffd700;
  background-color: #ffd700;
  color: #fff;
}
.pagination-a li a:hover i:before,
.pagination-a li a:focus i:before,
.pagination-a li a:active i:before,
.pagination-a li.active a i:before {
  color: #fff;
}
.pagination-a li a i {
  position: absolute;
  left: 0;
  top: 4px;
  width: 35px;
  font-size: 25px;
  text-align: center;
}

.quote-a {
  color: #71838c;
  font-size: 1.3em;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.quote-a q {
  display: block;
  margin: 0 0 83px;
  color: #656f75;
  font-size: 2.076em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.35;
}
.quote-a .strong,
.quote-a strong,
.quote-a b {
  font-weight: 600;
}
.quote-a img {
  display: block;
  margin: 0 auto 15px;
  border-radius: 200px;
}

.slider-a {
  position: relative;
  padding: 21px 0 97px;
}
.slider-a:first-child {
  padding-top: 0;
}
.slider-a .quote-a {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.slider-a .bx-pager {
  position: absolute;
  left: 50%;
  bottom: 56px;
}
.slider-a .bx-pager .bx-pager-item {
  position: relative;
  left: -50%;
  float: left;
  padding: 0 0 0 12px;
}
.slider-a .bx-pager .bx-pager-item:first-child {
  padding: 0;
}
.slider-a .bx-pager .bx-pager-item a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  border: 1px solid #acb5ba;
  text-indent: -3000em;
  text-align: left;
}
.slider-a .bx-pager .bx-pager-item a.active {
  border-color: #ffd700;
  background: #ffd700;
  cursor: default;
}
.lt-ie9 .slider-a .bx-pager .bx-pager-item a {
  width: 9px;
  height: 9px;
  border: 0;
  background: url(../images/sprite-a.png) -247px 0 no-repeat;
}
.lt-ie9 .slider-a .bx-pager .bx-pager-item a.active {
  background: url(../images/sprite-a.png) -236px 0 no-repeat;
}
.slider-a .bx-prev,
.slider-a .bx-next {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 34px;
  margin: -17px 0 0;
  background: url(../images/sprite-a.png) no-repeat;
  text-align: left;
  text-indent: -3000em;
}
.slider-a .bx-prev {
  left: -40px;
  background-position: -123px -59px;
}
.slider-a .bx-next {
  right: -40px;
  background-position: -143px -59px;
}
.slider-a .bx-prev:hover {
  background-position: -163px -59px;
}
.slider-a .bx-next:hover {
  background-position: -183px -59px;
}

.social-a {
  list-style: none;
  padding: 0;
  text-align: center;
}
#root .social-a li {
  display: -moz-inline-stack;
  display: inline-block;
  position: relative;
  z-index: 2;
  float: none;
  width: auto;
  margin: 0 3.5px;
  padding: 0;
}
#root .social-a li a {
  display: -moz-inline-stack;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/sprite-a.png) -3000em -3000em no-repeat;
  text-indent: -3000em;
  text-align: left;
}
#root .social-a li.fb a {
  background-position: -206px -48px;
}
#root .social-a li.gl a {
  background-position: -223px -48px;
}
#root .social-a li.li a {
  background-position: -240px -48px;
}
#root .social-a li.tw a {
  width: 15px;
  background-position: -258px -48px;
}
#root .social-a li.dr a {
  background-position: -276px -48px;
}

.tweet-a {
  position: relative;
  padding: 43px 0 0;
  font-size: 2.7em;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}
.tweet-a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 27px;
  height: 23px;
  margin: 0 0 0 -13.5px;
  background: url(../images/sprite-a.png) -207px -66px no-repeat;
}
.tweet-a .small {
  display: block;
  padding: 13px 0 0;
  color: #71838c;
  font-size: 0.444em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

/*! Headers --------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #283a44;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.0375em;
}
h1,
h2 {
  font-size: 3.4em;
}
h3 {
  font-size: 3em;
}
h4 {
  font-size: 2.8em;
}
h5 {
  font-size: 2.6em;
}
h6 {
  font-size: 2.4em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #283a44;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #c3c01e;
  text-decoration: none;
}

/*! Typography --------- */
b,
strong,
.strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn,
em,
i,
.em {
  font-style: italic;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q:before,
q:after {
  content: '"';
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

.notice-a {
  position: relative;
  padding: 13px 20px 16px 0;
  background: #283a44;
  color: #abafb2;
  font-size: 1.3em;
}
.notice-a:after,
.notice-a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1000em;
  height: 100%;
  background: #283a44;
}
.notice-a:after {
  right: 100%;
}
.notice-a:before {
  left: 100%;
}
.notice-a a {
  color: #f6f6ef;
  font-size: 0.769em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.notice-a > .fit-a {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 18px;
  width: 14px;
  height: 14px;
  background: url(../images/sprite-a.png) -218px 0 no-repeat;
  text-indent: -3000em;
  text-align: left;
  cursor: pointer;
}
.notice-a-wrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.lt-ie9 .notice-a-wrapper {
  top: 28px;
}
#root > .notice-a,
body > .notice-a,
.notice-a-wrapper > .notice-a {
  width: 1080px;
  margin: 0 auto;
}

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

/*! Links --------- */
a {
  color: #ffd700;
  text-decoration: none;
  cursor: pointer;
} /*---*/
a span {
  cursor: pointer;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

.link-a {
  overflow: hidden;
  width: 100%;
  font-size: 1.3em;
  font-family: "Montserrat", sans-serif;
  text-shadow: none;
}
.link-a a {
  display: block;
  position: relative;
  float: left;
  padding: 0 23px 0 0;
  color: #283a44;
}
.link-a a i {
  position: absolute;
  right: 0;
  top: -3px;
  font-size: 20px;
}

.link-b {
  overflow: hidden;
  width: 100%;
  font-size: 1.4em;
  font-family: "Montserrat", sans-serif;
  text-shadow: none;
}
.link-b a {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  height: 45px;
  padding: 0 32px;
  border-radius: 5px;
  background: #fff;
  line-height: 45px;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
}
.link-b a:hover,
.link-b a:focus,
.link-b a:active {
  background: #fafafa;
}
.link-b a > .fit-a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 0 0 5px 5px;
  background: #e5e5e5;
}

.link-c {
  overflow: hidden;
  width: 100%;
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-shadow: none;
}
.link-c a {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  height: 33px;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid #aab5ba;
  color: #fff;
  font-size: 11px;
  line-height: 33px;
  text-align: center;
}

.link-d {
  font-size: 1.4em;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-shadow: 1px 1px 0 #9fadb4;
}
.link-d a {
  display: -moz-inline-stack;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 45px;
  padding: 0 38px;
  box-shadow: 1px 1px 0 #e9ebec;
  border-radius: 4px;
  background: #bbcbd3;
  color: #fff;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
}
.link-d a:hover,
.link-d a:focus,
.link-d a:active {
  background: #95aab4;
}
.link-d a > .fit-a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: #9fadb4;
}
.link-d a:hover > .fit-a,
.link-d a:focus > .fit-a,
.link-d a:active > .fit-a {
  background: #8da1ab;
}

.link-e {
  font-size: 1.6em;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-shadow: 1px 1px 0 #bab71e;
}
.link-e a {
  display: -moz-inline-stack;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 63px;
  padding: 0 41px;
  box-shadow: 1px 1px 0 #e9ebec;
  border-radius: 4px;
  background: #ffd700;
  color: #fff;
  line-height: 63px;
  text-align: center;
  text-decoration: none;
}
.link-e a:hover,
.link-e a:focus,
.link-e a:active {
  background: #cebd20;
}
.link-e a > .fit-a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: #1fbb80;
}
.link-e a:hover > .fit-a,
.link-e a:focus > .fit-a,
.link-e a:active > .fit-a {
  background: #e2df15;
}

.link-f,
#welcome .link-f {
  width: 100%;
  font-size: 1.6em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
}
.link-f:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
.link-f a {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  min-width: 110px;
  height: 63px;
  margin: 0 10px 0 0;
  padding: 0 30px;
  border-radius: 5px;
  background: #455d6a;
  color: #d3d7da;
  line-height: 63px;
  text-shadow: 1px 1px 0 #3d535f;
  text-decoration: none;
}
.boxshadow .link-f a {
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.link-f a:hover,
.link-f a:focus,
.link-f a:active {
  background: #425a66;
}
.link-f a > .fit-a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: #3b4f5a;
}
.link-f a.a {
  background: #ffd700;
  color: #fff;
  text-shadow: 1px 1px 0 #b7ba1e;
}
.link-f a.a:hover,
.link-f a.a:focus,
.link-f a.a:active {
  background: #ffdf00;
}
.link-f a.a > .fit-a {
  background: #bbb11f;
}

/*! Figures --------- */
img {
  position: relative;
  max-width: 100% !important;
  height: auto !important;
  border-width: 0;
  border-radius: 4px;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
.canvas_map img {
  max-width: none !important;
}
.map-canvas[style] {
  -webkit-transform: none !important;
}

figure {
  margin: 30px 0 31px;
}

.icon-a {
  display: -moz-inline-stack;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/sprite-a.png) -3000em -3000em no-repeat;
  text-align: left;
  text-indent: -3000em;
}
.icon-a.a {
  background-position: -240px -65px;
}
.icon-a.b {
  background-position: -255px -65px;
}
.icon-a.c {
  width: 18px;
  height: 18px;
  background-position: -270px -64px;
}

/*! Lists --------- */
ul,
ol,
dd,
blockquote {
  padding-left: 40px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

.list-a {
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.list-a li {
  display: inline;
  margin: 0 3px;
  font-size: 1.3em;
}
.list-a li a {
  position: relative;
  color: #a4afb5;
  text-decoration: none;
}
.list-a li a:hover,
.list-a li a:focus,
.list-a li a:active,
.list-a li.active a {
  color: #ffd700;
}
.list-a li a:hover:after,
.list-a li a:focus:after,
.list-a li a:active:after,
.list-a li.active a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #ffd700;
}
#content > .list-a:first-child {
  margin-top: -38px;
}

.list-b {
  position: relative;
  z-index: 10;
  list-style: none;
  padding: 19px 0 20px;
  font-family: "Montserrat", sans-serif;
}
.list-b:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
.list-b:before {
  content: "";
  display: block;
  position: absolute;
  left: -1000em;
  top: 0;
  width: 3000em;
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
}
.lt-ie9 .list-b:before {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(239, 255, 12),endColorstr=#0CFFFFFF);
  zoom: 1;
}
.list-b li {
  float: left;
  padding: 0 12px 0 0;
  font-size: 1.3em;
}
.list-b li a {
  display: block;
  position: relative;
  float: left;
  color: #8c989e;
  text-decoration: none;
}
.list-b li a:hover,
.list-b li a:focus,
.list-b li a:active,
.list-b li.active a {
  color: #ffd700;
}
.list-b li a:hover:after,
.list-b li a:focus:after,
.list-b li a:active:after,
.list-b li.active a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -19px;
  width: 100%;
  height: 2px;
  background: #ffd700;
}
#top > .list-b {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1120px;
  margin: 0 0 0 -560px;
}

.list-c {
  position: relative;
  list-style: none;
  width: 100%;
  margin: 0 0 47px;
  padding: 9px 0 0;
  color: #687177;
  line-height: 1.4;
}
.list-c:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
.list-c:first-child,
.list-d:first-child {
  padding-top: 0;
}
.list-c li {
  position: relative;
  z-index: 2;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 0 30px;
  font-size: 1.4em;
  text-align: center;
}
.list-c .li {
  position: relative;
  padding: 26px 0 35px;
}
.list-c .li li {
  display: block;
  float: none;
  width: 200px;
  margin: 0 auto;
  padding: 0;
}
.list-c .li:hover {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.list-c .li:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 265px;
  height: 100%;
  margin: 0 0 0 -132.5px;
  border-radius: 4px;
  background: #ffd700;
}
.list-c .li:hover .header {
  margin-top: -50px;
  color: #fff;
}
.list-c .li:hover .header i {
  position: relative;
  top: -3000em;
}
.list-c .li:hover a {
  position: relative;
  left: 0;
  top: 0;
}
.list-c li span.header {
  display: block;
  padding: 0 0 13px;
  color: #283a44;
  font-family: "Montserrat", sans-serif;
  font-size: 1.142em;
}
.list-c li span.header i {
  display: block;
  margin: 0 0 -6px;
  font-size: 64px;
  text-align: center;
}
.list-c li a {
  display: -moz-inline-stack;
  display: inline-block;
  position: absolute;
  left: -3000em;
  top: -3000em;
  width: 170px;
  height: 46px;
  margin: 36px 0 0;
  border-radius: 4px;
  box-shadow: 1px 1px 0 #21cb8c;
  background: #fff;
  color: #ffd700;
  font-family: "Montserrat", sans-serif;
  line-height: 46px;
  text-shadow: none;
  text-decoration: none;
}
.list-c li a > .fit-a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: #e5e5e5;
}
.list-c .bx-viewport {
  padding: 0 0 50px;
}
.list-c .bx-prev,
.list-c .bx-next,
.list-d .bx-prev,
.list-d .bx-next {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 34px;
  margin: -25px 0 0;
  background: url(../images/sprite-a.png) no-repeat;
  text-align: left;
  text-indent: -3000em;
}
.list-c .bx-prev,
.list-d .bx-prev {
  left: -40px;
  background-position: -123px -59px;
}
.list-c .bx-next,
.list-d .bx-next {
  right: -40px;
  background-position: -143px -59px;
}
.list-c .bx-prev:hover,
.list-d .bx-prev:hover {
  background-position: -163px -59px;
}
.list-c .bx-next:hover,
.list-d .bx-next:hover {
  background-position: -183px -59px;
}

.list-d {
  position: relative;
  list-style: none;
  width: 100%;
  margin: 0 0 28px;
  padding: 7px 0 0;
  line-height: 1.5;
}
.list-d:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
.list-d li {
  position: relative;
  z-index: 2;
  float: left;
  width: 25%;
  margin: 0;
  padding: 29px 0 30px;
  font-size: 1.4em;
  text-align: center;
}
.list-d div.li {
  position: relative;
  padding: 29px 0 0;
}
.list-d div.li > li {
  display: block;
  float: none;
  width: 200px;
  margin: 0 auto;
  padding: 0;
}
.list-d div.li:hover {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.list-d div.li:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 265px;
  height: 100%;
  margin: 0 0 0 -132.5px;
  border-radius: 4px;
  background: #ffd700;
}
.list-d div.li:hover img {
  top: -3000em;
}
.list-d div.li:hover h2,
.list-d div.li:hover h3 {
  margin-top: -177px;
  color: #cff5e3;
}
.list-d div.li:hover h2 span,
.list-d div.li:hover h3 span {
  color: #fff;
}
.list-d div.li:hover span {
  position: relative;
  left: 0;
  top: 0;
}
.list-d div.li:hover .social-a {
  position: relative;
  left: 0;
  top: 0;
}
.list-d h2,
.list-d h3 {
  margin: 0 0 21px;
  color: #71838c;
  font-size: 0.928em;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}
.list-d h2 span,
.list-d h3 span {
  display: block;
  margin: 0 0 6px;
  color: #283a44;
  font-size: 1.23em;
}
.list-d img {
  display: block;
  position: relative;
  margin: 0 auto 22px;
  border-radius: 200px;
}
.list-d li > span,
.list-d li > ul {
  position: absolute;
  left: -3000em;
  top: -3000em;
}
.list-d .social-a {
  width: 100%;
  height: 35px;
  margin: 30px 0 0 -33px;
  padding: 21px 32px 0 33px;
  border-radius: 0 0 4px 4px;
  background: #22d18f;
}
.list-d .bx-viewport {
  padding: 0 0 50px;
}

.list-e {
  overflow: hidden;
  list-style: none;
  width: 100%;
  margin: 35px 0 43px;
  padding: 0;
  line-height: 1.4;
  text-align: center;
}
.list-e li {
  float: left;
  width: 25%;
  color: #646e74;
  font-size: 1.4em;
}
.list-e .li {
  float: left;
  width: 25%;
}
.list-e .li li {
  float: none;
  width: 200px;
  margin: 0 auto;
}
.list-e li > span {
  display: block;
  margin: 0 0 13px;
  color: #283a44;
  font-family: "Montserrat", sans-serif;
  font-size: 1.142em;
}
.list-e li > span > span {
  display: block;
  margin: 0 0 3px;
  color: #ffd700;
  font-weight: 300;
  font-size: 3.4375em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.list-f {
  list-style: none;
  margin: 56px 0 67px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #e1e5e6;
  color: #687177;
}
.list-f:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
.list-f > li {
  position: relative;
  z-index: 1;
  float: left;
  width: 25%;
  padding: 0 0 32px;
  font-size: 1.4em;
  text-align: center;
}
.list-f > li > * {
  position: relative;
  z-index: 4;
}
.list-f > li:first-child {
  border-radius: 6px 0 0 0;
}
.list-f > li:last-child {
  border-radius: 0 6px 0 0;
}
.list-f > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0 1px 6px;
  border-radius: 0 0 5px 5px;
}
.list-f > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 1px;
  height: 100%;
  background: #e1e5e6;
}
.list-f > li:first-child:after,
.list-f > li:hover:after {
  background: none;
}
.list-f > li > span {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
  padding: 22px 30px;
  background: #f9fafb;
  color: #ffd700;
  font-size: 1.285em;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
.list-f > li > span span {
  display: block;
  padding: 0 0 3px;
  color: #283a44;
  font-size: 1.055em;
}
.list-f > li > span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 5px;
  padding: 0 1px;
  border-radius: 5px 5px 0 0;
}
.list-f > li > ul {
  list-style: none;
  margin: 0;
  padding: 0 30px;
}
.list-f > li > ul li {
  margin: 0 0 4px;
}
.list-f > li > ul li span {
}
.list-f > li > a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 45px;
  margin: 26px 53px 0;
  padding: 0 10px;
  box-shadow: 1px 1px 0 #e9ebec;
  border-radius: 4px;
  background: #bbcbd3;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #a3b4bc;
}
.list-f > li > a > .fit-a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: #9fadb4;
}
.list-f > li:hover,
.list-f > li:hover:before {
  z-index: 2;
  background: #ffd700;
  color: #fff;
  text-shadow: 1px 1px 0 #21c789;
}
#root .list-f > li:hover > span {
  background: #d3d023;
  color: #cff2e2;
  text-shadow: 1px 1px 0 #c7c421;
}
.list-f > li:hover > span:after {
  background: #d0d323;
}
.list-f > li:hover > span span {
  color: #fff;
}
.list-f > li:hover > a {
  box-shadow: 1px 1px 0 #c0cb21;
  background: #fff;
  color: #ffd700;
  text-shadow: none;
}
.list-f > li:hover > a > .fit-a {
  background: #e5e5e5;
}
.list-f > li:nth-child(2) > span {
  background: #f2f2f3;
}
.list-f > li:nth-child(3) > span {
  background: #ecedee;
}
.list-f > li:nth-child(4) > span {
  background: #e6e7e9;
}
.list-f > li.nth-a > span {
  background: #f2f2f3;
}
.list-f > li.nth-b > span {
  background: #ecedee;
}
.list-f > li.nth-c > span {
  background: #e6e7e9;
}

.list-select-a {
  list-style: none;
  padding: 0;
  color: #ffd700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.list-select-a > li {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}
.list-select-a > li > span {
  display: block;
  position: relative;
  padding: 8px 36px;
  border-radius: 4px;
  border: 1px solid #276b5d;
  cursor: pointer;
}
.list-select-a > li > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 9px;
  height: 5px;
  background: url(../images/sprite-a.png) -276px 0 no-repeat;
}
.list-select-a > li > ul {
  position: absolute;
  left: 0;
  top: -3000em;
  list-style: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #276b5d;
  background: #fff;
}
.list-select-a.active > li > ul {
  top: 40px;
}
.list-select-a > li > ul > li {
  font-size: 1.1em;
}
.list-select-a > li > ul > li > a,
#footer .list-select-a > li > ul > li > a {
  display: block;
  position: relative;
  padding: 8px 20px 8px 36px;
  color: #ffd700;
}
.list-select-a i {
  position: absolute;
  left: 13px;
  top: 6px;
  font-size: 15px;
}
.list-select-a.scrolled {
}
.list-select-a.scrolled > li > ul {
  overflow: hidden;
  overflow-y: scroll;
  height: 114px;
}

/*! Forms --------- */
legend {
  position: absolute;
  left: 0;
  top: -3000em;
  padding: 0;
  border: 0;
  white-space: normal;
}
.ie7 legend {
  left: -7px;
}
fieldset,
hr {
  border-width: 0;
}
button,
input[type="submit"] {
  padding: 0 8px;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: none;
}
textarea {
  overflow: auto;
  margin: 0;
  vertical-align: top;
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input {
  -webkit-appearance: none;
}
select {
  margin: 0;
  padding: 7px 7px 7px 9px;
  text-overflow: "";
  text-indent: 0.01px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}
::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
:-moz-placeholder {
  opacity: 1;
  color: inherit;
}
:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
:focus::-moz-placeholder {
  opacity: 0;
}
:focus:-moz-placeholder {
  opacity: 0;
}
:focus:-ms-placeholder {
  opacity: 0;
}

form {
}
label {
  display: block;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0 0 6px;
}
label .required {
  color: #ffd700;
}
form p {
  position: relative;
  clear: both;
  margin: 0 0 15px;
}
form p:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="week"] {
  height: 40px;
  margin: 0;
  padding: 0 10px;
  line-height: 1;
}
.lt-ie9 input[type="color"],
.lt-ie9 input[type="date"],
.lt-ie9 input[type="datetime"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="text"],
.lt-ie9 input[type="number"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="range"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="time"],
.lt-ie9 input[type="url"],
input[type="week"] {
  line-height: 38px;
}
select {
  padding: 7px 7px 7px 7px;
}
textarea {
  width: 100%;
  height: 197px;
  min-height: 197px;
  padding: 7px 7px 7px 10px;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  position: relative;
  z-index: 1;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #f6f8f8;
  border-top-color: #eceeee;
  border-left-color: #eceeee;
  background: #f6f8f8;
  color: #283a44;
  font-family: "Montserrat", sans-serif;
  outline: none;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea,
.list-select-a > li > ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  border-color: #ffd700;
  background: #fafbfb;
}
.boxshadow input,
.boxshadow textarea,
.boxshadow select {
  box-shadow: inset 1px 1px 0 #f0f2f2;
}
button {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
  float: right;
  min-width: 170px;
  height: 63px;
  margin: 0;
  padding: 0 25px;
  border-radius: 5px;
  border: 0;
  background: #ffd700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
button > .fit-a {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 0 0 5px 5px;
  background:#cecb20;
}
button:hover,
button:focus,
button:active {
  background: #ffdf00;
}

.file-a,
#root .file-a {
  position: relative;
  margin: 17px 0 28px;
  font-size: 1.4em;
  font-family: "Montserrat", sans-serif;
}
#root .file-a label {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 0 0 35px;
  color: #71838c;
  line-height: 1.65;
  cursor: pointer;
}
.file-a label i {
  display: block;
  position: absolute;
  left: 11px;
  top: 3px;
}
.file-a input {
  position: absolute;
  left: -3000em;
  top: 0;
}

.form-a {
}
.form-a p {
}
.form-a p > span {
  display: block;
  position: relative;
  float: left;
  width: 240px;
  margin: 0 0 0 10px;
}
.form-a p > span:first-child {
  margin-left: 0;
}
.js .form-a label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 11px;
  color: #283a44;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  cursor: text;
}
.form-a input {
  width: 100%;
}

.form-b {
  width: 550px;
  margin: 0 auto;
  padding: 0 0 22px;
}
.form-b p {
  margin-bottom: 10px;
  text-align: center;
}
.form-b p > span {
  display: block;
  position: relative;
  float: right;
  width: 270px;
  text-align: left;
}
.form-b p > span:first-child {
  float: left;
}
.js .form-b label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 11px;
  color: #283a44;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  text-align: left;
  cursor: text;
}
.form-b input {
  width: 100%;
}
.form-b textarea {
  height: 115px;
  min-height: 115px;
}
.form-b button {
  display: -moz-inline-stack;
  display: inline-block;
  float: none;
  box-shadow: 1px 1px 0 #e9ebec;
}

.search-a {
  margin: 0 0 20px;
}
.search-a p {
  margin: 0;
  color: #283a44;
  font-size: 1.3em;
  font-family: "Montserrat", sans-serif;
}
.search-a label {
  display: block;
  position: absolute;
  left: -3000em;
  top: -3000em;
  padding: 0 0 0 50px;
  line-height: 50px;
  text-transform: uppercase;
  cursor: text;
}
.js .search-a label {
  left: 0;
  top: 0;
}
.search-a input {
  width: 100%;
  height: 50px;
  padding-left: 50px;
}
.lt-ie9 .search-a input {
  line-height: 50px;
}
.search-a button {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 0;
  width: 50px;
  height: 50px;
  padding: 7px 0 0;
  border: 0;
  background: none;
  font-size: 22px;
  text-align: left;
  text-indent: 18px;
}
.search-a button > .fit-a {
  background: none;
}

/*! Tables --------- */
table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 5px 10px;
  border: 1px solid #eee;
  font-weight: 400;
  text-align: left;
}

/*! Helpers --------- */
#featured,
#welcome header {
  transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
}
#top.a {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}
#welcome article h1,
#welcome article h2,
#welcome article p,
#welcome #top,
#welcome .bx-pager,
#welcome > .fit-a {
  transition: opacity 1s ease-in-out 0s;
  -moz-transition: opacity 1s ease-in-out 0s;
  -webkit-transition: opacity 1s ease-in-out 0s;
  -o-transition: opacity 1s ease-in-out 0s;
  -ms-transition: opacity 1s ease-in-out 0s;
}
#welcome article figure,
#top > figure {
  transition: opacity 2s ease-in-out 0s;
  -moz-transition: opacity 2s ease-in-out 0s;
  -webkit-transition: opacity 2s ease-in-out 0s;
  -o-transition: opacity 2s ease-in-out 0s;
  -ms-transition: opacity 2s ease-in-out 0s;
}

#welcome article h1,
#welcome article h2 {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
}
#welcome article p,
#welcome #top,
#welcome .bx-pager,
#welcome > .fit-a {
  transition-delay: 3s;
  -moz-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  -ms-transition-delay: 3s;
}

.clear {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.hidden,
[hidden] {
  position: absolute;
  left: -3000em;
  top: 0;
}

hr,
.hr {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
  background: none;
  font-size: 0;
}
.hr hr {
  display: none;
}

figure:first-child,
.file-a:first-child,
.list-f:first-child,
.list-e:first-child,
.logo-a:first-child {
  margin-top: 0;
}
#content > .pagination-a:last-child > * {
  margin-bottom: 0;
}
#content > .pagination-a.last-child > * {
  margin-bottom: 0;
}

/*! Warnings --------- */
p.lt-ie9,
#root:after {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 28px;
  background: #333;
  color: #fff;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 28px;
  text-align: center;
}
p.lt-ie9 a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
p.lt-ie9 a:hover,
p.lt-ie9 a:focus,
p.lt-ie9 a:active {
  text-decoration: none;
}
p.lt-ie9 {
  position: absolute;
}

#root:after {
  content: "Ummm.. please, enable JavaScript support to fully experience this site.";
}
.js #root:after {
  position: absolute;
  left: -3000em;
  top: -3000em;
}
.js body {
  padding-top: 0;
}
.lt-ie9 body {
  padding-top: 28px;
}

/*! Miscellaneous --------- */
svg:not(:root) {
  overflow: hidden;
}

::selection {
  background: #ffd700;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #ffd700;
  color: #fff;
  text-shadow: none;
}

#root .desktop-hide,
#root .tablet-only,
#root .mobile-only,
.list-c.normal,
.list-d.normal {
  position: absolute;
  left: -3000em;
  top: -3000em;
  bottom: inherit;
  right: inherit;
}

#footer ::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}
#footer ::-webkit-scrollbar-track {
  background-color: transparent;
}
#footer ::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
#footer ::-webkit-scrollbar-thumb {
  border: 1px solid #283a44;
  border-radius: 10px;
  background-color: #ffd700;
}

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-light.eot");
  src: url("../fonts/opensans-lightd41d.eot#iefix") format("embedded-opentype"),
    url("../fonts/opensans-light.woff") format("woff"),
    url("../fonts/opensans-light.ttf") format("truetype"),
    url("../images/opensans-light.svg#open_sanslight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-lightitalic.eot");
  src: url("../fonts/opensans-lightitalicd41d.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-lightitalic.woff") format("woff"),
    url("../fonts/opensans-lightitalic.ttf") format("truetype"),
    url("../images/opensans-lightitalic.svg#open_sanslight_italic")
      format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regulard41d.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-regular.woff") format("woff"),
    url("../fonts/opensans-regular.ttf") format("truetype"),
    url("../images/opensans-regular.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-italic.eot");
  src: url("../fonts/opensans-italicd41d.eot#iefix") format("embedded-opentype"),
    url("../fonts/opensans-italic.woff") format("woff"),
    url("../fonts/opensans-italic.ttf") format("truetype"),
    url("../images/opensans-italic.svg#open_sansitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-semibold.eot");
  src: url("../fonts/opensans-semiboldd41d.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-semibold.woff") format("woff"),
    url("../fonts/opensans-semibold.ttf") format("truetype"),
    url("../images/opensans-semibold.svg#open_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-semibolditalic.eot");
  src: url("../fonts/opensans-semibolditalicd41d.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-semibolditalic.woff") format("woff"),
    url("../fonts/opensans-semibolditalic.ttf") format("truetype"),
    url("../images/opensans-semibolditalic.svg#open_sanssemibold_italic")
      format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-bold.eot");
  src: url("../fonts/opensans-boldd41d.eot#iefix") format("embedded-opentype"),
    url("../fonts/opensans-bold.woff") format("woff"),
    url("../fonts/opensans-bold.ttf") format("truetype"),
    url("../images/opensans-bold.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-bolditalic.eot");
  src: url("../fonts/opensans-bolditalicd41d.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/opensans-bolditalic.woff") format("woff"),
    url("../fonts/opensans-bolditalic.ttf") format("truetype"),
    url("../images/opensans-bolditalic.svg#open_sansbold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular.eot");
  src: url("../fonts/montserrat-regulard41d.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-regular.woff") format("woff"),
    url("../fonts/montserrat-regular.ttf") format("truetype"),
    url("../images/montserrat-regular.svg#montserratregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-bold.eot");
  src: url("../fonts/montserrat-boldd41d.eot#iefix") format("embedded-opentype"),
    url("../fonts/montserrat-bold.woff") format("woff"),
    url("../fonts/montserrat-bold.ttf") format("truetype"),
    url("../images/montserrat-bold.svg#montserratbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*! Linea.io icons --------- */
@font-face {
  font-family: "linea-weather-10";
  src: url("../fonts/linea-weather-10.eot");
  src: url("../fonts/linea-weather-10d41d.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/linea-weather-10.woff") format("woff"),
    url("../fonts/linea-weather-10.ttf") format("truetype"),
    url("../images/linea-weather-10.svg#linea-weather-10") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "linea-software-10";
  src: url("../fonts/linea-software-10.eot");
  src: url("../fonts/linea-software-10d41d.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/linea-software-10.woff") format("woff"),
    url("../fonts/linea-software-10.ttf") format("truetype"),
    url("../images/linea-software-10.svg#linea-software-10") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "linea-music-10";
  src: url("../fonts/linea-music-10.eot");
  src: url("../fonts/linea-music-10d41d.eot#iefix") format("embedded-opentype"),
    url("../fonts/linea-music-10.woff") format("woff"),
    url("../fonts/linea-music-10.ttf") format("truetype"),
    url("../images/linea-music-10.svg#linea-music-10") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "linea-ecommerce-10";
  src: url("../fonts/linea-ecommerce-10.eot");
  src: url("../fonts/linea-ecommerce-10d41d.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/linea-ecommerce-10.woff") format("woff"),
    url("../fonts/linea-ecommerce-10.ttf") format("truetype"),
    url("../images/linea-ecommerce-10.svg#linea-ecommerce-10") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "linea-basic-elaboration-10";
  src: url("../fonts/linea-basic-elaboration-10.eot");
  src: url("../fonts/linea-basic-elaboration-10d41d.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/linea-basic-elaboration-10.woff") format("woff"),
    url("../fonts/linea-basic-elaboration-10.ttf") format("truetype"),
    url("../images/linea-basic-elaboration-10.svg#linea-basic-elaboration-10")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "linea-basic-10";
  src: url("../fonts/linea-basic-10.eot");
  src: url("../fonts/linea-basic-10d41d.eot#iefix") format("embedded-opentype"),
    url("../fonts/linea-basic-10.woff") format("woff"),
    url("../fonts/linea-basic-10.ttf") format("truetype"),
    url("../images/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "linea-arrows-10";
  src: url("../fonts/linea-arrows-10.eot");
  src: url("../fonts/linea-arrows-10d41d.eot#iefix") format("embedded-opentype"),
    url("../fonts/linea-arrows-10.woff") format("woff"),
    url("../fonts/linea-arrows-10.ttf") format("truetype"),
    url("../images/linea-arrows-10.svg#linea-arrows-10") format("svg");
  font-weight: 400;
  font-style: normal;
}

[data-icon]:before {
  content: attr(data-icon);
  color: #ffd700;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  color: #ffd700;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-weather"]:before,
[class*=" icon-weather"]:before {
  font-family: "linea-weather-10" !important;
}
[class^="icon-software"]:before,
[class*=" icon-software"]:before {
  font-family: "linea-software-10" !important;
}
[class^="icon-music"]:before,
[class*=" icon-music"]:before {
  font-family: "linea-music-10" !important;
}
[class^="icon-ecommerce"]:before,
[class*=" icon-ecommerce"]:before {
  font-family: "linea-ecommerce-10" !important;
}
[class^="icon-basic-elaboration"]:before,
[class*=" icon-basic-elaboration"]:before {
  font-family: "linea-basic-elaboration-10" !important;
}
[class^="icon-basic"]:before,
[class*=" icon-basic"]:before {
  font-family: "linea-basic-10" !important;
}
[class^="icon-arrows"]:before,
[class*=" icon-arrows"]:before {
  font-family: "linea-arrows-10" !important;
}
.icon-weather-aquarius:before {
  content: "\e000";
}
.icon-weather-aries:before {
  content: "\e001";
}
.icon-weather-cancer:before {
  content: "\e002";
}
.icon-weather-capricorn:before {
  content: "\e003";
}
.icon-weather-cloud:before {
  content: "\e004";
}
.icon-weather-cloud-drop:before {
  content: "\e005";
}
.icon-weather-cloud-lightning:before {
  content: "\e006";
}
.icon-weather-cloud-snowflake:before {
  content: "\e007";
}
.icon-weather-downpour-fullmoon:before {
  content: "\e008";
}
.icon-weather-downpour-halfmoon:before {
  content: "\e009";
}
.icon-weather-downpour-sun:before {
  content: "\e00a";
}
.icon-weather-drop:before {
  content: "\e00b";
}
.icon-weather-first-quarter:before {
  content: "\e00c";
}
.icon-weather-fog:before {
  content: "\e00d";
}
.icon-weather-fog-fullmoon:before {
  content: "\e00e";
}
.icon-weather-fog-halfmoon:before {
  content: "\e00f";
}
.icon-weather-fog-sun:before {
  content: "\e010";
}
.icon-weather-fullmoon:before {
  content: "\e011";
}
.icon-weather-gemini:before {
  content: "\e012";
}
.icon-weather-hail:before {
  content: "\e013";
}
.icon-weather-hail-fullmoon:before {
  content: "\e014";
}
.icon-weather-hail-halfmoon:before {
  content: "\e015";
}
.icon-weather-hail-sun:before {
  content: "\e016";
}
.icon-weather-last-quarter:before {
  content: "\e017";
}
.icon-weather-leo:before {
  content: "\e018";
}
.icon-weather-libra:before {
  content: "\e019";
}
.icon-weather-lightning:before {
  content: "\e01a";
}
.icon-weather-mistyrain:before {
  content: "\e01b";
}
.icon-weather-mistyrain-fullmoon:before {
  content: "\e01c";
}
.icon-weather-mistyrain-halfmoon:before {
  content: "\e01d";
}
.icon-weather-mistyrain-sun:before {
  content: "\e01e";
}
.icon-weather-moon:before {
  content: "\e01f";
}
.icon-weather-moondown-full:before {
  content: "\e020";
}
.icon-weather-moondown-half:before {
  content: "\e021";
}
.icon-weather-moonset-full:before {
  content: "\e022";
}
.icon-weather-moonset-half:before {
  content: "\e023";
}
.icon-weather-move2:before {
  content: "\e024";
}
.icon-weather-newmoon:before {
  content: "\e025";
}
.icon-weather-pisces:before {
  content: "\e026";
}
.icon-weather-rain:before {
  content: "\e027";
}
.icon-weather-rain-fullmoon:before {
  content: "\e028";
}
.icon-weather-rain-halfmoon:before {
  content: "\e029";
}
.icon-weather-rain-sun:before {
  content: "\e02a";
}
.icon-weather-sagittarius:before {
  content: "\e02b";
}
.icon-weather-scorpio:before {
  content: "\e02c";
}
.icon-weather-snow:before {
  content: "\e02d";
}
.icon-weather-snow-fullmoon:before {
  content: "\e02e";
}
.icon-weather-snow-halfmoon:before {
  content: "\e02f";
}
.icon-weather-snow-sun:before {
  content: "\e030";
}
.icon-weather-snowflake:before {
  content: "\e031";
}
.icon-weather-star:before {
  content: "\e032";
}
.icon-weather-storm-11:before {
  content: "\e033";
}
.icon-weather-storm-32:before {
  content: "\e034";
}
.icon-weather-storm-fullmoon:before {
  content: "\e035";
}
.icon-weather-storm-halfmoon:before {
  content: "\e036";
}
.icon-weather-storm-sun:before {
  content: "\e037";
}
.icon-weather-sun:before {
  content: "\e038";
}
.icon-weather-sundown:before {
  content: "\e039";
}
.icon-weather-sunset:before {
  content: "\e03a";
}
.icon-weather-taurus:before {
  content: "\e03b";
}
.icon-weather-tempest:before {
  content: "\e03c";
}
.icon-weather-tempest-fullmoon:before {
  content: "\e03d";
}
.icon-weather-tempest-halfmoon:before {
  content: "\e03e";
}
.icon-weather-tempest-sun:before {
  content: "\e03f";
}
.icon-weather-variable-fullmoon:before {
  content: "\e040";
}
.icon-weather-variable-halfmoon:before {
  content: "\e041";
}
.icon-weather-variable-sun:before {
  content: "\e042";
}
.icon-weather-virgo:before {
  content: "\e043";
}
.icon-weather-waning-cresent:before {
  content: "\e044";
}
.icon-weather-waning-gibbous:before {
  content: "\e045";
}
.icon-weather-waxing-cresent:before {
  content: "\e046";
}
.icon-weather-waxing-gibbous:before {
  content: "\e047";
}
.icon-weather-wind:before {
  content: "\e048";
}
.icon-weather-wind-e:before {
  content: "\e049";
}
.icon-weather-wind-fullmoon:before {
  content: "\e04a";
}
.icon-weather-wind-halfmoon:before {
  content: "\e04b";
}
.icon-weather-wind-n:before {
  content: "\e04c";
}
.icon-weather-wind-ne:before {
  content: "\e04d";
}
.icon-weather-wind-nw:before {
  content: "\e04e";
}
.icon-weather-wind-s:before {
  content: "\e04f";
}
.icon-weather-wind-se:before {
  content: "\e050";
}
.icon-weather-wind-sun:before {
  content: "\e051";
}
.icon-weather-wind-sw:before {
  content: "\e052";
}
.icon-weather-wind-w:before {
  content: "\e053";
}
.icon-weather-windgust:before {
  content: "\e054";
}
.icon-software-add-vectorpoint:before {
  content: "a";
}
.icon-software-box-oval:before {
  content: "b";
}
.icon-software-box-polygon:before {
  content: "c";
}
.icon-software-box-rectangle:before {
  content: "d";
}
.icon-software-box-roundedrectangle:before {
  content: "e";
}
.icon-software-character:before {
  content: "f";
}
.icon-software-crop:before {
  content: "g";
}
.icon-software-eyedropper:before {
  content: "h";
}
.icon-software-font-allcaps:before {
  content: "i";
}
.icon-software-font-baseline-shift:before {
  content: "j";
}
.icon-software-font-horizontal-scale:before {
  content: "k";
}
.icon-software-font-kerning:before {
  content: "l";
}
.icon-software-font-leading:before {
  content: "m";
}
.icon-software-font-size:before {
  content: "n";
}
.icon-software-font-smallcapital:before {
  content: "o";
}
.icon-software-font-smallcaps:before {
  content: "p";
}
.icon-software-font-strikethrough:before {
  content: "q";
}
.icon-software-font-tracking:before {
  content: "r";
}
.icon-software-font-underline:before {
  content: "s";
}
.icon-software-font-vertical-scale:before {
  content: "t";
}
.icon-software-horizontal-align-center:before {
  content: "u";
}
.icon-software-horizontal-align-left:before {
  content: "v";
}
.icon-software-horizontal-align-right:before {
  content: "w";
}
.icon-software-horizontal-distribute-center:before {
  content: "x";
}
.icon-software-horizontal-distribute-left:before {
  content: "y";
}
.icon-software-horizontal-distribute-right:before {
  content: "z";
}
.icon-software-indent-firstline:before {
  content: "A";
}
.icon-software-indent-left:before {
  content: "B";
}
.icon-software-indent-right:before {
  content: "C";
}
.icon-software-lasso:before {
  content: "D";
}
.icon-software-layers1:before {
  content: "E";
}
.icon-software-layers2:before {
  content: "F";
}
.icon-software-layout:before {
  content: "G";
}
.icon-software-layout-2columns:before {
  content: "H";
}
.icon-software-layout-3columns:before {
  content: "I";
}
.icon-software-layout-4boxes:before {
  content: "J";
}
.icon-software-layout-4columns:before {
  content: "K";
}
.icon-software-layout-4lines:before {
  content: "L";
}
.icon-software-layout-8boxes:before {
  content: "M";
}
.icon-software-layout-header:before {
  content: "N";
}
.icon-software-layout-header-2columns:before {
  content: "O";
}
.icon-software-layout-header-3columns:before {
  content: "P";
}
.icon-software-layout-header-4boxes:before {
  content: "Q";
}
.icon-software-layout-header-4columns:before {
  content: "R";
}
.icon-software-layout-header-complex:before {
  content: "S";
}
.icon-software-layout-header-complex2:before {
  content: "T";
}
.icon-software-layout-header-complex3:before {
  content: "U";
}
.icon-software-layout-header-complex4:before {
  content: "V";
}
.icon-software-layout-header-sideleft:before {
  content: "W";
}
.icon-software-layout-header-sideright:before {
  content: "X";
}
.icon-software-layout-sidebar-left:before {
  content: "Y";
}
.icon-software-layout-sidebar-right:before {
  content: "Z";
}
.icon-software-magnete:before {
  content: "0";
}
.icon-software-pages:before {
  content: "1";
}
.icon-software-paintbrush:before {
  content: "2";
}
.icon-software-paintbucket:before {
  content: "3";
}
.icon-software-paintroller:before {
  content: "4";
}
.icon-software-paragraph:before {
  content: "5";
}
.icon-software-paragraph-align-left:before {
  content: "6";
}
.icon-software-paragraph-align-right:before {
  content: "7";
}
.icon-software-paragraph-center:before {
  content: "8";
}
.icon-software-paragraph-justify-all:before {
  content: "9";
}
.icon-software-paragraph-justify-center:before {
  content: "!";
}
.icon-software-paragraph-justify-left:before {
  content: '"';
}
.icon-software-paragraph-justify-right:before {
  content: "#";
}
.icon-software-paragraph-space-after:before {
  content: "$";
}
.icon-software-paragraph-space-before:before {
  content: "%";
}
.icon-software-pathfinder-exclude:before {
  content: "&";
}
.icon-software-pathfinder-intersect:before {
  content: "'";
}
.icon-software-pathfinder-subtract:before {
  content: "(";
}
.icon-software-pathfinder-unite:before {
  content: ")";
}
.icon-software-pen:before {
  content: "*";
}
.icon-software-pen-add:before {
  content: "+";
}
.icon-software-pen-remove:before {
  content: ",";
}
.icon-software-pencil:before {
  content: "-";
}
.icon-software-polygonallasso:before {
  content: ".";
}
.icon-software-reflect-horizontal:before {
  content: "/";
}
.icon-software-reflect-vertical:before {
  content: ":";
}
.icon-software-remove-vectorpoint:before {
  content: ";";
}
.icon-software-scale-expand:before {
  content: "<";
}
.icon-software-scale-reduce:before {
  content: "=";
}
.icon-software-selection-oval:before {
  content: ">";
}
.icon-software-selection-polygon:before {
  content: "?";
}
.icon-software-selection-rectangle:before {
  content: "@";
}
.icon-software-selection-roundedrectangle:before {
  content: "[";
}
.icon-software-shape-oval:before {
  content: "]";
}
.icon-software-shape-polygon:before {
  content: "^";
}
.icon-software-shape-rectangle:before {
  content: "_";
}
.icon-software-shape-roundedrectangle:before {
  content: "`";
}
.icon-software-slice:before {
  content: "{";
}
.icon-software-transform-bezier:before {
  content: "|";
}
.icon-software-vector-box:before {
  content: "}";
}
.icon-software-vector-composite:before {
  content: "~";
}
.icon-software-vector-line:before {
  content: "\\";
}
.icon-software-vertical-align-bottom:before {
  content: "\e000";
}
.icon-software-vertical-align-center:before {
  content: "\e001";
}
.icon-software-vertical-align-top:before {
  content: "\e002";
}
.icon-software-vertical-distribute-bottom:before {
  content: "\e003";
}
.icon-software-vertical-distribute-center:before {
  content: "\e004";
}
.icon-software-vertical-distribute-top:before {
  content: "\e005";
}
.icon-music-beginning-button:before {
  content: "a";
}
.icon-music-bell:before {
  content: "b";
}
.icon-music-cd:before {
  content: "c";
}
.icon-music-diapason:before {
  content: "d";
}
.icon-music-eject-button:before {
  content: "e";
}
.icon-music-end-button:before {
  content: "f";
}
.icon-music-fastforward-button:before {
  content: "g";
}
.icon-music-headphones:before {
  content: "h";
}
.icon-music-ipod:before {
  content: "i";
}
.icon-music-loudspeaker:before {
  content: "j";
}
.icon-music-microphone:before {
  content: "k";
}
.icon-music-microphone-old:before {
  content: "l";
}
.icon-music-mixer:before {
  content: "m";
}
.icon-music-mute:before {
  content: "n";
}
.icon-music-note-multiple:before {
  content: "o";
}
.icon-music-note-single:before {
  content: "p";
}
.icon-music-pause-button:before {
  content: "q";
}
.icon-music-play-button:before {
  content: "r";
}
.icon-music-playlist:before {
  content: "s";
}
.icon-music-radio-ghettoblaster:before {
  content: "t";
}
.icon-music-radio-portable:before {
  content: "u";
}
.icon-music-record:before {
  content: "v";
}
.icon-music-recordplayer:before {
  content: "w";
}
.icon-music-repeat-button:before {
  content: "x";
}
.icon-music-rewind-button:before {
  content: "y";
}
.icon-music-shuffle-button:before {
  content: "z";
}
.icon-music-stop-button:before {
  content: "A";
}
.icon-music-tape:before {
  content: "B";
}
.icon-music-volume-down:before {
  content: "C";
}
.icon-music-volume-up:before {
  content: "D";
}
.icon-ecommerce-bag:before {
  content: "a";
}
.icon-ecommerce-bag-check:before {
  content: "b";
}
.icon-ecommerce-bag-cloud:before {
  content: "c";
}
.icon-ecommerce-bag-download:before {
  content: "d";
}
.icon-ecommerce-bag-minus:before {
  content: "e";
}
.icon-ecommerce-bag-plus:before {
  content: "f";
}
.icon-ecommerce-bag-refresh:before {
  content: "g";
}
.icon-ecommerce-bag-remove:before {
  content: "h";
}
.icon-ecommerce-bag-search:before {
  content: "i";
}
.icon-ecommerce-bag-upload:before {
  content: "j";
}
.icon-ecommerce-banknote:before {
  content: "k";
}
.icon-ecommerce-banknotes:before {
  content: "l";
}
.icon-ecommerce-basket:before {
  content: "m";
}
.icon-ecommerce-basket-check:before {
  content: "n";
}
.icon-ecommerce-basket-cloud:before {
  content: "o";
}
.icon-ecommerce-basket-download:before {
  content: "p";
}
.icon-ecommerce-basket-minus:before {
  content: "q";
}
.icon-ecommerce-basket-plus:before {
  content: "r";
}
.icon-ecommerce-basket-refresh:before {
  content: "s";
}
.icon-ecommerce-basket-remove:before {
  content: "t";
}
.icon-ecommerce-basket-search:before {
  content: "u";
}
.icon-ecommerce-basket-upload:before {
  content: "v";
}
.icon-ecommerce-bath:before {
  content: "w";
}
.icon-ecommerce-cart:before {
  content: "x";
}
.icon-ecommerce-cart-check:before {
  content: "y";
}
.icon-ecommerce-cart-cloud:before {
  content: "z";
}
.icon-ecommerce-cart-content:before {
  content: "A";
}
.icon-ecommerce-cart-download:before {
  content: "B";
}
.icon-ecommerce-cart-minus:before {
  content: "C";
}
.icon-ecommerce-cart-plus:before {
  content: "D";
}
.icon-ecommerce-cart-refresh:before {
  content: "E";
}
.icon-ecommerce-cart-remove:before {
  content: "F";
}
.icon-ecommerce-cart-search:before {
  content: "G";
}
.icon-ecommerce-cart-upload:before {
  content: "H";
}
.icon-ecommerce-cent:before {
  content: "I";
}
.icon-ecommerce-colon:before {
  content: "J";
}
.icon-ecommerce-creditcard:before {
  content: "K";
}
.icon-ecommerce-diamond:before {
  content: "L";
}
.icon-ecommerce-dollar:before {
  content: "M";
}
.icon-ecommerce-euro:before {
  content: "N";
}
.icon-ecommerce-franc:before {
  content: "O";
}
.icon-ecommerce-gift:before {
  content: "P";
}
.icon-ecommerce-graph1:before {
  content: "Q";
}
.icon-ecommerce-graph2:before {
  content: "R";
}
.icon-ecommerce-graph3:before {
  content: "S";
}
.icon-ecommerce-graph-decrease:before {
  content: "T";
}
.icon-ecommerce-graph-increase:before {
  content: "U";
}
.icon-ecommerce-guarani:before {
  content: "V";
}
.icon-ecommerce-kips:before {
  content: "W";
}
.icon-ecommerce-lira:before {
  content: "X";
}
.icon-ecommerce-megaphone:before {
  content: "Y";
}
.icon-ecommerce-money:before {
  content: "Z";
}
.icon-ecommerce-naira:before {
  content: "0";
}
.icon-ecommerce-pesos:before {
  content: "1";
}
.icon-ecommerce-pound:before {
  content: "2";
}
.icon-ecommerce-receipt:before {
  content: "3";
}
.icon-ecommerce-receipt-bath:before {
  content: "4";
}
.icon-ecommerce-receipt-cent:before {
  content: "5";
}
.icon-ecommerce-receipt-dollar:before {
  content: "6";
}
.icon-ecommerce-receipt-euro:before {
  content: "7";
}
.icon-ecommerce-receipt-franc:before {
  content: "8";
}
.icon-ecommerce-receipt-guarani:before {
  content: "9";
}
.icon-ecommerce-receipt-kips:before {
  content: "!";
}
.icon-ecommerce-receipt-lira:before {
  content: '"';
}
.icon-ecommerce-receipt-naira:before {
  content: "#";
}
.icon-ecommerce-receipt-pesos:before {
  content: "$";
}
.icon-ecommerce-receipt-pound:before {
  content: "%";
}
.icon-ecommerce-receipt-rublo:before {
  content: "&";
}
.icon-ecommerce-receipt-rupee:before {
  content: "'";
}
.icon-ecommerce-receipt-tugrik:before {
  content: "(";
}
.icon-ecommerce-receipt-won:before {
  content: ")";
}
.icon-ecommerce-receipt-yen:before {
  content: "*";
}
.icon-ecommerce-receipt-yen2:before {
  content: "+";
}
.icon-ecommerce-recept-colon:before {
  content: ",";
}
.icon-ecommerce-rublo:before {
  content: "-";
}
.icon-ecommerce-rupee:before {
  content: ".";
}
.icon-ecommerce-safe:before {
  content: "/";
}
.icon-ecommerce-sale:before {
  content: ":";
}
.icon-ecommerce-sales:before {
  content: ";";
}
.icon-ecommerce-ticket:before {
  content: "<";
}
.icon-ecommerce-tugriks:before {
  content: "=";
}
.icon-ecommerce-wallet:before {
  content: ">";
}
.icon-ecommerce-won:before {
  content: "?";
}
.icon-ecommerce-yen:before {
  content: "@";
}
.icon-ecommerce-yen2:before {
  content: "[";
}
.icon-basic-elaboration-bookmark-checck:before {
  content: "a";
}
.icon-basic-elaboration-bookmark-minus:before {
  content: "b";
}
.icon-basic-elaboration-bookmark-plus:before {
  content: "c";
}
.icon-basic-elaboration-bookmark-remove:before {
  content: "d";
}
.icon-basic-elaboration-briefcase-check:before {
  content: "e";
}
.icon-basic-elaboration-briefcase-download:before {
  content: "f";
}
.icon-basic-elaboration-briefcase-flagged:before {
  content: "g";
}
.icon-basic-elaboration-briefcase-minus:before {
  content: "h";
}
.icon-basic-elaboration-briefcase-plus:before {
  content: "i";
}
.icon-basic-elaboration-briefcase-refresh:before {
  content: "j";
}
.icon-basic-elaboration-briefcase-remove:before {
  content: "k";
}
.icon-basic-elaboration-briefcase-search:before {
  content: "l";
}
.icon-basic-elaboration-briefcase-star:before {
  content: "m";
}
.icon-basic-elaboration-briefcase-upload:before {
  content: "n";
}
.icon-basic-elaboration-browser-check:before {
  content: "o";
}
.icon-basic-elaboration-browser-download:before {
  content: "p";
}
.icon-basic-elaboration-browser-minus:before {
  content: "q";
}
.icon-basic-elaboration-browser-plus:before {
  content: "r";
}
.icon-basic-elaboration-browser-refresh:before {
  content: "s";
}
.icon-basic-elaboration-browser-remove:before {
  content: "t";
}
.icon-basic-elaboration-browser-search:before {
  content: "u";
}
.icon-basic-elaboration-browser-star:before {
  content: "v";
}
.icon-basic-elaboration-browser-upload:before {
  content: "w";
}
.icon-basic-elaboration-calendar-check:before {
  content: "x";
}
.icon-basic-elaboration-calendar-cloud:before {
  content: "y";
}
.icon-basic-elaboration-calendar-download:before {
  content: "z";
}
.icon-basic-elaboration-calendar-empty:before {
  content: "A";
}
.icon-basic-elaboration-calendar-flagged:before {
  content: "B";
}
.icon-basic-elaboration-calendar-heart:before {
  content: "C";
}
.icon-basic-elaboration-calendar-minus:before {
  content: "D";
}
.icon-basic-elaboration-calendar-next:before {
  content: "E";
}
.icon-basic-elaboration-calendar-noaccess:before {
  content: "F";
}
.icon-basic-elaboration-calendar-pencil:before {
  content: "G";
}
.icon-basic-elaboration-calendar-plus:before {
  content: "H";
}
.icon-basic-elaboration-calendar-previous:before {
  content: "I";
}
.icon-basic-elaboration-calendar-refresh:before {
  content: "J";
}
.icon-basic-elaboration-calendar-remove:before {
  content: "K";
}
.icon-basic-elaboration-calendar-search:before {
  content: "L";
}
.icon-basic-elaboration-calendar-star:before {
  content: "M";
}
.icon-basic-elaboration-calendar-upload:before {
  content: "N";
}
.icon-basic-elaboration-cloud-check:before {
  content: "O";
}
.icon-basic-elaboration-cloud-download:before {
  content: "P";
}
.icon-basic-elaboration-cloud-minus:before {
  content: "Q";
}
.icon-basic-elaboration-cloud-noaccess:before {
  content: "R";
}
.icon-basic-elaboration-cloud-plus:before {
  content: "S";
}
.icon-basic-elaboration-cloud-refresh:before {
  content: "T";
}
.icon-basic-elaboration-cloud-remove:before {
  content: "U";
}
.icon-basic-elaboration-cloud-search:before {
  content: "V";
}
.icon-basic-elaboration-cloud-upload:before {
  content: "W";
}
.icon-basic-elaboration-document-check:before {
  content: "X";
}
.icon-basic-elaboration-document-cloud:before {
  content: "Y";
}
.icon-basic-elaboration-document-download:before {
  content: "Z";
}
.icon-basic-elaboration-document-flagged:before {
  content: "0";
}
.icon-basic-elaboration-document-graph:before {
  content: "1";
}
.icon-basic-elaboration-document-heart:before {
  content: "2";
}
.icon-basic-elaboration-document-minus:before {
  content: "3";
}
.icon-basic-elaboration-document-next:before {
  content: "4";
}
.icon-basic-elaboration-document-noaccess:before {
  content: "5";
}
.icon-basic-elaboration-document-note:before {
  content: "6";
}
.icon-basic-elaboration-document-pencil:before {
  content: "7";
}
.icon-basic-elaboration-document-picture:before {
  content: "8";
}
.icon-basic-elaboration-document-plus:before {
  content: "9";
}
.icon-basic-elaboration-document-previous:before {
  content: "!";
}
.icon-basic-elaboration-document-refresh:before {
  content: '"';
}
.icon-basic-elaboration-document-remove:before {
  content: "#";
}
.icon-basic-elaboration-document-search:before {
  content: "$";
}
.icon-basic-elaboration-document-star:before {
  content: "%";
}
.icon-basic-elaboration-document-upload:before {
  content: "&";
}
.icon-basic-elaboration-folder-check:before {
  content: "'";
}
.icon-basic-elaboration-folder-cloud:before {
  content: "(";
}
.icon-basic-elaboration-folder-document:before {
  content: ")";
}
.icon-basic-elaboration-folder-download:before {
  content: "*";
}
.icon-basic-elaboration-folder-flagged:before {
  content: "+";
}
.icon-basic-elaboration-folder-graph:before {
  content: ",";
}
.icon-basic-elaboration-folder-heart:before {
  content: "-";
}
.icon-basic-elaboration-folder-minus:before {
  content: ".";
}
.icon-basic-elaboration-folder-next:before {
  content: "/";
}
.icon-basic-elaboration-folder-noaccess:before {
  content: ":";
}
.icon-basic-elaboration-folder-note:before {
  content: ";";
}
.icon-basic-elaboration-folder-pencil:before {
  content: "<";
}
.icon-basic-elaboration-folder-picture:before {
  content: "=";
}
.icon-basic-elaboration-folder-plus:before {
  content: ">";
}
.icon-basic-elaboration-folder-previous:before {
  content: "?";
}
.icon-basic-elaboration-folder-refresh:before {
  content: "@";
}
.icon-basic-elaboration-folder-remove:before {
  content: "[";
}
.icon-basic-elaboration-folder-search:before {
  content: "]";
}
.icon-basic-elaboration-folder-star:before {
  content: "^";
}
.icon-basic-elaboration-folder-upload:before {
  content: "_";
}
.icon-basic-elaboration-mail-check:before {
  content: "`";
}
.icon-basic-elaboration-mail-cloud:before {
  content: "{";
}
.icon-basic-elaboration-mail-document:before {
  content: "|";
}
.icon-basic-elaboration-mail-download:before {
  content: "}";
}
.icon-basic-elaboration-mail-flagged:before {
  content: "~";
}
.icon-basic-elaboration-mail-heart:before {
  content: "\\";
}
.icon-basic-elaboration-mail-next:before {
  content: "\e000";
}
.icon-basic-elaboration-mail-noaccess:before {
  content: "\e001";
}
.icon-basic-elaboration-mail-note:before {
  content: "\e002";
}
.icon-basic-elaboration-mail-pencil:before {
  content: "\e003";
}
.icon-basic-elaboration-mail-picture:before {
  content: "\e004";
}
.icon-basic-elaboration-mail-previous:before {
  content: "\e005";
}
.icon-basic-elaboration-mail-refresh:before {
  content: "\e006";
}
.icon-basic-elaboration-mail-remove:before {
  content: "\e007";
}
.icon-basic-elaboration-mail-search:before {
  content: "\e008";
}
.icon-basic-elaboration-mail-star:before {
  content: "\e009";
}
.icon-basic-elaboration-mail-upload:before {
  content: "\e00a";
}
.icon-basic-elaboration-message-check:before {
  content: "\e00b";
}
.icon-basic-elaboration-message-dots:before {
  content: "\e00c";
}
.icon-basic-elaboration-message-happy:before {
  content: "\e00d";
}
.icon-basic-elaboration-message-heart:before {
  content: "\e00e";
}
.icon-basic-elaboration-message-minus:before {
  content: "\e00f";
}
.icon-basic-elaboration-message-note:before {
  content: "\e010";
}
.icon-basic-elaboration-message-plus:before {
  content: "\e011";
}
.icon-basic-elaboration-message-refresh:before {
  content: "\e012";
}
.icon-basic-elaboration-message-remove:before {
  content: "\e013";
}
.icon-basic-elaboration-message-sad:before {
  content: "\e014";
}
.icon-basic-elaboration-smartphone-cloud:before {
  content: "\e015";
}
.icon-basic-elaboration-smartphone-heart:before {
  content: "\e016";
}
.icon-basic-elaboration-smartphone-noaccess:before {
  content: "\e017";
}
.icon-basic-elaboration-smartphone-note:before {
  content: "\e018";
}
.icon-basic-elaboration-smartphone-pencil:before {
  content: "\e019";
}
.icon-basic-elaboration-smartphone-picture:before {
  content: "\e01a";
}
.icon-basic-elaboration-smartphone-refresh:before {
  content: "\e01b";
}
.icon-basic-elaboration-smartphone-search:before {
  content: "\e01c";
}
.icon-basic-elaboration-tablet-cloud:before {
  content: "\e01d";
}
.icon-basic-elaboration-tablet-heart:before {
  content: "\e01e";
}
.icon-basic-elaboration-tablet-noaccess:before {
  content: "\e01f";
}
.icon-basic-elaboration-tablet-note:before {
  content: "\e020";
}
.icon-basic-elaboration-tablet-pencil:before {
  content: "\e021";
}
.icon-basic-elaboration-tablet-picture:before {
  content: "\e022";
}
.icon-basic-elaboration-tablet-refresh:before {
  content: "\e023";
}
.icon-basic-elaboration-tablet-search:before {
  content: "\e024";
}
.icon-basic-elaboration-todolist-2:before {
  content: "\e025";
}
.icon-basic-elaboration-todolist-check:before {
  content: "\e026";
}
.icon-basic-elaboration-todolist-cloud:before {
  content: "\e027";
}
.icon-basic-elaboration-todolist-download:before {
  content: "\e028";
}
.icon-basic-elaboration-todolist-flagged:before {
  content: "\e029";
}
.icon-basic-elaboration-todolist-minus:before {
  content: "\e02a";
}
.icon-basic-elaboration-todolist-noaccess:before {
  content: "\e02b";
}
.icon-basic-elaboration-todolist-pencil:before {
  content: "\e02c";
}
.icon-basic-elaboration-todolist-plus:before {
  content: "\e02d";
}
.icon-basic-elaboration-todolist-refresh:before {
  content: "\e02e";
}
.icon-basic-elaboration-todolist-remove:before {
  content: "\e02f";
}
.icon-basic-elaboration-todolist-search:before {
  content: "\e030";
}
.icon-basic-elaboration-todolist-star:before {
  content: "\e031";
}
.icon-basic-elaboration-todolist-upload:before {
  content: "\e032";
}
.icon-basic-accelerator:before {
  content: "a";
}
.icon-basic-alarm:before {
  content: "b";
}
.icon-basic-anchor:before {
  content: "c";
}
.icon-basic-anticlockwise:before {
  content: "d";
}
.icon-basic-archive:before {
  content: "e";
}
.icon-basic-archive-full:before {
  content: "f";
}
.icon-basic-ban:before {
  content: "g";
}
.icon-basic-battery-charge:before {
  content: "h";
}
.icon-basic-battery-empty:before {
  content: "i";
}
.icon-basic-battery-full:before {
  content: "j";
}
.icon-basic-battery-half:before {
  content: "k";
}
.icon-basic-bolt:before {
  content: "l";
}
.icon-basic-book:before {
  content: "m";
}
.icon-basic-book-pen:before {
  content: "n";
}
.icon-basic-book-pencil:before {
  content: "o";
}
.icon-basic-bookmark:before {
  content: "p";
}
.icon-basic-calculator:before {
  content: "q";
}
.icon-basic-calendar:before {
  content: "r";
}
.icon-basic-cards-diamonds:before {
  content: "s";
}
.icon-basic-cards-hearts:before {
  content: "t";
}
.icon-basic-case:before {
  content: "u";
}
.icon-basic-chronometer:before {
  content: "v";
}
.icon-basic-clessidre:before {
  content: "w";
}
.icon-basic-clock:before {
  content: "x";
}
.icon-basic-clockwise:before {
  content: "y";
}
.icon-basic-cloud:before {
  content: "z";
}
.icon-basic-clubs:before {
  content: "A";
}
.icon-basic-compass:before {
  content: "B";
}
.icon-basic-cup:before {
  content: "C";
}
.icon-basic-diamonds:before {
  content: "D";
}
.icon-basic-display:before {
  content: "E";
}
.icon-basic-download:before {
  content: "F";
}
.icon-basic-exclamation:before {
  content: "G";
}
.icon-basic-eye:before {
  content: "H";
}
.icon-basic-eye-closed:before {
  content: "I";
}
.icon-basic-female:before {
  content: "J";
}
.icon-basic-flag1:before {
  content: "K";
}
.icon-basic-flag2:before {
  content: "L";
}
.icon-basic-floppydisk:before {
  content: "M";
}
.icon-basic-folder:before {
  content: "N";
}
.icon-basic-folder-multiple:before {
  content: "O";
}
.icon-basic-gear:before {
  content: "P";
}
.icon-basic-geolocalize-01:before {
  content: "Q";
}
.icon-basic-geolocalize-05:before {
  content: "R";
}
.icon-basic-globe:before {
  content: "S";
}
.icon-basic-gunsight:before {
  content: "T";
}
.icon-basic-hammer:before {
  content: "U";
}
.icon-basic-headset:before {
  content: "V";
}
.icon-basic-heart:before {
  content: "W";
}
.icon-basic-heart-broken:before {
  content: "X";
}
.icon-basic-helm:before {
  content: "Y";
}
.icon-basic-home:before {
  content: "Z";
}
.icon-basic-info:before {
  content: "0";
}
.icon-basic-ipod:before {
  content: "1";
}
.icon-basic-joypad:before {
  content: "2";
}
.icon-basic-key:before {
  content: "3";
}
.icon-basic-keyboard:before {
  content: "4";
}
.icon-basic-laptop:before {
  content: "5";
}
.icon-basic-life-buoy:before {
  content: "6";
}
.icon-basic-lightbulb:before {
  content: "7";
}
.icon-basic-link:before {
  content: "8";
}
.icon-basic-lock:before {
  content: "9";
}
.icon-basic-lock-open:before {
  content: "!";
}
.icon-basic-magic-mouse:before {
  content: '"';
}
.icon-basic-magnifier:before {
  content: "#";
}
.icon-basic-magnifier-minus:before {
  content: "$";
}
.icon-basic-magnifier-plus:before {
  content: "%";
}
.icon-basic-mail:before {
  content: "&";
}
.icon-basic-mail-multiple:before {
  content: "'";
}
.icon-basic-mail-open:before {
  content: "(";
}
.icon-basic-mail-open-text:before {
  content: ")";
}
.icon-basic-male:before {
  content: "*";
}
.icon-basic-map:before {
  content: "+";
}
.icon-basic-message:before {
  content: ",";
}
.icon-basic-message-multiple:before {
  content: "-";
}
.icon-basic-message-txt:before {
  content: ".";
}
.icon-basic-mixer2:before {
  content: "/";
}
.icon-basic-mouse:before {
  content: ":";
}
.icon-basic-notebook:before {
  content: ";";
}
.icon-basic-notebook-pen:before {
  content: "<";
}
.icon-basic-notebook-pencil:before {
  content: "=";
}
.icon-basic-paperplane:before {
  content: ">";
}
.icon-basic-pencil-ruler:before {
  content: "?";
}
.icon-basic-pencil-ruler-pen:before {
  content: "@";
}
.icon-basic-photo:before {
  content: "[";
}
.icon-basic-picture:before {
  content: "]";
}
.icon-basic-picture-multiple:before {
  content: "^";
}
.icon-basic-pin1:before {
  content: "_";
}
.icon-basic-pin2:before {
  content: "`";
}
.icon-basic-postcard:before {
  content: "{";
}
.icon-basic-postcard-multiple:before {
  content: "|";
}
.icon-basic-printer:before {
  content: "}";
}
.icon-basic-question:before {
  content: "~";
}
.icon-basic-rss:before {
  content: "\\";
}
.icon-basic-server:before {
  content: "\e000";
}
.icon-basic-server2:before {
  content: "\e001";
}
.icon-basic-server-cloud:before {
  content: "\e002";
}
.icon-basic-server-download:before {
  content: "\e003";
}
.icon-basic-server-upload:before {
  content: "\e004";
}
.icon-basic-settings:before {
  content: "\e005";
}
.icon-basic-share:before {
  content: "\e006";
}
.icon-basic-sheet:before {
  content: "\e007";
}
.icon-basic-sheet-multiple:before {
  content: "\e008";
}
.icon-basic-sheet-pen:before {
  content: "\e009";
}
.icon-basic-sheet-pencil:before {
  content: "\e00a";
}
.icon-basic-sheet-txt:before {
  content: "\e00b";
}
.icon-basic-signs:before {
  content: "\e00c";
}
.icon-basic-smartphone:before {
  content: "\e00d";
}
.icon-basic-spades:before {
  content: "\e00e";
}
.icon-basic-spread:before {
  content: "\e00f";
}
.icon-basic-spread-bookmark:before {
  content: "\e010";
}
.icon-basic-spread-text:before {
  content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}
.icon-basic-star:before {
  content: "\e013";
}
.icon-basic-tablet:before {
  content: "\e014";
}
.icon-basic-target:before {
  content: "\e015";
}
.icon-basic-todo:before {
  content: "\e016";
}
.icon-basic-todo-pen:before {
  content: "\e017";
}
.icon-basic-todo-pencil:before {
  content: "\e018";
}
.icon-basic-todo-txt:before {
  content: "\e019";
}
.icon-basic-todolist-pen:before {
  content: "\e01a";
}
.icon-basic-todolist-pencil:before {
  content: "\e01b";
}
.icon-basic-trashcan:before {
  content: "\e01c";
}
.icon-basic-trashcan-full:before {
  content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}
.icon-basic-trashcan-remove:before {
  content: "\e01f";
}
.icon-basic-upload:before {
  content: "\e020";
}
.icon-basic-usb:before {
  content: "\e021";
}
.icon-basic-video:before {
  content: "\e022";
}
.icon-basic-watch:before {
  content: "\e023";
}
.icon-basic-webpage:before {
  content: "\e024";
}
.icon-basic-webpage-img-txt:before {
  content: "\e025";
}
.icon-basic-webpage-multiple:before {
  content: "\e026";
}
.icon-basic-webpage-txt:before {
  content: "\e027";
}
.icon-basic-world:before {
  content: "\e028";
}
.icon-arrows-anticlockwise:before {
  content: "\e000";
}
.icon-arrows-anticlockwise-dashed:before {
  content: "\e001";
}
.icon-arrows-button-down:before {
  content: "\e002";
}
.icon-arrows-button-off:before {
  content: "\e003";
}
.icon-arrows-button-on:before {
  content: "\e004";
}
.icon-arrows-button-up:before {
  content: "\e005";
}
.icon-arrows-check:before {
  content: "\e006";
}
.icon-arrows-circle-check:before {
  content: "\e007";
}
.icon-arrows-circle-down:before {
  content: "\e008";
}
.icon-arrows-circle-downleft:before {
  content: "\e009";
}
.icon-arrows-circle-downright:before {
  content: "\e00a";
}
.icon-arrows-circle-left:before {
  content: "\e00b";
}
.icon-arrows-circle-minus:before {
  content: "\e00c";
}
.icon-arrows-circle-plus:before {
  content: "\e00d";
}
.icon-arrows-circle-remove:before {
  content: "\e00e";
}
.icon-arrows-circle-right:before {
  content: "\e00f";
}
.icon-arrows-circle-up:before {
  content: "\e010";
}
.icon-arrows-circle-upleft:before {
  content: "\e011";
}
.icon-arrows-circle-upright:before {
  content: "\e012";
}
.icon-arrows-clockwise:before {
  content: "\e013";
}
.icon-arrows-clockwise-dashed:before {
  content: "\e014";
}
.icon-arrows-compress:before {
  content: "\e015";
}
.icon-arrows-deny:before {
  content: "\e016";
}
.icon-arrows-diagonal:before {
  content: "\e017";
}
.icon-arrows-diagonal2:before {
  content: "\e018";
}
.icon-arrows-down:before {
  content: "\e019";
}
.icon-arrows-down-double:before {
  content: "\e01a";
}
.icon-arrows-downleft:before {
  content: "\e01b";
}
.icon-arrows-downright:before {
  content: "\e01c";
}
.icon-arrows-drag-down:before {
  content: "\e01d";
}
.icon-arrows-drag-down-dashed:before {
  content: "\e01e";
}
.icon-arrows-drag-horiz:before {
  content: "\e01f";
}
.icon-arrows-drag-left:before {
  content: "\e020";
}
.icon-arrows-drag-left-dashed:before {
  content: "\e021";
}
.icon-arrows-drag-right:before {
  content: "\e022";
}
.icon-arrows-drag-right-dashed:before {
  content: "\e023";
}
.icon-arrows-drag-up:before {
  content: "\e024";
}
.icon-arrows-drag-up-dashed:before {
  content: "\e025";
}
.icon-arrows-drag-vert:before {
  content: "\e026";
}
.icon-arrows-exclamation:before {
  content: "\e027";
}
.icon-arrows-expand:before {
  content: "\e028";
}
.icon-arrows-expand-diagonal1:before {
  content: "\e029";
}
.icon-arrows-expand-horizontal1:before {
  content: "\e02a";
}
.icon-arrows-expand-vertical1:before {
  content: "\e02b";
}
.icon-arrows-fit-horizontal:before {
  content: "\e02c";
}
.icon-arrows-fit-vertical:before {
  content: "\e02d";
}
.icon-arrows-glide:before {
  content: "\e02e";
}
.icon-arrows-glide-horizontal:before {
  content: "\e02f";
}
.icon-arrows-glide-vertical:before {
  content: "\e030";
}
.icon-arrows-hamburger1:before {
  content: "\e031";
}
.icon-arrows-hamburger-2:before {
  content: "\e032";
}
.icon-arrows-horizontal:before {
  content: "\e033";
}
.icon-arrows-info:before {
  content: "\e034";
}
.icon-arrows-keyboard-alt:before {
  content: "\e035";
}
.icon-arrows-keyboard-cmd:before {
  content: "\e036";
}
.icon-arrows-keyboard-delete:before {
  content: "\e037";
}
.icon-arrows-keyboard-down:before {
  content: "\e038";
}
.icon-arrows-keyboard-left:before {
  content: "\e039";
}
.icon-arrows-keyboard-return:before {
  content: "\e03a";
}
.icon-arrows-keyboard-right:before {
  content: "\e03b";
}
.icon-arrows-keyboard-shift:before {
  content: "\e03c";
}
.icon-arrows-keyboard-tab:before {
  content: "\e03d";
}
.icon-arrows-keyboard-up:before {
  content: "\e03e";
}
.icon-arrows-left:before {
  content: "\e03f";
}
.icon-arrows-left-double-32:before {
  content: "\e040";
}
.icon-arrows-minus:before {
  content: "\e041";
}
.icon-arrows-move:before {
  content: "\e042";
}
.icon-arrows-move2:before {
  content: "\e043";
}
.icon-arrows-move-bottom:before {
  content: "\e044";
}
.icon-arrows-move-left:before {
  content: "\e045";
}
.icon-arrows-move-right:before {
  content: "\e046";
}
.icon-arrows-move-top:before {
  content: "\e047";
}
.icon-arrows-plus:before {
  content: "\e048";
}
.icon-arrows-question:before {
  content: "\e049";
}
.icon-arrows-remove:before {
  content: "\e04a";
}
.icon-arrows-right:before {
  content: "\e04b";
}
.icon-arrows-right-double:before {
  content: "\e04c";
}
.icon-arrows-rotate:before {
  content: "\e04d";
}
.icon-arrows-rotate-anti:before {
  content: "\e04e";
}
.icon-arrows-rotate-anti-dashed:before {
  content: "\e04f";
}
.icon-arrows-rotate-dashed:before {
  content: "\e050";
}
.icon-arrows-shrink:before {
  content: "\e051";
}
.icon-arrows-shrink-diagonal1:before {
  content: "\e052";
}
.icon-arrows-shrink-diagonal2:before {
  content: "\e053";
}
.icon-arrows-shrink-horizonal2:before {
  content: "\e054";
}
.icon-arrows-shrink-horizontal1:before {
  content: "\e055";
}
.icon-arrows-shrink-vertical1:before {
  content: "\e056";
}
.icon-arrows-shrink-vertical2:before {
  content: "\e057";
}
.icon-arrows-sign-down:before {
  content: "\e058";
}
.icon-arrows-sign-left:before {
  content: "\e059";
}
.icon-arrows-sign-right:before {
  content: "\e05a";
}
.icon-arrows-sign-up:before {
  content: "\e05b";
}
.icon-arrows-slide-down1:before {
  content: "\e05c";
}
.icon-arrows-slide-down2:before {
  content: "\e05d";
}
.icon-arrows-slide-left1:before {
  content: "\e05e";
}
.icon-arrows-slide-left2:before {
  content: "\e05f";
}
.icon-arrows-slide-right1:before {
  content: "\e060";
}
.icon-arrows-slide-right2:before {
  content: "\e061";
}
.icon-arrows-slide-up1:before {
  content: "\e062";
}
.icon-arrows-slide-up2:before {
  content: "\e063";
}
.icon-arrows-slim-down:before {
  content: "\e064";
}
.icon-arrows-slim-down-dashed:before {
  content: "\e065";
}
.icon-arrows-slim-left:before {
  content: "\e066";
}
.icon-arrows-slim-left-dashed:before {
  content: "\e067";
}
.icon-arrows-slim-right:before {
  content: "\e068";
}
.icon-arrows-slim-right-dashed:before {
  content: "\e069";
}
.icon-arrows-slim-up:before {
  content: "\e06a";
}
.icon-arrows-slim-up-dashed:before {
  content: "\e06b";
}
.icon-arrows-square-check:before {
  content: "\e06c";
}
.icon-arrows-square-down:before {
  content: "\e06d";
}
.icon-arrows-square-downleft:before {
  content: "\e06e";
}
.icon-arrows-square-downright:before {
  content: "\e06f";
}
.icon-arrows-square-left:before {
  content: "\e070";
}
.icon-arrows-square-minus:before {
  content: "\e071";
}
.icon-arrows-square-plus:before {
  content: "\e072";
}
.icon-arrows-square-remove:before {
  content: "\e073";
}
.icon-arrows-square-right:before {
  content: "\e074";
}
.icon-arrows-square-up:before {
  content: "\e075";
}
.icon-arrows-square-upleft:before {
  content: "\e076";
}
.icon-arrows-square-upright:before {
  content: "\e077";
}
.icon-arrows-squares:before {
  content: "\e078";
}
.icon-arrows-stretch-diagonal1:before {
  content: "\e079";
}
.icon-arrows-stretch-diagonal2:before {
  content: "\e07a";
}
.icon-arrows-stretch-diagonal3:before {
  content: "\e07b";
}
.icon-arrows-stretch-diagonal4:before {
  content: "\e07c";
}
.icon-arrows-stretch-horizontal1:before {
  content: "\e07d";
}
.icon-arrows-stretch-horizontal2:before {
  content: "\e07e";
}
.icon-arrows-stretch-vertical1:before {
  content: "\e07f";
}
.icon-arrows-stretch-vertical2:before {
  content: "\e080";
}
.icon-arrows-switch-horizontal:before {
  content: "\e081";
}
.icon-arrows-switch-vertical:before {
  content: "\e082";
}
.icon-arrows-up:before {
  content: "\e083";
}
.icon-arrows-up-double-33:before {
  content: "\e084";
}
.icon-arrows-upleft:before {
  content: "\e085";
}
.icon-arrows-upright:before {
  content: "\e086";
}
.icon-arrows-vertical:before {
  content: "\e087";
}

/*! Fancybox --------- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/*.fancybox-lock { overflow: hidden !important; width: auto; }
	.fancybox-lock body { overflow: hidden !important; }
	.fancybox-lock-test { overflow-y: hidden !important; }*/
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
/*.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }*/

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: rgb(50, 50, 50);
  background: -moz-linear-gradient(
    top,
    rgb(68, 68, 68) 0%,
    rgb(52, 52, 52) 50%,
    rgb(41, 41, 41) 50%,
    rgb(51, 51, 51) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(68, 68, 68)),
    color-stop(50%, rgb(52, 52, 52)),
    color-stop(50%, rgb(41, 41, 41)),
    color-stop(100%, rgb(51, 51, 51))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(68, 68, 68) 0%,
    rgb(52, 52, 52) 50%,
    rgb(41, 41, 41) 50%,
    rgb(51, 51, 51) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(68, 68, 68) 0%,
    rgb(52, 52, 52) 50%,
    rgb(41, 41, 41) 50%,
    rgb(51, 51, 51) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(68, 68, 68) 0%,
    rgb(52, 52, 52) 50%,
    rgb(41, 41, 41) 50%,
    rgb(51, 51, 51) 100%
  );
  background: linear-gradient(
    top,
    rgb(68, 68, 68) 0%,
    rgb(52, 52, 52) 50%,
    rgb(41, 41, 41) 50%,
    rgb(51, 51, 51) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(../images/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

/* Responsive --------- */
@media only screen and (max-height: 1000px) {
  #welcome article {
    padding-top: 220px;
  }
}
@media only screen and (max-width: 1200px) {
  #top h1,
  #featured,
  #content,
  #footer > *,
  #top > .list-b,
  #root > .notice-a,
  body > .notice-a,
  .notice-a-wrapper > .notice-a,
  .home-a > *,
  #welcome article header,
  .home-a article.b header {
    width: 960px;
  }
  #nav {
    width: 755px;
    margin-right: -480px;
  }
  #top > .list-b {
    margin-left: -480px;
  }
  #footer {
  }
  #footer > * > .vcard,
  #footer > * > nav,
  #footer > * > form {
    width: 37%;
    margin-right: 0;
  }
  #footer > * > .vcard {
    width: 26%;
    padding-right: 2%;
  }
  #footer > * > .vcard > * {
    max-width: 190px;
  }
  #footer form {
  }
  #footer form p {
    padding-right: 130px;
  }
  #footer form button {
    width: 120px;
  }

  .cols-a {
  }
  .cols-a > *:first-child {
    width: 580px;
  }

  .gallery-a {
    width: auto;
    margin-left: -20px;
  }
  .gallery-a > li {
    width: 33.33333%;
    height: auto;
    margin-right: 0;
    border-left: 20px solid rgba(0, 0, 0, 0);
  }
  .gallery-a > li > div {
    width: 100%;
    padding-bottom: 10px;
  }
  .gallery-a > li h2,
  .gallery-a > li h3 {
    left: 0;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .gallery-a > li p {
    font-size: 1.3em;
  }
  .gallery-a > li p,
  .gallery-a > li p.link-b {
    margin-bottom: 10px;
  }
  .list-c {
  }
  .list-c .li:hover:after,
  .list-d div.li:hover:after {
    left: 0;
    width: 100%;
    margin: 0;
  }
  .list-d {
  }
  .list-d div.li {
    overflow: hidden;
    border-radius: 4px;
  }
  .list-d .social-a {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .list-d .social-a:after {
    content: "";
    position: absolute;
    left: -1000em;
    top: 0;
    z-index: 1;
    width: 3000em;
    height: 100%;
    background: #22d18f;
  }
  .pagination-a {
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  .pagination-a > * {
    left: 0;
    float: none;
  }
  .pagination-a li {
    display: -moz-inline-stack;
    display: inline-block;
    left: 0;
    float: none;
    margin-bottom: 9px;
    padding-left: 6px;
  }
  .pagination-a li a {
    display: -moz-inline-stack;
    display: inline-block;
  }

  .form-a {
  }
  .form-a p > span {
    width: 186.5px;
  }

  .list-c.normal,
  .list-d.normal {
    position: relative;
    left: 0;
    top: 0;
  }
  .list-c.wide,
  .list-d.wide {
    position: absolute;
    left: -3000em;
    top: -3000em;
  }
  #footer > * > .vcard,
  .gallery-a > li,
  .gallery-a > li > div,
  .gallery-a > li h2,
  .gallery-a > li h3,
  .notice-a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
}
@media only screen and (max-width: 1000px) {
  #top h1,
  #featured,
  #content,
  #footer > *,
  #top > .list-b,
  #root > .notice-a,
  body > .notice-a,
  .notice-a-wrapper > .notice-a,
  .slider-a .quote-a,
  .home-a > *,
  .module-a > *,
  #welcome article header,
  .home-a article.b header {
    width: 720px;
  }
  #nav {
    width: 515px;
    margin-right: -360px;
  }
  #top > .list-b {
    margin-left: -360px;
  }
  #welcome {
  }
  #welcome article h1,
  #welcome article h2,
  #welcome article p {
    width: auto;
  }
  #footer {
  }
  #footer form {
  }
  #footer form p {
    padding-right: 110px;
  }
  #footer form button {
    width: 100px;
  }

  .cols-a {
  }
  .cols-a > *:first-child {
    width: 440px;
  }
  .cols-a > aside {
    width: 212px;
  }

  .gallery-a {
    width: auto;
    margin-left: -20px;
  }
  .gallery-a > li {
    width: 50%;
  }
  .gallery-a > li > div {
    padding-bottom: 0;
  }
  .gallery-a > li p {
    margin: 0 0 33px;
    font-size: 1.5em;
  }
  .gallery-a > li p.link-b {
    margin: 0 0 28px;
    font-size: 1.4em;
  }
  .gallery-b {
  }
  .gallery-b li {
    width: 49.9999%;
  }
  .list-e {
  }
  .list-e .li li {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .list-f {
  }
  .list-f > li > ul {
    padding: 0 15px;
  }
  .list-f > li > a {
    margin-left: 20px;
    margin-right: 20px;
  }
  .logo-a {
    padding: 0;
  }

  .form-a {
  }
  #root .form-a p > span {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  #root .form-a p > span:last-child {
    margin-bottom: 0;
  }

  #root .desktop-hide,
  #root .tablet-only {
    position: relative;
    left: 0;
    top: 0;
  }
  #root .desktop-only,
  #root .tablet-hide,
  #nav > ul > li.desktop-only {
    position: absolute;
    left: -3000em !important;
    top: -3000em !important;
    bottom: inherit;
    right: inherit;
  }

  #nav,
  .form-a p > span {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
}
@media only screen and (max-width: 760px) {
  #top h1,
  #featured,
  #content,
  #footer > *,
  #nav,
  #top > .list-b,
  #contact > form,
  #contact > header,
  #root > .notice-a,
  body > .notice-a,
  .notice-a-wrapper > .notice-a,
  .home-a > *,
  .module-a > *,
  #welcome article header,
  .home-a article.b header {
    width: 90%;
  }
  #top {
    overflow: hidden;
  }
  #top.a,
  #welcome + #root #top {
    overflow: visible;
  }
  #welcome article {
    padding-top: 120px;
  }
  #welcome article h1,
  #welcome article h2 {
    font-size: 4em;
  }
  #welcome article p {
    font-size: 2em;
  }
  #nav,
  #welcome + #root #nav,
  #top.a #nav {
    right: 5%;
    top: -3000em;
    width: auto;
    min-width: 35%;
    max-width: 75%;
    margin: 0;
    padding: 5px 0;
    background: #ffd700;
  }
  #top.active #nav {
    top: 86px;
  }
  #top.a.active #nav {
    top: 69px;
  }
  #welcome #top {
    padding-bottom: 100px;
  }
  #welcome + #root #top.active #nav {
    top: 70px;
  }
  #welcome #nav > ul,
  #root #nav > ul,
  #welcome + #root #nav > ul,
  #top.a #nav > ul {
    float: none;
    width: auto;
  }
  #welcome #nav > ul > li,
  #root #nav > ul > li,
  #welcome + #root #nav > ul > li,
  #top.a #nav > ul > li {
    float: none;
    margin: 0;
    padding: 0;
  }
  #welcome #nav > ul > li > a,
  #root #nav > ul > li > a,
  #welcome + #root #nav > ul > li > a,
  #top.a #nav > ul > li > a {
    display: block;
    float: none;
    height: auto;
    margin: 0;
    padding: 8px 20px;
    border-radius: 0;
    border: 0;
    color: #fff !important;
    line-height: 1.5;
  }
  #root #nav > ul > li.active > a,
  #welcome + #root #nav > ul > li.active > a,
  #welcome #nav > ul > li.active > a,
  #top.a #nav > ul > li.active > a,
  #top.a #nav > ul > li > a:hover {
    background: #bbb66d;
  }
  #welcome #nav > ul > li > a:after,
  #root #nav > ul > li > a:after,
  #welcome + #root #nav > ul > li > a:after,
  #top.a #nav > ul > li > a:after {
    background: none !important;
  }
  #top > .fit-a,
  #top.a > .fit-a {
    display: block;
    position: absolute;
    right: 5%;
    top: 36px;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: url(../images/nav-a.png) no-repeat #ffd700;
    background-size: 100% 100%;
    cursor: pointer;
  }
  #top.active > .fit-a,
  #top.a.active > .fit-a {
    border-radius: 5px 5px 0 0;
  }
  #top.a > .fit-a {
    top: 19px;
  }
  #welcome + #root #top > .fit-a {
    top: 20px;
  }
  #top > video {
    width: auto !important;
    height: 100% !important;
  }
  #top > .list-b {
    left: 5%;
    margin-left: 0;
  }
  #featured {
  }
  #featured h1,
  #featured h2 {
    font-size: 5em;
  }
  #featured p {
    font-size: 2em;
  }
  #contact {
    height: auto;
    padding: 150px 0;
  }
  #contact > header {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto 50px;
  }
  #contact > header:after {
    background: none;
  }
  #contact > form {
    left: 0;
  }
  #contact > form fieldset {
    float: none;
    width: auto;
  }
  #contact > figure {
    bottom: 0;
  }
  #contact > figure > * {
    left: 0;
  }
  #footer {
  }
  #footer > * > .vcard {
    margin-bottom: 60px;
    padding-right: 0;
  }
  #footer > * > .vcard > * {
    max-width: none;
  }
  #footer form {
  }
  #footer form p {
    padding: 0;
  }
  #footer form button {
    position: relative;
    float: none;
    width: 100%;
    margin: 10px 0 0;
  }

  #featured,
  #welcome article figure,
  #welcome article header,
  #top > figure {
    top: 0 !important;
    bottom: 0 !important;
    opacity: 1 !important;
  }
  #top > figure {
    top: 0 !important;
    bottom: 0 !important;
    background-attachment: scroll;
  }
  #welcome article h1,
  #welcome article h2,
  #welcome article p,
  #welcome #top,
  #welcome .bx-pager,
  #welcome article header {
    opacity: 1 !important;
  }
  #welcome article header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .gallery-a {
    margin-left: 0;
  }
  .gallery-a > li {
    float: none;
    width: auto;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
  }
  .gallery-a > li p,
  .gallery-a > li p.link-b {
    margin-bottom: 15px;
  }
  .gallery-b {
  }
  .gallery-b li {
    float: none;
    width: auto;
  }
  .list-b {
  }
  #root .list-b li a:after {
    background: none;
  }
  .list-c,
  .list-d,
  .logo-a {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .list-c .bx-prev,
  .list-d .bx-prev,
  .logo-a .bx-prev,
  .slider-a .bx-prev {
    left: 0;
  }
  .list-c .bx-next,
  .list-d .bx-next,
  .logo-a .bx-next,
  .slider-a .bx-next {
    right: 0;
  }
  .list-c .li {
    padding-bottom: 0;
  }
  .list-c li a {
    position: relative;
    left: 0;
    top: 0;
    background: #ffd700;
    color: #fff;
  }
  .list-c li a > .fit-a {
    background: #b8bb1f;
  }
  .list-c .li:hover {
    color: #687177;
    text-shadow: none;
  }
  .list-c .li:hover:after {
    background: none;
  }
  .list-c .li:hover .header {
    margin: 0;
    color: #283a44;
  }
  .list-c .li:hover .header i {
    top: 0;
  }
  .list-d {
  }
  .list-d div.li > li {
    width: auto;
  }
  .list-d li > span {
    position: relative;
    left: 0;
    top: 0;
  }
  .list-d li .social-a {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
  }
  #root .list-d .social-a li.fb a {
    background-position: -186px -28px;
  }
  #root .list-d .social-a li.gl a {
    background-position: -203px -28px;
  }
  #root .list-d .social-a li.li a {
    background-position: -220px -28px;
  }
  #root .list-d .social-a li.tw a {
    background-position: -238px -28px;
  }
  #root .list-d .social-a li.dr a {
    background-position: -256px -28px;
  }
  .list-d div.li:hover {
    color: #687177;
    text-shadow: none;
  }
  .list-d div.li:hover:after {
    background: none;
  }
  .list-d div.li:hover img {
    top: 0;
  }
  .list-d div.li:hover h2,
  .list-d div.li:hover h3 {
    margin-top: 0;
    color: #71838c;
  }
  .list-d div.li:hover h2 span,
  .list-d div.li:hover h3 span {
    color: #283a44;
  }
  .list-d .social-a {
    background: none;
  }
  .list-d .social-a:after {
    background: none;
  }
  .list-e {
  }
  .list-e .li {
    margin-bottom: 40px;
  }
  .list-e .li:last-child {
    margin-bottom: 0;
  }
  .list-e li,
  .list-e .li {
    float: none;
    width: auto;
  }
  .list-e .li li {
    width: auto;
  }
  .list-f {
  }
  .list-f > li {
    float: none;
    width: auto;
  }
  .list-f > li:after {
    background: none;
  }
  .list-f > li > a {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-a {
    text-align: center;
  }
  .logo-a img {
    display: block;
    margin: 0 auto;
  }
  .notice-a-wrapper {
    position: relative;
  }
  .notice-a-wrapper + #welcome #top {
    top: 0;
  }
  .quote-a {
  }
  .quote-a q {
    font-size: 1.5em;
  }
  .slider-a .quote-a {
    width: auto;
  }

  .form-b {
    width: 100%;
  }
  #root .form-b p > span {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  #root .form-b p > span:last-child {
    margin: 0;
  }

  #root .cols-a > *,
  #footer > * > .vcard,
  #footer > * > nav,
  #footer > * > form {
    float: none;
    width: auto;
  }
  #root .cols-a > *:first-child,
  #footer > * > nav {
    margin-bottom: 40px;
  }

  #root .tablet-hide,
  #root .mobile-only {
    position: relative;
    left: 0;
    top: 0;
  }
  #root .tablet-only,
  #root .mobile-hide,
  #contact .info,
  .list-c.normal,
  .list-d.normal,
  #contact canvas,
  #welcome + #root #nav > ul > li > a > .fit-a,
  #top.a #nav li .fit-a {
    position: absolute;
    left: -3000em !important;
    top: -3000em !important;
    bottom: inherit;
    right: inherit;
  }
  #contact > header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkti-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
}
@media only screen and (max-width: 450px) {
  .link-f {
  }
  .link-f a {
    float: none;
    margin: 0 0 10px;
  }
  .link-f a:last-child {
    margin: 0;
  }
}
@media only screen and (min-moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 2) {
  #contact {
  }
  #contact > header:before {
    background: url(../images/arrow-bottom-b.png) no-repeat;
    background-size: 100% 100%;
  }
  #welcome {
  }
  #welcome > .fit-a {
    background: url(../images/arrow-bottom-d.png) no-repeat;
    background-size: 100% 100%;
  }
  #footer {
  }
  #footer > * > nav ul.social li.fb:before {
    background: url(../images/icon-fb-a.png) no-repeat;
    background-size: 100% 100%;
  }
  #footer > * > nav ul.social li.gl:before {
    background: url(../images/icon-gl-a.png) no-repeat;
    background-size: 100% 100%;
  }
  #footer > * > nav ul.social li.li:before {
    background: url(../images/icon-li-a.png) no-repeat;
    background-size: 100% 100%;
  }
  #footer > * > nav ul.social li.tw:before {
    background: url(../images/icon-tw-a.png) no-repeat;
    background-size: 100% 100%;
  }
  #footer > * > nav ul.social li.dr:before {
    background: url(../images/icon-dr-a.png) no-repeat;
    background-size: 100% 100%;
  }

  .icon-a {
  }
  .icon-a.a {
    background: url(../images/icon-a.png) no-repeat;
    background-size: 100% 100%;
  }
  .icon-a.b {
    background: url(../images/icon-b.png) no-repeat;
    background-size: 100% 100%;
  }
  .icon-a.c {
    background: url(../images/icon-c.png) no-repeat;
    background-size: 100% 100%;
  }
  .list-select-a {
  }
  .list-select-a > li > span:after {
    background: url(../images/arrow-bottom-a.png) no-repeat;
    background-size: 100% 100%;
  }
  .list-c {
  }
  .list-c .bx-prev,
  .list-d .bx-prev,
  .logo-a .bx-prev,
  .slider-a .bx-prev {
    background: url(../images/arrow-left-c.png) no-repeat;
    background-size: 100% 100%;
  }
  .list-c .bx-next,
  .list-d .bx-next,
  .logo-a .bx-next,
  .slider-a .bx-next {
    background: url(../images/arrow-right-c.png) no-repeat;
    background-size: 100% 100%;
  }
  .list-c .bx-prev:hover,
  .list-d .bx-prev:hover,
  .logo-a .bx-prev:hover,
  .slider-a .bx-prev:hover {
    background: url(../images/arrow-left-d.png) no-repeat;
    background-size: 100% 100%;
  }
  .list-c .bx-next:hover,
  .list-d .bx-next:hover,
  .logo-a .bx-next:hover,
  .slider-a .bx-next:hover {
    background: url(../images/arrow-right-d.png) no-repeat;
    background-size: 100% 100%;
  }
  .social-a {
  }
  .social-a li.fb a {
    background: url(../images/icon-fb-b.png) no-repeat;
    background-size: 100% 100%;
  }
  .social-a li.gl a {
    background: url(../images/icon-gl-b.png) no-repeat;
    background-size: 100% 100%;
  }
  .social-a li.li a {
    background: url(../images/icon-li-b.png) no-repeat;
    background-size: 100% 100%;
  }
  .social-a li.tw a {
    background: url(../images/icon-tw-b.png) no-repeat;
    background-size: 100% 100%;
  }
  .social-a li.dr a {
    background: url(../images/icon-dr-b.png) no-repeat;
    background-size: 100% 100%;
  }
  .tweet-a {
  }
  .tweet-a:before {
    background: url(../images/icon-tw-b.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 760px) and (min-moz-device-pixel-ratio: 2),
  only screen and (max-width: 760px) and (-o-min-device-pixel-ratio: 2/1),
  only screen and (max-width: 760px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 760px) and (min-device-pixel-ratio: 2) {
  .list-d {
  }
  #root .list-d .social-a li.fb a {
    background: url(../images/icon-fb-a.png) no-repeat;
    background-size: 100% 100%;
  }
  #root .list-d .social-a li.gl a {
    background: url(../images/icon-gl-a.png) no-repeat;
    background-size: 100% 100%;
  }
  #root .list-d .social-a li.li a {
    background: url(../images/icon-li-a.png) no-repeat;
    background-size: 100% 100%;
  }
  #root .list-d .social-a li.tw a {
    background: url(../images/icon-tw-a.png) no-repeat;
    background-size: 100% 100%;
  }
  #root .list-d .social-a li.dr a {
    background: url(../images/icon-dr-a.png) no-repeat;
    background-size: 100% 100%;
  }
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../images/fancybox_sprite%25402x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../images/fancybox_loading%25402x.gif);
    background-size: 24px 24px;
  }
}
