@import url(//fonts.googleapis.com/css?family=Righteous);

@import '/static/css/grid.css';
/*------ template stylization ------*/
body {
  background: #6e7073;
  font: 12px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #e4e5e5;
  min-width: 767px;
}
.homelink {
    color: #FFFFFF;
    display: block;
    position: absolute;
    right: 108px;
    top: 30px;
    height: 26px;
    width: 27px;
    background: url('/static/img/home.png') no-repeat 0 0 transparent;
}
.homelink:hover
{
    color: #FFFFFF;
}
.logolink {
    display: block;
    position: absolute;
    left: 100px;
    top: 16px;
    height: 48px;
    width: 48px;
    background: url('/static/img/logo_small.png') no-repeat 0 0 transparent;
}
a:focus{
    outline: none;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #6e7073 url(/static/img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  background: url(/static/img/web_site_loader.gif) center #6e7073 no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
#back-top {
  position: fixed;
  display: none !important;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #e4e5e5;
  background: url(/static/img/up-arrow.png) #6e7073 center no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
}
p {
  padding-bottom: 16px;
  text-transform: uppercase;
}
figure {
  margin: 0;
}
h1 {
    font-size: 22px;
    }
h2 {
  font: 44px 'Righteous';
  line-height: 1.2em;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 19px;
}
h3,
h4 {
  font: 18px 'Righteous';
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 17px 0px 16px;
  padding: 0px 0px 5px;
}
h3 a,
h4 a {
  color: inherit;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
h3 a:hover,
h4 a:hover {
  color: #fd6422;
  text-decoration: none;
}
address {
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 21px;
  color: #e4e5e5;
}
/*bootstrap classes*/
.thumbnails li {
  margin-left: 0;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail:hover {
  border-color: transparent;
  box-shadow: none !important;
}
.img-polaroid {
  background: #ffffff;
  padding: 8px;
  box-shadow: none;
  border: none;
}
figure.img-polaroid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure.img-polaroid > img {
  width: 100%;
}
.dl-horizontal {
  margin: 19px 0px 0px 0px;
}
.dl-horizontal dt {
  position: relative;
  float: left;
  width: 78px;
  height: 78px;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  border-radius: 39px;
  text-align: center;
  font: 60.06px 'Righteous';
  line-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fd6422;
  text-transform: lowercase;
  background-color: #ffffff;
  padding: 4px 0px;
  margin: 24px 17px 0px 0px;
}
.dl-horizontal dt.anotherColor {
  color: #090808;
}
.dl-horizontal dd {
  position: relative;
  width: 100%;
  margin-left: 0;
  padding: 31px 0px 13px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.dl-horizontal dd:before {
  width: 78px;
  height: 1px;
  background-color: #ffffff;
  z-index: 10;
}
.dl-horizontal dd:after {
  width: 100%;
  height: 1px;
  background-color: #696969;
}
.dl-horizontal dd p {
  font: 24.08px 'Righteous';
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 0px 0px;
}
.dl-horizontal dd.last {
  margin-bottom: 0;
}
/*end bootstrap classes*/
/*------ header ------- */
#wrapper > header {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 170px;
  margin-bottom: 0px;
  text-align: center;
}
#wrapper > header h1.brand {
  position: relative;
  display: inline-block;
  width: 542px;
  height: 222px;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  position: absolute;
  left: 50%;
}
#wrapper > header h1.brand a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
#wrapper > header h1.brand a:hover {
  text-decoration: none;
}
#wrapper > header h1.brand a img {
  position: relative;
  display: block;
}
/*menu*/
.select-menu {
  display: none;
}
#wrapper > header .navbar {
  margin-bottom: 0;
}
#wrapper > header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
#wrapper > header .navbar .sf-menu .nav li {
  float: none;
}
#wrapper > header .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
}
#wrapper > header .navbar-inner {
  min-height: 0px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.sf-menu {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 29px 0px 0px 0px;
  width: 100%;
}
.sf-menu > li {
  position: absolute;
  display: block;
}
.sf-menu > li:first-child {
  display: none;
}
    .sf-menu > li:first-child + li {
      top: 0px;
  left: 75px;
    }
    .sf-menu > li:first-child + li > a > strong {
      background-color: #8e3f6a;
    }
    .sf-menu > li:first-child + li + li {
  top: 89px;
  left: -14px;
    }
    .sf-menu > li:first-child + li + li > a > strong {
      background-color: #f26522;
    }
    .sf-menu > li:first-child + li + li + li {
  top: 178px;
  left: 75px;
    }
    .sf-menu > li:first-child + li + li + li > a > strong {
      background-color: #428988;
    }
    .sf-menu > li:first-child + li + li + li + li {
      top: 0px;
  right: 75px;
    }
    .sf-menu > li:first-child + li + li + li + li > a > strong {
      background-color: #dfab0d;
    }
    .sf-menu > li:first-child + li + li + li + li + li {
  top: 89px;
  right: -14px;
    }
    .sf-menu > li:first-child + li + li + li + li + li > a > strong {
      background-color: #7baf01;
    }
    .sf-menu > li:first-child + li + li + li + li + li + li {
  top: 178px;
  right: 75px;
    }
    .sf-menu > li:first-child + li + li + li + li + li + li > a > strong {
      background-color: #3e3e3e;
    }
    .sf-menu > li > a {
      position: relative;
      display: block;
  width: 126px;
  height: 126px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    .sf-menu > li > a > span {
      position: relative;
      display: block;
      z-index: 10;
  font: bold 16px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
      line-height: 1.2em;
      color: #ffffff;
      text-transform: uppercase;
  padding: 46px 0 0 36px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .sf-menu > li > a > strong {
      position: absolute;
      display: block;
      top: 0px;
      left: 0px;
  width: 126px;
  height: 126px;
      z-index: 0;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 10px solid transparent;
    }
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink {
  text-decoration: none;
}
.sf-menu > li > a:hover > strong,
.sf-menu > li > a.activeLink > strong {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 600;
  width: 100px;
  left: 31px !important;
  top: 116px !important;
  width: 99px;
  display: none;
  overflow: visible;
  background-color: #000000;
}
.sf-menu ul:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  width: 9px;
  height: 5px;
  background: url(/static/img/submenu_arrow.png) 0 no-repeat;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #3d3d3d;
}
.sf-menu ul li:first-child {
  margin-top: 17px;
}
.sf-menu ul li.last {
  margin-bottom: 7px;
  border: none;
}
.sf-menu ul li a {
  display: inline-block;
  font: bold 13.020000000000001px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #6f6f6f !important;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu ul li a.hoverItem {
  color: #ffffff !important;
}
.sf-menu ul ul {
  left: 99px !important;
  top: -16px !important;
  width: 89px;
  background-color: #ffffff;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul li {
  border-bottom: 1px solid #efefef;
  margin-bottom: 7px;
  padding-bottom: 6px;
}
.sf-menu ul ul li:first-child {
  margin-top: 14px;
}
.sf-menu ul ul li.last {
  margin-bottom: 5px;
  border: none;
}
.sf-menu ul ul li a {
  color: #8b8b8b !important;
}
.sf-menu ul ul li a.hoverItem {
  color: #484848 !important;
}
/*menu end*/
/*--- header end ------*/
/*------ content ------- */
#wrapper ul {
  list-style: none;
}
#wrapper input,
#wrapper textarea {
  position: relative;
  outline: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 9px 15px;
  line-height: 20px;
  width: 100%;
  margin: 0;
  color: #4a4a4a;
  background-color: #000000;
  text-transform: uppercase;
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #4a4a4a;
  background-color: #000000;
}
#wrapper input {
  width: 337px;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > div {
  position: relative;
  overflow: hidden;
}
#wrapper > section {
  position: relative;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.inner {
  margin: 0px 0px 0px 0px;
}
.dynamicContent header {
  height: 80px;
  -webkit-border-radius: 28px 28px 0 0;
  -moz-border-radius: 28px 28px 0 0;
  border-radius: 28px 28px 0 0;
  background: url(/static/img/content_bg1.png);
  background: rgba(252, 255, 255, 0.84);
  text-align: center;
  margin-bottom: 0px;
}
.dynamicContent header:after {
  content: '';
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -385px;
  width: 100%;
  height: 15px;
  background: url(/static/img/arrow_bg.png) 0 no-repeat;
}
.dynamicContent header + div {
  padding: 20px 0px 16px;
  background: url(/static/img/content_bg2.png);
  -webkit-border-radius: 0 0 28px 28px;
  -moz-border-radius: 0 0 28px 28px;
  border-radius: 0 0 28px 28px;
}
.content .btn {
  position: relative;
  display: inline-block;
  font: 14px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0px 29px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content .btn:hover,
.content .btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
.content .btn.btn-link {
  position: relative;
  display: inline-block;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font: 24.08px 'Righteous';
  line-height: 1em;
  color: #ffffff;
  text-transform: lowercase;
  margin: 0px 0px 0px 0px;
}
.content .btn.btn-link > span {
  position: relative;
  display: inline-block;
  margin: 0px 0px 2px 6px;
  width: 6px;
  height: 6px;
  background: url(/static/img/more_icon.png) center bottom no-repeat;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content .btn.btn-link:hover,
.content .btn.btn-link:active {
  color: #fd6422;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
.content .btn.btn-link:hover > span,
.content .btn.btn-link:active > span {
  background-position: center top;
}
.slogan {
  font: 60.06px 'Righteous';
  line-height: 1.2em;
  color: #ffffff;
  text-transform: none;
  margin: 2px 0px 3px;
}
.slogan span {
  display: block;
  margin: 0px 0px 0px 0px;
}
.slogan span:first-child {
  font-size: 49.98px;
  margin: -20px 0px -9px;
}
.slogan span:first-child + span {
  font: 29.96px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #000000;
  color: #848484;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}
.list1 {
  margin: 0px 0px 5px -30px;
}
.list1 li {
  margin-top: 19px;
}
.list1 li a {
  position: relative;
  display: block;
}
.list1 li a img {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 0px;
}
.list1 li a:hover img {
  top: -10px;
}
.list2 {
  margin: 14px 0px 43px -30px;
}
.list2 li {
  margin-bottom: 9px;
  background: url(/static/img/list_icon.png) 0px 7px no-repeat;
}
.list2 li a {
  margin-left: 15px;
  position: relative;
  font: 14px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list2 li a:hover {
  color: #428988;
  text-decoration: none;
}
.list3 {
  margin: 19px 0px 0px -30px;
}
.list3 li {
  margin-bottom: 20px;
}
.list3 li.bottom {
  margin-bottom: 7px;
}
.list3 li a {
  position: relative;
  display: block;
  width: 100%;
}
.list3 li a span {
  display: block;
  font: 14px 'Righteous';
  line-height: 1.4em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 9px 18px 8px;
  background-color: #525355;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-align: center;
}
.list3 li a:hover {
  text-decoration: none;
}
.list3 li a:hover > span {
  color: #7baf01;
  background-color: #ffffff;
}
.match {
  display: block;
  color: #fd6422;
}
.search_list {
  text-transform: uppercase;
}
.search_list li {
  margin-bottom: 15px;
}
.search_list .search {
  width: auto;
  color: #7baf01;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  float: left;
  margin: 4px 30px 107px 0px;
  width: 370px;
  height: 230px;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(/static/img/web_site_loader.gif) center no-repeat #6e7073 !important;
}
/*scroll*/
.outside {
  margin-top: 0;
  position: relative;
}
.outside .scroll {
  width: 100%;
  height: 450px;
  overflow: hidden;
  float: left;
  margin-bottom: 50px;
  line-height: 22px;
}
.outside .scroll.scroll2 {
  height: 390px;
  margin-bottom: 61px;
}
.outside .scroll-btns {
  position: absolute;
  top: 455px;
  left: 50%;
  margin-left: -55px;
  z-index: 200;
  display: block;
}
.outside .scroll-btns .btndown,
.outside .scroll-btns .btnup {
  display: inline-block;
  position: relative;
  width: 49px;
  height: 49px;
  margin-left: 3px;
}
.outside .scroll-btns .btndown > span,
.outside .scroll-btns .btnup > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.outside .scroll-btns .btndown,
.outside .scroll-btns .btndown > span {
  background: url(/static/img/arrow_down.png) center bottom no-repeat;
}
.outside .scroll-btns .btnup,
.outside .scroll-btns .btnup > span {
  background: url(/static/img/arrow_up.png) center bottom no-repeat;
}
.outside .scroll-btns .btndown > span,
.outside .scroll-btns .btnup > span {
  background-position: center top;
}
.outside .scroll-btns .btndown:hover > span,
.outside .scroll-btns .btnup:hover > span {
  height: 100%;
}
/*end scroll*/
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  width: 100%;
  z-index: 500;
}
#search > input {
  padding-right: 35px;
}
#search > a {
  position: absolute;
  width: 20px;
  height: 19px;
  top: 8px;
  right: 9px;
  overflow: hidden;
  background: url(/static/img/search_icon.png) center top no-repeat;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#search > a:hover {
  background-position: center bottom;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  text-align: center;
  background: url('/static/img/footer.png');
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
footer p {
  padding-top: 0px;
  font-size: 14.98px;
  color: #b2b1b1;
  margin-left: -58px;
}
footer p a {
  color: inherit;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.soc_icons {
  position: relative;
  white-space: nowrap;
  margin: 8px 0px 16px -58px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-left: 0px;
}
.soc_icons > li > a > img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.soc_icons > li > a:hover > img {
  top: -10px;
}
/*--- footer end ------*/
.padding1 {
  padding-bottom: 10px;
}
.padding2 {
  padding: 62px 0px 10px;
}
.margin1 {
  margin: 19px 29px 0px 0px;
}
.margin2 {
  margin-top: 15px;
}
.margin3 {
  margin: 67px 30px 105px 0px;
}
.colorInherit {
  color: inherit;
}
.width1 {
  display: inline-block;
  width: 42px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noPaddingTop {
  padding-top: 0;
}
.noMarginTop {
  margin-top: 0;
}
.noMarginBottom {
  margin-bottom: 0;
}
.noBottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
.right {
  margin-right: 0 !important;
}
.relative {
  position: relative;
}
.textAlignCenter {
  text-align: center;
}
/*end additional Classes*/
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 979px) {
    .homelink{
        right: 90px;
    }
    .logolink{
        left: 84px;
    }
    p {
        padding-bottom: 10px;
        text-transform: uppercase;
    }
    figure {
      margin: 0;
    }
    h2 {
      font: 34px 'Righteous';
      line-height: 1.2em;
      color: #ffffff;
      margin: 0px 0px 0px 0px;
      padding: 20px 0px 31px;
    }
    h3,
    h4 {
      font: 16px 'Righteous';
      line-height: 1em;
      color: #ffffff;
      text-transform: uppercase;
      margin: 17px 0px 16px;
      padding: 0px 0px 5px;
    }
    .sf-menu > li:first-child + li {
      top: -90px;
      left: 5px;
    }
    .sf-menu > li:first-child + li > a > strong {
      background-color: #8e3f6a;
    }
    .sf-menu > li:first-child + li + li {
      top: 88px;
      left: 5px;
    }
    .sf-menu > li:first-child + li + li > a > strong {
      background-color: #f26522;
    }
    .sf-menu > li:first-child + li + li + li {
      top: 266px;
      left: 5px;
    }
    .sf-menu > li:first-child + li + li + li > a > strong {
      background-color: #428988;
    }
    .sf-menu > li:first-child + li + li + li + li {
      top: -90px;
      right: 5px;
    }
    .sf-menu > li:first-child + li + li + li + li > a > strong {
      background-color: #dfab0d;
    }
    .sf-menu > li:first-child + li + li + li + li + li {
      top: 88px;
      right: 5px;
    }
    .sf-menu > li:first-child + li + li + li + li + li > a > strong {
      background-color: #7baf01;
    }
    .sf-menu > li:first-child + li + li + li + li + li + li {
      top: 266px;
      right: 5px;
    }
    .sf-menu > li:first-child + li + li + li + li + li + li > a > strong {
      background-color: #3e3e3e;
    }
    .sf-menu > li > a {
      position: relative;
      display: block;
      width: 126px;
      height: 126px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    .sf-menu > li > a > span {
      position: relative;
      display: block;
      z-index: 10;
      font: bold 16px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
      line-height: 1.2em;
      color: #ffffff;
      text-transform: uppercase;
      padding: 46px 0 0 36px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .sf-menu > li > a > strong {
      position: absolute;
      display: block;
      top: 0px;
      left: 0px;
      width: 126px;
      height: 126px;
      z-index: 0;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 10px solid transparent;
    }
    .outside .scroll {
        height: 400px;
    }
    .outside .scroll-btns 
    {
        top: 405px;
    }
    footer {
        height: 94px;
    }
}
@media (min-width: 1200px) {
    body {
  font-size: 14px;
    }
    .homelink{
        right: 130px;
    }
    .logolink{
        left: 118px;
    }
  h2 {
    font: 44.06px 'Righteous';
    line-height: 1.2em;
    padding: 10px 0px 31px;
  }
  h3,
  h4 {
    font: 24.08px 'Righteous';
    line-height: 1em;
    margin: 17px 0px 16px;
    padding: 0px 0px 5px;
  }
      .sf-menu > li:first-child + li {
      top: 0px;
  left: 93px;
    }
    .sf-menu > li:first-child + li > a > strong {
      background-color: #8e3f6a;
    }
    .sf-menu > li:first-child + li + li {
  top: 111px;
  left: -18px;
    }
    .sf-menu > li:first-child + li + li > a > strong {
      background-color: #f26522;
    }
    .sf-menu > li:first-child + li + li + li {
  top: 222px;
  left: 93px;
    }
    .sf-menu > li:first-child + li + li + li > a > strong {
      background-color: #428988;
    }
    .sf-menu > li:first-child + li + li + li + li {
      top: 0px;
  right: 93px;
    }
    .sf-menu > li:first-child + li + li + li + li > a > strong {
      background-color: #dfab0d;
    }
    .sf-menu > li:first-child + li + li + li + li + li {
  top: 111px;
  right: -18px;
    }
    .sf-menu > li:first-child + li + li + li + li + li > a > strong {
      background-color: #7baf01;
    }
    .sf-menu > li:first-child + li + li + li + li + li + li {
  top: 222px;
  right: 93px;
    }
        .sf-menu > li > a {
  width: 157px;
  height: 157px;

    }
    .sf-menu > li > a > span {

    font: bold 18px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;

  padding: 60px 0 0 52px;

    }
    .sf-menu > li > a > strong {
        width: 157px;
        height: 157px;
    }
    .dynamicContent header {
  height: 80px;
    }
    .dynamicContent header:after {
        top: 65px;
    }
    .dynamicContent header + div {
    padding: 16px 0 21px;
    }
    h1 {
    font-size: 38.5px;
    }
    .outside .scroll {
  margin-bottom: 50px;
  height: 500px;
    }
    .outside .scroll-btns {
  top: 508px;
    }
    .list3 li a span {
  display: block;
  font: 18px 'Righteous';
  line-height: 1em;
    }
}

.fancy
{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
td > a.fancy
{
    margin: 0;
}