/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@font-face {
  font-family: 'helveticaneueltstd_bdcn';
  src: url("../font/helveticaneueltstd-bdcn-webfont.eot");
  src: url("../font/helveticaneueltstd-bdcn-webfont.eot?#iefix") format("embedded-opentype"), url("../font/helveticaneueltstd-bdcn-webfont.woff") format("woff"), url("../font/helveticaneueltstd-bdcn-webfont.ttf") format("truetype"), url("../font/helveticaneueltstd-bdcn-webfont.svg#helveticaneuelt_std_cnbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 17, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, /Users/bm/htdocs/npt/sass/_layout.scss */
body {
  font-size: 14px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 6, /Users/bm/htdocs/npt/sass/_layout.scss */
#page {
  width: 100%;
  margin: 0 auto;
}

/* line 11, /Users/bm/htdocs/npt/sass/_layout.scss */
h1 {
  font-size: 18px;
  font-weight: bold;
  display: inline;
  line-height: 20px;
}

/* line 18, /Users/bm/htdocs/npt/sass/_layout.scss */
h1 a {
  font-size: 20px;
  font-weight: bold;
}

/* line 23, /Users/bm/htdocs/npt/sass/_layout.scss */
h2, h3 {
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  line-height: 30px;
}

/* line 30, /Users/bm/htdocs/npt/sass/_layout.scss */
h4 {
  background-image: url(../images/comments-bg-up.png);
  background-position: top;
  background-repeat: repeat-x;
  font-family: HelveticaNeueLTPro-Th;
  font-size: 18px;
  color: #333333;
  padding: 10px 0 5px 5px;
  text-transform: uppercase;
  text-shadow: 1px 0 #000000;
  text-align: left;
}
/* line 42, /Users/bm/htdocs/npt/sass/_layout.scss */
h4 span {
  font-weight: bold;
}

/* line 46, /Users/bm/htdocs/npt/sass/_layout.scss */
h5 {
  font-size: 14px;
  font-weight: bold;
}

/* line 50, /Users/bm/htdocs/npt/sass/_layout.scss */
h6 {
  font-size: 11px;
  padding: 10px 10px;
  font-weight: bold;
  color: #6e6e6e;
  text-transform: uppercase;
}

/* line 58, /Users/bm/htdocs/npt/sass/_layout.scss */
p {
  font-size: 12px;
  padding: 0 0 5px;
  line-height: 16px;
}

/* line 64, /Users/bm/htdocs/npt/sass/_layout.scss */
a {
  text-decoration: none;
}
/* line 67, /Users/bm/htdocs/npt/sass/_layout.scss */
a:hover {
  cursor: pointer;
}

/* line 72, /Users/bm/htdocs/npt/sass/_layout.scss */
.error-message {
  margin: 20px auto;
  color: #c00000;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

/* line 79, /Users/bm/htdocs/npt/sass/_layout.scss */
.back-error {
  float: right;
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 20px 20px;
}

/* line 87, /Users/bm/htdocs/npt/sass/_layout.scss */
blockquote {
  background-image: url(/images/quote.png);
  margin: 0 10px 0 0;
  background-repeat: no-repeat;
  padding: 10px 0 0 40px;
  font-weight: bold;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_navbar_top.scss */
.navbar-top {
  height: 35px;
  text-align: center;
  background-color: #086db5;
}
/* line 6, /Users/bm/htdocs/npt/sass/snippets/_navbar_top.scss */
.navbar-top li {
  float: left;
  line-height: 35px;
  width: 33%;
}
/* line 14, /Users/bm/htdocs/npt/sass/snippets/_navbar_top.scss */
.navbar-top li:first-child {
  width: 30%;
}
/* line 17, /Users/bm/htdocs/npt/sass/snippets/_navbar_top.scss */
.navbar-top li:last-child {
  width: 37%;
}
/* line 22, /Users/bm/htdocs/npt/sass/snippets/_navbar_top.scss */
.navbar-top li a {
  color: #e3cac4;
  font-size: 11px;
  font-weight: bold;
  display: block;
}
/* line 29, /Users/bm/htdocs/npt/sass/snippets/_navbar_top.scss */
.navbar-top li a:hover {
  color: #d3aba1;
}
/* line 33, /Users/bm/htdocs/npt/sass/snippets/_navbar_top.scss */
.navbar-top li a span {
  display: inline-block;
  padding-left: 16px;
}
/* line 43, /Users/bm/htdocs/npt/sass/snippets/_navbar_top.scss */
.navbar-top .user-icon a:before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  top: 10px;
  middle: 0;
}
/* line 55, /Users/bm/htdocs/npt/sass/snippets/_navbar_top.scss */
.navbar-top .account a span {
  background: url("../images/icon-signup.png") no-repeat scroll 0px center transparent;
}
/* line 61, /Users/bm/htdocs/npt/sass/snippets/_navbar_top.scss */
.navbar-top .login a span {
  padding-left: 33px;
  background: url("../images/icons-auth.png") no-repeat scroll 0px center transparent;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_header.scss */
.header {
  background-image: url("../images/header_top.png"), url("../images/header_bottom.png");
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
  margin-bottom: 1px;
}

/* line 10, /Users/bm/htdocs/npt/sass/snippets/_header.scss */
.logo {
  text-align: center;
  padding: 5px 0 0;
}
/* line 14, /Users/bm/htdocs/npt/sass/snippets/_header.scss */
.logo span {
  color: #4e5254;
}
/* line 18, /Users/bm/htdocs/npt/sass/snippets/_header.scss */
.logo a {
  background: url(../images/logos/home.png) no-repeat top left;
  width: 320px;
  height: 45px;
  margin: 0 auto;
  display: block;
  font-size: 42px;
  font-family: 'helveticaneueltstd_bdcn';
  color: #086db5;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_menu.scss */
.menu {
  font-size: 14px;
  color: #A8A8A8;
  background-image: url("../images/menu.png");
  height: 36px;
}
/* line 9, /Users/bm/htdocs/npt/sass/snippets/_menu.scss */
.menu li {
  float: left;
  line-height: 34px;
  text-align: center;
  width: 24.5%;
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #333333;
  border-left-width: 1px;
  border-left-color: #5a5e64;
}
/* line 28, /Users/bm/htdocs/npt/sass/snippets/_menu.scss */
.menu li a {
  color: #b9b9b9;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
/* line 37, /Users/bm/htdocs/npt/sass/snippets/_menu.scss */
.menu li a:hover {
  color: #a0a0a0;
}
/* line 44, /Users/bm/htdocs/npt/sass/snippets/_menu.scss */
.menu li:first-child {
  border-left-width: 0;
  background: url(../images/arrows/section-arrow-down.png) 88% 50% no-repeat;
}
/* line 49, /Users/bm/htdocs/npt/sass/snippets/_menu.scss */
.menu li:last-child {
  border-right-width: 0;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_news_top.scss */
.news-top {
  background-color: transparent;
  background-image: url(../images/top_news_light.png), url(../images/news_top.png);
  background-repeat: no-repeat, repeat;
  background-position: center top, center top;
  padding: 5px 10px;
}
/* line 9, /Users/bm/htdocs/npt/sass/snippets/_news_top.scss */
.news-top h1 a {
  color: white;
}
/* line 13, /Users/bm/htdocs/npt/sass/snippets/_news_top.scss */
.news-top h1 a:hover {
  color: #e6e6e6;
}
/* line 18, /Users/bm/htdocs/npt/sass/snippets/_news_top.scss */
.news-top p {
  color: #b5b5b6;
}

/* line 24, /Users/bm/htdocs/npt/sass/snippets/_news_top.scss */
.main-news {
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #c3c3c3;
  padding: 10px 5px 5px;
}
/* line 30, /Users/bm/htdocs/npt/sass/snippets/_news_top.scss */
.main-news h1 a {
  color: black;
}
/* line 34, /Users/bm/htdocs/npt/sass/snippets/_news_top.scss */
.main-news h1 a:hover {
  color: #333333;
}
/* line 39, /Users/bm/htdocs/npt/sass/snippets/_news_top.scss */
.main-news p {
  color: #000;
}

/* line 44, /Users/bm/htdocs/npt/sass/snippets/_news_top.scss */
.picture-top {
  margin: 10px 0 5px;
}
/* line 47, /Users/bm/htdocs/npt/sass/snippets/_news_top.scss */
.picture-top img {
  max-width: 1024px;
  width: 100%;
  max-height: 455px;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
span.comment-no {
  background-color: #87230d;
  position: relative;
  display: inline-block;
  font-family: Tahoma, sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 11px;
  padding: 1px 4px;
  min-width: 12px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 19, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
span.comment-no:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #611100;
}

/* line 32, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
span.comment-no-large {
  font-size: 12px;
  padding: 4px 7px;
}
/* line 35, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
span.comment-no-large:after {
  bottom: -6px;
  left: 8px;
  border-right-width: 6px;
  border-top: 6px solid #87230D;
}

/* line 45, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .login {
  padding: 0 0 10px;
  width: 100%;
  border-top-width: 3px;
  border-top-color: #36a8de;
  border-bottom-width: 3px;
  border-bottom-color: #36a8de;
}
/* line 60, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .login p {
  font-size: 11px;
  padding: 0 0 10px 5px;
  color: #666666;
}
/* line 66, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .login .version {
  background-image: url(../images/bg-login2.png);
  background-repeat: repeat;
  text-align: center;
  padding: 5px;
}
/* line 72, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .login .version p {
  text-align: left;
}
/* line 76, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .login .version a {
  font-size: 12px;
  color: #125782;
  text-align: center;
  text-decoration: underline;
}
/* line 83, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .login .version .login-link {
  margin: 10px 0;
}
/* line 87, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .login .version .login-button {
  background-image: url("../images/login-button.png");
  width: 118px;
  height: 31px;
  display: inline-block;
}
/* line 95, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .login .version .login-button-fb {
  background-image: url("../images/login-button-fb.png");
  width: 118px;
  height: 31px;
  display: inline-block;
}
/* line 105, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .login .version .box {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  width: 49%;
  padding: 5px 0;
  display: inline-block;
}
/* line 114, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .login .version .npt h5 {
  color: #993333;
}
/* line 121, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .login .version .fb h5 {
  color: #3854a9;
}
/* line 130, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort {
  background-image: url(../images/bg-login2.png);
  background-repeat: repeat;
  padding: 7px;
  text-align: center;
}
/* line 136, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort .types {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
}
/* line 143, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort .types p {
  color: #666666;
}
/* line 146, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort .types p span {
  padding: 0 0 0 10px;
}
/* line 150, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort .types p a {
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px;
}
/* line 155, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort .types p .sort-by {
  background-repeat: no-repeat;
  background-position: right;
  color: #115681;
}
/* line 159, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort .types p .sort-by.active {
  color: #96311a;
}
/* line 163, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort .types p .desc {
  background-image: url(../images/arrows/sort-comm-arrow-desc.png);
}
/* line 166, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort .types p .asc {
  background-image: url(../images/arrows/sort-comm-arrow-asc.png);
}
/* line 169, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort .types p .popularity {
  background-repeat: no-repeat;
  background-position: right;
}
/* line 174, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort .types p .popularity.asc {
  background-image: url(../images/arrows/sort-comm-pop-asc.png);
}
/* line 178, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .sort .types p .popularity.desc {
  background-image: url(../images/arrows/sort-comm-pop-desc.png);
}
/* line 187, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .comment {
  display: inline-block;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}
/* line 195, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .comment .content {
  display: inline-block;
  margin: 5px 10px;
  width: 98%;
}
/* line 201, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .comment .user-name {
  color: #125782;
  font-size: 13px;
  font-weight: bold;
  float: left;
  padding: 4px 5px 0 0;
}
/* line 213, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .comment .text {
  margin: 8px 5px 5px;
}
/* line 216, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .comment .text .date-time {
  color: #525252;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  float: left;
  padding: 0 6px 0 0;
}
/* line 225, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .comment .text p {
  color: #333333;
}
/* line 231, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .comment .reply {
  float: left;
}
/* line 235, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .comment .vote {
  float: right;
  margin: 0;
  width: 60px;
}
/* line 240, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .comment .vote .count {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #1e1e1e;
}
/* line 246, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .comment .vote .count span {
  font-weight: normal;
  color: #666666;
}
/* line 255, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .see-all {
  margin: 10px;
  background-image: url(../images/see-all-comments.png);
  background-repeat: repeat;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}
/* line 263, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .see-all p {
  line-height: 29px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
}
/* line 270, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .see-all p a {
  color: #353535;
  display: block;
  height: 29px;
}
/* line 279, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .add-comment-form {
  background-image: url(../images/bg-login2.png);
  background-repeat: repeat;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-top-width: 3px;
  border-top-color: #36a8de;
  border-bottom-width: 3px;
  border-bottom-color: #36a8de;
}
/* line 297, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .add-comment-form .commentText {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 95%;
  height: 100px;
  margin: 5px;
}
/* line 308, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .add-comment-form input.submitComment {
  background-color: #F1F1F1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: -moz-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: -ms-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: -o-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: linear-gradient(to bottom, #fefefe, #e5e5e5);
  border: 1px solid #C3C3C3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px;
  float: right;
  margin: 0 10px 10px;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: button;
}
/* line 329, /Users/bm/htdocs/npt/sass/snippets/_comments.scss */
.comments .comment-child .content {
  padding: 0 0 0 30px;
  width: 96%;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_section_title.scss */
.section-title {
  height: 25px;
  position: relative;
  padding: 5px 0;
  margin: 0 5px;
  border-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #c3c3c3;
}
/* line 8, /Users/bm/htdocs/npt/sass/snippets/_section_title.scss */
.section-title:after {
  background-image: url(../images/arrows/section-arrow.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  bottom: -6px;
  content: "";
  left: 24px;
  position: absolute;
  width: 20px;
  height: 7px;
}
/* line 28, /Users/bm/htdocs/npt/sass/snippets/_section_title.scss */
.section-title h2, .section-title h3 {
  color: #3D3D3D;
}
/* line 31, /Users/bm/htdocs/npt/sass/snippets/_section_title.scss */
.section-title h2 span, .section-title h3 span {
  color: #8F2813;
}

/* line 38, /Users/bm/htdocs/npt/sass/snippets/_section_title.scss */
.section-title-blog {
  text-align: center;
  height: 25px;
  border-bottom: 1px solid #c4c4c4;
  margin: 0 10px;
}
/* line 45, /Users/bm/htdocs/npt/sass/snippets/_section_title.scss */
.section-title-blog h2 {
  color: #3D3D3D;
  text-transform: uppercase;
  float: none;
  font-weight: bold;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .home a,
.news-box.home h2 span,
.page-home .section-title h2 span,
.page-home .tags span {
  color: #086db5;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-home .logo a {
  background: url(../images/logos/home.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .home a:hover {
  color: #065084;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.home span.comment-no,
.news-top.section.home span.comment-no,
.page-search span.comment-no.home,
.page-home span.comment-no {
  background-color: #086db5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b99ff), color-stop(100%, #00518a));
  background-image: -webkit-linear-gradient(top, #0b99ff, #00518a);
  background-image: -moz-linear-gradient(top, #0b99ff, #00518a);
  background-image: -o-linear-gradient(top, #0b99ff, #00518a);
  background-image: linear-gradient(top, #0b99ff, #00518a);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.home span.comment-no:after,
.news-top.section.home span.comment-no:after,
.page-search span.comment-no.home:after,
.page-home span.comment-no:after {
  border-top: 6px solid #00518a;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.home,
.page-home .dot.active,
.page-home .navbar-top,
.news-box.home .dot.active {
  background-color: #086db5;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-home .comments .login,
.page-home .comments .add-comment-form,
.page-home.social-buttons {
  border-bottom: 3px solid #086db5;
  border-top: 3px solid #086db5;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-home .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #065084;
  border-left-width: 1px;
  border-left-color: #0a8ae6;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-home .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-home .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .internaţional a,
.news-box.internaţional h2 span,
.page-internaţional .section-title h2 span,
.page-internaţional .tags span {
  color: #169ad8;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-internaţional .logo a {
  background: url(../images/logos/internaţional.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .internaţional a:hover {
  color: #1179aa;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.internaţional span.comment-no,
.news-top.section.internaţional span.comment-no,
.page-search span.comment-no.internaţional,
.page-internaţional span.comment-no {
  background-color: #169ad8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #44bef7), color-stop(100%, #007fbb));
  background-image: -webkit-linear-gradient(top, #44bef7, #007fbb);
  background-image: -moz-linear-gradient(top, #44bef7, #007fbb);
  background-image: -o-linear-gradient(top, #44bef7, #007fbb);
  background-image: linear-gradient(top, #44bef7, #007fbb);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.internaţional span.comment-no:after,
.news-top.section.internaţional span.comment-no:after,
.page-search span.comment-no.internaţional:after,
.page-internaţional span.comment-no:after {
  border-top: 6px solid #007fbb;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.internaţional,
.page-internaţional .dot.active,
.page-internaţional .navbar-top,
.news-box.internaţional .dot.active {
  background-color: #169ad8;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-internaţional .comments .login,
.page-internaţional .comments .add-comment-form,
.page-internaţional.social-buttons {
  border-bottom: 3px solid #169ad8;
  border-top: 3px solid #169ad8;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-internaţional .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #1179aa;
  border-left-width: 1px;
  border-left-color: #36b1eb;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-internaţional .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-internaţional .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .international a,
.news-box.international h2 span,
.page-international .section-title h2 span,
.page-international .tags span {
  color: #169ad8;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-international .logo a {
  background: url(../images/logos/international.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .international a:hover {
  color: #1179aa;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.international span.comment-no,
.news-top.section.international span.comment-no,
.page-search span.comment-no.international,
.page-international span.comment-no {
  background-color: #169ad8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #44bef7), color-stop(100%, #007fbb));
  background-image: -webkit-linear-gradient(top, #44bef7, #007fbb);
  background-image: -moz-linear-gradient(top, #44bef7, #007fbb);
  background-image: -o-linear-gradient(top, #44bef7, #007fbb);
  background-image: linear-gradient(top, #44bef7, #007fbb);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.international span.comment-no:after,
.news-top.section.international span.comment-no:after,
.page-search span.comment-no.international:after,
.page-international span.comment-no:after {
  border-top: 6px solid #007fbb;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.international,
.page-international .dot.active,
.page-international .navbar-top,
.news-box.international .dot.active {
  background-color: #169ad8;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-international .comments .login,
.page-international .comments .add-comment-form,
.page-international.social-buttons {
  border-bottom: 3px solid #169ad8;
  border-top: 3px solid #169ad8;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-international .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #1179aa;
  border-left-width: 1px;
  border-left-color: #36b1eb;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-international .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-international .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .internaional a,
.news-box.internaional h2 span,
.page-internaional .section-title h2 span,
.page-internaional .tags span {
  color: #169ad8;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-internaional .logo a {
  background: url(../images/logos/internaional.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .internaional a:hover {
  color: #1179aa;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.internaional span.comment-no,
.news-top.section.internaional span.comment-no,
.page-search span.comment-no.internaional,
.page-internaional span.comment-no {
  background-color: #169ad8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #44bef7), color-stop(100%, #007fbb));
  background-image: -webkit-linear-gradient(top, #44bef7, #007fbb);
  background-image: -moz-linear-gradient(top, #44bef7, #007fbb);
  background-image: -o-linear-gradient(top, #44bef7, #007fbb);
  background-image: linear-gradient(top, #44bef7, #007fbb);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.internaional span.comment-no:after,
.news-top.section.internaional span.comment-no:after,
.page-search span.comment-no.internaional:after,
.page-internaional span.comment-no:after {
  border-top: 6px solid #007fbb;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.internaional,
.page-internaional .dot.active,
.page-internaional .navbar-top,
.news-box.internaional .dot.active {
  background-color: #169ad8;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-internaional .comments .login,
.page-internaional .comments .add-comment-form,
.page-internaional.social-buttons {
  border-bottom: 3px solid #169ad8;
  border-top: 3px solid #169ad8;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-internaional .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #1179aa;
  border-left-width: 1px;
  border-left-color: #36b1eb;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-internaional .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-internaional .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .news a,
.news-box.news h2 span,
.page-news .section-title h2 span,
.page-news .tags span {
  color: #b63d21;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-news .logo a {
  background: url(../images/logos/news.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .news a:hover {
  color: #8b2f19;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.news span.comment-no,
.news-top.section.news span.comment-no,
.page-search span.comment-no.news,
.page-news span.comment-no {
  background-color: #b63d21;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e85c3b), color-stop(100%, #9b2409));
  background-image: -webkit-linear-gradient(top, #e85c3b, #9b2409);
  background-image: -moz-linear-gradient(top, #e85c3b, #9b2409);
  background-image: -o-linear-gradient(top, #e85c3b, #9b2409);
  background-image: linear-gradient(top, #e85c3b, #9b2409);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.news span.comment-no:after,
.news-top.section.news span.comment-no:after,
.page-search span.comment-no.news:after,
.page-news span.comment-no:after {
  border-top: 6px solid #9b2409;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.news,
.page-news .dot.active,
.page-news .navbar-top,
.news-box.news .dot.active {
  background-color: #b63d21;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-news .comments .login,
.page-news .comments .add-comment-form,
.page-news.social-buttons {
  border-bottom: 3px solid #b63d21;
  border-top: 3px solid #b63d21;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-news .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #8b2f19;
  border-left-width: 1px;
  border-left-color: #da5030;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-news .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-news .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .politica a,
.news-box.politica h2 span,
.page-politica .section-title h2 span,
.page-politica .tags span {
  color: #9343dc;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-politica .logo a {
  background: url(../images/logos/politica.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .politica a:hover {
  color: #7a25c7;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.politica span.comment-no,
.news-top.section.politica span.comment-no,
.page-search span.comment-no.politica,
.page-politica span.comment-no {
  background-color: #9343dc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b87cef), color-stop(100%, #7b0ddf));
  background-image: -webkit-linear-gradient(top, #b87cef, #7b0ddf);
  background-image: -moz-linear-gradient(top, #b87cef, #7b0ddf);
  background-image: -o-linear-gradient(top, #b87cef, #7b0ddf);
  background-image: linear-gradient(top, #b87cef, #7b0ddf);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.politica span.comment-no:after,
.news-top.section.politica span.comment-no:after,
.page-search span.comment-no.politica:after,
.page-politica span.comment-no:after {
  border-top: 6px solid #7b0ddf;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.politica,
.page-politica .dot.active,
.page-politica .navbar-top,
.news-box.politica .dot.active {
  background-color: #9343dc;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-politica .comments .login,
.page-politica .comments .add-comment-form,
.page-politica.social-buttons {
  border-bottom: 3px solid #9343dc;
  border-top: 3px solid #9343dc;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-politica .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #7a25c7;
  border-left-width: 1px;
  border-left-color: #ac6ee4;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-politica .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-politica .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .sport a,
.news-box.sport h2 span,
.page-sport .section-title h2 span,
.page-sport .tags span {
  color: #6fa820;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sport .logo a {
  background: url(../images/logos/sport.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .sport a:hover {
  color: #537d18;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.sport span.comment-no,
.news-top.section.sport span.comment-no,
.page-search span.comment-no.sport,
.page-sport span.comment-no {
  background-color: #6fa820;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99e52f), color-stop(100%, #558c09));
  background-image: -webkit-linear-gradient(top, #99e52f, #558c09);
  background-image: -moz-linear-gradient(top, #99e52f, #558c09);
  background-image: -o-linear-gradient(top, #99e52f, #558c09);
  background-image: linear-gradient(top, #99e52f, #558c09);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.sport span.comment-no:after,
.news-top.section.sport span.comment-no:after,
.page-search span.comment-no.sport:after,
.page-sport span.comment-no:after {
  border-top: 6px solid #558c09;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.sport,
.page-sport .dot.active,
.page-sport .navbar-top,
.news-box.sport .dot.active {
  background-color: #6fa820;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sport .comments .login,
.page-sport .comments .add-comment-form,
.page-sport.social-buttons {
  border-bottom: 3px solid #6fa820;
  border-top: 3px solid #6fa820;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sport .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #537d18;
  border-left-width: 1px;
  border-left-color: #8bd328;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sport .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sport .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .entertainment a,
.news-box.entertainment h2 span,
.page-entertainment .section-title h2 span,
.page-entertainment .tags span {
  color: #b71973;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-entertainment .logo a {
  background: url(../images/logos/entertainment.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .entertainment a:hover {
  color: #8a1357;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.entertainment span.comment-no,
.news-top.section.entertainment span.comment-no,
.page-search span.comment-no.entertainment,
.page-entertainment span.comment-no {
  background-color: #b71973;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ef2d9c), color-stop(100%, #9a0359));
  background-image: -webkit-linear-gradient(top, #ef2d9c, #9a0359);
  background-image: -moz-linear-gradient(top, #ef2d9c, #9a0359);
  background-image: -o-linear-gradient(top, #ef2d9c, #9a0359);
  background-image: linear-gradient(top, #ef2d9c, #9a0359);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.entertainment span.comment-no:after,
.news-top.section.entertainment span.comment-no:after,
.page-search span.comment-no.entertainment:after,
.page-entertainment span.comment-no:after {
  border-top: 6px solid #9a0359;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.entertainment,
.page-entertainment .dot.active,
.page-entertainment .navbar-top,
.news-box.entertainment .dot.active {
  background-color: #b71973;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-entertainment .comments .login,
.page-entertainment .comments .add-comment-form,
.page-entertainment.social-buttons {
  border-bottom: 3px solid #b71973;
  border-top: 3px solid #b71973;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-entertainment .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #8a1357;
  border-left-width: 1px;
  border-left-color: #e1228f;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-entertainment .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-entertainment .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .top-articles a,
.news-box.top-articles h2 span,
.page-top-articles .section-title h2 span,
.page-top-articles .tags span {
  color: #a23c25;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-top-articles .logo a {
  background: url(../images/logos/top-articles.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .top-articles a:hover {
  color: #782d1c;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.top-articles span.comment-no,
.news-top.section.top-articles span.comment-no,
.page-search span.comment-no.top-articles,
.page-top-articles span.comment-no {
  background-color: #a23c25;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #df5434), color-stop(100%, #87230d));
  background-image: -webkit-linear-gradient(top, #df5434, #87230d);
  background-image: -moz-linear-gradient(top, #df5434, #87230d);
  background-image: -o-linear-gradient(top, #df5434, #87230d);
  background-image: linear-gradient(top, #df5434, #87230d);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.top-articles span.comment-no:after,
.news-top.section.top-articles span.comment-no:after,
.page-search span.comment-no.top-articles:after,
.page-top-articles span.comment-no:after {
  border-top: 6px solid #87230d;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.top-articles,
.page-top-articles .dot.active,
.page-top-articles .navbar-top,
.news-box.top-articles .dot.active {
  background-color: #a23c25;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-top-articles .comments .login,
.page-top-articles .comments .add-comment-form,
.page-top-articles.social-buttons {
  border-bottom: 3px solid #a23c25;
  border-top: 3px solid #a23c25;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-top-articles .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #782d1c;
  border-left-width: 1px;
  border-left-color: #cc4b2e;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-top-articles .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-top-articles .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .blogs a,
.news-box.blogs h2 span,
.page-blogs .section-title h2 span,
.page-blogs .tags span {
  color: #a23c25;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-blogs .logo a {
  background: url(../images/logos/blogs.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .blogs a:hover {
  color: #782d1c;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.blogs span.comment-no,
.news-top.section.blogs span.comment-no,
.page-search span.comment-no.blogs,
.page-blogs span.comment-no {
  background-color: #a23c25;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #df5434), color-stop(100%, #87230d));
  background-image: -webkit-linear-gradient(top, #df5434, #87230d);
  background-image: -moz-linear-gradient(top, #df5434, #87230d);
  background-image: -o-linear-gradient(top, #df5434, #87230d);
  background-image: linear-gradient(top, #df5434, #87230d);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.blogs span.comment-no:after,
.news-top.section.blogs span.comment-no:after,
.page-search span.comment-no.blogs:after,
.page-blogs span.comment-no:after {
  border-top: 6px solid #87230d;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.blogs,
.page-blogs .dot.active,
.page-blogs .navbar-top,
.news-box.blogs .dot.active {
  background-color: #a23c25;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-blogs .comments .login,
.page-blogs .comments .add-comment-form,
.page-blogs.social-buttons {
  border-bottom: 3px solid #a23c25;
  border-top: 3px solid #a23c25;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-blogs .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #782d1c;
  border-left-width: 1px;
  border-left-color: #cc4b2e;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-blogs .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-blogs .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .economie a,
.news-box.economie h2 span,
.page-economie .section-title h2 span,
.page-economie .tags span {
  color: #b32852;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-economie .logo a {
  background: url(../images/logos/economie.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .economie a:hover {
  color: #891f3f;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.economie span.comment-no,
.news-top.section.economie span.comment-no,
.page-search span.comment-no.economie,
.page-economie span.comment-no {
  background-color: #b32852;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e34575), color-stop(100%, #9a0e38));
  background-image: -webkit-linear-gradient(top, #e34575, #9a0e38);
  background-image: -moz-linear-gradient(top, #e34575, #9a0e38);
  background-image: -o-linear-gradient(top, #e34575, #9a0e38);
  background-image: linear-gradient(top, #e34575, #9a0e38);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.economie span.comment-no:after,
.news-top.section.economie span.comment-no:after,
.page-search span.comment-no.economie:after,
.page-economie span.comment-no:after {
  border-top: 6px solid #9a0e38;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.economie,
.page-economie .dot.active,
.page-economie .navbar-top,
.news-box.economie .dot.active {
  background-color: #b32852;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-economie .comments .login,
.page-economie .comments .add-comment-form,
.page-economie.social-buttons {
  border-bottom: 3px solid #b32852;
  border-top: 3px solid #b32852;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-economie .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #891f3f;
  border-left-width: 1px;
  border-left-color: #d33b69;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-economie .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-economie .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .fotocenter a,
.news-box.fotocenter h2 span,
.page-fotocenter .section-title h2 span,
.page-fotocenter .tags span {
  color: white;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-fotocenter .logo a {
  background: url(../images/logos/fotocenter.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .fotocenter a:hover {
  color: #e6e6e6;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.fotocenter span.comment-no,
.news-top.section.fotocenter span.comment-no,
.page-search span.comment-no.fotocenter,
.page-fotocenter span.comment-no {
  background-color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebe0e0));
  background-image: -webkit-linear-gradient(top, #ffffff, #ebe0e0);
  background-image: -moz-linear-gradient(top, #ffffff, #ebe0e0);
  background-image: -o-linear-gradient(top, #ffffff, #ebe0e0);
  background-image: linear-gradient(top, #ffffff, #ebe0e0);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.fotocenter span.comment-no:after,
.news-top.section.fotocenter span.comment-no:after,
.page-search span.comment-no.fotocenter:after,
.page-fotocenter span.comment-no:after {
  border-top: 6px solid #ebe0e0;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.fotocenter,
.page-fotocenter .dot.active,
.page-fotocenter .navbar-top,
.news-box.fotocenter .dot.active {
  background-color: white;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-fotocenter .comments .login,
.page-fotocenter .comments .add-comment-form,
.page-fotocenter.social-buttons {
  border-bottom: 3px solid white;
  border-top: 3px solid white;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-fotocenter .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-width: 1px;
  border-left-color: white;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-fotocenter .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-fotocenter .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .videocenter a,
.news-box.videocenter h2 span,
.page-videocenter .section-title h2 span,
.page-videocenter .tags span {
  color: white;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-videocenter .logo a {
  background: url(../images/logos/videocenter.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .videocenter a:hover {
  color: #e6e6e6;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.videocenter span.comment-no,
.news-top.section.videocenter span.comment-no,
.page-search span.comment-no.videocenter,
.page-videocenter span.comment-no {
  background-color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebe0e0));
  background-image: -webkit-linear-gradient(top, #ffffff, #ebe0e0);
  background-image: -moz-linear-gradient(top, #ffffff, #ebe0e0);
  background-image: -o-linear-gradient(top, #ffffff, #ebe0e0);
  background-image: linear-gradient(top, #ffffff, #ebe0e0);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.videocenter span.comment-no:after,
.news-top.section.videocenter span.comment-no:after,
.page-search span.comment-no.videocenter:after,
.page-videocenter span.comment-no:after {
  border-top: 6px solid #ebe0e0;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.videocenter,
.page-videocenter .dot.active,
.page-videocenter .navbar-top,
.news-box.videocenter .dot.active {
  background-color: white;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-videocenter .comments .login,
.page-videocenter .comments .add-comment-form,
.page-videocenter.social-buttons {
  border-bottom: 3px solid white;
  border-top: 3px solid white;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-videocenter .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-width: 1px;
  border-left-color: white;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-videocenter .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-videocenter .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .foto-center a,
.news-box.foto-center h2 span,
.page-foto-center .section-title h2 span,
.page-foto-center .tags span {
  color: #3d3d3d;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-foto-center .logo a {
  background: url(../images/logos/foto-center.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .foto-center a:hover {
  color: #242424;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.foto-center span.comment-no,
.news-top.section.foto-center span.comment-no,
.page-search span.comment-no.foto-center,
.page-foto-center span.comment-no {
  background-color: #3d3d3d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d5959), color-stop(100%, #2b1c1c));
  background-image: -webkit-linear-gradient(top, #6d5959, #2b1c1c);
  background-image: -moz-linear-gradient(top, #6d5959, #2b1c1c);
  background-image: -o-linear-gradient(top, #6d5959, #2b1c1c);
  background-image: linear-gradient(top, #6d5959, #2b1c1c);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.foto-center span.comment-no:after,
.news-top.section.foto-center span.comment-no:after,
.page-search span.comment-no.foto-center:after,
.page-foto-center span.comment-no:after {
  border-top: 6px solid #2b1c1c;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.foto-center,
.page-foto-center .dot.active,
.page-foto-center .navbar-top,
.news-box.foto-center .dot.active {
  background-color: #3d3d3d;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-foto-center .comments .login,
.page-foto-center .comments .add-comment-form,
.page-foto-center.social-buttons {
  border-bottom: 3px solid #3d3d3d;
  border-top: 3px solid #3d3d3d;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-foto-center .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #242424;
  border-left-width: 1px;
  border-left-color: #575757;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-foto-center .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-foto-center .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .video-center a,
.news-box.video-center h2 span,
.page-video-center .section-title h2 span,
.page-video-center .tags span {
  color: #3d3d3d;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-video-center .logo a {
  background: url(../images/logos/video-center.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .video-center a:hover {
  color: #242424;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.video-center span.comment-no,
.news-top.section.video-center span.comment-no,
.page-search span.comment-no.video-center,
.page-video-center span.comment-no {
  background-color: #3d3d3d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d5959), color-stop(100%, #2b1c1c));
  background-image: -webkit-linear-gradient(top, #6d5959, #2b1c1c);
  background-image: -moz-linear-gradient(top, #6d5959, #2b1c1c);
  background-image: -o-linear-gradient(top, #6d5959, #2b1c1c);
  background-image: linear-gradient(top, #6d5959, #2b1c1c);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.video-center span.comment-no:after,
.news-top.section.video-center span.comment-no:after,
.page-search span.comment-no.video-center:after,
.page-video-center span.comment-no:after {
  border-top: 6px solid #2b1c1c;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.video-center,
.page-video-center .dot.active,
.page-video-center .navbar-top,
.news-box.video-center .dot.active {
  background-color: #3d3d3d;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-video-center .comments .login,
.page-video-center .comments .add-comment-form,
.page-video-center.social-buttons {
  border-bottom: 3px solid #3d3d3d;
  border-top: 3px solid #3d3d3d;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-video-center .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #242424;
  border-left-width: 1px;
  border-left-color: #575757;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-video-center .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-video-center .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .foto-video a,
.news-box.foto-video h2 span,
.page-foto-video .section-title h2 span,
.page-foto-video .tags span {
  color: #8d2811;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-foto-video .logo a {
  background: url(../images/logos/foto-video.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .foto-video a:hover {
  color: #5f1b0c;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.foto-video span.comment-no,
.news-top.section.foto-video span.comment-no,
.page-search span.comment-no.foto-video,
.page-foto-video span.comment-no {
  background-color: #8d2811;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dd340e), color-stop(100%, #6a1401));
  background-image: -webkit-linear-gradient(top, #dd340e, #6a1401);
  background-image: -moz-linear-gradient(top, #dd340e, #6a1401);
  background-image: -o-linear-gradient(top, #dd340e, #6a1401);
  background-image: linear-gradient(top, #dd340e, #6a1401);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.foto-video span.comment-no:after,
.news-top.section.foto-video span.comment-no:after,
.page-search span.comment-no.foto-video:after,
.page-foto-video span.comment-no:after {
  border-top: 6px solid #6a1401;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.foto-video,
.page-foto-video .dot.active,
.page-foto-video .navbar-top,
.news-box.foto-video .dot.active {
  background-color: #8d2811;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-foto-video .comments .login,
.page-foto-video .comments .add-comment-form,
.page-foto-video.social-buttons {
  border-bottom: 3px solid #8d2811;
  border-top: 3px solid #8d2811;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-foto-video .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #5f1b0c;
  border-left-width: 1px;
  border-left-color: #bb3516;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-foto-video .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-foto-video .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .tech a,
.news-box.tech h2 span,
.page-tech .section-title h2 span,
.page-tech .tags span {
  color: #007a86;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-tech .logo a {
  background: url(../images/logos/tech.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .tech a:hover {
  color: #004c53;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.tech span.comment-no,
.news-top.section.tech span.comment-no,
.page-search span.comment-no.tech,
.page-tech span.comment-no {
  background-color: #007a86;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c0d3), color-stop(100%, #004c53));
  background-image: -webkit-linear-gradient(top, #00c0d3, #004c53);
  background-image: -moz-linear-gradient(top, #00c0d3, #004c53);
  background-image: -o-linear-gradient(top, #00c0d3, #004c53);
  background-image: linear-gradient(top, #00c0d3, #004c53);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.tech span.comment-no:after,
.news-top.section.tech span.comment-no:after,
.page-search span.comment-no.tech:after,
.page-tech span.comment-no:after {
  border-top: 6px solid #004c53;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.tech,
.page-tech .dot.active,
.page-tech .navbar-top,
.news-box.tech .dot.active {
  background-color: #007a86;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-tech .comments .login,
.page-tech .comments .add-comment-form,
.page-tech.social-buttons {
  border-bottom: 3px solid #007a86;
  border-top: 3px solid #007a86;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-tech .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #004c53;
  border-left-width: 1px;
  border-left-color: #00a8b9;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-tech .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-tech .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .educatie a,
.news-box.educatie h2 span,
.page-educatie .section-title h2 span,
.page-educatie .tags span {
  color: #1d6cb3;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-educatie .logo a {
  background: url(../images/logos/educatie.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .educatie a:hover {
  color: #165287;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.educatie span.comment-no,
.news-top.section.educatie span.comment-no,
.page-search span.comment-no.educatie,
.page-educatie span.comment-no {
  background-color: #1d6cb3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3293eb), color-stop(100%, #065297));
  background-image: -webkit-linear-gradient(top, #3293eb, #065297);
  background-image: -moz-linear-gradient(top, #3293eb, #065297);
  background-image: -o-linear-gradient(top, #3293eb, #065297);
  background-image: linear-gradient(top, #3293eb, #065297);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.educatie span.comment-no:after,
.news-top.section.educatie span.comment-no:after,
.page-search span.comment-no.educatie:after,
.page-educatie span.comment-no:after {
  border-top: 6px solid #065297;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.educatie,
.page-educatie .dot.active,
.page-educatie .navbar-top,
.news-box.educatie .dot.active {
  background-color: #1d6cb3;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-educatie .comments .login,
.page-educatie .comments .add-comment-form,
.page-educatie.social-buttons {
  border-bottom: 3px solid #1d6cb3;
  border-top: 3px solid #1d6cb3;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-educatie .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #165287;
  border-left-width: 1px;
  border-left-color: #2786dc;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-educatie .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-educatie .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .educaie a,
.news-box.educaie h2 span,
.page-educaie .section-title h2 span,
.page-educaie .tags span {
  color: #1d6cb3;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-educaie .logo a {
  background: url(../images/logos/educaie.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .educaie a:hover {
  color: #165287;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.educaie span.comment-no,
.news-top.section.educaie span.comment-no,
.page-search span.comment-no.educaie,
.page-educaie span.comment-no {
  background-color: #1d6cb3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3293eb), color-stop(100%, #065297));
  background-image: -webkit-linear-gradient(top, #3293eb, #065297);
  background-image: -moz-linear-gradient(top, #3293eb, #065297);
  background-image: -o-linear-gradient(top, #3293eb, #065297);
  background-image: linear-gradient(top, #3293eb, #065297);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.educaie span.comment-no:after,
.news-top.section.educaie span.comment-no:after,
.page-search span.comment-no.educaie:after,
.page-educaie span.comment-no:after {
  border-top: 6px solid #065297;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.educaie,
.page-educaie .dot.active,
.page-educaie .navbar-top,
.news-box.educaie .dot.active {
  background-color: #1d6cb3;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-educaie .comments .login,
.page-educaie .comments .add-comment-form,
.page-educaie.social-buttons {
  border-bottom: 3px solid #1d6cb3;
  border-top: 3px solid #1d6cb3;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-educaie .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #165287;
  border-left-width: 1px;
  border-left-color: #2786dc;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-educaie .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-educaie .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .life-style a,
.news-box.life-style h2 span,
.page-life-style .section-title h2 span,
.page-life-style .tags span {
  color: #ed6d31;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-life-style .logo a {
  background: url(../images/logos/life-style.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .life-style a:hover {
  color: #d85213;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.life-style span.comment-no,
.news-top.section.life-style span.comment-no,
.page-search span.comment-no.life-style,
.page-life-style span.comment-no {
  background-color: #ed6d31;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb9c70), color-stop(100%, #eb4b00));
  background-image: -webkit-linear-gradient(top, #fb9c70, #eb4b00);
  background-image: -moz-linear-gradient(top, #fb9c70, #eb4b00);
  background-image: -o-linear-gradient(top, #fb9c70, #eb4b00);
  background-image: linear-gradient(top, #fb9c70, #eb4b00);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.life-style span.comment-no:after,
.news-top.section.life-style span.comment-no:after,
.page-search span.comment-no.life-style:after,
.page-life-style span.comment-no:after {
  border-top: 6px solid #eb4b00;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.life-style,
.page-life-style .dot.active,
.page-life-style .navbar-top,
.news-box.life-style .dot.active {
  background-color: #ed6d31;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-life-style .comments .login,
.page-life-style .comments .add-comment-form,
.page-life-style.social-buttons {
  border-bottom: 3px solid #ed6d31;
  border-top: 3px solid #ed6d31;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-life-style .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #d85213;
  border-left-width: 1px;
  border-left-color: #f18e60;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-life-style .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-life-style .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .lifestyle a,
.news-box.lifestyle h2 span,
.page-lifestyle .section-title h2 span,
.page-lifestyle .tags span {
  color: #ed6d31;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-lifestyle .logo a {
  background: url(../images/logos/lifestyle.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .lifestyle a:hover {
  color: #d85213;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.lifestyle span.comment-no,
.news-top.section.lifestyle span.comment-no,
.page-search span.comment-no.lifestyle,
.page-lifestyle span.comment-no {
  background-color: #ed6d31;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb9c70), color-stop(100%, #eb4b00));
  background-image: -webkit-linear-gradient(top, #fb9c70, #eb4b00);
  background-image: -moz-linear-gradient(top, #fb9c70, #eb4b00);
  background-image: -o-linear-gradient(top, #fb9c70, #eb4b00);
  background-image: linear-gradient(top, #fb9c70, #eb4b00);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.lifestyle span.comment-no:after,
.news-top.section.lifestyle span.comment-no:after,
.page-search span.comment-no.lifestyle:after,
.page-lifestyle span.comment-no:after {
  border-top: 6px solid #eb4b00;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.lifestyle,
.page-lifestyle .dot.active,
.page-lifestyle .navbar-top,
.news-box.lifestyle .dot.active {
  background-color: #ed6d31;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-lifestyle .comments .login,
.page-lifestyle .comments .add-comment-form,
.page-lifestyle.social-buttons {
  border-bottom: 3px solid #ed6d31;
  border-top: 3px solid #ed6d31;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-lifestyle .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #d85213;
  border-left-width: 1px;
  border-left-color: #f18e60;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-lifestyle .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-lifestyle .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .cultura a,
.news-box.cultura h2 span,
.page-cultura .section-title h2 span,
.page-cultura .tags span {
  color: #e6b728;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-cultura .logo a {
  background: url(../images/logos/cultura.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .cultura a:hover {
  color: #c49917;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.cultura span.comment-no,
.news-top.section.cultura span.comment-no,
.page-search span.comment-no.cultura,
.page-cultura span.comment-no {
  background-color: #e6b728;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6d264), color-stop(100%, #daa401));
  background-image: -webkit-linear-gradient(top, #f6d264, #daa401);
  background-image: -moz-linear-gradient(top, #f6d264, #daa401);
  background-image: -o-linear-gradient(top, #f6d264, #daa401);
  background-image: linear-gradient(top, #f6d264, #daa401);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.cultura span.comment-no:after,
.news-top.section.cultura span.comment-no:after,
.page-search span.comment-no.cultura:after,
.page-cultura span.comment-no:after {
  border-top: 6px solid #daa401;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.cultura,
.page-cultura .dot.active,
.page-cultura .navbar-top,
.news-box.cultura .dot.active {
  background-color: #e6b728;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-cultura .comments .login,
.page-cultura .comments .add-comment-form,
.page-cultura.social-buttons {
  border-bottom: 3px solid #e6b728;
  border-top: 3px solid #e6b728;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-cultura .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #c49917;
  border-left-width: 1px;
  border-left-color: #ebc656;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-cultura .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-cultura .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .cultur a,
.news-box.cultur h2 span,
.page-cultur .section-title h2 span,
.page-cultur .tags span {
  color: #e6b728;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-cultur .logo a {
  background: url(../images/logos/cultur.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .cultur a:hover {
  color: #c49917;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.cultur span.comment-no,
.news-top.section.cultur span.comment-no,
.page-search span.comment-no.cultur,
.page-cultur span.comment-no {
  background-color: #e6b728;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6d264), color-stop(100%, #daa401));
  background-image: -webkit-linear-gradient(top, #f6d264, #daa401);
  background-image: -moz-linear-gradient(top, #f6d264, #daa401);
  background-image: -o-linear-gradient(top, #f6d264, #daa401);
  background-image: linear-gradient(top, #f6d264, #daa401);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.cultur span.comment-no:after,
.news-top.section.cultur span.comment-no:after,
.page-search span.comment-no.cultur:after,
.page-cultur span.comment-no:after {
  border-top: 6px solid #daa401;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.cultur,
.page-cultur .dot.active,
.page-cultur .navbar-top,
.news-box.cultur .dot.active {
  background-color: #e6b728;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-cultur .comments .login,
.page-cultur .comments .add-comment-form,
.page-cultur.social-buttons {
  border-bottom: 3px solid #e6b728;
  border-top: 3px solid #e6b728;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-cultur .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #c49917;
  border-left-width: 1px;
  border-left-color: #ebc656;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-cultur .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-cultur .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .sănătate a,
.news-box.sănătate h2 span,
.page-sănătate .section-title h2 span,
.page-sănătate .tags span {
  color: #4ab3b5;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sănătate .logo a {
  background: url(../images/logos/sănătate.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .sănătate a:hover {
  color: #3b8f91;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.sănătate span.comment-no,
.news-top.section.sănătate span.comment-no,
.page-search span.comment-no.sănătate,
.page-sănătate span.comment-no {
  background-color: #4ab3b5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #77d2d4), color-stop(100%, #27a3a5));
  background-image: -webkit-linear-gradient(top, #77d2d4, #27a3a5);
  background-image: -moz-linear-gradient(top, #77d2d4, #27a3a5);
  background-image: -o-linear-gradient(top, #77d2d4, #27a3a5);
  background-image: linear-gradient(top, #77d2d4, #27a3a5);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.sănătate span.comment-no:after,
.news-top.section.sănătate span.comment-no:after,
.page-search span.comment-no.sănătate:after,
.page-sănătate span.comment-no:after {
  border-top: 6px solid #27a3a5;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.sănătate,
.page-sănătate .dot.active,
.page-sănătate .navbar-top,
.news-box.sănătate .dot.active {
  background-color: #4ab3b5;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sănătate .comments .login,
.page-sănătate .comments .add-comment-form,
.page-sănătate.social-buttons {
  border-bottom: 3px solid #4ab3b5;
  border-top: 3px solid #4ab3b5;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sănătate .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #3b8f91;
  border-left-width: 1px;
  border-left-color: #6ec2c4;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sănătate .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sănătate .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .sanatate a,
.news-box.sanatate h2 span,
.page-sanatate .section-title h2 span,
.page-sanatate .tags span {
  color: #4ab3b5;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sanatate .logo a {
  background: url(../images/logos/sanatate.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .sanatate a:hover {
  color: #3b8f91;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.sanatate span.comment-no,
.news-top.section.sanatate span.comment-no,
.page-search span.comment-no.sanatate,
.page-sanatate span.comment-no {
  background-color: #4ab3b5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #77d2d4), color-stop(100%, #27a3a5));
  background-image: -webkit-linear-gradient(top, #77d2d4, #27a3a5);
  background-image: -moz-linear-gradient(top, #77d2d4, #27a3a5);
  background-image: -o-linear-gradient(top, #77d2d4, #27a3a5);
  background-image: linear-gradient(top, #77d2d4, #27a3a5);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.sanatate span.comment-no:after,
.news-top.section.sanatate span.comment-no:after,
.page-search span.comment-no.sanatate:after,
.page-sanatate span.comment-no:after {
  border-top: 6px solid #27a3a5;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.sanatate,
.page-sanatate .dot.active,
.page-sanatate .navbar-top,
.news-box.sanatate .dot.active {
  background-color: #4ab3b5;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sanatate .comments .login,
.page-sanatate .comments .add-comment-form,
.page-sanatate.social-buttons {
  border-bottom: 3px solid #4ab3b5;
  border-top: 3px solid #4ab3b5;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sanatate .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #3b8f91;
  border-left-width: 1px;
  border-left-color: #6ec2c4;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sanatate .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sanatate .navbar-top li:last-child a {
  border-right: none;
}

/* line 6, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .sntate a,
.news-box.sntate h2 span,
.page-sntate .section-title h2 span,
.page-sntate .tags span {
  color: #4ab3b5;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 12, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sntate .logo a {
  background: url(../images/logos/sntate.png) no-repeat top left;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.footer-sections .sntate a:hover {
  color: #3b8f91;
}

/* line 25, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.sntate span.comment-no,
.news-top.section.sntate span.comment-no,
.page-search span.comment-no.sntate,
.page-sntate span.comment-no {
  background-color: #4ab3b5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #77d2d4), color-stop(100%, #27a3a5));
  background-image: -webkit-linear-gradient(top, #77d2d4, #27a3a5);
  background-image: -moz-linear-gradient(top, #77d2d4, #27a3a5);
  background-image: -o-linear-gradient(top, #77d2d4, #27a3a5);
  background-image: linear-gradient(top, #77d2d4, #27a3a5);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.news-box.sntate span.comment-no:after,
.news-top.section.sntate span.comment-no:after,
.page-search span.comment-no.sntate:after,
.page-sntate span.comment-no:after {
  border-top: 6px solid #27a3a5;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.navbar-top.sntate,
.page-sntate .dot.active,
.page-sntate .navbar-top,
.news-box.sntate .dot.active {
  background-color: #4ab3b5;
}

/* line 48, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sntate .comments .login,
.page-sntate .comments .add-comment-form,
.page-sntate.social-buttons {
  border-bottom: 3px solid #4ab3b5;
  border-top: 3px solid #4ab3b5;
}

/* line 58, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sntate .navbar-top li a {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: #3b8f91;
  border-left-width: 1px;
  border-left-color: #6ec2c4;
}
/* line 75, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sntate .navbar-top li:first-child a {
  border-left: none;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_sections_replace.scss */
.page-sntate .navbar-top li:last-child a {
  border-right: none;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_item.scss */
.item {
  padding: 7px 0;
  display: inline-block;
  width: 100%;
  border-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #c3c3c3;
}
/* line 14, /Users/bm/htdocs/npt/sass/snippets/_item.scss */
.item .image {
  float: left;
  padding: 0 5px;
}
/* line 18, /Users/bm/htdocs/npt/sass/snippets/_item.scss */
.item .image img {
  max-width: 200px;
  max-height: 100px;
  height: 100px;
}
/* line 25, /Users/bm/htdocs/npt/sass/snippets/_item.scss */
.item .title {
  padding: 0 5px 0 0;
}
/* line 27, /Users/bm/htdocs/npt/sass/snippets/_item.scss */
.item .title a {
  text-decoration: none;
  color: #0e3b5f;
  font-size: 16px;
  font-weight: bold;
}
/* line 33, /Users/bm/htdocs/npt/sass/snippets/_item.scss */
.item .title a:hover {
  color: #071f33;
}
/* line 37, /Users/bm/htdocs/npt/sass/snippets/_item.scss */
.item .title a.foto-video-title {
  color: #e4e4e4;
}
/* line 41, /Users/bm/htdocs/npt/sass/snippets/_item.scss */
.item .title a.foto-video-title:hover {
  color: #cbcbcb;
}
/* line 49, /Users/bm/htdocs/npt/sass/snippets/_item.scss */
.item .hour {
  color: #999999;
  display: inline;
  font-size: 12px;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_footer_sections.scss */
.footer-sections {
  background-color: #f1f1f1;
  display: inline-block;
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
/* line 10, /Users/bm/htdocs/npt/sass/snippets/_footer_sections.scss */
.footer-sections .section-footer {
  background-image: none;
  border: 0;
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 27px;
  width: 50%;
  position: relative;
  font-weight: bold;
}
/* line 23, /Users/bm/htdocs/npt/sass/snippets/_footer_sections.scss */
.footer-sections .section-footer:nth-child(odd) a {
  margin-left: 0;
}
/* line 27, /Users/bm/htdocs/npt/sass/snippets/_footer_sections.scss */
.footer-sections .section-footer a {
  margin: 1px 2px 0 2px;
  padding: 0 10px;
  display: block;
  height: 27px;
  background-image: url("../images/footer-section.png");
  background-repeat: repeat-x;
  background-position: left;
  border: 1px solid #ccc;
  text-shadow: 0 1px #fff;
}
/* line 39, /Users/bm/htdocs/npt/sass/snippets/_footer_sections.scss */
.footer-sections .section-footer a:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  right: 6px;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_search.scss */
.search-form {
  text-align: center;
  padding: 0 0 20px;
}
/* line 5, /Users/bm/htdocs/npt/sass/snippets/_search.scss */
.search-form input {
  border-radius: 14px;
  height: 25px;
  background: white url(../images/search-icon.png) 5px 5px no-repeat;
  padding: 2px 0 2px 30px;
  width: 90%;
  font-size: 16px;
  color: #8d8d8d;
}

/* line 16, /Users/bm/htdocs/npt/sass/snippets/_search.scss */
.footer-search {
  background-color: #f1f1f1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_footer.scss */
.footer {
  background-color: #f1f1f1;
  border-top: 1px solid #fff;
  padding: 10px 0;
  text-align: center;
}
/* line 9, /Users/bm/htdocs/npt/sass/snippets/_footer.scss */
.footer li {
  display: inline;
  padding: 0 5px;
  border-right: 1px solid #999999;
}
/* line 15, /Users/bm/htdocs/npt/sass/snippets/_footer.scss */
.footer li:last-child {
  border-right-width: 0;
  padding: 0 0 0 15px;
  background: url(../images/arrows/footer-arrow-up.png) 10% 60% no-repeat;
}
/* line 21, /Users/bm/htdocs/npt/sass/snippets/_footer.scss */
.footer li a {
  color: #0c4568;
  font-size: 11px;
  font-weight: bold;
}
/* line 27, /Users/bm/htdocs/npt/sass/snippets/_footer.scss */
.footer p {
  padding: 5px 0;
  font-size: 11px;
  color: #666666;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-buttons {
  float: right;
}
/* line 4, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-buttons .button {
  background-repeat: no-repeat;
  background-position: right;
  float: left;
  padding: 0 0 0 5px;
  width: 25px;
}
/* line 12, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-buttons .back {
  background-image: url(../images/slide-buttons/slide-button1.png);
}
/* line 16, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-buttons .forward {
  background-image: url(../images/slide-buttons/slide-button2.png);
}
/* line 20, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-buttons .back-fv {
  background-image: url(../images/slide-buttons/slide-button-fv1.png);
}
/* line 24, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-buttons .forward-fv {
  background-image: url(../images/slide-buttons/slide-button-fv2.png);
}
/* line 28, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-buttons .back-section {
  background-image: url(../images/slide-buttons/slide-button-section1.png);
}
/* line 32, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-buttons .forward-section {
  background-image: url(../images/slide-buttons/slide-button-section2.png);
}
/* line 36, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-buttons a {
  display: block;
  height: 25px;
}

/* line 42, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-article {
  float: left;
  width: 100%;
}
/* line 46, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-article .button {
  padding: 0;
  width: 100px;
}
/* line 51, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-article .back {
  background-repeat: no-repeat;
  background-position: left;
  padding: 0 0 0 30px;
}
/* line 57, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-article .forward {
  float: right;
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 25px 0 0;
}
/* line 64, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.slide-article a {
  line-height: 25px;
  color: #8d8d8d;
  font-size: 12px;
}

/* line 72, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.dots {
  float: left;
  font-size: 15px;
  padding: 9px 0 0;
  line-height: 0;
}
/* line 78, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.dots .dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #b4b4b4;
  margin: 0 2px;
  border-radius: 6px;
}
/* line 88, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.dots .active {
  background-color: #b23b1f;
}

/* line 93, /Users/bm/htdocs/npt/sass/snippets/_slide_buttons.scss */
.pag {
  padding: 1px 5px 0;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.news-box, .blog-box {
  background-image: url(../images/section-top-shadow.png);
  background-repeat: repeat-x;
  background-position: top;
  border-style: solid;
  border-top-width: 1px;
  border-top-color: #ffffff;
}
/* line 14, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.news-box .img-logo, .blog-box .img-logo {
  display: none;
}

/* line 22, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.blog-box .image img {
  height: 50px;
}

/* line 28, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.news-box-section {
  border-style: solid;
  border-top-width: 1px;
  border-top-color: #ffffff;
}

/* line 37, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video {
  background-image: url(../images/section-top-fotovideo.png), url("../images/backgroung-foto-video-news.png");
  background-repeat: repeat-x, repeat;
  background-position: top, bottom;
  background-color: #282828;
  border-style: solid;
  border-top-width: 2px;
  border-top-color: #282828;
}
/* line 43, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .item {
  border: none;
}
/* line 47, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .back {
  background-image: url(../images/slide-buttons/slide-button-fv1.png);
}
/* line 51, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .forward {
  background-image: url(../images/slide-buttons/slide-button-fv2.png);
}
/* line 55, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .title a {
  color: #e4e4e4;
}
/* line 59, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .title a:hover {
  color: #cbcbcb;
}
/* line 64, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .image {
  float: left;
  position: relative;
}
/* line 68, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .image .img-logo {
  background-repeat: no-repeat;
  width: 41px;
  height: 28px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
/* line 78, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .image .video {
  background-image: url(../images/video-home-logo.png);
}
/* line 81, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .image .foto {
  background-image: url(../images/foto-home-logo.png);
}
/* line 85, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .image img {
  max-width: 300px;
  max-height: 124px;
  height: 124px;
}
/* line 100, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .section-title {
  border: none;
}
/* line 101, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video .section-title:after {
  background: none;
}
/* line 108, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.box-foto-video h2 {
  color: #fff;
  font-family: HelveticaNeueLTPro-Th;
  font-weight: bold;
  text-shadow: 1px 0 #fff;
}

/* line 118, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.foto-video-article-box {
  padding: 0 0px 2px;
  border-bottom: 2px solid #EEE;
  margin: 0 10px 10px;
}
/* line 123, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.foto-video-article-box .header-box {
  line-height: 25px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 2px;
  border-bottom: 2px solid #eeeeee;
  margin: 0 0 2px;
}
/* line 132, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.foto-video-article-box .header-box .icon {
  background-color: #eeeeee;
  padding: 5px;
  background-position: center;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  float: left;
  margin: 0 10px 0 0;
}
/* line 142, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.foto-video-article-box .header-box .icon.video {
  background-image: url(/images/video-article-icon.png);
}
/* line 146, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.foto-video-article-box .header-box .icon.foto {
  background-image: url(/images/foto-article-icon.png);
}
/* line 153, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.foto-video-article-box .content-box {
  background-color: #eeeeee;
  padding: 15px 10px;
  overflow: hidden;
}
/* line 158, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.foto-video-article-box .content-box img {
  margin: 0 10px 0 0;
  float: left;
}
/* line 163, /Users/bm/htdocs/npt/sass/snippets/_boxs.scss */
.foto-video-article-box .content-box a {
  color: #0c4568;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote {
  margin: 5px;
  float: left;
  width: 150px;
}
/* line 7, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .vote-thumb {
  background-repeat: no-repeat;
  background-position: right;
  margin: 0 5px 0 0;
  float: left;
}
/* line 13, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .vote-thumb a {
  display: block;
  height: 14px;
}
/* line 20, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .voteup {
  background-image: url("../images/vote/voteup.png");
}
/* line 23, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .votedown {
  background-image: url("../images/vote/votedown.png");
}
/* line 27, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .voteupcolored {
  background-image: url("../images/vote/voteupgreen.png");
}
/* line 30, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .votedowncolored {
  background-image: url("../images/vote/votedownred.png");
}
/* line 34, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .voteupblack {
  background-image: url("../images/vote/voteupblack.png");
}
/* line 37, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .votedownblack {
  background-image: url("../images/vote/votedownblack.png");
}
/* line 41, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .voteupblack2 {
  background-image: url("../images/vote/voteupblack2.png");
}
/* line 44, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .votedownblack2 {
  background-image: url("../images/vote/votedownblack2.png");
}
/* line 48, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote a {
  padding: 5px 12.5px;
}
/* line 52, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .count {
  font-size: 18px;
  color: #333333;
}
/* line 57, /Users/bm/htdocs/npt/sass/snippets/_vote.scss */
.vote .count span {
  font-size: 11px;
  color: #999999;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_social_buttons.scss */
.social-buttons {
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  border-style: solid;
  border-top-width: 1px;
  border-top-color: #d8d8d8;
}
/* line 15, /Users/bm/htdocs/npt/sass/snippets/_social_buttons.scss */
.social-buttons .share {
  text-align: center;
}
/* line 18, /Users/bm/htdocs/npt/sass/snippets/_social_buttons.scss */
.social-buttons .share img {
  margin: 0 2px 0 0;
}
/* line 24, /Users/bm/htdocs/npt/sass/snippets/_social_buttons.scss */
.social-buttons .social-button {
  width: 56px;
  height: 21px;
  display: inline-block;
}
/* line 31, /Users/bm/htdocs/npt/sass/snippets/_social_buttons.scss */
.social-buttons .fb-share {
  background-image: url("../images/social/fb-share.png");
}
/* line 35, /Users/bm/htdocs/npt/sass/snippets/_social_buttons.scss */
.social-buttons .tweet {
  background-image: url("../images/social/tweet.png");
}
/* line 39, /Users/bm/htdocs/npt/sass/snippets/_social_buttons.scss */
.social-buttons .google {
  background-image: url("../images/social/google.png");
}
/* line 43, /Users/bm/htdocs/npt/sass/snippets/_social_buttons.scss */
.social-buttons .linkin {
  background-image: url("../images/social/linkin.png");
}
/* line 47, /Users/bm/htdocs/npt/sass/snippets/_social_buttons.scss */
.social-buttons .email {
  background-image: url("../images/social/email.png");
}
/* line 52, /Users/bm/htdocs/npt/sass/snippets/_social_buttons.scss */
.social-buttons .like-fb-ro {
  background-image: url("../images/social/like-fb-ro.png");
  width: 78px;
  height: 31px;
}
/* line 60, /Users/bm/htdocs/npt/sass/snippets/_social_buttons.scss */
.social-buttons .like-fb {
  float: right;
  margin: 0 7px 0 0;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_pagination.scss */
.pagination {
  background-color: #eeeeee;
  margin: 10px 5px 5px;
  display: block;
  text-align: center;
}

/* line 10, /Users/bm/htdocs/npt/sass/snippets/_pagination.scss */
.section-name {
  width: 110px;
  height: 28px;
  line-height: 27px;
  background-image: url(../images/section-name-footer.png);
  background-position: right center;
  float: left;
  color: #fff;
  font-weight: bold;
}

/* line 20, /Users/bm/htdocs/npt/sass/snippets/_pagination.scss */
.page-nr {
  line-height: 27px;
}
/* line 23, /Users/bm/htdocs/npt/sass/snippets/_pagination.scss */
.page-nr span {
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  text-shadow: 1px 1px #fff;
}
/* line 29, /Users/bm/htdocs/npt/sass/snippets/_pagination.scss */
.page-nr span a {
  color: #666666;
}
/* line 34, /Users/bm/htdocs/npt/sass/snippets/_pagination.scss */
.page-nr .active {
  background-image: url(../images/page-activ.png);
  background-repeat: no-repeat;
  text-shadow: 0 0;
}
/* line 39, /Users/bm/htdocs/npt/sass/snippets/_pagination.scss */
.page-nr .active a {
  color: #fff;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article {
  padding: 10px 10px 0;
}
/* line 4, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article p {
  font-size: 14px;
}
/* line 8, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .title {
  margin: 0 0 10px;
}
/* line 12, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .details {
  display: inline-block;
  width: 100%;
}
/* line 17, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .date-time {
  font-size: 12px;
  color: #8d8d8d;
  margin: 4px 0 0;
}
/* line 23, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .like-button {
  background-image: url("../images/like-button.png");
  width: 46px;
  height: 20px;
  display: inline-block;
}
/* line 31, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .add-fav {
  float: right;
}
/* line 35, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .add-fav-button {
  background-image: url("../images/read-later.png");
  width: 103px;
  height: 21px;
  display: inline-block;
}
/* line 43, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .author {
  font-size: 12px;
  color: #8d8d8d;
  margin: 5px 0;
  float: left;
}
/* line 49, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .author b {
  font-weight: bold;
  color: #000;
  padding: 5px 25px 5px 0;
}
/* line 56, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .picture {
  margin: 0 0 10px;
  text-align: center;
}
/* line 60, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .picture .picture-content {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* line 66, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .picture img {
  max-width: 1024px;
  width: 100%;
  max-height: 455px;
}
/* line 74, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .picture .description {
  margin-left: -50%;
  max-width: 100%;
  left: 50%;
  right: 0;
  padding: 5px 0 0;
  text-align: left;
  font-size: 12px;
  position: absolute;
  display: block;
  bottom: 2px;
  padding: 5px;
  color: #999999;
  background: black;
  /* fallback color */
  background: rgba(0, 0, 0, 0.7);
}
/* line 93, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .picture .description span {
  font-size: 12px;
  font-weight: bold;
  color: #39abe1;
}
/* line 103, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .text {
  line-height: 18px;
  font-size: 16px;
}
/* line 108, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .text img {
  max-width: 1024px;
}
/* line 112, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .text a {
  font-weight: bold;
  color: #11547D;
}
/* line 116, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .text a:hover {
  text-decoration: underline;
}
/* line 121, /Users/bm/htdocs/npt/sass/snippets/_article.scss */
.article .text h1 {
  font-size: 15px;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center {
  background-image: url(../images/bg-foto-video.png);
  backgorund-repeat: repeat;
  background-color: #212121;
  border-bottom: 10px solid #e6e6e6;
}
/* line 9, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center #sliderFotoVideo {
  width: 100%;
}
/* line 16, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .foto-center .footer p {
  width: 90%;
  padding: 10px 0;
}
/* line 25, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .video-center .vote {
  margin: 0;
}
/* line 28, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .video-center .vote .count {
  font-weight: bold;
}
/* line 31, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .video-center .vote .count span {
  font-weight: normal;
}
/* line 38, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .video-center .footer p {
  width: 90%;
  padding: 10px 0;
}
/* line 42, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .video-center .footer p span {
  color: #c0472b;
  font-weight: bold;
}
/* line 51, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .gallery {
  border-top: 1px solid #5b5f66;
  text-align: center;
}
/* line 55, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .gallery .header {
  background-image: url(../images/foto-gallery-header.png);
  backgorund-repeat: repeat-x;
  height: 24px;
  width: 100%;
  padding: 6px 0;
  margin: 0;
}
/* line 64, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .gallery .slide-buttons {
  padding: 0 5px 0 0;
}
/* line 68, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .gallery p {
  float: left;
  color: #a8a8a8;
  font-size: 11px;
  padding: 8px 0 0;
}
/* line 77, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .add-fav {
  float: left;
  padding: 1px 0 0 5px;
}
/* line 82, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .picture {
  text-align: center;
}
/* line 84, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .picture img {
  max-width: 1024px;
  max-height: 455px;
  width: 100%;
}
/* line 91, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .section-title {
  margin: 0 5px 5px;
  border-bottom: 1px solid #4c4c4c;
}
/* line 96, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .section-title:after {
  background-image: url("../images/arrows/foto-video-arrow.png");
}
/* line 101, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .section-title h2 {
  color: #c3c3c3;
  text-shadow: 1px 0 #000;
}
/* line 105, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .section-title h2 span {
  text-shadow: 1px 0 #000;
}
/* line 111, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center h1 a {
  color: white;
}
/* line 115, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center h1 a:hover {
  color: #cccccc;
}
/* line 120, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .title {
  padding: 0 5px 10px;
}
/* line 124, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .footer {
  padding: 5px 0;
  background-color: #2d2d2d;
  border: 1px solid #000;
  text-align: left;
}
/* line 130, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .footer .like-fb {
  text-align: right;
}
/* line 132, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .footer .like-fb img {
  padding: 0 10px 0 0;
}
/* line 139, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .vote {
  float: right;
  margin: 8px 0 5px;
}
/* line 143, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .vote .vote-thumb {
  width: 25px;
  height: 25px;
}
/* line 148, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .vote .count {
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}
/* line 155, /Users/bm/htdocs/npt/sass/snippets/_foto_video_center.scss */
.foto-video-center .social-buttons {
  border: none;
}

/* line 3, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .info {
  border-bottom: 1px solid #dcdcdc;
  padding: 8px;
  display: inline-block;
  width: 95%;
}
/* line 9, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .info .photo {
  box-shadow: 3px 3px 2px gainsboro, -4px 3px 2px gainsboro, -4px -5px 2px gainsboro;
  width: 49px;
  height: 49px;
  float: left;
}
/* line 16, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .info .name {
  float: left;
  font-size: 20px;
  font-family: Tahoma;
  font-weight: bold;
  padding: 13px 0 0 10px;
  color: #484848;
}
/* line 27, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .section-title h2 span {
  font-weight: bold;
}
/* line 31, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .profile-box {
  padding: 5px 0;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
/* line 37, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .notification {
  padding: 10px 0 0;
  display: inline-block;
  width: 100%;
}
/* line 43, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .picture {
  float: left;
  margin: 0 10px 0 5px;
}
/* line 49, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .action {
  font-size: 12px;
  color: #292a2b;
  font-weight: bold;
  padding: 0 5px 0 0;
}
/* line 55, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .action span {
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}
/* line 61, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .action a {
  color: #0c4568;
}
/* line 67, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .title {
  padding: 0 5px 0 0;
}
/* line 69, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .title a {
  font-size: 12px;
  font-weight: bold;
  color: #0c4568;
}
/* line 76, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .time {
  font-size: 11px;
  color: #999999;
  display: inline;
}
/* line 82, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .friends-activity {
  height: 35px;
}
/* line 85, /Users/bm/htdocs/npt/sass/snippets/_my_profile.scss */
.my-profile .friends-activity h2 {
  width: 67%;
  line-height: 18px;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login {
  display: none;
}
/* line 4, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .facebook-signin {
  background-color: #d0dbee;
  -moz-box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 110px;
  color: #3f3f3f;
  font-size: 14px;
}
/* line 14, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .facebook-signin .instr {
  padding: 5px 10px;
  display: block;
}
/* line 18, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .facebook-signin .instr a {
  color: #3184b9;
  text-decoration: underline;
}
/* line 22, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .facebook-signin .facebook-button {
  display: block;
  background-color: #7598d5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7598d5), to(#6187c1));
  background-image: -webkit-linear-gradient(top, #7598d5, #6187c1);
  background-image: -moz-linear-gradient(top, #7598d5, #6187c1);
  background-image: -ms-linear-gradient(top, #7598d5, #6187c1);
  background-image: -o-linear-gradient(top, #7598d5, #6187c1);
  background-image: linear-gradient(to bottom, #7598d5, #6187c1);
  border: 1px solid #97a9ca;
  border-bottom: 3px solid #a3b5d4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 240px;
  margin: 0 auto 0px auto;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 1px #4f6a97;
  color: #fff;
}
/* line 44, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .facebook-signin .facebook-button:hover {
  text-decoration: none;
  background-color: #7598d5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7f9fd7), to(#6a8fc7));
  background-image: -webkit-linear-gradient(top, #7f9fd7, #6a8fc7);
  background-image: -moz-linear-gradient(top, #7f9fd7, #6a8fc7);
  background-image: -ms-linear-gradient(top, #7f9fd7, #6a8fc7);
  background-image: -o-linear-gradient(top, #7f9fd7, #6a8fc7);
  background-image: linear-gradient(to bottom, #7f9fd7, #6a8fc7);
}
/* line 54, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .facebook-signin .facebook-button:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6a8fc7), to(#7f9fd7));
  background-image: -webkit-linear-gradient(top, #6a8fc7, #7f9fd7);
  background-image: -moz-linear-gradient(top, #6a8fc7, #7f9fd7);
  background-image: -ms-linear-gradient(top, #6a8fc7, #7f9fd7);
  background-image: -o-linear-gradient(top, #6a8fc7, #7f9fd7);
  background-image: linear-gradient(to bottom, #6a8fc7, #7f9fd7);
}
/* line 62, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .facebook-signin .facebook-button span {
  line-height: 30px;
  border-left: 1px solid #a1b9e0;
  box-shadow: -1px 0px 0px #6386c1;
  display: block;
  width: 180px;
  margin-left: 40px;
  padding-left: 10px;
}
/* line 71, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .facebook-signin .facebook-button .f {
  display: block;
  float: left;
  width: 15px;
  height: 25px;
  background: url(../images/icons-sprite.png) no-repeat -160px -406px;
  margin: 2px 0px 0px 14px;
}
/* line 79, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .default-signin {
  background: #eaeaea;
  border-top: 1px solid #fff;
  position: relative;
  text-align: center;
}
/* line 85, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .default-signin .sau {
  color: #000;
  width: 75px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #eaeaea;
  border-top: 1px solid #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -37.5px;
  font-size: 18px;
  font-style: italic;
}
/* line 105, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .default-signin .instr {
  font-size: 18px;
  font-style: italic;
  position: relative;
  display: block;
  padding: 5px 0;
  color: #222;
}
/* line 114, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .default-signin .login {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-weight: bold;
  box-shadow: 0px 0px 0px 4px #e1e1e1;
  text-transform: uppercase;
  padding: 5px 25px;
  margin: 10px 0;
  color: #a23218;
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #bcbcbc;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: -moz-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: -ms-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: -o-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: linear-gradient(to bottom, #fefefe, #e9e9e9);
}
/* line 135, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .default-signin .login:hover {
  border-bottom: 1px solid #acacac;
}
/* line 138, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .default-signin .login:active {
  border: 1px solid #d9d9d9;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #d9d9d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fefefe));
  background-image: -webkit-linear-gradient(top, #e9e9e9, #fefefe);
  background-image: -moz-linear-gradient(top, #e9e9e9, #fefefe);
  background-image: -ms-linear-gradient(top, #e9e9e9, #fefefe);
  background-image: -o-linear-gradient(top, #e9e9e9, #fefefe);
  background-image: linear-gradient(to bottom, #e9e9e9, #fefefe);
}
/* line 149, /Users/bm/htdocs/npt/sass/snippets/_login.scss */
#modal-login .default-signin form.signin-main a {
  color: #4f5257;
  font-size: 12px;
  border-bottom: 1px solid #79a4bf;
}

/* line 3, /Users/bm/htdocs/npt/sass/snippets/_results_list.scss */
.result-list .section-title h2 {
  font-weight: bold;
}
/* line 7, /Users/bm/htdocs/npt/sass/snippets/_results_list.scss */
.result-list .result-icon {
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  float: left;
  padding: 0 5px 0 0;
}
/* line 16, /Users/bm/htdocs/npt/sass/snippets/_results_list.scss */
.result-list .MRArticle {
  background-image: url(../images/search-icons/search-icon1.png);
}
/* line 20, /Users/bm/htdocs/npt/sass/snippets/_results_list.scss */
.result-list .MRArticle2 {
  background-image: url(../images/search-icons/search-icon4.png);
}
/* line 24, /Users/bm/htdocs/npt/sass/snippets/_results_list.scss */
.result-list .MRVideo {
  background-image: url(../images/search-icons/search-icon2.png);
}
/* line 28, /Users/bm/htdocs/npt/sass/snippets/_results_list.scss */
.result-list .MRGallery {
  background-image: url(../images/search-icons/search-icon3.png);
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_register.scss */
#modal-account {
  display: none;
}
/* line 5, /Users/bm/htdocs/npt/sass/snippets/_register.scss */
#modal-account .default-signup {
  background: #eaeaea;
  border-top: 1px solid #fff;
  position: relative;
}
/* line 10, /Users/bm/htdocs/npt/sass/snippets/_register.scss */
#modal-account .default-signup .create-account {
  background: #EAEAEA;
  padding-top: 15px;
}
/* line 14, /Users/bm/htdocs/npt/sass/snippets/_register.scss */
#modal-account .default-signup .create-account a {
  color: #11547D;
}
/* line 17, /Users/bm/htdocs/npt/sass/snippets/_register.scss */
#modal-account .default-signup .create-account a:hover {
  color: #11547D;
}
/* line 22, /Users/bm/htdocs/npt/sass/snippets/_register.scss */
#modal-account .default-signup .create-account input[type="checkbox"] {
  float: left;
  margin: 7px 10px 0 0;
}
/* line 27, /Users/bm/htdocs/npt/sass/snippets/_register.scss */
#modal-account .default-signup .create-account .login {
  margin: 10px 84px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-weight: bold;
  box-shadow: 0px 0px 0px 4px #E1E1E1;
  text-transform: uppercase;
  padding: 5px 25px;
  color: #A23218;
  border: 1px solid #D9D9D9;
  border-bottom: 1px solid #BCBCBC;
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: -moz-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: -ms-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: -o-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: linear-gradient(to bottom, #fefefe, #e9e9e9);
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_form_messages.scss */
.alert-message {
  padding: 20px 10px 20px 55px;
}

/* line 5, /Users/bm/htdocs/npt/sass/snippets/_form_messages.scss */
.success {
  background: url(/images/alerts/success.png) no-repeat;
  background-position: 20px;
}

/* line 11, /Users/bm/htdocs/npt/sass/snippets/_form_messages.scss */
.warning {
  background: url(/images/alerts/warning.png) no-repeat;
  background-position: 20px;
}

/* line 17, /Users/bm/htdocs/npt/sass/snippets/_form_messages.scss */
.info {
  background: url(/images/alerts/info.png) no-repeat;
  background-position: 20px;
}

/* line 23, /Users/bm/htdocs/npt/sass/snippets/_form_messages.scss */
.error {
  background: url(/images/alerts/error.png) no-repeat;
  background-position: 20px;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.darken {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
}

/* line 9, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal {
  left: 50%;
  margin-left: -160px;
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -webkitbox-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 320px;
  background: #fff;
  font-family: sans-serif;
  z-index: 4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* Login close button - start  */
  /* Login close button - end  */
  /* Register close button - start  */
  /* Register close button - end  */
  /* Error-msg close button - start  */
  /* Error-msg close button - end  */
  /* Send Pass close button - start  */
  /* Send Pass close button - end  */
}
/* line 30, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal header {
  position: relative;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  background-clip: padding-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  line-height: 40px;
  padding-left: 8px;
  border-top: 1px solid #595c61;
  border-left: 1px solid #43464b;
  border-right: 1px solid #43464b;
  background-color: #3d4045;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f5257), to(#292c31));
  background-image: -webkit-linear-gradient(top, #4f5257, #292c31);
  background-image: -moz-linear-gradient(top, #4f5257, #292c31);
  background-image: -ms-linear-gradient(top, #4f5257, #292c31);
  background-image: -o-linear-gradient(top, #4f5257, #292c31);
  background-image: linear-gradient(to bottom, #4f5257, #292c31);
}
/* line 57, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal header hgroup {
  display: inline;
}
/* line 58, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal header h1 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 5px 8px;
  display: inline;
  text-shadow: 0px -1px #6b2212;
  border-top: 1px solid #9b412c;
  border-bottom: 1px solid #222428;
  background-color: #842915;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#912e18), to(#772512));
  background-image: -webkit-linear-gradient(top, #912e18, #772512);
  background-image: -moz-linear-gradient(top, #912e18, #772512);
  background-image: -ms-linear-gradient(top, #912e18, #772512);
  background-image: -o-linear-gradient(top, #912e18, #772512);
  background-image: linear-gradient(to bottom, #912e18, #772512);
}
/* line 82, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal header h2 {
  font-size: 16px;
  font-weight: normal;
  display: inline;
  color: #d4d4d4;
  text-shadow: 0px -1px #2d2f32;
  font-weight: normal;
  display: inline;
  text-transform: uppercase;
  float: none;
  line-height: 0px;
}
/* line 95, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal header h3 {
  font-size: 11px;
  font-weight: normal;
  display: inline;
  color: #d4d4d4;
  text-shadow: 0px -1px #2d2f32;
  font-weight: normal;
  display: inline;
  text-transform: uppercase;
  float: none;
  line-height: 0px;
}
/* line 108, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal footer.register {
  border-top: 1px solid #fff;
  box-shadow: 0px -1px 0px #e1e1e1;
  background-color: #e1e1e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(lightgrey));
  background-image: -webkit-linear-gradient(top, #ececec, lightgrey);
  background-image: -moz-linear-gradient(top, #ececec, lightgrey);
  background-image: -ms-linear-gradient(top, #ececec, lightgrey);
  background-image: -o-linear-gradient(top, #ececec, lightgrey);
  background-image: linear-gradient(to bottom, #ececec, #d3d3d3);
  line-height: 15px;
  font-size: 14px;
  color: #5b5b5b;
  padding: 5px 0;
  text-shadow: 0px 1px #fff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
}
/* line 131, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal footer.register strong a {
  color: #2e3136;
}
/* line 135, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal input[type="text"], .modal input[type="password"], .modal input[type="email"] {
  background: white;
  border: 0;
  border-top: 1px solid #CACACA;
  -webkit-box-shadow: inset 0px 1px 0px #E5E5E5;
  box-shadow: inset 0px 1px 0px #E5E5E5;
  height: 18px;
  width: 180px;
  border-radius: 3px;
  float: right;
}
/* line 148, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .padbox {
  padding: 4px 5px 5px 5px;
}
/* line 152, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal label {
  width: 95px;
  text-align: left;
  color: #3F3F3F;
  font-size: 14px;
}
/* line 159, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .fieldset {
  line-height: 25px;
  width: 285px;
  position: relative;
  margin: 0 auto;
  display: block;
}
/* line 167, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .field-error {
  font-size: 12px;
}
/* line 170, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .field-error p {
  padding: 0;
  color: #A23218;
}
/* line 176, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal #form {
  margin: 0 auto;
  width: 285px;
}
/* line 181, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal strong {
  font-weight: bold;
}
/* line 188, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close {
  position: relative;
  margin: 6px 6px 0 0;
  float: right;
  width: 22px;
  height: 22px;
  border: 1px solid #1f2124;
  border-bottom: 1px solid #151619;
  box-shadow: inset 0px 1px 0px #696d74, 0px 1px 0px #3f4146;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  cursor: pointer;
}
/* line 204, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close:hover {
  box-shadow: inset 0px 1px 0px #808285, 0px 1px 0px #3f4146;
}
/* line 208, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close:after {
  bottom: 9px;
  color: #FFFFFF;
  content: "X";
  display: block;
  height: 22px;
  position: absolute;
  text-align: center;
  width: 22px;
}
/* line 218, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close:active {
  box-shadow: inset 0px -1px 0px #696d74, 0px 1px 0px #3f4146;
  background-color: #3c3f44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2d32), to(#4e5156));
  background-image: -webkit-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -moz-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -ms-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -o-linear-gradient(top, #2a2d32, #4e5156);
  background-image: linear-gradient(to bottom, #2a2d32, #4e5156);
}
/* line 232, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-account {
  position: relative;
  margin: 6px 6px 0 0;
  float: right;
  width: 22px;
  height: 22px;
  border: 1px solid #1f2124;
  border-bottom: 1px solid #151619;
  box-shadow: inset 0px 1px 0px #696d74, 0px 1px 0px #3f4146;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  cursor: pointer;
}
/* line 248, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-account:hover {
  box-shadow: inset 0px 1px 0px #808285, 0px 1px 0px #3f4146;
}
/* line 252, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-account:after {
  bottom: 9px;
  color: #FFFFFF;
  content: "X";
  display: block;
  height: 22px;
  position: absolute;
  text-align: center;
  width: 22px;
}
/* line 262, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-account:active {
  box-shadow: inset 0px -1px 0px #696d74, 0px 1px 0px #3f4146;
  background-color: #3c3f44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2d32), to(#4e5156));
  background-image: -webkit-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -moz-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -ms-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -o-linear-gradient(top, #2a2d32, #4e5156);
  background-image: linear-gradient(to bottom, #2a2d32, #4e5156);
}
/* line 277, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-msg {
  position: relative;
  margin: 6px 6px 0 0;
  float: right;
  width: 22px;
  height: 22px;
  border: 1px solid #1f2124;
  border-bottom: 1px solid #151619;
  box-shadow: inset 0px 1px 0px #696d74, 0px 1px 0px #3f4146;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  cursor: pointer;
}
/* line 293, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-msg:hover {
  box-shadow: inset 0px 1px 0px #808285, 0px 1px 0px #3f4146;
}
/* line 297, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-msg:after {
  bottom: 9px;
  color: #FFFFFF;
  content: "X";
  display: block;
  height: 22px;
  position: absolute;
  text-align: center;
  width: 22px;
}
/* line 307, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-msg:active {
  box-shadow: inset 0px -1px 0px #696d74, 0px 1px 0px #3f4146;
  background-color: #3c3f44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2d32), to(#4e5156));
  background-image: -webkit-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -moz-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -ms-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -o-linear-gradient(top, #2a2d32, #4e5156);
  background-image: linear-gradient(to bottom, #2a2d32, #4e5156);
}
/* line 322, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-sendpass {
  position: relative;
  margin: 6px 6px 0 0;
  float: right;
  width: 22px;
  height: 22px;
  border: 1px solid #1f2124;
  border-bottom: 1px solid #151619;
  box-shadow: inset 0px 1px 0px #696d74, 0px 1px 0px #3f4146;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  cursor: pointer;
}
/* line 338, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-sendpass:hover {
  box-shadow: inset 0px 1px 0px #808285, 0px 1px 0px #3f4146;
}
/* line 342, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-sendpass:after {
  bottom: 9px;
  color: #FFFFFF;
  content: "X";
  display: block;
  height: 22px;
  position: absolute;
  text-align: center;
  width: 22px;
}
/* line 352, /Users/bm/htdocs/npt/sass/snippets/_modal_form.scss */
.modal .button-close-sendpass:active {
  box-shadow: inset 0px -1px 0px #696d74, 0px 1px 0px #3f4146;
  background-color: #3c3f44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2d32), to(#4e5156));
  background-image: -webkit-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -moz-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -ms-linear-gradient(top, #2a2d32, #4e5156);
  background-image: -o-linear-gradient(top, #2a2d32, #4e5156);
  background-image: linear-gradient(to bottom, #2a2d32, #4e5156);
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_send_password.scss */
#modal-send-pass {
  display: none;
}
/* line 5, /Users/bm/htdocs/npt/sass/snippets/_send_password.scss */
#modal-send-pass .default-send-pass {
  background: #eaeaea;
  border-top: 1px solid #fff;
  position: relative;
  padding: 10px 0 0;
}
/* line 12, /Users/bm/htdocs/npt/sass/snippets/_send_password.scss */
#modal-send-pass .default-send-pass .message {
  color: #3F3F3F;
  font-size: 14px;
  text-align: center;
  padding: 10px 0 20px;
}
/* line 20, /Users/bm/htdocs/npt/sass/snippets/_send_password.scss */
#modal-send-pass .default-send-pass .send {
  margin: 10px 105px 20px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-weight: bold;
  box-shadow: 0px 0px 0px 7px #E1E1E1;
  text-transform: uppercase;
  padding: 10px 25px;
  color: #A23218;
  border: 1px solid #D9D9D9;
  border-bottom: 1px solid #BCBCBC;
  background-color: #F3F3F3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: -moz-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: -ms-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: -o-linear-gradient(top, #fefefe, #e9e9e9);
  background-image: linear-gradient(to bottom, #fefefe, #e9e9e9);
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author {
  margin: 5px 0;
}
/* line 4, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container {
  background-color: #fff;
  padding: 1px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
/* line 11, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content {
  background-color: #e7e7e7;
  padding: 3px 0;
  display: inline-block;
  width: 100%;
}
/* line 17, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content .photo {
  margin: 0 10px 0;
  float: left;
}
/* line 22, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content .name {
  float: left;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #6a6a6a;
  margin: 5px 0 0;
}
/* line 31, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content .see-blog {
  float: left;
  margin: 5px 0 0 10px;
}
/* line 34, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content .see-blog a {
  font-size: 11px;
  font-weight: bold;
  color: #2a99cd;
}
/* line 43, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content .social-blog {
  float: right;
  margin: 16px 10px 0 0;
}
/* line 47, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content .social-blog .social-button-blog {
  width: 20px;
  height: 19px;
  display: inline-block;
}
/* line 54, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content .social-blog .heart {
  background-image: url("../images/blog-social-icons/heart.png");
}
/* line 58, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content .social-blog .twitter {
  background-image: url("../images/blog-social-icons/twitter.png");
}
/* line 62, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content .social-blog .in {
  background-image: url("../images/blog-social-icons/in.png");
}
/* line 66, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content .social-blog .rss {
  background-image: url("../images/blog-social-icons/rss.png");
}
/* line 70, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content .social-blog .email {
  background-image: url("../images/blog-social-icons/email.png");
}
/* line 78, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content-seeblog {
  background-color: #e7e7e7;
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* line 84, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content-seeblog .name-seeblog {
  color: #6a6a6a;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin: 30px 0 0;
  text-align: left;
}
/* line 93, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content-seeblog .name-seeblog span {
  color: #a4a4a4;
  font-size: 11px;
  font-weight: normal;
}
/* line 101, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content-seeblog .photo-seeblog {
  margin: 5px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
/* line 105, /Users/bm/htdocs/npt/sass/snippets/_article_blog.scss */
.blog-author .container .content-seeblog .photo-seeblog img {
  width: 70px;
  height: 60px;
}

/* line 1, /Users/bm/htdocs/npt/sass/snippets/_carousel.scss */
#full-width-slider {
  width: 100%;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot");
  src: url("../font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-webfont.woff") format("woff"), url("../font/fontawesome-webfont.ttf") format("truetype"), url("../font/fontawesome-webfont.svgz#FontAwesomeRegular") format("svg"), url("../font/fontawesome-webfont.svg#FontAwesomeRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Th';
  src: url("../font/HelveticaNeueLTPro-Th.otf");
}

.adh-mobile-share{
	position: relative;
	margin: 10px 0;
/*	max-width: 430px; */
	text-align: center;
}



.adh-mobile-share a{
	display: inline-block;
	margin: 0 5px 0 0;
}



.adh-icon-fb{
	background: url('/images/icons-social.png') left top no-repeat;
	display: block;
	width: 46px;
	height: 46px;
}



.adh-icon-tw{
	background: url('/images/icons-social.png') -93px top no-repeat;
	display: block;
	width: 46px;
	height: 46px;
}



.adh-icon-in{
	background: url('/images/icons-social.png') -187px top no-repeat;
	display: block;
	width: 46px;
	height: 46px;
}



.adh-icon-gp{
	background: url('/images/icons-social.png') -47px top no-repeat;
	display: block;
	width: 46px;
	height: 46px;
}



.adh-icon-wa{
	background: url('/images/icons-social.png') -234px top no-repeat;
	display: block;
	width: 46px;
	height: 46px;
}



.adh-icon-mail{
	background: url('/images/icons-social.png') -140px top no-repeat;
	display: block;
	width: 46px;
	height: 46px;
}

.cookie-policy {
  display: none;
  font-family: sans-serif;
      position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.85);
    z-index: 21;
    color: #fff;
    width: 100%;
}

.cookie-policy .text-content {
      max-width: 980px;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
}

.cookie-policy a {
    color: #fff;
    text-decoration: underline;
}

.cookie-policy button {
  font-size: 16px;
    color: #000;
    background: #fff;
    border:  2px solid #fff;
    padding: 10px;
    width: 140px;
    margin: 30px auto 10px auto;
    display: block;
  cursor: pointer;
}
