@import url(../css/reset.css);
@import url(../css/anythingslider.css);
@import url(../css/theme-cs-portfolio.css);
@import url(../css/main.css);
@import url(../css/category.css);
@import url(../css/article.css);
@import url(../css/queries.css);
@import url(../css/easy-responsive-tabs.css);
@import url(../css/windows.css);
@import url(../css/fbstyle.css);
/* line 3, ../sass/_header.scss */
.header {
  float: left;
}

/* line 9, ../sass/_header.scss */
header {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

/* line 15, ../sass/_header.scss */
.header-block {
  float: left;
  width: 100%;
}

/* line 20, ../sass/_header.scss */
.header-container {
  margin-bottom: 5px;
}

/* line 24, ../sass/_header.scss */
.header-logo {
  float: left;
  max-width: 200px;
}
/* line 28, ../sass/_header.scss */
.header-logo img {
  max-width: 100%;
  height: auto;
}

/* line 36, ../sass/_header.scss */
.header-nav {
  display: none;
  padding: 20px 15px 14px;
  background: #262626;
}

/* line 42, ../sass/_header.scss */
.header-nav-visible {
  display: block;
}

/* line 46, ../sass/_header.scss */
.header-nav-container {
  position: relative;
}

/* line 50, ../sass/_header.scss */
.header-nav-links {
  display: inline-block;
  float: left;
  vertical-align: middle;
  list-style: none;
}
/* line 56, ../sass/_header.scss */
.header-nav-links li {
  display: inline-block;
  margin: 0 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: border-bottom-color .2s linear;
          transition: border-bottom-color .2s linear;
  vertical-align: -webkit-baseline-middle;
}
/* line 67, ../sass/_header.scss */
.header-nav-links li:last-child {
  margin-right: 0;
}
/* line 70, ../sass/_header.scss */
.header-nav-links li:hover {
  border-bottom-color: #ED2334;
}
/* line 74, ../sass/_header.scss */
.header-nav-links a {
  color: #FFF;
}

/* line 79, ../sass/_header.scss */
.header-nav-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  background: #999;
}
/* line 88, ../sass/_header.scss */
.header-nav-icon img {
  max-height: 25px;
}

/* line 93, ../sass/_header.scss */
.header-search {
  position: relative;
  float: right;
  margin: -5px 15px 0 0;
}
/* line 98, ../sass/_header.scss */
.header-search input {
  width: 210px;
  padding: 5px 35px 5px 5px;
  border: 0;
  font-size: 16px;
  outline: 0;
  color: #FFF;
  background: #4D4D4D;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/* line 109, ../sass/_header.scss */
.header-search .search-icon {
  position: absolute;
  top: 4px;
  right: 12px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

/* line 118, ../sass/_header.scss */
.header-search-container {
  position: relative;
}

/* line 122, ../sass/_header.scss */
.header-social {
  float: right;
  margin-top: -3px;
}
/* line 126, ../sass/_header.scss */
.header-social a {
  display: inline-block;
  margin: 0 5px;
}

/* line 132, ../sass/_header.scss */
.header-social-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
}
/* line 136, ../sass/_header.scss */
.header-social-title h3 {
  display: inline-block;
  padding: 8px 8px 5px;
  font-size: 16px;
  background: #4D4D4D;
  color: #FFF;
  font-weight: 200;
  text-transform: uppercase;
}

/* line 149, ../sass/_header.scss */
.header-ad {
  display: none;
  float: right;
}

/* line 154, ../sass/_header.scss */
.header-date {
  float: left;
  width: 100%;
  padding: 5px 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 20px;
}

/* line 163, ../sass/_header.scss */
.header-date-inside {
  position: absolute;
  top: -75px;
  left: 35px;
  color: #FFF;
  font-size: 12px;
}

/* line 171, ../sass/_header.scss */
.header-ad-container {
  margin: 20px 0;
}

/* line 176, ../sass/_header.scss */
.header-menu {
  float: right;
  margin-top: 5px;
}

/* line 180, ../sass/_header.scss */
.header-menu-toggle {
  cursor: pointer;
  padding: 10px 30px 16px 0px;
}

/* line 183, ../sass/_header.scss */
.header-menu-toggle span, .header-menu-toggle span:before, .header-menu-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 25px;
  background: #ED2334;
}

/* line 193, ../sass/_header.scss */
.header-menu-toggle span:before {
  top: -8px;
}

/* line 196, ../sass/_header.scss */
.header-menu-toggle span:after {
  bottom: -8px;
}

/* line 200, ../sass/_header.scss */
.header-menu-toggle span, .header-menu-toggle span:before, .header-menu-toggle span:after {
  -webkit-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out;
}

/* line 203, ../sass/_header.scss */
.header-menu-toggle.active span {
  background-color: transparent;
}

/* line 206, ../sass/_header.scss */
.header-menu-toggle.active span:before, .header-menu-toggle.active span:after {
  top: 0;
  background: #FFF;
}

/* line 210, ../sass/_header.scss */
.header-menu-toggle.active span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 213, ../sass/_header.scss */
.header-menu-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 217, ../sass/_header.scss */
.header-menu-toggle-inside {
  position: absolute;
  top: -83px;
  right: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 230, ../sass/_header.scss */
  header {
    margin: 0;
  }

  /* line 233, ../sass/_header.scss */
  .header-date {
    display: none;
  }

  /* line 236, ../sass/_header.scss */
  .header-logo {
    max-width: 150px;
    height: 50px;
  }

  /* line 240, ../sass/_header.scss */
  .header-ad-container {
    margin: 20px 0 10px;
  }

  /* line 243, ../sass/_header.scss */
  .header-nav {
    position: absolute;
    top: 0;
    right: -2%;
    z-index: 2;
    max-width: 280px;
    height: 100%;
    padding: 110px 0 30px;
  }

  /* line 253, ../sass/_header.scss */
  .header-nav-links {
    display: block;
  }
  /* line 256, ../sass/_header.scss */
  .header-nav-links li {
    float: left;
    width: 100%;
    margin: 2px 0;
    padding: 0;
    border: 0;
  }
  /* line 263, ../sass/_header.scss */
  .header-nav-links a {
    display: inline-block;
    width: 100%;
    background: #4D4D4D;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
  }

  /* line 272, ../sass/_header.scss */
  .header-nav-text {
    display: inline-block;
    padding: 8px 5px 6px;
    vertical-align: middle;
  }

  /* line 278, ../sass/_header.scss */
  .header-search {
    position: absolute;
    top: -40px;
    right: 0;
    width: 235px;
    margin: 0 10px 0 35px;
  }
  /* line 285, ../sass/_header.scss */
  .header-search input {
    width: 100%;
  }

  /* line 290, ../sass/_header.scss */
  .header-social {
    float: left;
    width: 100%;
    margin: 40px 0 0;
  }
  /* line 295, ../sass/_header.scss */
  .header-social a {
    padding: 5px;
    margin: 0 10px;
  }
  /* line 299, ../sass/_header.scss */
  .header-social a:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 311, ../sass/_header.scss */
  .header-nav-icon, .header-social-title, .header-menu, .header-date-inside, .header-menu-toggle-inside {
    display: none;
  }

  /* line 314, ../sass/_header.scss */
  .header-nav {
    display: block;
  }

  /* line 317, ../sass/_header.scss */
  .header-nav-links li:first-child {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 970px) {
  /* line 323, ../sass/_header.scss */
  .header-ad {
    display: block;
  }
}
/* line 5, ../sass/_footer.scss */
footer {
  margin-top: 50px;
}

/* line 9, ../sass/_footer.scss */
.footer-block {
  float: left;
  width: 100%;
}

/* line 14, ../sass/_footer.scss */
.footer-nav {
  position: relative;
  padding: 12px 15px 6px;
  background: #262626;
}
/* line 19, ../sass/_footer.scss */
.footer-nav ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
/* line 24, ../sass/_footer.scss */
.footer-nav li {
  display: inline-block;
  margin: 0 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: border-bottom-color .2s linear;
          transition: border-bottom-color .2s linear;
}
/* line 34, ../sass/_footer.scss */
.footer-nav li:last-child {
  margin-right: 0;
}
/* line 37, ../sass/_footer.scss */
.footer-nav li:hover {
  border-bottom-color: #ED2334;
}
/* line 41, ../sass/_footer.scss */
.footer-nav a {
  color: #FFF;
}

/* line 46, ../sass/_footer.scss */
.footer-logo {
  position: absolute;
  bottom: 5px;
  right: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 53, ../sass/_footer.scss */
  .footer-nav {
    padding: 12px 5px 6px;
  }
  /* line 56, ../sass/_footer.scss */
  .footer-nav li {
    margin: 0 10px;
  }

  /* line 60, ../sass/_footer.scss */
  .footer-logo {
    display: none;
  }
}
/* line 2, ../sass/_overrides.scss */
.wrap {
  max-width: 960px;
  overflow: inherit;
}

/* line 30, ../sass/style.scss */
html {
  box-sizing: border-box;
}

/* line 34, ../sass/style.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 38, ../sass/style.scss */
body {
  font-family: helvetica, arial, sans-serif;
}

/* line 42, ../sass/style.scss */
.ad-leaderboard {
  background: #DDD;
}
