/*.box { @include border-radius(10px); }*/
@import url(exclude.css);
@import url(http://fonts.googleapis.com/css?family=Lato:700,900);
@import url(http://fonts.googleapis.com/css?family=Righteous);
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

/**
 * A Long-shadow mixin, guaranteed to make your Dribbble shots 11% cooler
 * @param  string  $color_a  The darkest colour (closest the object)
 * @param  string  $color_b  The lightest colour (often the background colour)
 * @param  int     $stepnum  Number of steps
 * @param  int     $opacity  The opacity of the blend
 * @return list         	   Returns a list ready to drop into 'box-shadow' or text-shadow
 */
.text-longshadow {
  color: #fff;
  font-size: 10rem;
  line-height: 15rem;
  font-family: lato;
  font-weight: 900;
  text-align: center;
  text-shadow:  1px 1px rgba(123, 25, 15, 0.5) , 2px 2px rgba(129, 28, 18, 0.51) , 3px 3px rgba(135, 31, 20, 0.52) , 4px 4px rgba(140, 33, 22, 0.53) , 5px 5px rgba(145, 36, 24, 0.54) , 6px 6px rgba(150, 38, 26, 0.55) , 7px 7px rgba(154, 40, 28, 0.56) , 8px 8px rgba(158, 42, 30, 0.57) , 9px 9px rgba(162, 44, 31, 0.58) , 10px 10px rgba(166, 45, 33, 0.59) , 11px 11px rgba(169, 47, 34, 0.6) , 12px 12px rgba(172, 48, 36, 0.61) , 13px 13px rgba(175, 50, 37, 0.62) , 14px 14px rgba(178, 51, 38, 0.63) , 15px 15px rgba(181, 53, 39, 0.64) , 16px 16px rgba(184, 54, 40, 0.65) , 17px 17px rgba(186, 55, 41, 0.66) , 18px 18px rgba(189, 56, 42, 0.67) , 19px 19px rgba(191, 57, 43, 0.68) , 20px 20px rgba(193, 58, 44, 0.69) , 21px 21px rgba(195, 59, 45, 0.7) , 22px 22px rgba(197, 60, 46, 0.71) , 23px 23px rgba(199, 61, 47, 0.72) , 24px 24px rgba(201, 62, 47, 0.73) , 25px 25px rgba(202, 63, 48, 0.74) , 26px 26px rgba(204, 63, 49, 0.75) , 27px 27px rgba(206, 64, 49, 0.76) , 28px 28px rgba(207, 65, 50, 0.77) , 29px 29px rgba(209, 65, 51, 0.78) , 30px 30px rgba(210, 66, 51, 0.79) , 31px 31px rgba(211, 67, 52, 0.8) , 32px 32px rgba(213, 67, 52, 0.81) , 33px 33px rgba(214, 68, 53, 0.82) , 34px 34px rgba(215, 69, 53, 0.83) , 35px 35px rgba(216, 69, 54, 0.84) , 36px 36px rgba(217, 70, 54, 0.85) , 37px 37px rgba(219, 70, 55, 0.86) , 38px 38px rgba(220, 71, 55, 0.87) , 39px 39px rgba(221, 71, 56, 0.88) , 40px 40px rgba(222, 72, 56, 0.89) , 41px 41px rgba(223, 72, 57, 0.9) , 42px 42px rgba(224, 73, 57, 0.91) , 43px 43px rgba(225, 73, 57, 0.92) , 44px 44px rgba(225, 73, 58, 0.93) , 45px 45px rgba(226, 74, 58, 0.94) , 46px 46px rgba(227, 74, 58, 0.95) , 47px 47px rgba(228, 75, 59, 0.96) , 48px 48px rgba(229, 75, 59, 0.97) , 49px 49px rgba(230, 75, 59, 0.98) , 50px 50px rgba(230, 76, 60, 0.99); }

/*

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

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

html, body {
  height: 100%;
}
body {
  text-align: center;
  background-color: hsla(230,40%,50%,1);
}
body:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  height: 100%;
}

h1 {
  display: inline-block;
  color: white;
  font-family: 'Righteous', serif;
  font-size: 12em;
  text-shadow: .03em .03em 0 hsla(230,40%,50%,1);
}
h1:after {
  content: attr(data-shadow);
  position: absolute;
  top: .06em; left: .06em;
  z-index: -1;
  text-shadow: none;
  background-image:
          linear-gradient(
                          45deg,
                          transparent 45%,
                          hsla(48,20%,90%,1) 45%,
                          hsla(48,20%,90%,1) 55%,
                          transparent 0
          );
  background-size: .05em .05em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: shad-anim 15s linear infinite;
}

@keyframes shad-anim {
  0% {background-position: 0 0}
  0% {background-position: 100% -100%}
}



*/
.bold {
  font-weight: 700; }

.text-container {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  padding: 17px; }

.desc {
  height: 40px;
  margin-top: -17px;
  background: -moz-linear-gradient(left, transparent 0%, #455466 4%, transparent 44%);
  background: -webkit-linear-gradient(left, transparent 0%, #455466 4%, transparent 44%);
  background: _linear-gradient_legacy(compact(to right), transparent 0%, #455466 4%, transparent 44%...);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
  color: #fff;
  padding-left: 40px;
  margin-left: -22px;
  vertical-align: baseline; }
  .desc div {
    padding-top: 3px; }

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative; }

.entry-title-wrapper {
  height: 170px;
  background: #455466;
  overflow: hidden;
  /*
.entry-title {
  text-align: center;
  span{
    font-size: 76px;
  }
  color: #fff;
  font-size: 56px;
  margin-top: -20px;
  //margin-left: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: Helvetica;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
*/ }

#nav_wrapper {
  padding: 0;
  border-style: solid;
  border-color: #B50831;
  border-width: 0;
  border-radius: 0;
  background-color: #455466;
  box-shadow: none;
  border-collapse: separate;
  font-size: 0;
  line-height: 0; }

#nav_wrapper.quirks {
  margin-bottom: 1px;
  margin-right: 1px; }

#nav_wrapper.quirks #nav_table ul li {
  width: 100%; }

#nav_table {
  margin: 0px;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 0;
  line-height: 0px;
  font-size: 0px;
  display: inline-block;
  width: auto; }

#nav_table li a {
  line-height: 25px;
  font-size: 19px;
  font-family: "Roboto Condensed","Arial Narrow",sans-serif;
  text-decoration: none;
  color: #FAFAF9;
  font-style: normal;
  font-weight: bold;
  padding: 20px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent; }

#nav_table li div.buttonbg {
  height: 65px;
  width: 106px;
  line-height: 0;
  background-color: #455466;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  text-align: center; }

#nav_table li:hover div.buttonbg a, #nav_table li.expanded a.topitem, #nav_table li.active a.topitem,
#nav_table li.itemhot a.topitem, #nav_table li a:hover {
  color: #FAFAF9;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; }

#nav_table li.expanded div.buttonbg, #nav_table li.active div.buttonbg, #nav_table li.itemhot div.buttonbg, #nav_table li:hover div.buttonbg {
  background-color: #6A7684;
  box-shadow: none; }

#nav_table li.expanded div.buttonbg, #nav_table li.active div.buttonbg, #nav_table li.itemhot div.buttonbg, #nav_table li:hover div.buttonbg {
  border-color: #800421; }

#nav_table ul li a {
  color: #FAC5C4;
  font-family: "Roboto Condensed","Arial Narrow",sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent; }

#nav_table ul li:hover > a {
  color: #FFFFFF;
  font-family: "Roboto Condensed","Arial Narrow",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; }

#nav_table ul li.subexpanded a.subexpanded, #nav_table ul li.subitemhot a.subitemhot, #nav_table ul li a:hover {
  color: #FFFFFF;
  font-family: "Roboto Condensed","Arial Narrow",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; }

#nav_table ul li:hover, #nav_table ul li.subexpanded, #nav_table ul li.subitemhot {
  border-color: transparent;
  background-color: #F5837F;
  box-shadow: none; }

#nav_table ul {
  margin: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  padding: 0;
  background: #F3615F;
  font-size: 0;
  border-radius: 0; }

#nav_table ul li a {
  padding: 12px 20px 12px 18px;
  text-align: left; }

#nav_table ul li.separator {
  padding: 12px;
  cursor: default;
  background: none;
  box-shadow: none;
  border-width: 0; }

#nav_table ul li.separator div {
  border-top: 1px solid #F48380;
  font-size: 0px; }

#nav_table ul li {
  border-style: solid;
  border-color: #870724;
  border-width: 0;
  height: auto;
  width: auto;
  text-align: left;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  float: none;
  margin: 0 0 0px 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  background-color: #F3615F;
  display: block; }

#nav_table a img {
  border: none; }

#nav_table li {
  list-style: none;
  float: left;
  margin: 0px 1px 1px 0px;
  padding: 0;
  float: left;
  display: inline-block; }

#nav_table.css_menu li {
  position: relative; }

#nav_table.css_menu ul li:hover > ul {
  opacity: 1; }

#nav_table.css_menu li:hover > ul {
  top: 100%;
  left: 0;
  right: auto;
  opacity: 1; }

#nav_table.css_menu ul li:hover > ul {
  top: -0px;
  left: 100%;
  right: auto; }

#nav_table.css_menu ul {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  opacity: 0; }

#nav_table ul {
  position: absolute;
  top: -99999px;
  z-index: 4000; }

#nav_table ul ul {
  position: absolute;
  z-index: 5000; }

#nav_table .submenu_arrow {
  margin-left: 8px; }

@media screen and (max-width: 500px) {
  #nav_wrapper:not(.scripted) {
    text-align: center; }
  #nav_wrapper:not(.scripted) #nav_table li {
    float: none;
    vertical-align: top; } }

#nav_wrapper.centeritems {
  text-align: center; }

#nav_wrapper.centeritems #nav_table li {
  float: none;
  vertical-align: top; }

#nav_table a.with_img_4 span.img_4x5, .nav_menulist span.img_4x5 {
  width: 4px;
  height: 5px;
  display: inline-block;
  vertical-align: middle; }

#nav_table li:hover > a span.img_4x5, #nav_table li.subexpanded > a span.img_4x5 {
  background-position: 0 -5px; }

#nav_table div.arrow {
  background-image: url(../img/nav_d.png);
  background-repeat: no-repeat;
  background-position: right center;
  height: 100%; }

#nav_table ul li a.with_arrow {
  background-image: url(../img/nav_c.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 24px; }

#nav_table ul li a.with_arrow:hover, #nav_table ul li:hover > a.with_arrow, #nav_table ul li.subexpanded > a.with_arrow {
  background-image: url(../img/nav_c2.png); }

#nav_table li a.button_2, #nav_table li div a.button_2 {
  font-family: "Roboto Condensed","Arial Narrow",sans-serif;
  padding-right: 35px; }

/*MIXINS*/
.pa-0 {
  padding: 0 !important; }

/*MARGINS*/
.mt-20 {
  margin-top: 20px; }

.mt-50 {
  margin-top: 50px; }

.mt-75 {
  margin-top: 75px; }

.mt-100 {
  margin-top: 100px; }
