/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
/* line 9, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 29, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 40, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 47, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_html5.scss */
[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
/* line 11, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_base.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 19, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_base.scss */
body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
/* line 9, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_links.scss */
a {
  background: transparent;
}

/* line 15, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_links.scss */
a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
/* line 9, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 15, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
b,
strong {
  font-weight: bold;
}

/* line 22, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
dfn {
  font-style: italic;
}

/* line 29, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
h1 {

}

/* line 36, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 43, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
small {
  font-size: 80%;
}

/* line 49, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 57, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
sup {
  top: -0.5em;
}

/* line 61, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss */
sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
/* line 9, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_embeds.scss */
img {
  border: 0;
}

/* line 15, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_embeds.scss */
svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
/* line 9, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
figure {
  margin: 1em 40px;
}

/* line 15, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 23, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
pre {
  overflow: auto;
}

/* line 29, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_groups.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
/* line 15, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 27, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button {
  overflow: visible;
}

/* line 36, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button,
select {
  text-transform: none;
}

/* line 47, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 57, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 64, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 73, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input {
  line-height: normal;
}

/* line 83, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 93, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 102, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 113, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 120, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 129, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 136, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
textarea {
  overflow: auto;
}

/* line 143, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_forms.scss */
optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
/* line 9, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 14, ../../../../.rvm/rubies/ruby-2.0.0-p451/lib/ruby/gems/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_tables.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("/sites/all/fonts/proxima_nova_bold-webfont.eot");
  src: url("/sites/all/fonts/proxima_nova_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/proxima_nova_bold-webfont.woff") format("woff"), url("/sites/all/fonts/proxima_nova_bold-webfont.ttf") format("truetype"), url("/sites/all/fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("/sites/all/fonts/proxima_nova_reg-webfont.eot");
  src: url("/sites/all/fonts/proxima_nova_reg-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/proxima_nova_reg-webfont.woff") format("woff"), url("/sites/all/fonts/proxima_nova_reg-webfont.ttf") format("truetype"), url("/sites/all/fonts/proxima_nova_reg-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url("/sites/all/fonts/proxima_nova_sbold-webfont.eot");
  src: url("/sites/all/fonts/proxima_nova_sbold-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/proxima_nova_sbold-webfont.woff") format("woff"), url("/sites/all/fonts/proxima_nova_sbold-webfont.ttf") format("truetype"), url("/sites/all/fonts/proxima_nova_sbold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Extrabld';
  src: url("/sites/all/fonts/proxima_nova_xbold-webfont.eot");
  src: url("/sites/all/fonts/proxima_nova_xbold-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/proxima_nova_xbold-webfont.woff") format("woff"), url("/sites/all/fonts/proxima_nova_xbold-webfont.ttf") format("truetype"), url("/sites/all/fonts/proxima_nova_xbold-webfont.svg#proxima_nova_xbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Vitesse Medium';
  src: url("/sites/all/fonts/Vitesse-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/sites/all/fonts/Vitesse-Medium.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/Vitesse-Medium.woff") format("woff"), url("/sites/all/fonts/Vitesse-Medium.ttf") format("truetype"), url("/sites/all/fonts/Vitesse-Medium.svg#6bf8456fc959234231c227640ee346aa") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Vitesse Book';
  src: url("/sites/all/fonts/Vitesse-Book.eot");
  /* IE9 Compat Modes */
  src: url("/sites/all/fonts/Vitesse-Book.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/Vitesse-Book.woff") format("woff"), url("/sites/all/fonts/Vitesse-Book.ttf") format("truetype"), url("/sites/all/fonts/Vitesse-Book.svg#a374d9526f1512e89d9a14ae32cfc900") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Vitesse Light';
  src: url("/sites/all/fonts/Vitesse-Light.eot");
  /* IE9 Compat Modes */
  src: url("/sites/all/fonts/Vitesse-Light.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/Vitesse-Light.woff") format("woff"), url("/sites/all/fonts/Vitesse-Light.ttf") format("truetype"), url("/sites/all/fonts/Vitesse-Light.svg#5b3493a8800d1494f6fd0fc57113a28a") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 15, ../scss/_mixins.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**
 *  Media Queries for Responsive Design.
 */
/**
 * Image background for retina
 */
/**
 * Box sizing
 */
/**
 * Keyframes
 */
@font-face {
  font-family: 'ac_iconset';
  src: url("/sites/all/fonts/ac_iconset.eot");
  src: url("/sites/all/fonts/ac_iconset.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/ac_iconset.svg") format("svg"), url("/sites/all/fonts/ac_iconset.woff") format("woff"), url("/sites/all/fonts/ac_iconset.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/_icons.scss */
[class^="icomoon-"], [class*=" icomoon-"] {
  font-family: 'ac_iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 40px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, ../scss/_icons.scss */
.icomoon-play:before {
  content: "\e62b";
}

/* line 32, ../scss/_icons.scss */
.icomoon-quicknav:before {
  content: "\e602";
}

/* line 35, ../scss/_icons.scss */
.icomoon-gplus:before {
  content: "\e601";
}

/* line 38, ../scss/_icons.scss */
.icomoon-voteup:before {
  content: "\e603";
}

/* line 41, ../scss/_icons.scss */
.icomoon-votedown:before {
  content: "\e600";
}

/* line 44, ../scss/_icons.scss */
.icomoon-twitter:before {
  content: "\e604";
}

/* line 47, ../scss/_icons.scss */
.icomoon-time:before {
  content: "\e605";
}

/* line 50, ../scss/_icons.scss */
.icomoon-time-lg:before {
  content: "\e606";
}

/* line 53, ../scss/_icons.scss */
.icomoon-star:before {
  content: "\e607";
}

/* line 56, ../scss/_icons.scss */
.icomoon-search:before {
  content: "\e608";
}

/* line 59, ../scss/_icons.scss */
.icomoon-bulletarrow:before {
  content: "\e609";
}

/* line 62, ../scss/_icons.scss */
.icomoon-arrowstroke:before {
  content: "\e60a";
}

/* line 65, ../scss/_icons.scss */
.icomoon-burger:before {
  content: "\e60b";
}

/* line 68, ../scss/_icons.scss */
.icomoon-mappin:before {
  content: "\e60c";
}

/* line 71, ../scss/_icons.scss */
.icomoon-arrowmore:before {
  content: "\e60d";
}

/* line 74, ../scss/_icons.scss */
.icomoon-listview:before {
  content: "\e60e";
}

/* line 77, ../scss/_icons.scss */
.icomoon-linkedin:before {
  content: "\e60f";
}

/* line 80, ../scss/_icons.scss */
.icomoon-list-thin:before {
  content: "\e610";
}

/* line 83, ../scss/_icons.scss */
.icomoon-instagram:before {
  content: "\e611";
}

/* line 86, ../scss/_icons.scss */
.icomoon-home:before {
  content: "\e612";
}

/* line 89, ../scss/_icons.scss */
.icomoon-grid:before {
  content: "\e613";
}

/* line 92, ../scss/_icons.scss */
.icomoon-fullscreen:before {
  content: "\e614";
}

/* line 95, ../scss/_icons.scss */
.icomoon-forum:before {
  content: "\e615";
}

/* line 98, ../scss/_icons.scss */
.icomoon-forum2:before {
  content: "\e616";
}

/* line 101, ../scss/_icons.scss */
.icomoon-plus:before {
  content: "\e617";
}

/* line 104, ../scss/_icons.scss */
.icomoon-filter:before {
  content: "\e618";
}

/* line 107, ../scss/_icons.scss */
.icomoon-fb:before {
  content: "\e619";
}

/* line 110, ../scss/_icons.scss */
.icomoon-mail:before {
  content: "\e61a";
}

/* line 113, ../scss/_icons.scss */
.icomoon-articlereview:before {
  content: "\e61b";
}

/* line 116, ../scss/_icons.scss */
.icomoon-phone:before {
  content: "\e61c";
}

/* line 119, ../scss/_icons.scss */
.icomoon-comment:before {
  content: "\e61d";
}

/* line 122, ../scss/_icons.scss */
.icomoon-cart:before {
  content: "\e61e";
}

/* line 125, ../scss/_icons.scss */
.icomoon-photos:before {
  content: "\e61f";
}

/* line 128, ../scss/_icons.scss */
.icomoon-battery:before {
  content: "\e620";
}

/* line 131, ../scss/_icons.scss */
.icomoon-article:before {
  content: "\e621";
}

/* line 134, ../scss/_icons.scss */
.icomoon-nextarrow:before {
  content: "\e622";
}

/* line 137, ../scss/_icons.scss */
.icomoon-paper-plane:before {
  content: "\e623";
}

/* line 140, ../scss/_icons.scss */
.icomoon-rss:before {
  content: "\e624";
}

/* line 143, ../scss/_icons.scss */
.icomoon-yt:before {
  content: "\e625";
}

/* line 146, ../scss/_icons.scss */
.icomoon-person:before {
  content: "\e626";
}

/* line 149, ../scss/_icons.scss */
.icomoon-weight:before {
  content: "\e627";
}

/* line 152, ../scss/_icons.scss */
.icomoon-aperture:before {
  content: "\e628";
}

/* line 155, ../scss/_icons.scss */
.icomoon-reader:before {
  content: "\e629";
}

/* line 158, ../scss/_icons.scss */
.icomoon-screen:before {
  content: "\e62a";
}

/* line 2, ../scss/_buttons.scss */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.09s;
  -o-transition-duration: 0.09s;
  -webkit-transition-duration: 0.09s;
  transition-duration: 0.09s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border: none;
}

/* line 11, ../scss/_buttons.scss */
.btn {
  display: block;
  -webkit-font-smoothing: antialiased;
  font-family: "Proxima Nova Extrabld", Helvetica, Arial, sans-serif;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  vertical-align: middle;
  padding: 0 24px;
  border: none;
  background: #39a1be;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.09s;
  -o-transition-duration: 0.09s;
  -webkit-transition-duration: 0.09s;
  transition-duration: 0.09s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 32, ../scss/_buttons.scss */
.btn:hover {
  background: #fff;
  color: #39a1be;
}

/* line 38, ../scss/_buttons.scss */
.follow-topic {
  font-size: 30px;
}

/* line 42, ../scss/_buttons.scss */
.button-list {
  position: relative;
  margin-left: 1.6em;
  vertical-align: top;
  margin-bottom: 22px;
}
/* line 47, ../scss/_buttons.scss */
.button-list .btn {
  border-radius: 2px;
  display: block;
  float: left;
  background: #08b7d6;
  padding: 0 2px;
  width: 29px;
  font: 34px/33px "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  text-align: center;
}
/* line 56, ../scss/_buttons.scss */
.button-list .btn:hover {
  background: #fff;
  color: #08b7d6;
}
/* line 61, ../scss/_buttons.scss */
.button-list .hide {
  display: block;
  float: left;
  padding: 0 19px;
  border-radius: 2px;
  font: 13px/33px "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  color: #8e8e8e;
  text-transform: uppercase;
  background: #FFF;
}
/* line 71, ../scss/_buttons.scss */
.button-list .dropdown {
  position: absolute;
  bottom: 2.8em;
  left: -1.6em;
  margin-right: -1.6em;
  width: 100%;
  background: #fafafa;
}
/* line 79, ../scss/_buttons.scss */
.button-list .dropdown .heading {
  padding-left: 22px;
  line-height: 40px;
  color: #8e8e8e;
}
/* line 15, ../scss/_mixins.scss */
.button-list .dropdown .heading:after {
  content: "";
  display: table;
  clear: both;
}
/* line 84, ../scss/_buttons.scss */
.button-list .dropdown .heading .text {
  float: left;
  display: block;
  padding: 8px 4px;
  text-transform: uppercase;
}
/* line 90, ../scss/_buttons.scss */
.button-list .dropdown .heading .close-button {
  float: right;
  border-left: 1px solid #8e8e8e;
  display: block;
  padding: 8px 4px;
  width: 52px;
  text-align: center;
}
/* line 99, ../scss/_buttons.scss */
.button-list .dropdown ul {
  list-style: none;
  padding: 11px 0;
}
/* line 102, ../scss/_buttons.scss */
.button-list .dropdown ul li {
  color: #000;
  margin: 11px 11px 11px 22px;
  line-height: 22px;
  vertical-align: middle;
}
/* line 108, ../scss/_buttons.scss */
.button-list .dropdown ul li:before {
  content: "";
  display: none;
}
/* line 114, ../scss/_buttons.scss */
.button-list .dropdown input {
  margin-right: 16px;
  vertical-align: middle;
}
/* line 118, ../scss/_buttons.scss */
.button-list .dropdown label {
  vertical-align: middle;
  font-size: 16px;
}

/* line 1, ../scss/_header-base.scss */
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* line 6, ../scss/_header-base.scss */
h2 {
  margin: 5px 0 0 5px;
}

/* line 10, ../scss/_header-base.scss */
a {
  text-decoration: none;
}

/* line 14, ../scss/_header-base.scss */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Override for common local CSS issues */
#header{position:fixed;}
#navigation{position:relative;bottom:auto;}



/* line 20, ../scss/_header-base.scss */
.breadcrumbs {
  display: none;
}

/* line 24, ../scss/_header-base.scss */
.portals-nav {
  position: absolute;
  top: 61px;
  width: 308px;
  left: 0;
  background: #6b7780;
  z-index: 1;
}
/* line 35, ../scss/_header-base.scss */
.portals-nav ul {
  height: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
/* line 43, ../scss/_header-base.scss */
.portals-nav ul.active {
  height: 364px;
}
/* line 47, ../scss/_header-base.scss */
.portals-nav ul .wrapper-androidcentral {
  display: none;
}
/* line 51, ../scss/_header-base.scss */
.portals-nav ul li {
  display: block;
  height: 91px;
  margin: 0;
  padding: 0 23px;
  border-bottom: 1px solid #7a848c;
}
/* line 58, ../scss/_header-base.scss */
.portals-nav ul li:before {
  content: none;
}
/* line 62, ../scss/_header-base.scss */
.portals-nav ul li.active, .portals-nav ul li:hover {
  background: none;
}
/* line 65, ../scss/_header-base.scss */
.portals-nav ul li.active a, .portals-nav ul li:hover a {
  opacity: 1;
}
/* line 70, ../scss/_header-base.scss */
.portals-nav ul li a {
  position: relative;
  top: 18px;
  height: 53px;
  display: block;
  background-image: url(../images/brand-logos/sprite-brands.svg);
  background-repeat: no-repeat;
  background-size: 265px auto;
  opacity: 0.5;
}
/* line 81, ../scss/_header-base.scss */
.portals-nav ul li .logo-androidcentral {
  background-position: 0 0;
}
/* line 85, ../scss/_header-base.scss */
.portals-nav ul li .logo-connectedly {
  background-position: 0 -53px;
}
/* line 89, ../scss/_header-base.scss */
.portals-nav ul li .logo-crackberry {
  background-position: 0 -106px;
}
/* line 93, ../scss/_header-base.scss */
.portals-nav ul li .logo-imore {
  background-position: 0 -159px;
}
/* line 97, ../scss/_header-base.scss */
.portals-nav ul li .logo-wpcentral {
  background-position: 0 -212px;
}
/* line 103, ../scss/_header-base.scss */
.portals-nav .toggle-nav {
  position: absolute;
  left: 270px;
  top: -41px;
  line-height:40px;
  font-size: 20px;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.portals-nav .toggle-nav:hover {
  text-decoration: none;
}

/* line 120, ../scss/_header-base.scss */
.portals-nav .toggle-nav.active {
      -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 127, ../scss/_header-base.scss */
.view-all {
  float: right;
  padding-top: 1px;
}
/* line 131, ../scss/_header-base.scss */
.view-all a {
  float: right;
  background: #b9db3c;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  height: 16px;
  line-height: 18px;
  border-radius: 2px;
  padding: 0 12px;
  font-size: 12px;
  font-family: "Proxima Nova Bold", Helvetica, Arial, sans-serif;
  display: block;
}
/* line 146, ../scss/_header-base.scss */
.view-all a:after {
  content: "";
  left: 0;
  top: 4px;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #f9fafb;
}
/* line 158, ../scss/_header-base.scss */
.view-all a:hover {
  background-color: #55b1cc;
}

/* line 164, ../scss/_header-base.scss */
.bottom-nav {
  display: none;
}

#page-top {
  background:#67aabf;
}

#header {
margin: 0;
}

/* line 168, ../scss/_header-base.scss */
.header {
  position: absolute;
  height: 57px;
  background: #67aabf;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 4px;
}
/* line 179, ../scss/_header-base.scss */
.header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  right: 0;
  background: #b9db3b;
}
/* line 189, ../scss/_header-base.scss */
.header .right-item {
  position: relative;
  float: right;
  margin-left: 70px;
}
/* line 197, ../scss/_header-base.scss */
.header .right-item li {
  display: table-cell;
  text-align: center;
  float: left;
  transition: all .2s ease;
  border-left: 1px solid #94c9db;
  width: 71px;
  height: 57px;
  cursor: pointer;
  padding: 0;
  position: relative;
}
/* line 208, ../scss/_header-base.scss */
.header .right-item li a {
  height: 57px;
  display: block;
  margin: 0 auto;
}
.header .right-item li a [class^="icomoon-"],
.header .right-item li a [class*=" icomoon-"] {
  line-height: 57px !important;
}
/* line 213, ../scss/_header-base.scss */
.header .right-item li .ico {
  margin: 18px auto 0;
  display: block;
}
/* line 217, ../scss/_header-base.scss */
.header .right-item li:hover {
  background: #b9db3b;
}
/* line 220, ../scss/_header-base.scss */
.header .right-item li.active {
  background: #b9db3b;
}
/* line 224, ../scss/_header-base.scss */
.header .right-item li .count {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -3px 0 0 -20px;
  height: 24px;
  background-color: #a9d029;
  line-height: 24px;
  box-shadow: 1px 1px 0 rgba(32, 59, 84, 0.39);
  padding: 0 11px;
  float: left;
  color: #fff;
  font-family: 'Vitesse Medium';
  font-size: 14px;
}
/* line 238, ../scss/_header-base.scss */
.header .right-item li .count:before {
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #a9d029 transparent;
  content: "";
}
/* line 255, ../scss/_header-base.scss */
.header .right-item .account a:hover:after {
  content: "";
  display: block;
  top: 0;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: #b9db3b;
  opacity: .5;
}
/* line 269, ../scss/_header-base.scss */
.header .right-item .search {
  position: absolute;
  right: 144px;
  z-index: 5;
  width: 70px;
}
/* line 275, ../scss/_header-base.scss */
.header .right-item .search a {
  padding: 0 18px 0 12px;
  float: left;
}
/* line 279, ../scss/_header-base.scss */
.header .right-item .search form {
  transition: all .2s ease;
  width: 0;
  margin: 0 10px 0 -17px;
  float: left;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  left: 70px;
  -moz-transition: visibility 0.2 ease-in;
  -o-transition: visibility 0.2 ease-in;
  -webkit-transition: visibility 0.2 ease-in;
  transition: visibility 0.2 ease-in;
}
/* line 291, ../scss/_header-base.scss */
.header .right-item .search form input {
  border: 0;
  border-radius: 0;
  position: relative;
  z-index: 8;
  background: none;
  padding: 4px;
  margin: 0;
  height: 25px;
  width: 100%;
  outline: none;
  color: #fff;
  font: 14px/25px "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  border-bottom: 2px solid #a1d0e0;
  -webkit-box-sizing: border-right;
  -moz-box-sizing: border-right;
  box-sizing: border-right;
}
/* line 308, ../scss/_header-base.scss */
.header .right-item .search button {
  position: absolute;
  border: 0;
  background: none;
  width: 57px;
  height: 57px;
  outline: none;
  display: none;
  left: 0;
  top: 0;
  cursor: pointer;
}
/* line 320, ../scss/_header-base.scss */
.header .right-item .search.active {
  background: #b9db3b;
  width: 250px;
}
/* line 323, ../scss/_header-base.scss */
.header .right-item .search.active form {
  width: 180px;
  visibility: visible;
}
/* line 327, ../scss/_header-base.scss */
.header .right-item .search.active form button {
  display: block;
}
/* line 335, ../scss/_header-base.scss */
.header #navigation {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 340, ../scss/_header-base.scss */
.header #navigation > ul {
  height: 59px;
}
/* line 344, ../scss/_header-base.scss */
.header #navigation > ul:first-child > .hidden {
  visibility: hidden;
}
/* line 349, ../scss/_header-base.scss */
.header #navigation > ul:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/* line 353, ../scss/_header-base.scss */
.header #navigation > ul li {
  float: left;
}
/* line 359, ../scss/_header-base.scss */
.header #navigation ul {
  text-align: center;
  width: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.header #navigation ul:first-child
{
  overflow: hidden;
}

/* line 367, ../scss/_header-base.scss */
.header #navigation ul li ul.active,.header #navigation ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
/* line 375, ../scss/_header-base.scss */
.header #navigation ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 0 0;
  background: #b9db3b;
  z-index: 5;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 389, ../scss/_header-base.scss */
.header #navigation ul ul li {
  text-align: left;
  border-bottom: 1px solid #8fc268;
  line-height: normal;
  padding: 0;
  white-space: nowrap;
  display: block;
  float: none;
}
/* line 398, ../scss/_header-base.scss */
.header #navigation ul ul li:last-child {
  border-bottom: 0;
}
/* line 402, ../scss/_header-base.scss */
.header #navigation ul ul li a {
  display: block;
  padding: 12px 18px 10px;
  margin: 0 -1px;
}
/* line 408, ../scss/_header-base.scss */
.header #navigation ul ul li a:hover {
  background: #67aabf;
}
/* line 414, ../scss/_header-base.scss */
.header li {
  margin: 0;
  position: relative;
  font-size: 14px;
  line-height: 57px;
  text-transform: uppercase;
  font-family: 'Proxima Nova Bold';
  padding: 0 9px;
  display: inline-block;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 428, ../scss/_header-base.scss */
.header li:before {
  display: none;
}
/* line 432, ../scss/_header-base.scss */
.header li.shop {
  padding: 0 17px 0 5px;
}
/* line 436, ../scss/_header-base.scss */
.header li:hover, .header li.active {
  background: #b9db3b;
}
/* line 441, ../scss/_header-base.scss */
.header li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

/* line 449, ../scss/_header-base.scss */
.sticky-wrapper {
  height: auto !important;
}

/* line 460, ../scss/_header-base.scss */
.navigation-right {
  display: none;
  position: fixed;
  top: 61px;
  z-index: 1000;
  bottom: 0;
  width: 0;
  overflow: hidden;
  right: 0;
  -moz-transition: width 0.15s ease-in-out;
  -o-transition: width 0.15s ease-in-out;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
  display: block;
  border-left:1px solid transparent;   /* SK: to fix chrome URL Bar issue */
}
/* line 474, ../scss/_header-base.scss */
.navigation-right ul li:before {
  display: none;
}
/* line 478, ../scss/_header-base.scss */
.navigation-right.active {
  display: block;
  width: 320px;
  overflow: initial;
  z-index: 1001;
}
#account-right .menu ul li:first-child {
border: none;
}
span.pp-username {
padding: 12px 23px 10px;
display: block;
color: #0a90be;
border-bottom: 1px solid #cae6f1;
font-size: 16px;
}
/* line 483, ../scss/_header-base.scss */
.navigation-right.active .portals {
  width: 320px;
}
/* line 488, ../scss/_header-base.scss */
.navigation-right .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f9fafb;
  border-top: 6px solid #b9db3b;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
/* line 504, ../scss/_header-base.scss */
.navigation-right .inner > section {
  padding: 37px 24px 32px;
  width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
}
/* line 510, ../scss/_header-base.scss */
.navigation-right .inner > section:last-of-type {
  border-bottom: none;
}
/* line 514, ../scss/_header-base.scss */
.navigation-right .inner > section h3 {
  font-size: 15px;
  color: #5b5f60;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  line-height: 16px;
  margin: 0 0 9px 0;
  padding: 0;
  line-height: normal;
  letter-spacing: -0.4px;
}
/* line 525, ../scss/_header-base.scss */
.navigation-right .inner > section > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 529, ../scss/_header-base.scss */
.navigation-right .inner > section > ul li {
  list-style: none;
  padding: 0 0 0 39px;
  margin: 0;
  font-size: 15px;
  line-height: 34px;
  color: #5c5f61;
  position: relative;
}
/* line 538, ../scss/_header-base.scss */
.navigation-right .inner > section > ul li a {
  display: block;
  color: #5c5f61;
  text-decoration: none;
}
/* line 544, ../scss/_header-base.scss */
.navigation-right .inner > section > ul li:after, .navigation-right .inner > section > ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
/* line 552, ../scss/_header-base.scss */
.navigation-right .inner > section > ul li:after {
  left: 29px;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #b9db3b;
}
/* line 559, ../scss/_header-base.scss */
.navigation-right .inner > section > ul li:before {
  left: 24px;
  display: block;
  border: 0;
  width: 5px;
  height: 6px;
  background: #b9db3b;
}
/* line 568, ../scss/_header-base.scss */
.navigation-right .inner > section > ul li:hover {
  background: #f4f6f8;
}
/* line 572, ../scss/_header-base.scss */
.navigation-right .inner > section > ul li:hover:after {
  border-color: transparent transparent transparent #55b1cc;
}
/* line 576, ../scss/_header-base.scss */
.navigation-right .inner > section > ul li:hover:before {
  background: #55b1cc;
}
/* line 585, ../scss/_header-base.scss */
.navigation-right .inner .other-channels .channels-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 589, ../scss/_header-base.scss */
.navigation-right .inner .other-channels .channels-list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: inline-block;
  padding: 0 0 8px 0;
  margin: 0;
}
/* line 595, ../scss/_header-base.scss */
.navigation-right .inner .other-channels .channels-list li:before, .navigation-right .inner .other-channels .channels-list li:after {
  content: none;
}
/* line 600, ../scss/_header-base.scss */
.navigation-right .inner .other-channels .channels-list li:hover {
  background: none;
}
/* line 604, ../scss/_header-base.scss */
.navigation-right .inner .other-channels .channels-list li [class^="icomoon-"], .navigation-right .inner .other-channels .channels-list li [class*=" icomoon-"] {
  display: block;
  float: left;
  background: #d5d9da;
  border-radius: 50%;
  color: #fff;
  padding: 8px;
}
/* line 612, ../scss/_header-base.scss */
.navigation-right .inner .other-channels .channels-list li [class^="icomoon-"]:hover, .navigation-right .inner .other-channels .channels-list li [class*=" icomoon-"]:hover {
  background: #66aabf;
}
/* line 621, ../scss/_header-base.scss */
.navigation-right .inner .topics-pages ul {
  margin: 0 -16px  0 -24px;
}
/* line 15, ../scss/_mixins.scss */
.navigation-right .inner .staff-members:after {
  content: "";
  display: table;
  clear: both;
}
/* line 629, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member {
  margin: 0 -16px 0 -24px;
  padding: 5px 0 12px 24px;
}
/* line 633, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member:hover {
  background: #fff;
}
/* line 637, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member > img {
  float: left;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  margin-right: 24px;
}
/* line 645, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member > a, .navigation-right .inner .staff-members .staff-member > span {
  line-height: 1.3334;
  color: #5b5f60;
}
/* line 651, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member > a {
  display: block;
  padding-top: 6px;
  color: #55b1cb;
}
/* line 657, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member ul {
  clear: left;
  padding-left: 67px;
}
/* line 15, ../scss/_mixins.scss */
.navigation-right .inner .staff-members .staff-member ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 662, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member ul li {
  float: left;
  margin: 0;
  width: 48px;
  border-left: 1px solid #ddd;
  text-align: center;
}
/* line 669, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member ul li a {
  display: block;
  height: 31px;
}
/* line 674, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member ul li .icomoon-mail,
.navigation-right .inner .staff-members .staff-member ul li .icomoon-gplus {
  display: inline-block;
  margin-top: -3px;
}
/* line 680, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member ul li .icomoon-fb {
  font-size: 32px;
}
/* line 684, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member ul li:first-child {
  border-left: none;
}
/* line 688, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member ul li [class^="icomoon-"], .navigation-right .inner .staff-members .staff-member ul li [class*=" icomoon-"] {
  color: #a5a5a5;
}
/* line 691, ../scss/_header-base.scss */
.navigation-right .inner .staff-members .staff-member ul li [class^="icomoon-"]:hover, .navigation-right .inner .staff-members .staff-member ul li [class*=" icomoon-"]:hover {
  color: #08b7d6;
}
/* line 701, ../scss/_header-base.scss */
.navigation-right .menu {
  width: 320px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 708, ../scss/_header-base.scss */
.navigation-right .feed {
  border-top: 1px solid #e1e1e1;
  padding: 20px 0 20px 24px;
}
/* line 712, ../scss/_header-base.scss */
.navigation-right .feed h3 {
  font-size: 19px;
  color: #000;
  font-family: 'Proxima Nova Bold';
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
  padding: 0 0 26px;
  line-height: normal;
}
/* line 724, ../scss/_header-base.scss */
.navigation-right .feed article {
  border-top: 1px solid #f0f0f0;
  overflow: hidden;
  padding-bottom: 8px;
  padding-right: 5px;
}
/* line 731, ../scss/_header-base.scss */
.navigation-right .feed article:hover h4 a {
  color: #369fbf;
}
/* line 735, ../scss/_header-base.scss */
.navigation-right .feed article:hover .pic:before {
  content: "";
  display: block;
  top: 0;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: #b9db3b;
  z-index: 9;
  opacity: .5;
}
/* line 751, ../scss/_header-base.scss */
.navigation-right .feed .pic {
  float: left;
  position: relative;
  margin-right: 7px;
}
/* line 756, ../scss/_header-base.scss */
.navigation-right .feed .pic:after {
  position: absolute;
  top: 9px;
  z-index: 9;
  right: 0;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 5px 3.5px 0;
  border-color: transparent #fff transparent transparent;
}
/* line 770, ../scss/_header-base.scss */
.navigation-right .feed h4 {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 6px 0;
  font-weight: normal;
}
/* line 777, ../scss/_header-base.scss */
.navigation-right .feed h4 a {
  text-decoration: none;
  color: #000;
}
/* line 783, ../scss/_header-base.scss */
.navigation-right .feed img {
  margin-top: -1px;
  float: left;
}
/* line 788, ../scss/_header-base.scss */
.navigation-right .sub-list {
	display:none;
  position: absolute;
  right: 100%;
  width: 0;
  overflow: hidden;
  background: #f9fafb;
  border-top: 6px solid #e6e9da;
  height: 100%;
  top: 0;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
/* line 799, ../scss/_header-base.scss */
.navigation-right .sub-list.active-f, .navigation-right .sub-list.active {
  width: 320px;
}
/* line 804, ../scss/_header-base.scss */
.navigation-right .sub-list .feed {
  padding: 20px 18px;
  border: 0;
  width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 814, ../scss/_header-base.scss */
.navigation-right .sub-list .featured .pic:after {
  display: none;
}
/* line 818, ../scss/_header-base.scss */
.navigation-right .sub-list .featured .pic {
  float: none;
  margin: 0;
  width: 284px;
}
/* line 824, ../scss/_header-base.scss */
.navigation-right .sub-list .featured img {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
/* line 831, ../scss/_header-base.scss */
.navigation-right .sub-list .featured h4 {
  font-family: 'Proxima Nova Semibold';
  padding: 11px 9px 29px;
  font-size: 18px;
  line-height: 22px;
  color: #828282;
}
/* line 837, ../scss/_header-base.scss */
.navigation-right .sub-list .featured h4 a {
  color: #828282;
}
/* line 844, ../scss/_header-base.scss */
.navigation-right .menu ul {
  list-style: none;
  padding: 21px 0 0;
  margin: 0;
  background: #f0f4f5;
}
/* line 851, ../scss/_header-base.scss */
.navigation-right .menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 856, ../scss/_header-base.scss */
.navigation-right .menu li:first-child {
  border-top: 1px solid #e1e1e1;
}
/* line 860, ../scss/_header-base.scss */
.navigation-right .menu li a {
  color: #33393a;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 23px 10px;
  font-family: 'Proxima Nova Semibold';
  line-height: normal;
  display: block;
  position: relative;
}
/* line 872, ../scss/_header-base.scss */
.navigation-right .menu li a.green {
  color: #b9db3b;
}
/* line 876, ../scss/_header-base.scss */
.navigation-right .menu li a:hover {
  color: #f9fafb;
  text-decoration: none;
  background: #55b1cc;
}
/* line 882, ../scss/_header-base.scss */
.navigation-right .menu li a[data-subnav] {
  border-left: 4px solid #b9db3b;
}
/* line 887, ../scss/_header-base.scss */
.navigation-right .menu li.hover-f a, .navigation-right .menu li.hover a {
  color: #f9fafb;
  text-decoration: none;
  background: #54b4d2;
}
/* line 893, ../scss/_header-base.scss */
.navigation-right .menu li.hover-f a:after, .navigation-right .menu li.hover a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  bottom: 0;
  margin: -20px 0;
  z-index: 100;
}
/* line 911, ../scss/_header-base.scss */
.navigation-right .menu .tip-us:hover a, .navigation-right .menu .tip-us.hover a, .navigation-right .menu .tip-us.hover-f a {
  color: #fff;
}
/* line 916, ../scss/_header-base.scss */
.navigation-right .menu .tip-us a {
  color: #67aabf;
}
/* line 919, ../scss/_header-base.scss */
.navigation-right .menu .tip-us a [class^="icomoon-"] {
  display: inline-block;
  margin: -4px 12px -4px -7px;
  font-size: 36px;
}
/* line 925, ../scss/_header-base.scss */
.navigation-right .menu .tip-us a [class^="icomoon-play"] {
  display: inline-block;
  margin: -4px 10px -4px 0;
  font-size: 32px;
}
/* Search Text Color */
#main-search::-webkit-input-placeholder {
   color: #fff;
}
#main-search::-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
#main-search:::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
#main-search::-ms-input-placeholder {  
   color: #fff;  
}

/* line 936, ../scss/_header-base.scss */
.logo {
  background: url(../images/logo.png) repeat;
  height: 80px;
  width: 254px;
  position: relative;
  float: left;
  margin: 0 50px 0 16px;
  text-indent: -9999em;
  z-index: 5;
}

/* line 947, ../scss/_header-base.scss */
.recent-posts {
  padding-top: 61px;
  position:relative;
  z-index:8
}
/* line 950, ../scss/_header-base.scss */
.recent-posts .swiper-container:hover .swiper-slide:before {
  display: block;
}
.recent-posts .swiper-container .swiper-slide:hover{
cursor: pointer;
}

/* line 954, ../scss/_header-base.scss */
.recent-posts .swiper-slide {
  float: left;
  width: 20%;
  background: no-repeat 50% 50%;
  background-size: cover;
  min-width: 294px;
  height: 358px;
  position: relative;
  display: block;
  overflow:hidden;
  z-index:8;
}

.header-small .recent-posts .swiper-slide {
max-width:294px;
}


/* line 964, ../scss/_header-base.scss */
.recent-posts .swiper-slide.half {
  width: 50%;
}
/* line 967, ../scss/_header-base.scss */
.recent-posts .swiper-slide.half .text {
  display: block;
}
/* line 971, ../scss/_header-base.scss */
.recent-posts .swiper-slide.half .title {
  height: auto;
}
/* line 977, ../scss/_header-base.scss */
.recent-posts .swiper-slide.full {
  width: 100%;
}
/* line 980, ../scss/_header-base.scss */
.recent-posts .swiper-slide.full .text {
  display: block;
}
/* line 984, ../scss/_header-base.scss */
.recent-posts .swiper-slide.full .title {
  left: 131px;
  height: auto;
  max-width: 700px;
}
/* line 991, ../scss/_header-base.scss */
.recent-posts .swiper-slide img {
  display: block;
  min-height: 288px;
  min-width: 100%;
  top:-25%;
  left:-25%;
  position:relative;
}

.header-small .recent-posts .swiper-slide img {
  top:-70%;
  left:-25%;
}

/* line 997, ../scss/_header-base.scss */
.recent-posts .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg_mask.png) repeat-x;
  background-size: 100% 100%;
  z-index: 9;
}
/* line 1009, ../scss/_header-base.scss */
.recent-posts .swiper-slide:hover:after {
  display: none;
}
/* line 1014, ../scss/_header-base.scss */
.recent-posts .swiper-slide:hover .title p span {
  color: #fff;
}
/* line 1019, ../scss/_header-base.scss */
.recent-posts .swiper-slide .title {
  position: absolute;
  bottom: 0;
  height: 228px;
  overflow: hidden;
  left: 0;
  padding: 20px;
  z-index: 10;
}
/* line 1028, ../scss/_header-base.scss */
.recent-posts .swiper-slide .title p {
  color: #93ae00;
  font-family: 'Proxima Nova Bold';
  font-size: 11px;
  margin: 0;
  letter-spacing: 0;
  line-height: normal;
  text-transform: uppercase;
  padding: 0;
  font-weight: normal;
}
/* line 1039, ../scss/_header-base.scss */
.recent-posts .swiper-slide .title p span {
  color: #93ae00;
  text-decoration: none;
}
/* line 1045, ../scss/_header-base.scss */
.recent-posts .swiper-slide .title .text {
  display: none;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 23px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
  padding: 8px 0 11px;
  font-weight: normal;
}
/* line 1058, ../scss/_header-base.scss */
.recent-posts .swiper-slide .title h2 {
  color: #feffff;
  font-family: "Proxima Nova Extrabld", Helvetica, Arial, sans-serif;
  font-size: 37px;
  line-height: 0.97;
  margin: 0;
  text-rendering: optimizeLegibility;
  margin-left: -1px;
  letter-spacing: -1.05px;
  padding: 8px 10px 8px 0;
  font-weight: normal;
  text-shadow: 1px 1px 1px #333;
}
.recent-posts .swiper-slide.full .title h2,
.recent-posts .swiper-slide.half .title h2 {
  font-size: 47px;
}
/* line 1071, ../scss/_header-base.scss */
.recent-posts .swiper-slide .title h2 span {
  color: #feffff;
  text-decoration: none;
}

/* line 1597, ../scss/_header-base.scss */
.recent-posts .pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  right: 0;
  text-align: center;
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: url(../images/featured-carusel-dots.png) no-repeat;
  background-size: 100% 100%;
  z-index: 9;
  display:none;
}
.recent-posts .prevnext {
  position: absolute;
  bottom: 7px;
  right: 0;
  text-align: center;
  width: 120px;
  height: auto;
  z-index: 12;
}
.recent-posts .prevnext .swiper-next,.recent-posts .prevnext .swiper-prev {
display:inline-block;
opacity:1;
color:#fff;
font-size:17px;
top:0;
left:0;
padding:8px;
font-weight:bold;
transition:opacity 0.3s;
background-color:rgba(128,128,128,1);
border-radius:16px;
text-indent: -9999px;
}

.recent-posts .prevnext .swiper-next {
margin-left:4px;
}

.recent-posts .prevnext .swiper-next {
background: #66aabf url(../images/arrow_next.png) no-repeat 61% 50%;
background-size: 10px 10px;
width: 10px;
height: 10px;
}

.recent-posts .prevnext .swiper-prev {
background: #66aabf url(../images/arrow-previous.png) no-repeat 41% 50%;
background-size: 10px 10px;
width: 10px;
height: 10px;
}

.recent-posts .prevnext .swiper-next:hover,.recent-posts .prevnext .swiper-prev:hover {
opacity:1;
background-color:#b9db3b;
text-decoration:none;
}


/* line 1079, ../scss/_header-base.scss */
.recent-posts .topics {
  background: #66aabf;
  clear: both;
  overflow: hidden;
  padding: 13px 20px 1px;
  position:relative;
  height:36px;
  max-height:36px;
  z-index:1;
  
}
/* line 1085, ../scss/_header-base.scss */
.recent-posts .topics h4 {
  font-family: "Proxima Nova Regular",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0 50px 0 0;
  float: left;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  padding-top: 2px;
}
/* line 1096, ../scss/_header-base.scss */
.recent-posts .topics > ul {
  margin: 0;
  padding: 0;
}

.recent-posts .topics.crumb-ad-showing ul,.recent-posts .breadcrumbs.crumb-ad-showing > ul {
margin-right:400px;
}

/* line 1101, ../scss/_header-base.scss */
.recent-posts .topics > ul li {
  list-style: none;
  margin: 0;
  padding: 0 8px 12px 0;
  float: left;
}
/* line 1107, ../scss/_header-base.scss */
.recent-posts .topics > ul li a {
  float: left;
  height: 26px;
  text-decoration: none;
  border-radius: 2px;
  line-height: 26px;
  color: #f4f4f4;
  font-family: 'Proxima Nova Semibold';
  font-size: 14px;
  font-weight: normal;
  background-color: #5597ad;
  padding: 0 10px;
}
/* line 1120, ../scss/_header-base.scss */
.recent-posts .topics ul li a:hover {
  background-color: #43788a;
}
/* line 1125, ../scss/_header-base.scss */
.recent-posts .topics ul li:before {
  display: none;
}
/* line 1131, ../scss/_header-base.scss */
.recent-posts .breadcrumbs {
  height: 52px;
  background: #162e36;
  padding: 0;
  position: relative;
}
/* line 1137, ../scss/_header-base.scss */
.recent-posts .crumb-ad {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow:hidden;
}
.recent-posts .crumb-ad a{display:block;height:52px;padding:0px;margin:0px;}


/* line 1144, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul {
  margin: 0;
  padding-left: 200px;
}
/* line 1148, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 0;
}
/* line 1154, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li:first-child {
  padding-left: 0;
}
/* line 1157, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li:first-child:before {
  content: none;
}
/* line 1163, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li:last-child > a {
  position: relative;
  color: #fff;
}
/* line 1166, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li:last-child > a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #7b8789;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
/* line 1179, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li:last-child:hover > .crumb-dropdown {
  opacity: 1;
  visibility: visible;
}
/* line 1186, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li:before {
  left: 5px;
  border-left: 3px solid #7b8789;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
/* line 1193, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li a {
  display: block;
  background: none;
  color: #7b8789;
  text-decoration: none;
  line-height: 52px;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.09s;
  -o-transition-duration: 0.09s;
  -webkit-transition-duration: 0.09s;
  transition-duration: 0.09s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 1204, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li a:hover {
  color: #fff;
}
/* line 1209, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown {
  opacity: 0;
  position: absolute;
  top: 65px;
  left: -11px;
  width: 320px;
  padding: 20px 0 20px;
  background: #162e36;
  z-index: 5;
  visibility: hidden;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 1224, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 38px;
  border-bottom: 14px solid #162e36;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
/* line 1234, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown.active {
  opacity: 1;
  visibility: visible;
}
/* line 1239, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown a {
  color: #fff;
  line-height: 1.45;
  -webkit-tap-highlight-color: transparent;
}
/* line 1245, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown h3 {
  color: #fff;
  font-size: 16px;
  font-family: "Proxima Nova Extrabld", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 3px 0 27px;
}
/* line 1253, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .view-all {
  margin-right: 19px;
}
/* line 1256, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .view-all a {
  background: #5fabbe;
  font-family: "Proxima Nova Bold", Helvetica, Arial, sans-serif;
}
/* line 1260, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .view-all a:after {
  border-left-color: #162e36;
}
/* line 1264, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .view-all a:hover {
  background: #4493a6;
}
/* line 1270, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .search {
  overflow: hidden;
  background: #3a6d7b;
  margin-bottom: 16px;
  padding: 8px 19px;
}
/* line 1276, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .search a {
  float: left;
  width: 20%;
  color: #fff;
}
/* line 1282, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .search form {
  width: 80%;
  margin: 9px 0 0;
  float: left;
  overflow: hidden;
}
/* line 1288, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .search form input {
  position: relative;
  border: 0;
  border-radius: 0;
  z-index: 8;
  background: none;
  padding: 4px;
  margin: 0;
  height: 25px;
  width: 100%;
  outline: none;
  color: #fff;
  font: 14px/25px "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  border-bottom: 2px solid #a1d0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1306, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .search button {
  position: absolute;
  border: 0;
  background: none;
  width: 57px;
  height: 57px;
  outline: none;
  display: none;
  left: 0;
  top: 0;
  cursor: pointer;
}
/* line 1319, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .search.active {
  background: #54b1cb;
}
/* line 1321, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .search.active form {
  width: 190px;
}
/* line 1323, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown .search.active form button {
  display: block;
}
/* line 1330, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown ul {
  margin-top: 8px;
}
/* line 1333, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown ul li {
  position: relative;
  display: block;
  padding: 0 40px;
}
/* line 1338, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown ul li:after, .recent-posts .breadcrumbs > ul > li .crumb-dropdown ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
/* line 1346, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown ul li:after {
  left: 29px;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #5fabbe;
}
/* line 1353, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown ul li:before {
  left: 24px;
  display: block;
  border: 0;
  width: 5px;
  height: 6px;
  background: #5fabbe;
}
/* line 1362, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown ul li:hover {
  background: #5fabbe;
}
/* line 1366, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown ul li a {
  display: block;
  line-height: 34px;
  color: #fff;
}
/* line 1371, ../scss/_header-base.scss */
.recent-posts .breadcrumbs > ul > li .crumb-dropdown ul li a:after {
  content: none;
}

/* line 1383, ../scss/_header-base.scss */
.swiper-container {
  background: #5eabbe;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

/* line 1396, ../scss/_header-base.scss */
.swiper-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 358px;
}

/* line 1403, ../scss/_header-base.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

/* line 1407, ../scss/_header-base.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

@media screen and (max-width: 1300px) {
  /* line 1414, ../scss/_header-base.scss */
  .recent-posts .swiper-slide.full .title {
    left: 0;
  }

  /* line 1420, ../scss/_header-base.scss */
  .recent-posts .breadcrumbs ul {
    padding-left: 19px;
  }
}
@media screen and (max-width: 1008px) {
  /* line 1434, ../scss/_header-base.scss */
  .navigation-right .menu li a:hover {
    color: #33393a;
    background: none;
  }
}
@media screen and (max-width: 880px) {
  /* line 1448, ../scss/_header-base.scss */
  .header #navigation ul:first-child {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  /* line 1459, ../scss/_header-base.scss */
  .header .right-item .search.active {
    width: 200px;
  }
  /* line 1461, ../scss/_header-base.scss */
  .header .right-item .search.active form {
    width: 130px;
  }

  /* line 1467, ../scss/_header-base.scss */
  #navigation-right .sub-list {
    display: none !important;
  }

  /* line 1474, ../scss/_header-base.scss */
  .navigation-right .menu li a[data-subnav] {
    border-left: none;
  }

  /* line 1483, ../scss/_header-base.scss */
  #navigation ul .forums,
  #navigation ul .shop {
    padding: 0;
  }
  /* line 1487, ../scss/_header-base.scss */
  #navigation ul .forums > a,
  #navigation ul .shop > a {
    visibility: hidden;
    width: 40px;
  }
  /* line 1492, ../scss/_header-base.scss */
  #navigation ul .forums span,
  #navigation ul .shop span {
    visibility: visible;
  }

  /* line 1579, ../scss/_header-base.scss */
  .recent-posts .topics.crumb-ad-showing ul, .recent-posts .breadcrumbs.crumb-ad-showing > ul {
    display: none;
  }

}


}
@media screen and (min-width: 660px) and (max-width: 780px) {
  /* line 1503, ../scss/_header-base.scss */
  #navigation ul {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  /* line 1510, ../scss/_header-base.scss */
  .logo {
    width: 66px;
  }

  /* line 1514, ../scss/_header-base.scss */
  .recent-posts .topics h4 {
    padding-right: 35px;
  }

  /* line 1518, ../scss/_header-base.scss */
  .recent-posts .topics {
    padding-bottom: 3px;
  }

  /* line 1522, ../scss/_header-base.scss */
  .recent-posts .swiper-slide .title h2,
  .recent-posts .swiper-slide.full .title h2,
  .recent-posts .swiper-slide.half .title h2 {
    font-size: 26px;
    line-height: 27px;
  }

  /* line 1527, ../scss/_header-base.scss */
  .recent-posts .swiper-slide .title {
    height: 179px;
  }

  /* line 1531, ../scss/_header-base.scss */
  .recent-posts .swiper-slide.half .title,
  .recent-posts .swiper-slide.full .title {
    height: 179px;
  }

  /* line 1536, ../scss/_header-base.scss */
  .recent-posts .swiper-slide .text {
    display: none;
  }

  /* line 1540, ../scss/_header-base.scss */
  .recent-posts .swiper-slide {
    width: 320px;
  }

  /* line 1547, ../scss/_header-base.scss */
  .portals-nav ul.active {
    height: 244px;
    padding: 15px 0;
  }
  /* line 1552, ../scss/_header-base.scss */
  .portals-nav ul.active li {
    height: 60px;
  }
  /* line 1555, ../scss/_header-base.scss */
  .portals-nav ul.active li:hover {
    background: none;
  }
  /* line 1559, ../scss/_header-base.scss */
  .portals-nav ul.active li:last-child {
    border: none;
  }
  /* line 1563, ../scss/_header-base.scss */
  .portals-nav ul.active li a {
    top: 3px;
  }
  /* line 1569, ../scss/_header-base.scss */
  .portals-nav .toggle-nav {
    left: 90px;
    top: -38px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1587, ../scss/_header-base.scss */
  .header .right-item {
    margin-left: 0;
  }
  .header .right-item li {
    width: 55px;
  }
  .header .right-item li.account {
    width: 71px;
  }
  #grid_menu_notification {
    right: 9px;
  }
  /* line 1590, ../scss/_header-base.scss */
  .header .right-item .search {
    display: none;
  }

  /* line 1634, ../scss/_header-base.scss */
  .bottom-nav {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: #252c33;
    z-index: 10;
    -moz-transition: height 0.1s ease-in;
    -o-transition: height 0.1s ease-in;
    -webkit-transition: height 0.1s ease-in;
    transition: height 0.1s ease-in;
  }
  /* line 1651, ../scss/_header-base.scss */
  .bottom-nav ul li {
    float: left;
    width: 25%;
    border-right: 1px solid #303942;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 1658, ../scss/_header-base.scss */
  .bottom-nav ul li span {
    color: #80b3bc;
    display: block;
    margin: -8px 0 -5px;
  }
  /* line 1664, ../scss/_header-base.scss */
  .bottom-nav ul li .icomoon-star {
    font-size: 60px;
    margin: -19px 0 -14px;
  }
  /* line 1670, ../scss/_header-base.scss */
  .bottom-nav ul li a {
    display: block;
    padding: 7px;
    color: #80b3bc;
    font-size: 10px;
  }

  /* line 1681, ../scss/_header-base.scss */
  .recent-posts .crumb-ad-showing {
    max-height: none;
    padding: 0;
    height: auto;
    line-height: 0;
  }
  .recent-posts .crumb-ad-showing .crumb-ad {
    position: relative;
  }
  .recent-posts .crumb-ad-showing .crumb-ad a {
    height: auto;
  }
  .recent-posts .crumb-ad-showing .crumb-ad a img {
    margin: 0;
    width: 100%;
  }
  /* line 1685, ../scss/_header-base.scss */
  .recent-posts .topics h4 {
    display: none;
  }

  /* line 1692, ../scss/_header-base.scss */
  #navigation ul {
    display: none;
  }
}
/* line 3, ../scss/_header-small.scss */
.header-small .swiper-wrapper {
  height: 185px;
}
/* line 8, ../scss/_header-small.scss */
.header-small .recent-posts .swiper-slide {
  height: 185px;
}
/* line 13, ../scss/_header-small.scss */
.header-small .recent-posts .swiper-slide .title {
  top: 20px;
  bottom: auto;
  height: auto;
}
/* line 18, ../scss/_header-small.scss */
.header-small .recent-posts .swiper-slide .title h2 {
  font-size: 23px;
}
/* line 25, ../scss/_header-small.scss */
.header-small .recent-posts .half .title {
  top: 80px;
}
/* line 31, ../scss/_header-small.scss */
.header-small .recent-posts .full .title {
  top: 20px;
}
/* line 37, ../scss/_header-small.scss */
.header-small .breadcrumbs {
  display: block;
}
/* line 41, ../scss/_header-small.scss */
.header-small .topics { /* DO NOT DISPLAY NONE HERE */
 
}

@media screen and (max-width: 800px) {
  /* line 50, ../scss/_header-small.scss */
  .header-small .recent-posts .swiper-slide .title {
    top: 40px;
  }
  /* line 53, ../scss/_header-small.scss */
  .header-small .recent-posts .swiper-slide .title h2 {
    font-size: 21px;
    line-height: 1.08;
  }
  /* line 58, ../scss/_header-small.scss */
  .header-small .recent-posts .swiper-slide .title .text {
    font-size: 15px;
  }
  /* line 65, ../scss/_header-small.scss */
  .header-small .recent-posts .half .title {
    top: 20px;
  }
  /* line 71, ../scss/_header-small.scss */
  .header-small .recent-posts .full .title {
    top: 10px;
  }
}
/* line 6, ../scss/_header-androidcentral.scss */
.header-androidcentral .portals-nav ul .wrapper-androidcentral {
  display: none;
}
/* line 12, ../scss/_header-androidcentral.scss */
.header-androidcentral .logo {
  width: 185px;
  height: 18px;
  margin-top: 20px;
  margin-right: 50px;
  margin-left: 85px;
  background: none;
}
/* line 20, ../scss/_header-androidcentral.scss */
.header-androidcentral .logo:before {
  content: "";
  position: absolute;
  left: -48px;
  top: -17px;
  width: 43px;
  height: 75px;
  background: url(../images/logo-androidcentral-img.png) 0 0 no-repeat;
}
/* line 30, ../scss/_header-androidcentral.scss */
.header-androidcentral .logo:after {
  content: "";
  position: absolute;
  display: block;
  width: inherit;
  height: inherit;
  top: 0;
  background: url(../images/logo-androidcentral.svg);
  background-size: 185px 18px;
}

@media screen and (max-width: 660px) {
  /* line 44, ../scss/_header-androidcentral.scss */
  .header-androidcentral .logo {
    width: 0;
  }
}
@font-face {
  font-family: 'camptonbook';
  src: url("/sites/all/fonts/rene.bieder_campton.book-webfont.eot");
  src: url("/sites/all/fonts/rene.bieder_campton.book-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/rene.bieder_campton.book-webfont.woff") format("woff"), url("/sites/all/fonts/rene.bieder_campton.book-webfont.ttf") format("truetype"), url("/sites/all/fonts/rene.bieder_campton.book-webfont.svg#camptonbook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'camptonmedium';
  src: url("/sites/all/fonts/rene.bieder_campton.medium-webfont.eot");
  src: url("/sites/all/fonts/rene.bieder_campton.medium-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/rene.bieder_campton.medium-webfont.woff") format("woff"), url("/sites/all/fonts/rene.bieder_campton.medium-webfont.ttf") format("truetype"), url("/sites/all/fonts/rene.bieder_campton.medium-webfont.svg#camptonmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'camptonlight';
  src: url("/sites/all/fonts/rene.bieder_campton.light-webfont.eot");
  src: url("/sites/all/fonts/rene.bieder_campton.light-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/rene.bieder_campton.light-webfont.woff") format("woff"), url("/sites/all/fonts/rene.bieder_campton.light-webfont.ttf") format("truetype"), url("/sites/all/fonts/rene.bieder_campton.light-webfont.svg#camptonlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'campton_bookbold';
  src: url("/sites/all/fonts/rene.bieder_campton.bold-webfont.eot");
  src: url("/sites/all/fonts/rene.bieder_campton.bold-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/rene.bieder_campton.bold-webfont.woff") format("woff"), url("/sites/all/fonts/rene.bieder_campton.bold-webfont.ttf") format("truetype"), url("/sites/all/fonts/rene.bieder_campton.bold-webfont.svg#campton_bookbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 59, ../scss/_header-imore.scss */
.header-imore a, .header-imore p, .header-imore span, .header-imore h1, .header-imore h2, .header-imore h3, .header-imore h4 {
  font-family: "camptonbook", sans-serif;
}
/* line 63, ../scss/_header-imore.scss */
.header-imore .header {
  background: #5cb8db;
}
/* line 66, ../scss/_header-imore.scss */
.header-imore .header:after {
  background: #19a4d4;
}
/* line 73, ../scss/_header-imore.scss */
.header-imore .header #navigation ul li:hover, .header-imore .header #navigation ul li.active {
  background: #457dbb;
}
/* line 78, ../scss/_header-imore.scss */
.header-imore .header #navigation ul li a {
  font-family: "camptonmedium", sans-serif;
}
/* line 82, ../scss/_header-imore.scss */
.header-imore .header #navigation ul li ul {
  background: #457dbb;
}
/* line 84, ../scss/_header-imore.scss */
.header-imore .header #navigation ul li ul li {
  background: #457dbb;
  border-bottom-color: #538fbd;
}
/* line 96, ../scss/_header-imore.scss */
.header-imore .header .right-item ul li:hover {
  background: #4ac0ed;
}
/* line 99, ../scss/_header-imore.scss */
.header-imore .header .right-item ul li.active {
  background: #19a4d4;
}
/* line 109, ../scss/_header-imore.scss */
.header-imore .recent-posts .topics {
  background: #7ccfed;
}
/* line 114, ../scss/_header-imore.scss */
.header-imore .recent-posts .topics ul li a {
  border-radius: 20px;
  background: #73bbd5;
  font-family: "camptonlight", sans-serif;
}
/* line 119, ../scss/_header-imore.scss */
.header-imore .recent-posts .topics ul li a:hover {
  background: #19a4d4;
}
/* line 126, ../scss/_header-imore.scss */
.header-imore .recent-posts .topics h4 {
  color: #215869;
  font-family: "camptonlight", sans-serif;
}
/* line 133, ../scss/_header-imore.scss */
.header-imore .recent-posts .swiper-slide:after {
  background: url(../images/bg_mask_imore.png) repeat-x;
}
/* line 139, ../scss/_header-imore.scss */
.header-imore .recent-posts .swiper-slide .title p a {
  font-size: 12px;
  font-family: "camptonmedium", sans-serif;
  color: #5cb8db;
}
/* line 147, ../scss/_header-imore.scss */
.header-imore .recent-posts .swiper-slide h2 {
  font-family: "camptonbook", sans-serif;
  letter-spacing: -1.5px;
}
/* line 155, ../scss/_header-imore.scss */
.header-imore .navigation-right .inner {
  border-color: #19a4d4;
}
/* line 160, ../scss/_header-imore.scss */
.header-imore .navigation-right .inner .other-channels .channels-list [class^="icomoon-"], .header-imore .navigation-right .inner .other-channels .channels-list [class*=" icomoon-"] {
  background: #dadad4;
}
/* line 163, ../scss/_header-imore.scss */
.header-imore .navigation-right .inner .other-channels .channels-list [class^="icomoon-"]:hover, .header-imore .navigation-right .inner .other-channels .channels-list [class*=" icomoon-"]:hover {
  background: #19a4d4;
}
/* line 172, ../scss/_header-imore.scss */
.header-imore .navigation-right .inner .staff-members .staff-member > a {
  color: #5cb8db;
}
/* line 180, ../scss/_header-imore.scss */
.header-imore .navigation-right .inner > section .view-all a {
  background: #5cb8db;
  line-height: 16px;
}
/* line 188, ../scss/_header-imore.scss */
.header-imore .navigation-right .inner > section ul li:before {
  background: #5cb8db;
}
/* line 192, ../scss/_header-imore.scss */
.header-imore .navigation-right .inner > section ul li:after {
  border-left-color: #5cb8db;
}
/* line 201, ../scss/_header-imore.scss */
.header-imore .navigation-right .menu ul {
  background: #bfecfa;
}
/* line 206, ../scss/_header-imore.scss */
.header-imore .navigation-right .menu ul li:first-child {
  border: none;
}
/* line 208, ../scss/_header-imore.scss */
.header-imore .navigation-right .menu ul li:first-child a {
  border-top: 1px solid #a6dff6;
}
/* line 216, ../scss/_header-imore.scss */
.header-imore .navigation-right .menu ul li:hover a, .header-imore .navigation-right .menu ul li.hover a, .header-imore .navigation-right .menu ul li.hover-f a {
  background: #19a4d4;
}
/* line 222, ../scss/_header-imore.scss */
.header-imore .navigation-right .menu ul li a {
  border-bottom: 1px solid #a6dff6;
  font-family: "camptonbook", sans-serif;
}
/* line 234, ../scss/_header-imore.scss */
.header-imore .navigation-right .menu .tip-us:hover a, .header-imore .navigation-right .menu .tip-us.hover a, .header-imore .navigation-right .menu .tip-us.hover-f a {
  color: #fff;
}
/* line 239, ../scss/_header-imore.scss */
.header-imore .navigation-right .menu .tip-us a {
  color: #69c0ef;
}
/* line 249, ../scss/_header-imore.scss */
.header-imore .navigation-right .feed article:hover .pic:before {
  background: #5cb8db;
}
/* line 258, ../scss/_header-imore.scss */
.header-imore .logo {
  width: 150px;
  height: 64px;
  margin-top: 4px;
  margin-right: 90px;
  background: none;
}
/* line 265, ../scss/_header-imore.scss */
.header-imore .logo:after {
  content: "";
  position: absolute;
  display: block;
  width: inherit;
  height: inherit;
  top: 0;
  background: url(../images/logo-imore.svg);
  background-size: 150px 64px;
}
/* line 276, ../scss/_header-imore.scss */
.header-imore .logo:before {
  content: "";
  position: absolute;
  left: -4px;
  top: -3px;
  width: 71px;
  height: 71px;
  background: #5cb8db;
  border-radius: 50%;
}
/* line 291, ../scss/_header-imore.scss */
.header-imore .portals-nav .toggle-nav {
  left: 210px;
}
/* line 300, ../scss/_header-imore.scss */
.header-imore .portals-nav ul .wrapper-crackberry {
  display: none;
}

@media screen and (max-width: 660px) {
  /* line 314, ../scss/_header-imore.scss */
  .header-imore .logo {
    width: 70px;
  }
  /* line 319, ../scss/_header-imore.scss */
  .header-imore .portals-nav .toggle-nav {
    left: 100px;
  }
}
@font-face {
  font-family: 'clarendon-lightregular';
  src: url("/sites/all/fonts/clarendon-light-webfont.eot");
  src: url("/sites/all/fonts/clarendon-light-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/clarendon-light-webfont.woff") format("woff"), url("/sites/all/fonts/clarendon-light-webfont.ttf") format("truetype"), url("/sites/all/fonts/clarendon-light-webfont.svg#clarendon-lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clarendon-boldregular';
  src: url("/sites/all/fonts/clarendon-bold-webfont.eot");
  src: url("/sites/all/fonts/clarendon-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/clarendon-bold-webfont.woff") format("woff"), url("/sites/all/fonts/clarendon-bold-webfont.ttf") format("truetype"), url("/sites/all/fonts/clarendon-bold-webfont.svg#clarendon-boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'theinhardtregular';
  src: url("/sites/all/fonts/theinhardtreg-webfont.eot");
  src: url("/sites/all/fonts/theinhardtreg-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/theinhardtreg-webfont.woff") format("woff"), url("/sites/all/fonts/theinhardtreg-webfont.ttf") format("truetype"), url("/sites/all/fonts/theinhardtreg-webfont.svg#theinhardtregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'theinhardtmedium';
  src: url("/sites/all/fonts/theinhardtmed-webfont.eot");
  src: url("/sites/all/fonts/theinhardtmed-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/theinhardtmed-webfont.woff") format("woff"), url("/sites/all/fonts/theinhardtmed-webfont.ttf") format("truetype"), url("/sites/all/fonts/theinhardtmed-webfont.svg#theinhardtmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 60, ../scss/_header-connectedly.scss */
.header-connectedly a, .header-connectedly p, .header-connectedly span, .header-connectedly h1, .header-connectedly h2, .header-connectedly h3, .header-connectedly h4 {
  font-family: "theinhardtregular", sans-serif;
}
/* line 64, ../scss/_header-connectedly.scss */
.header-connectedly .header {
  background: #da5745;
}
/* line 67, ../scss/_header-connectedly.scss */
.header-connectedly .header:after {
  background: #92cccb;
}
/* line 73, ../scss/_header-connectedly.scss */
.header-connectedly .header .right-item ul li {
  border-color: #d56a26;
}
/* line 82, ../scss/_header-connectedly.scss */
.header-connectedly .header #navigation > ul li:hover, .header-connectedly .header #navigation > ul li.active {
  background: #6bb9b8;
}
/* line 87, ../scss/_header-connectedly.scss */
.header-connectedly .header #navigation > ul li ul {
  background: #6bb9b8;
}
/* line 89, ../scss/_header-connectedly.scss */
.header-connectedly .header #navigation > ul li ul li {
  background: #6bb9b8;
  border-bottom-color: #269d92;
}
/* line 96, ../scss/_header-connectedly.scss */
.header-connectedly .header #navigation > ul:last-child {
  margin-left: 8%;
}
/* line 106, ../scss/_header-connectedly.scss */
.header-connectedly .header .right-item ul li:hover {
  background: #ee4831;
}
/* line 110, ../scss/_header-connectedly.scss */
.header-connectedly .header .right-item ul li.active {
  background: #92cccb;
}
/* line 120, ../scss/_header-connectedly.scss */
.header-connectedly .recent-posts .topics {
  background: #6bb9b8;
}
/* line 124, ../scss/_header-connectedly.scss */
.header-connectedly .recent-posts .topics ul li {
  position: relative;
}
/* line 128, ../scss/_header-connectedly.scss */
.header-connectedly .recent-posts .topics ul li:first-child:after {
  content: none;
}
/* line 133, ../scss/_header-connectedly.scss */
.header-connectedly .recent-posts .topics ul li:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 0px;
  width: 4px;
  height: 24px;
  background: #90cbca;
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
/* line 144, ../scss/_header-connectedly.scss */
.header-connectedly .recent-posts .topics ul li a {
  border-radius: 0;
  background: none;
  color: #fff;
  font-size: 15px;
}
/* line 150, ../scss/_header-connectedly.scss */
.header-connectedly .recent-posts .topics ul li a:hover {
  opacity: 0.9;
}
/* line 157, ../scss/_header-connectedly.scss */
.header-connectedly .recent-posts .topics h4 {
  color: #215869;
}
/* line 163, ../scss/_header-connectedly.scss */
.header-connectedly .recent-posts .swiper-slide:after {
  background: url(../images/bg_mask_connectedly.png) repeat-x;
  opacity: 0.6;
}
/* line 170, ../scss/_header-connectedly.scss */
.header-connectedly .recent-posts .swiper-slide .title p a {
  font-family: "theinhardtmedium", sans-serif;
  color: #f2d651;
}
/* line 176, ../scss/_header-connectedly.scss */
.header-connectedly .recent-posts .swiper-slide .title h2 {
  font-size: 36px;
  line-height: 0.95;
}
/* line 179, ../scss/_header-connectedly.scss */
.header-connectedly .recent-posts .swiper-slide .title h2 a {
  font-family: "clarendon-lightregular", serif;
}
/* line 188, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .inner {
  border-color: #92cccb;
}
/* line 193, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .inner .other-channels .channels-list [class^="icomoon-"], .header-connectedly .navigation-right .inner .other-channels .channels-list [class*=" icomoon-"] {
  background: #dadad4;
}
/* line 196, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .inner .other-channels .channels-list [class^="icomoon-"]:hover, .header-connectedly .navigation-right .inner .other-channels .channels-list [class*=" icomoon-"]:hover {
  background: #92cccb;
}
/* line 205, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .inner .staff-members .staff-member > a {
  color: #92cccb;
}
/* line 210, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .inner .staff-members .staff-member [class^="icomoon-"]:hover, .header-connectedly .navigation-right .inner .staff-members .staff-member [class*=" icomoon-"]:hover {
  color: #92cccb;
}
/* line 219, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .inner > section .view-all a {
  background: #da5745;
  border-radius: 0 20px 20px 0;
}
/* line 227, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .inner > section ul li:before {
  background: #da5745;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
/* line 234, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .inner > section ul li:after {
  content: none;
}
/* line 243, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .menu ul {
  background: #e4f2f1;
}
/* line 248, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .menu ul li:first-child {
  border: none;
}
/* line 250, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .menu ul li:first-child a {
  border-top: 1px solid #c2e1df;
}
/* line 258, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .menu ul li:hover a, .header-connectedly .navigation-right .menu ul li.hover a, .header-connectedly .navigation-right .menu ul li.hover-f a {
  background: #92cccb;
}
/* line 264, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .menu ul li a {
  border-bottom: 1px solid #c2e1df;
}
/* line 275, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .menu .tip-us:hover a, .header-connectedly .navigation-right .menu .tip-us.hover a, .header-connectedly .navigation-right .menu .tip-us.hover-f a {
  color: #fff;
}
/* line 280, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .menu .tip-us a {
  color: #92cccb;
}
/* line 290, ../scss/_header-connectedly.scss */
.header-connectedly .navigation-right .feed article:hover .pic:before {
  background: #da5745;
}
/* line 299, ../scss/_header-connectedly.scss */
.header-connectedly .logo {
  width: 187px;
  height: 54px;
  margin-top: 4px;
  margin-left: 26px;
  margin-right: 70px;
  background: none;
}
/* line 307, ../scss/_header-connectedly.scss */
.header-connectedly .logo:before {
  content: "";
  position: absolute;
  left: -16px;
  top: -8px;
  width: 82px;
  height: 70px;
  background: #da5745;
  border-radius: 0;
  -moz-transform: rotate(28deg) skew(-33deg) scale(0.93);
  -ms-transform: rotate(28deg) skew(-33deg) scale(0.93);
  -webkit-transform: rotate(28deg) skew(-33deg) scale(0.93);
  transform: rotate(28deg) skew(-33deg) scale(0.93);
}
/* line 320, ../scss/_header-connectedly.scss */
.header-connectedly .logo:after {
  content: "";
  position: absolute;
  display: block;
  width: inherit;
  height: inherit;
  top: 0;
  background: url(../images/logo-connectedly.svg);
  background-size: 187px 54px;
}
/* line 335, ../scss/_header-connectedly.scss */
.header-connectedly .portals-nav .toggle-nav {
  left: 250px;
}
/* line 344, ../scss/_header-connectedly.scss */
.header-connectedly .portals-nav ul .wrapper-connectedly {
  display: none;
}

@media screen and (max-width: 660px) {
  /* line 357, ../scss/_header-connectedly.scss */
  .header-connectedly .logo {
    width: 45px;
  }
  /* line 362, ../scss/_header-connectedly.scss */
  .header-connectedly .portals-nav .toggle-nav {
    left: 105px;
  }
}
/* line 1, ../scss/_header-wpcentral.scss */
.header-wpcentral {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
/* line 11, ../scss/_header-wpcentral.scss */
.header-wpcentral .header {
  background: #009bbe;
}
/* line 14, ../scss/_header-wpcentral.scss */
.header-wpcentral .header:after {
  background: #b25eb5;
}
/* line 20, ../scss/_header-wpcentral.scss */
.header-wpcentral .header .right-item ul li {
  border-color: #d56a26;
}
/* line 28, ../scss/_header-wpcentral.scss */
.header-wpcentral .header #navigation ul li {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
/* line 32, ../scss/_header-wpcentral.scss */
.header-wpcentral .header #navigation ul li:hover, .header-wpcentral .header #navigation ul li.active {
  background: #b25eb5;
}
/* line 37, ../scss/_header-wpcentral.scss */
.header-wpcentral .header #navigation ul li ul {
  background: #b25eb5;
}
/* line 39, ../scss/_header-wpcentral.scss */
.header-wpcentral .header #navigation ul li ul li {
  background: #b25eb5;
  border-bottom-color: #ca81cc;
}
/* line 50, ../scss/_header-wpcentral.scss */
.header-wpcentral .header .right-item ul li {
  border-color: #00a7cd;
}
/* line 53, ../scss/_header-wpcentral.scss */
.header-wpcentral .header .right-item ul li:hover {
  background: #008faf;
}
/* line 57, ../scss/_header-wpcentral.scss */
.header-wpcentral .header .right-item ul li.active {
  background: #b25eb5;
}
/* line 67, ../scss/_header-wpcentral.scss */
.header-wpcentral .recent-posts .topics {
  background: #009bbe;
}
/* line 71, ../scss/_header-wpcentral.scss */
.header-wpcentral .recent-posts .topics ul li {
  position: relative;
}
/* line 74, ../scss/_header-wpcentral.scss */
.header-wpcentral .recent-posts .topics ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
}
/* line 84, ../scss/_header-wpcentral.scss */
.header-wpcentral .recent-posts .topics ul li a {
  border-radius: 0;
  background: none;
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/* line 92, ../scss/_header-wpcentral.scss */
.header-wpcentral .recent-posts .topics ul li a:hover {
  opacity: 0.9;
}
/* line 99, ../scss/_header-wpcentral.scss */
.header-wpcentral .recent-posts .topics h4 {
  color: #215869;
}
/* line 105, ../scss/_header-wpcentral.scss */
.header-wpcentral .recent-posts .swiper-slide:after {
  background: url(../images/bg_mask_wpcentral.png) repeat-x;
  opacity: 0.5;
}
/* line 112, ../scss/_header-wpcentral.scss */
.header-wpcentral .recent-posts .swiper-slide .title p a {
  font-size: 13px;
  color: #f2d651;
}
/* line 119, ../scss/_header-wpcentral.scss */
.header-wpcentral .recent-posts .swiper-slide .title h2 a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/* line 129, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .inner {
  border-color: #b25eb5;
}
/* line 134, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .inner .other-channels .channels-list [class^="icomoon-"], .header-wpcentral .navigation-right .inner .other-channels .channels-list [class*=" icomoon-"] {
  background: #dadad4;
  border-radius: 5px;
}
/* line 138, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .inner .other-channels .channels-list [class^="icomoon-"]:hover, .header-wpcentral .navigation-right .inner .other-channels .channels-list [class*=" icomoon-"]:hover {
  background: #b25eb5;
}
/* line 143, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .inner .other-channels .channels-list li {
  padding-bottom: 13px;
}
/* line 151, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .inner .staff-members .staff-member > a {
  color: #b25eb5;
}
/* line 156, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .inner .staff-members .staff-member [class^="icomoon-"]:hover, .header-wpcentral .navigation-right .inner .staff-members .staff-member [class*=" icomoon-"]:hover {
  color: #b25eb5;
}
/* line 165, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .inner > section .view-all a {
  background: #ff9c00;
  border-radius: 0 20px 20px 0;
}
/* line 173, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .inner > section ul li:before {
  background: #ff9c00;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
/* line 180, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .inner > section ul li:after {
  content: none;
}
/* line 186, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .inner > section h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
/* line 194, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .menu ul {
  background: #f8f1f8;
}
/* line 199, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .menu ul li:first-child {
  border: none;
}
/* line 201, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .menu ul li:first-child a {
  border-top: 1px solid #e7cee8;
}
/* line 209, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .menu ul li:hover a, .header-wpcentral .navigation-right .menu ul li.hover a, .header-wpcentral .navigation-right .menu ul li.hover-f a {
  background: #b25eb5;
}
/* line 215, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .menu ul li a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #e7cee8;
}
/* line 229, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .menu .tip-us:hover a, .header-wpcentral .navigation-right .menu .tip-us.hover a, .header-wpcentral .navigation-right .menu .tip-us.hover-f a {
  color: #fff;
}
/* line 234, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .menu .tip-us a {
  color: #b25eb5;
}
/* line 244, ../scss/_header-wpcentral.scss */
.header-wpcentral .navigation-right .feed article:hover .pic:before {
  background: #b25eb5;
}
/* line 253, ../scss/_header-wpcentral.scss */
.header-wpcentral .logo {
  width: 290px;
  height: 59px;
  margin-top: 15px;
  margin-left: 90px;
  margin-right: 40px;
  background: none;
  font-size: 25px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
}
/* line 265, ../scss/_header-wpcentral.scss */
.header-wpcentral .logo:before {
  content: "";
  display: block;
}
/* line 270, ../scss/_header-wpcentral.scss */
.header-wpcentral .logo:after {
  content: "";
  position: absolute;
  display: block;
  width: inherit;
  height: inherit;
  top: -5px;
  left: -74px;
  background: url(../images/logo-wpcentral.png) 0 0 no-repeat;
  background-size: 59px 59px;
}
/* line 286, ../scss/_header-wpcentral.scss */
.header-wpcentral .portals-nav .toggle-nav {
  left: 370px;
}
/* line 295, ../scss/_header-wpcentral.scss */
.header-wpcentral .portals-nav ul .wrapper-wpcentral {
  display: none;
}

@media screen and (max-width: 1008px) {
  /* line 304, ../scss/_header-wpcentral.scss */
  .header-wpcentral .logo {
    margin-right: 10px;
  }
  /* line 307, ../scss/_header-wpcentral.scss */
  .header-wpcentral .logo:before {
    content: "";
  }
  /* line 313, ../scss/_header-wpcentral.scss */
  .header-wpcentral .portals-nav .toggle-nav {
    left: 370px;
  }
}
@media screen and (max-width: 660px) {
  /* line 322, ../scss/_header-wpcentral.scss */
  .header-wpcentral .logo {
    width: 59px;
  }
  /* line 325, ../scss/_header-wpcentral.scss */
  .header-wpcentral .logo:before {
    content: none;
  }
  /* line 331, ../scss/_header-wpcentral.scss */
  .header-wpcentral .portals-nav .toggle-nav {
    left: 100px;
  }
}
@font-face {
  font-family: 'latoregular';
  src: url("/sites/all/fonts/lato-reg-webfont.eot");
  src: url("/sites/all/fonts/lato-reg-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/lato-reg-webfont.woff") format("woff"), url("/sites/all/fonts/lato-reg-webfont.ttf") format("truetype"), url("/sites/all/fonts/lato-reg-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoblack';
  src: url("/sites/all/fonts/lato-bla-webfont.eot");
  src: url("/sites/all/fonts/lato-bla-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/lato-bla-webfont.woff") format("woff"), url("/sites/all/fonts/lato-bla-webfont.ttf") format("truetype"), url("/sites/all/fonts/lato-bla-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latobold';
  src: url("/sites/all/fonts/lato-bol-webfont.eot");
  src: url("/sites/all/fonts/lato-bol-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/lato-bol-webfont.woff") format("woff"), url("/sites/all/fonts/lato-bol-webfont.ttf") format("truetype"), url("/sites/all/fonts/lato-bol-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 46, ../scss/_header-crackberry.scss */
.header-crackberry a, .header-crackberry span, .header-crackberry h1, .header-crackberry h2, .header-crackberry h3, .header-crackberry h4 {
  font-family: "latobold", Helvetica, Arial, sans-serif;
}
/* line 50, ../scss/_header-crackberry.scss */
.header-crackberry p {
  font-family: "latoregular", Helvetica, Arial, sans-serif;
}
/* line 54, ../scss/_header-crackberry.scss */
.header-crackberry .header {
  background: #ec7021;
}
/* line 57, ../scss/_header-crackberry.scss */
.header-crackberry .header:after {
  background: #2ea99d;
}
/* line 63, ../scss/_header-crackberry.scss */
.header-crackberry .header .right-item ul li {
  border-color: #d56a26;
}
/* line 72, ../scss/_header-crackberry.scss */
.header-crackberry .header #navigation ul li:hover, .header-crackberry .header #navigation ul li.active {
  background: #2ea99d;
}
/* line 77, ../scss/_header-crackberry.scss */
.header-crackberry .header #navigation ul li ul {
  background: #2ea99d;
}
/* line 79, ../scss/_header-crackberry.scss */
.header-crackberry .header #navigation ul li ul li {
  background: #2ea99d;
  border-bottom-color: #269d92;
}
/* line 92, ../scss/_header-crackberry.scss */
.header-crackberry .header .right-item ul li:hover {
  background: #ff6c0e;
}
/* line 96, ../scss/_header-crackberry.scss */
.header-crackberry .header .right-item ul li.active {
  background: #2ea99d;
}
/* line 106, ../scss/_header-crackberry.scss */
.header-crackberry .recent-posts .topics {
  background: #ec7021;
}
/* line 110, ../scss/_header-crackberry.scss */
.header-crackberry .recent-posts .topics ul li {
  position: relative;
}
/* line 113, ../scss/_header-crackberry.scss */
.header-crackberry .recent-posts .topics ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
}
/* line 123, ../scss/_header-crackberry.scss */
.header-crackberry .recent-posts .topics ul li a {
  border-radius: 0;
  background: none;
  color: #fff;
  font-size: 15px;
}
/* line 129, ../scss/_header-crackberry.scss */
.header-crackberry .recent-posts .topics ul li a:hover {
  opacity: 0.9;
}
/* line 136, ../scss/_header-crackberry.scss */
.header-crackberry .recent-posts .topics h4 {
  color: #fff;
}
/* line 142, ../scss/_header-crackberry.scss */
.header-crackberry .recent-posts .swiper-slide:after {
  background: url(../images/bg_mask_crackberry.png) repeat-x;
  opacity: 0.5;
}
/* line 149, ../scss/_header-crackberry.scss */
.header-crackberry .recent-posts .swiper-slide .title p a {
  color: #ec7021;
}
/* line 155, ../scss/_header-crackberry.scss */
.header-crackberry .recent-posts .swiper-slide .title h2 a {
  font-family: "latobold", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* line 165, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .inner {
  border-color: #2ea99d;
}
/* line 170, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .inner .other-channels .channels-list [class^="icomoon-"], .header-crackberry .navigation-right .inner .other-channels .channels-list [class*=" icomoon-"] {
  background: #dadad4;
}
/* line 173, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .inner .other-channels .channels-list [class^="icomoon-"]:hover, .header-crackberry .navigation-right .inner .other-channels .channels-list [class*=" icomoon-"]:hover {
  background: #2ea99d;
}
/* line 182, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .inner .staff-members .staff-member > a {
  color: #2ea99d;
}
/* line 187, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .inner .staff-members .staff-member [class^="icomoon-"]:hover, .header-crackberry .navigation-right .inner .staff-members .staff-member [class*=" icomoon-"]:hover {
  color: #2ea99d;
}
/* line 196, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .inner > section .view-all a {
  font-family: "latobold", Helvetica, Arial, sans-serif;
  background: #2ea99d;
  border-radius: 0 20px 20px 0;
  line-height: 16px;
}
/* line 206, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .inner > section ul li:before {
  background: #2ea99d;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
/* line 213, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .inner > section ul li:after {
  content: none;
}
/* line 222, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .menu ul {
  background: #e4f2f1;
}
/* line 227, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .menu ul li:first-child {
  border: none;
}
/* line 229, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .menu ul li:first-child a {
  font-family: "latobold", Helvetica, Arial, sans-serif;
  border-top: 1px solid #c2e1df;
}
/* line 238, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .menu ul li:hover a, .header-crackberry .navigation-right .menu ul li.hover a, .header-crackberry .navigation-right .menu ul li.hover-f a {
  background: #2ea99d;
}
/* line 244, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .menu ul li a {
  border-bottom: 1px solid #c2e1df;
  font-family: "latoregular", Helvetica, Arial, sans-serif;
}
/* line 256, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .menu .tip-us:hover a, .header-crackberry .navigation-right .menu .tip-us.hover a, .header-crackberry .navigation-right .menu .tip-us.hover-f a {
  color: #fff;
}
/* line 261, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .menu .tip-us a {
  color: #2ea99d;
}
/* line 271, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .feed article:hover .pic:before {
  background: #ec7021;
}
/* line 279, ../scss/_header-crackberry.scss */
.header-crackberry .navigation-right .feed h4 a {
  color: #4f595c;
}
/* line 286, ../scss/_header-crackberry.scss */
.header-crackberry .logo {
  width: 219px;
  height: 60px;
  margin-top: 8px;
  margin-right: 80px;
  background: none;
}
/* line 293, ../scss/_header-crackberry.scss */
.header-crackberry .logo:before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 70px;
  height: 70px;
  background: #ec7021;
  border-radius: 50%;
}
/* line 304, ../scss/_header-crackberry.scss */
.header-crackberry .logo:after {
  content: "";
  position: absolute;
  display: block;
  width: inherit;
  height: inherit;
  top: 0;
  background: url(../images/logo-crackberry.svg);
  background-size: 219px 60px;
}
/* line 319, ../scss/_header-crackberry.scss */
.header-crackberry .portals-nav .toggle-nav {
  left: 280px;
}
/* line 328, ../scss/_header-crackberry.scss */
.header-crackberry .portals-nav ul .wrapper-crackberry {
  display: none;
}

@media screen and (max-width: 660px) {
  /* line 337, ../scss/_header-crackberry.scss */
  .header-crackberry .logo {
    width: 70px;
  }
  /* line 342, ../scss/_header-crackberry.scss */
  .header-crackberry .portals-nav .toggle-nav {
    left: 100px;
  }
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (   min--moz-device-pixel-ratio: 1.3),
only screen and (     -o-min-device-pixel-ratio: 1.3/1),
only screen and (        min-device-pixel-ratio: 1.3),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 1.3dppx) {
  .logo {
    background-image: url(../images/logo-x2.png);
    background-size: 254px 80px;
  }
}

.headroom {
  -webkit-transition: -webkit-transform 200ms linear;
  -moz-transition:    -moz-transform 200ms linear;
  -ms-transition:     -ms-transform 200ms linear;
  -o-transition:      -o-transform 200ms linear;
  transition:         transform 200ms linear;
  border-bottom:1px solid transparent;
  position:fixed;
}
.headroom--pinned {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.headroom--unpinned {
  -webkit-transform: translateY(-84px);
  -moz-transform: translateY(-84px);
  -ms-transform: translateY(-84px);
  -o-transform: translateY(-84px);
  transform: translateY(-84px);
}
.headroom.headroom--top {
  -webkit-transition: -webkit-transform 50ms linear;
  -moz-transition:    -moz-transform 50ms linear;
  -ms-transition:     -ms-transform 50ms linear;
  -o-transition:      -o-transform 50ms linear;
  transition:         transform 50ms linear;
}

#admin-menu { /* Since we position under top-page section!*/
  position:relative;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  z-index:999;
}

html body.admin-menu-with-shortcuts,html body.admin-menu {
  margin-top: 0px !important;
}

#Leaderboard_Header_ATF-wrap {
  margin: 20px auto;
  width: %100;
  text-align: center;
}


/* Forum Slider Tweaks */

.navigation-right #sub-list-forums .feed .pic {
  padding: 7px 9px 5px;
  background: #C2C1C1;
  margin-bottom: 16px;
  min-width: 32px;
  text-align: center;
}

.navigation-right #sub-list-forums .feed .pic a {
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
}

.navigation-right #sub-list-forums  .feed article:hover .pic:before {
  background: transparent;
}

@media screen and (max-width: 480px) {
  .recent-posts .prevnext {
    display: none;
  }
}

/* Mobile Forums */
body.ui-mobile-viewport.mbn-platform-vb.not-home .recent-posts {
  display: none;
}
body.ui-mobile-viewport.mbn-platform-vb.not-home .ui-page {
  padding-top: 61px;
}
body.ui-mobile-viewport.mbn-platform-vb .header-small .recent-posts .half .title {
  top: 20px;
}

.body1234 { width:5px; }
