/* Reset ************************** */

html {
    color: #000;
    background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
/*table{border-collapse:collapse;border-spacing:0;}*/

fieldset,
img {
    border: 0;
    overflow: hidden;
}

address,
caption,
cite,
code,
dfn,
em,
z th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    font-size: 100%;
}

legend {
    color: #000;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: visible;
}

a:-webkit-any-link,  
-moz-any-link,
-o-any-link, 
-ms-any-link {
    text-decoration: none!important;
    cursor:pointer;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none!important;
}

div {
    display: block;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {
    height: 1%;
}/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/fonts/flexslider-icon.eot');
  src: url('/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/fonts/flexslider-icon.woff') format('woff'), url('/fonts/flexslider-icon.ttf') format('truetype'), url('/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'HelveticaNeueLT Pro 46 Lt';
  src: url('../fonts/HelveticaNeueLTPro-LtIt.eot'); /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueLTPro-LtIt.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/HelveticaNeueLTPro-LtIt.woff') format('woff'), /* Modern Browsers */
       url('../fonts/HelveticaNeueLTPro-LtIt.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/HelveticaNeueLTPro-LtIt.svg') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'HelveticaNeueLT Pro 65 Md';
  src: url('../fonts/HelveticaNeueLTPro-Md.eot'); /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueLTPro-Md.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/HelveticaNeueLTPro-Md.woff') format('woff'), /* Modern Browsers */
       url('../fonts/HelveticaNeueLTPro-Md.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/HelveticaNeueLTPro-Md.svg') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'HelveticaNeueLT Pro 55 Roman';
  src: url('../fonts/HelveticaNeueLTPro-Roman.eot'); /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueLTPro-Roman.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/HelveticaNeueLTPro-Roman.woff') format('woff'), /* Modern Browsers */
       url('../fonts/HelveticaNeueLTPro-Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/HelveticaNeueLTPro-Roman.svg') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'ZFHeading';
  src: url('../fonts/ZFHeading-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ZFHeading-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ZFHeading-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ZFHeading-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ZFHeading-Light.svg#5cfac41468be36b30c940ac3a4e8eb0b') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  200;
}

/* Webfont: Merriweather-Regular */
@font-face {
  font-family: 'Merriweather';  
  src: url('../fonts/Merriweather-Regular.eot');  /* IE9 Compat Modes */
  src: url('../fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'),   /* IE6-IE8 */
    url('../fonts/Merriweather-Regular.woff') format('woff'),     /* Modern Browsers */
    url('../fonts/Merriweather-Regular.ttf') format('truetype'),     /* Safari, Android, iOS */
    url('../fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg');  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Merriweather-Italic */
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Italic.eot');   /* IE9 Compat Modes */
  src: url('../fonts/Merriweather-Italic.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */
    url('../fonts/Merriweather-Italic.woff') format('woff'),     /* Modern Browsers */
    url('../fonts/Merriweather-Italic.ttf') format('truetype'),  /* Safari, Android, iOS */
    url('../fonts/Merriweather-Italic.svg#Merriweather-Italic') format('svg');   /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Merriweather-Bold */
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.eot');   /* IE9 Compat Modes */
  src: url('../fonts/Merriweather-Bold.eot?#iefix') format('embedded-opentype'),   /* IE6-IE8 */
    url('../fonts/Merriweather-Bold.woff') format('woff'),     /* Modern Browsers */
    url('../fonts/Merriweather-Bold.ttf') format('truetype'),     /* Safari, Android, iOS */
    url('../fonts/Merriweather-Bold.svg#Merriweather-Bold') format('svg');     /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* Webfont: Merriweather-BoldItalic */
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-BoldItalic.eot');   /* IE9 Compat Modes */
  src: url('../fonts/Merriweather-BoldItalic.eot?#iefix') format('embedded-opentype'),   /* IE6-IE8 */
    url('../fonts/Merriweather-BoldItalic.woff') format('woff'),     /* Modern Browsers */
    url('../fonts/Merriweather-BoldItalic.ttf') format('truetype'),     /* Safari, Android, iOS */
    url('../fonts/Merriweather-BoldItalic.svg#Merriweather-BoldItalic') format('svg');     /* Legacy iOS */
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/*.rb-section-article-thumb::after {
	position: absolute;
	content: "";
	opacity: 0.6;
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
}*/

.special-content {
	background-color: #fff!important;
}

.rb-article-container, .zf20-article-container {
	margin-bottom: 40px;
}

.rb-section-article-thumb img {
	display: block;
	margin: 20px auto;
    max-width: 100%;
}

.rb-section-article-title {
/*	position: absolute;
	width: calc(100% - 256px);
	bottom: 15px;
	left: 0;
	z-index: 1;*/
}

.rb-section-title {
	margin: 20px 0;
	font-family: 'HelveticaNeueLT Pro 65 Md';
	font-size: 20px;
	text-transform: uppercase;
}

.rb-article-title {
	display: block;
	margin-bottom: 5px;
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: 'ZFHeading';
	font-size: 27px;
	font-weight: 700;
	line-height: 32px;
	color: #0F0F0F;
	text-decoration: none;
	/*text-shadow: 0px 2px 4px rgba(0,0,0,0.50);*/
/*	transform: translateY(-100%);*/
}

.rb-new-meta,
.sa-new-meta {
	display: block;
        margin-bottom: 10px;
        position: relative;
	padding-left: 20px;
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: 'HelveticaNeueLT Pro 55 Roman';
	font-size: 15px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 17px;
	/*text-shadow: 0px 2px 4px rgba(0,0,0,0.50);*/
}

.rb-new-meta::before,
.sa-new-meta::before {
	position: absolute;
	content: "\f017";
	font-family: 'FontAwesome';
	left: 0px;
	top: 0;
}

.rb-section-article-content {
	position: relative;
        margin-bottom: 20px;
}

.rb-section-article-content .rb-excerpt {
        margin-bottom: 20px;
        /*width: calc(100% - 196px);*/
	/*font-family: 'PT Serif', serif;*/
	font-family: 'Merriweather', serif;
	font-size: 19px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.5;
	overflow: hidden;
}

.rb-read-story,
.am-read-story{
/*	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -21px;*/
	display: inline-block;
	/*margin-left: 30px;*/
	width: 166px;
	height: 42px;
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: 'HelveticaNeueLT Pro 55 Roman';	
	font-size: 17px;
	line-height: 47px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.rb-read-story {
    background-color: #E60000;
}

.am-read-story {
    background-color: #2a7de3;
}


.readybusiness {
    margin: 20px 0;
    border: 1px solid #C9C9C9;
    overflow: hidden;
}

.readybusiness a {
    text-decoration: none;
}

.readybusiness-heading {
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #C9C9C9;
    text-align: center;
}

.readybusiness-heading span {
    display: block;
    margin-top: 5px;
    /*font-family: 'PT Sans', sans-serif;*/	
    font-size: 20px;
    font-weight: bold;
    color: #FF0000;
}

.readybusiness-list {
    padding: 15px;
}

.readybusiness-list ul {
    margin-bottom: 0;
}
.readybusiness-list li {
    position: relative;
    margin-bottom: 15px;
}

.readybusiness-list li:last-child {
    margin-bottom: 0;
}

.readybusiness-thumb {
    position: relative;
    display: block;
    width: 35%;
    height: 114px;
    overflow: hidden;
}

.readybusiness-thumb img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 100%;
}


.readybusiness-title {
    display: block;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    color: #000000;
}

.readybusiness-readmore {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
}

.readybusiness-readmore:after {
    position: absolute;
    top: 1px;
    right: -10px;
    content: "\f0da";
    font-family: "FontAwesome";
    width: 5px;
    height: 14px;
}

.readybusiness-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: calc(35% + 15px);
}

.readybusiness-bottom {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #C9C9C9;
}

.readybusiness-bottom a {
    /* Vezi mai multe poveș: */
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
}


/* READY BUSINESS ARTICLE */

.rb-article-container.article {
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #CECED2;
}

.rb-article-wrapper {
	width: 100%;
	padding: 0 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rb-article img {
	float: none;
	margin: 0;
	max-width: 100%;
}

.rb-main-photo {
	margin-bottom: 40px;
}
.rb-main-photo-description {
	width: 100%;
    padding: 10px 130px;
    font-style: italic;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rb-article h1,
.rb-article h2,
.rb-article h3,
.rb-article h4,
.rb-article h5,
.rb-article h6 {
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: 'ZFHeading';
}

.rb-article h1 {
	font-size: 32px;
	color: #000000;
	line-height: 36px;
}

.rb-article h2 {
	padding: 20px 0;
	font-size: 21px;
	color: #0F0F0F;
	line-height: 25px;
	font-weight: bold;
}

.rb-article .rb-new-meta {
	margin: 10px 0 30px 0;
	color: #000000;
	text-shadow: none;
}

.rb-article .rb-new-meta span:first-child {
	margin-right: 30px;
}

.rb-article p {
	margin-bottom: 20px;
	/*font-family: 'PT Serif', serif;*/
	font-family: 'Merriweather', serif;
	font-size: 19px;
	color: #0F0F0F;
	line-height: 26px;
}

.rb-article blockquote {
	margin: 30px -130px 30px -100px;
	padding: 10px 30px 0 230px;
	min-height: 200px;
	/*font-family: 'PT Sans', sans-serif;*/
	
	font-size: 24px;
	font-style: italic;
	color: #9B9B9B;
	line-height: 32px;
	background: url("/images/ready-business-img/quote.jpg") no-repeat top left;
}

.rb-article blockquote span {
	display: block;
	margin-top: 10px;
	font-size: 15px;
	color: #0F0F0F;
	line-height: 17px;
	width: 100%;
	text-align: right;
}

.rb-article blockquote.right {
	margin: 30px -100px 30px -130px;
	padding: 10px 230px 0 30px;
	background: url("/images/ready-business-img/quote.jpg") no-repeat top right;
}

.rb-brand-camp {
	margin-bottom: 10px;
	padding: 20px 0 10px 0;
	text-align: center;
	border: 1px solid #C9C9C9;
}

.rb-brand-camp span,
.rb-brand-camp a {
	display: inline-block;
	margin: 0 10px;
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: 'ZFHeading';
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	vertical-align: middle;
}

.rb-brand-camp span {
    display: block;
    /*margin-bottom: 20px;*/
}

.rb-brand-camp-right {
	margin-top: 9px;
}
.rb-brand-camp-right img {
	width: 80%;
}

.tk-none {
	float: none;
}


.tlk-section-wrapper {
	padding-top:45px;

}
.tlk-section-title {
	color:#FFF;
	font-size: 30px;
	height: 380px;
        padding: 0;
        margin-top: 30px;
        padding: 0 30px;
        height: auto;
        line-height: 34px;
        font-family: 'TeleGrotesk Headline Ultra';
}

.tlk-section-title-light {
	color:#FFF;
	font-size: 30px;
	height: 380px;
        padding: 0;
        padding: 0 30px;
        height: auto;
        line-height: 34px;
        margin-bottom: 30px;
        font-family: 'TeleGrotesk Headline';
}

h1.smaller a {
	font-size: 24px!important;
}

.telekomwrapper {
    background-image: url(/images/telekom-business-img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.rb-article-container-telekom {
    padding: 58px 30px 73px 30px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 0;
}

.rb-section-article-title-telekom {
    position: relative;
    padding: 0;
}

.rb-section-article-title-telekom a {
    font-family: 'TeleGrotesk Headline Ultra';
    color: #E30073!important;
    text-transform: uppercase;
    font-size: 24px!important;
    line-height: 26px!important;
    text-shadow: none!important;
}

.rb-section-wrapper-telekom {
    padding: 0;
}

.rb-excerpt-telekom {
    font-family: 'Tele-GroteskNor'!important;
    padding: 0;
}


h1.article-telekom {
    font-family: 'TeleGrotesk Headline Ultra';
    color: #E30073!important;
    text-transform: uppercase;
    font-size: 33px!important;
    line-height: 38px!important;
    text-shadow: none!important;
}

.rb-article-wrapper-telekom p {
    font-family: 'Tele-GroteskNor'!important;
}

.tdropshadow {
    margin: 0 auto 60px auto;
    text-align: center;
}

.rb-article-wrapper-telekom a {
    text-decoration: none;
    color: #E30073;
}

/* Patch Adu */

.img-responsive.pull-left {
    float: left;
    padding-right: 1em;
}

.rb-article-wrapper strong {
    font-weight: bold;
}

.evthumb {
    margin-right: 20px;
    float: left;
}
.EventsList li { margin: 20px 0;}
.EventsList li .title{ margin: 10px 0; }
.EventsList li strong{ position: relative; top: 0; left: 0}
.EventsList li span{ position: relative; top: 0; left: 0}



/* SUNT ANTREPRENOR CATEGORY */

.sa-article-container-big {
    position: relative;
}

.sa-article-container {
    position: relative;
    margin: 30px 0;
    padding: 30px;
    width: 100%;
    background: #F3F3F3;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}

.sa-shadow {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -420px;
    width: 840px;
    height: 100px;
    opacity: .6;
    background: #F3F3F3;
    box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.50);
    z-index: 0;
}

.sa-section-article-thumb {
    float: left;
    margin-right: 20px;
    width: 260px;
    height: 150px;
    overflow: hidden;
}

.sa-section-article-thumb img {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.sa-section-content {
    position: relative;
    width: 620px;
    float: left;
}

.sa-section-text {
    width: calc(100% - 176px);
}

.sa-title {
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    font-weight: 700;
    color: #E50027;
    letter-spacing: 0px;
    line-height: 30px;
    text-decoration: none;
}

.sa-details {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: italic;
    color: #0F0F0F;
    letter-spacing: 0px;
    line-height: 23px;
}

.sa-excerpt {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #0F0F0F;
    letter-spacing: 0px;
    line-height: 23px;
}

.sa-read-more {
    position: absolute;
    display: block;
    padding: 9px 19px 10px 19px;
    top: 50%;
    margin-top: -20px;
    right: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: -0.17px;
    background: #E50027;
    text-decoration: none;
}

.sa-back {
    margin: 40px 0;
}

.sa-back a {
    /* înapoi la articole: */
    position: relative;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #0F0F0F;
    letter-spacing: 0px;
    text-decoration: none;
}

.sa-back a:before {
    position: absolute;
    content: "\f0d9";
    font-family: 'FontAwesome';
    left: 0px;
    top: 2px;
}

.sa-article h1 {
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: #E50027;
}

#sa-content p {
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #0F0F0F;
    letter-spacing: 0px;
    line-height: 23px;
}

.sa-new-meta {
    margin-bottom: 30px;
    color: #000000;
    text-shadow: none;
}

#sa-content iframe {
    margin-left: -40px;
}


.flex-direction-nav {
    line-height:normal;
}

.rb-content {
    /*padding: 0 20px;*/
}

.rb-header{
	display: block;
	width: 100%;
}

.tend {
    /*margin: auto 20px;*/
    border: 1px solid #ccc;
    /*padding: 20px;*/
}

.tend ul {
	padding: 0 20px;
}

.tend .heading {
    margin: -20px -20px 0 -20px;
    /*font-family: 'PT Sans', sans-serif;*/
	font-family: 'ZFHeading';
    font-size: 18px;
    background-color: #CCCCCC;
    padding:10px
}

.tend .heading p {
    text-align: center; 
    color: white;
}

.tend .a-container {
    margin: 20px auto 0;
}

.tend .a-container img {
    max-width: 100%;
    margin: 10px auto;
}

.tend .a-container h4 {
    font-size: 18px;
}

.tend li {
	display: block;
	margin-bottom: 40px;
}
.tend li:last-child {
	margin-bottom: 20px;
}

.special-heading-sidebar {
	margin-left:auto; 
	margin-bottom: 10px;
	padding: 10px;
	background-color: #BD0000;
	color: white; 
	text-align:center;	
}

.special-title-sidebar {	
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	color: #515E66;
	letter-spacing: -0.5px;
	-webkit-transition: color .5s;
	transition: color .5s;
}

.special-pict {
	margin-bottom: 10px;
	width: 100%;
	/*padding: 0 20px;*/
	box-sizing: border-box;
	display: block;
	text-align: center;
	overflow: hidden;
}

.special-pict img {
	width: 100%;
}

.video-container-169 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.video-container-169 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}#order {
	font-family: 'HelveticaNeueLT Pro 55 Roman';
	font-size: 14px;
}

#order input[type="text"] {
	padding: 8px 10px 2px 10px;
}

#order textarea {
	padding: 10px;
}

#form_plata {
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#order input[type="submit"] {
	-webkit-appearance: none;
	padding: 8px 10px 2px 10px;
	background-color: #BD0000;
	color: #fff;
	border: 0;
}@charset "utf-8";
/* CSS Document */


h1 {
    font-size: 24px;
}

.gdpr-form { }

.gdpr-form fieldset {
    margin: 20px 0;
    padding: 10px;
    width: 200px;
    border: 1px solid #ccc;    
}

.gdpr-form input[type="radio"] {
    display: none;
}

.gdpr-form label {
    display: inline-block;
    position: relative;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-right: 20px;
    padding-left: 25px;
}

.gdpr-form label::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;                                
    border: 1px solid #ccc;
}

.gdpr-form input[type="radio"]:checked+label::after {
    /* content: "\f00c";
    font-size: 25px;
    font-family: "FontAwesome"; */
    content: "";
    position: absolute;                
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 4px;
    width: 10px;
    height: 10px;
    /* background-color: #f00;                 */
}

.gdpr-form input[type="radio"]:checked.accept+label::after {
    background-color: green;
}

.gdpr-form input[type="radio"]:checked.refuz+label::after {
    background-color: red;
}

.gdpr-form input[type="submit"] {
    margin-top: 20px;
    padding: 5px 10px;
    outline: 0;
    border: 0;
    font-size: 14px;
    -webkit-appearance: none;
    background-color: #F00;
    color: #fff;           
    cursor: pointer;     
}@charset "utf-8";

/* DEVELOPER: Irina Cernica*/

/*@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin-ext');*/

html {
    font-size: 10px;    
}

body {
    padding-top: 30px;
	padding-bottom: 30px;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
	background-color: #FFF1E6;
}

.navbar {
    position: relative;
    min-height: 76px;
    margin-bottom: 2px;
    border: 1px solid transparent;
}

.wrapper {        
	width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.navbar-header {
    margin-bottom: 20px;
}

#header .navbar-logo {
    margin-right: 11px;
    width: 20%;
    height: 70px;
    display: inline-block;
    vertical-align: top;
}

.navbar-logo img,
.brand img {
    width: 100%;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.sus, .jos {
	padding-right: 15px; 	
}

.sus:after {
	display: inline-block;
	margin-left: 5px;
	font-family: "FontAwesome";	
	content: "\f077";
	color: #46B475;
}

.jos:after {
	display: inline-block;
	margin-left: 5px;
	font-family: "FontAwesome";	
	content: "\f078";
	color: #BD0000;
}

#header .space {
    /*width: calc(80% - 16px);*/
	width: 100%;
    display: inline-block;
    vertical-align: top;
}

.space .brand {
    margin-top: 11px;
    margin-bottom: 0px;
    /*width: 80%;*/
	width: 100%;
    height: auto;
    display: block;
}

.navbar-nav {
    margin: 7.5px 0px;
    /*
    padding-bottom: 30px;
    max-height: 300px;
*/
    overflow: auto;
}

.nav {
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
	max-height: calc(100vh - 200px);
	overflow: auto;
}

.navbar-toggle {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    vertical-align: top;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.nav>li {
    position: relative;
    display: block;
	border-bottom: 1px solid #B3A79D;
}

.navbar-nav>li>a {
    color: #282930;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 15px;    
    /*line-height: 42px;*/
}

.nav>li>a {
    position: relative;
    display: block;
	padding: 12px 20px 8px 20px;
    box-sizing: border-box;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #FFF8F3;
    border-top: 1px solid #B3A79D;
    border-bottom: 1px solid #B3A79D;
    border-left: 0px;
    border-right: 0px;
    box-shadow: none;
}

.navbar-nav .open .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 40px;
}

.menuprev {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menuprev li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.menuprev li a {
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 16px;
    color: #282930;
    position: relative;
    padding-top: 8px;
}

.menuprev li.active a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #282930;
}



.overlay-content .navbar-form {
    border-color: #B3A79D;
    padding: 16px 45px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

.navbar-form {
    padding: 10px 25px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.searchBtn .btn {
    border: 1px solid #BD0000;
    background-color: #BD0000;
    padding: 5px 12px;
}

.searchBtn .btn::after {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #fff;
}

.navbar-collapse {
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.wrapper>.navbar-collapse {
    margin-right: -20px;
    margin-left: -20px;
}

.collapse {
    display: none;
}

.navbar-collapse.in {
    overflow-y: auto;
}

.collapse.in {
    display: block;
}

.flux {
    padding-top: 20px;
    padding-bottom: 20px;
}

.news {
    border-bottom: 1px solid #FFFFFF;
    /*margin-bottom: 10px;*/
}

.articleTitle {
    font-family: 'ZFHeading';
    color: #282930;
    text-align: left;
    display: block;
    margin: 10px 0;
    text-decoration: none;
}

.h1 {
    font-size: 30px;
    line-height: 36px;
}

.h2 {
    font-size: 20px;
    line-height: 24px;
}

.main-article {
    border-top: 0!important;
}

.articleThumb {
    /*float: left;*/
	display: block;
	position: relative;
    margin: 0 0 20px 0;
}

.articleThumb img {
/*    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: 0 auto;
    vertical-align: middle;*/
    width: 100%;
}

.Event a.articleThumb {
    margin-bottom: 12px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.eventLocation::before {
    content: "\f124";
    font-family: "FontAwesome";
    font-size: 12px;
    width: 16px;
    height: 13px;
    color: #BD0000;
    position: absolute;
    top: 1px;
    left: 0;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.aboutArticle {
    display: block;
	padding: 2px 0;
/*    overflow: hidden;*/
}

.underline {
    position: relative;
    display: inline-block;
}

.labelTag, .labelTag a {
    font-family: 'HelveticaNeueLT Pro 65 Md';
    text-transform: uppercase;
    color: #282930;
    font-size: 11px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.background2 {
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 60%;
    height: 1px;
    background-color: #B61918;
    z-index: 1;
}

.meta {
    font-family: 'HelveticaNeueLT Pro 46 Lt';
    color: #282930;
    font-size: 11px;
    text-align: justify;
}

.articleIntro {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 14px;
    text-align: left;
}

.eventLocation {    
	padding: 0px 2px 3px 16px;
    display: inline-block;
    vertical-align: middle;
}

.a-meta {    
	/*margin: -6px 0 0 -2px;*/
	padding: 0 3px 2px 0;        
	position: absolute;
    top: -0.7px;
    left: 0;
    z-index: 3;
    background-color: #FFF1E6;
    display: block;
    white-space: nowrap;
}

.a-meta:before {
    content: "\f017";
    font-family: "FontAwesome";
    font-size: 13px;
    width: 16px;
    height: 13px;
    color: #BD0000;
    margin-left: 2px;
}

.a-meta small {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    display: inline;
    line-height: 16px;
    margin-left: 5px;
    margin-right: 6px;
    color: #282930;
    font-size: 12px;
}

.side-banner a {
    margin: 0 auto;
    display: block;
    width: 300px;
    overflow: hidden;
}

.side-banner img {
    width: 100%;
    display: block;
}


/*  video */

.itemVideo {
    margin: 10px 0;
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.itemVideo iframe,
.itemVideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* convertor valutar */

.panelTitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.panel {
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    clear: both;
}

.col {
    width: 45%;
}

.coleq {
    width: 8%;
    padding: 0;
    text-align: center;
    line-height: 34px;
}

.col,
.coleq {
    float: left;
    position: relative;
}

.panel-exchange .calculator .coleq {
    padding: 0;
    line-height: 34px;
    text-align: center;
}

.panel-exchange .calculator .form-control {
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
}

.input-group-btn {
    /*position: relative;*/
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.panel-exchange .calculator .btn,
.panel-exchange .calculator .form-control {
    padding-left: 4px;
    padding-right: 4px;
}

.btn .caret {
    margin-left: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navbar-nav .dropdown .caret {
    float: right;
}

.navbar-nav .open .caret {
    transform: rotate(180deg);
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    /*float: left;*/
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 15px;
    display: block;
    padding: 3px 20px;
    box-sizing: border-box;
    clear: both;
    font-weight: normal;
    /*    line-height: 1.42857143;*/
    line-height: 42px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.input-group-btn>.btn {
    /*position: relative;*/
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.btn {
    overflow: hidden;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.dropdown-menu li a:hover {
    background-color: lightgray;
    color: #fff;
}

.dropdown-menu li {
	border-bottom: 1px solid #B3A79D;
}
	
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #bb131a;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}


/* cross */

.cross {
    position: relative;
}

.cross-body {
    padding: 17px 13px 17px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    text-align: left;
    margin-bottom: 20px;
}

.cross .h2 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 0px;
}

.background {
    position: absolute;
    top: 0px;
    left: 16%;
    width: 84%;
    height: 100%;
    background-color: #F2DFCF;
    z-index: 1;
}

.crossimg {
    float: left;
    margin-right: 20px!important;
    margin-bottom: 30px!important;
    width: 36%;
    max-width: 36%!important;
}

.crossimg img {
    margin-top: 6px!important;
}

.cross-body>div {
    margin-left: 42%;
}


/*overlay menu*/

.overlay {
    height: 100%;
    /*width: 0;*/
	width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: -100%;
    background-color: rgba(255, 241, 230, 1);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.overlay .overlay-logo {
    padding: 0px;
    margin-right: 10px;
    width: 24px;
    height: 39px;
    display: inline-block;
    vertical-align: top;
}

.overlay-logo img,
.overlay-brand img {
    width: 100%;
}

.overlay .overlay-brand {
    margin-top: 9px;
    margin-bottom: 5px;
    width: 236px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
}

.openNav {
    font-size: 20px;
    cursor: pointer;
    color: #BD0000;
}

.menubar {
    position: relative;
}

.menubar .openNav {
    position: absolute;
    top: 10px;
    right: 0;
    line-height: 18px;
}

.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.navbar-nav .dropdown span {
    position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	text-align: center;
	line-height: 35px;
    box-sizing: border-box;
    border-left: 1px solid #B3A79D;    
}

.open i {
    transform: rotate(180deg);
}

.navbar-nav .dropdown span i {
    font-size: 13px;
}

.overlay .closebtn {
    color: #979797;
    font-size: 7px;
    margin-top: 14px;
    border: 1.5px solid #979797;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 7px;
}


/* categoryBox */

.small-logo {
    width: 45px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
}

.bong {
    background-color: #FFF8F3;
}

.bong-header {
/*    padding-left: 10px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    text-align: left;
}

.bong-categ {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 18px;
    color: #BD0000;
}

.bong-categ:before {
    content: "|";
    margin-left: 3px;
    margin-right: 9px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #CCCCCC;
}

.bong-categ:after {
    content: "\f1c1";
    font-family: "FontAwesome";
    font-size: 14px;
    width: 12px;
    height: 14px;
    margin-left: 9px;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #BD0000;
}

.RSSlist:after {
    content: "\f09e";
    font-family: "FontAwesome";
    font-size: 14px;
    width: 12px;
    height: 14px;
    margin-left: 9px;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #282930;
}

.ePaper .box, 
.anuar .box,
.videoFlex .box {
    margin-bottom: 0;  
}
a.moreBlack {
    color: #282930;
}

a.moreBlack span {
    border-bottom-color: #F2DFCF;
}

.chart {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.bongtitle {
    display: block;
    margin-bottom: 10px;
}

.bongLink {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #F2DFCF;
    line-height: 0.1em;
    margin: 20px 0 20px;
    position: relative;
}

.bongLink a {
    padding: 0px 10px;
    font-family: 'HelveticaNeueLT Pro 46 Lt';
    font-size: 11px;
    color: #282930;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    background: #FFF8F3;
}

.bongLink a span i {
    /*color: #F2DFCF;*/
	color: #BD0000;
    font-size: 12px;
    width: 11px;
    height: 14px;
}

.bongLink a span {
    padding: 0 2px;
    box-sizing: border-box;
}

.categoryBox .bong-categ {
    color: #BD0000;
}

.categoryBox .bong-header {
    padding-left: 0;
}

.categoryBox .bong-categ:after {
    content: "";
}

.categoryBox .thumb {
    width: 112px;
    height: 69px;
    margin-right: 15px;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
    padding: 0px;
}

.categoryBox .bongLink a {
    background: #FFF1E6;
}

.categoryBox.dark .bongLink a {
	background: #F2DFCF;
}

.hint {
    display: block;
    overflow: hidden;
    /*margin:10px 0;*/
}

.hint .bong-header {
    padding: 0px;
    text-align: center;
}

.light, .dark {
    margin: 20px -20px;
	padding: 20px;    
    box-sizing: border-box;        
}

.light {
	background-color: #FFF8F3;
}

.dark {
    background-color: #F2DFCF;
}

.topArticle {
    /*padding-bottom: 15px;*/
}

.topArticle .mini {
    font-size: 12px;
    line-height: 14px;
}

.topArticle .title {
    margin-bottom: 8px;
    display: block;
    color: #282930;
    font-family: 'ZFHeading';
    font-size: 20px;
    line-height: 22px;
    text-align: left;
}

.sector {
    border-bottom: 1px solid #F2DFCF;
}

ul.related {
    width: 100% !important;
    margin: 10px 0px;
    /*    float: left;*/
}

.related li {
    width: auto !important;
    height: auto !important;
    padding: 6px 0;
    float: none !important;
}

.related li a {
    font-family: 'ZFHeading';
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #282930;
    text-decoration: none;
}


/*minicross*/

.minicross .articleThumb {
    margin-top: 20px!important;
    padding: 11px;
    box-sizing: border-box;
    text-align: center;
    background: #FFF1E6;
    overflow: hidden;
}

.minicross .articleTitle {
    padding-bottom: 7px;
}

.minicross .bongLink {
    bottom: 0px;
    left: 0px;
    right: 15px;
    border-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: inherit;
    border-color: #B3A79D;
}

.minicross .bongLink a {
    background: #F2DFCF;
    padding: 0px 10px 0px 0px;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 11px;
    color: #B3A79D;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    white-space: nowrap;
}

.minicross .bongLink a span {
    padding: 0 2px 0 4px;
}

.minicross .bongLink a span i {
    color: #B3A79D;
}

.dark .bongLink {
	border-bottom: 1px solid #282930;
}

.dark .bongLink a span i {
	color: #282930;
}
	
/* citeste BM*/

.BmRead {
    background-color: #F2DFCF;
}

.col-full {
    width: 100%;
    overflow: hidden;
}

.col-full .col-row {
    position: relative;
}

.col-row {
    position: relative;
    text-align: center;
    margin: 0 -7px;
    overflow: hidden;
}

.col-half {
    width: 50%;
    float: left;
    padding: 0 7px;
    box-sizing: border-box;
}


/*  item video/poza*/

.video-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.video-type,
.picture-type {
    position: relative;
}

.thumb {
    position: relative;
    display: block;
    margin-bottom: 10px!important;
    padding-top: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.thumb img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.video-item h2 {
    font-family: 'ZFHeading';
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}

.video-item .title {
    font-family: 'ZFHeading';
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #515E66;
    letter-spacing: -0.5px;
    -webkit-transition: color .5s;
    transition: color .5s;
}


/* videoFlex recommendations *************/

.black {
    background: #282930;
    margin: 0 -20px;
}

.recommendations {
/*    margin-bottom: 20px;*/
    position: relative;
	padding-bottom: 20px!important;
    width: 100%;
}

.carousel iframe {
    width: 100vw;
    height: calc(100vw * 0.5625);
    margin: 0 0 10px 0;
}

.heading {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.heading .bong-categ {
    color: #fff;
}

.heading .bong-categ:after {
    content: "\f03d";
    color: #fff;
}

.carousel .navigation {
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 20px;
}

.carousel .navigation a {
    width: 19px;
    height: 20px;
    margin-left: 3px;
    display: block;
    float: left;
}

.carousel .navigation span {
    color:#fff;
}

.carousel .navigation a.next:after {
    content: "\f054";
    font-family: "FontAwesome";
    color: #fff;
}

.carousel a.back:before {
    content: "\f053";
    font-family: "FontAwesome";
    color: #fff;
}

.recommendation .myCarousel {
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 200;
    left: 0px;
    width: 360px;
}

.recommendation .myCarousel ul {
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none;
    z-index: 1;
    width: 3240px;
    left: 0px;
}

.recommendation .myCarousel ul li {
    overflow: hidden;
    float: left;
    width: 360px;
    height: 373px;
}

.recommendations ul li a {
    text-decoration: none;
    cursor: pointer;
}

.recommendations ul li a span {
    font-family: 'HelveticaNeueLT Pro 65 Md';
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 17px;
    display: block;
}

.recommendations ul li a.title {
    font-size: 20px;
    line-height: 22px;
    font-family: 'ZFHeading';
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0 20px;
    box-sizing: border-box;
}

.recommendations ul li p {
    margin:0;
    padding: 0 20px;
    box-sizing: border-box;
}

.recommendations ul li span.labelTag {
    color: #fff;
}

.recommendations ul li p.description {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}


.moreItems {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
}

.moreItems span {
    padding: 0px 30px 7px 30px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 10px auto 20px auto;
}


/*miniFlex */

/*
.miniFlex {
    width: 321px;
}
*/

.miniFlex .bong-header {
    padding: 20px 0px;
}

.miniFlex .bong-categ {
    color: #BD0000;
}

.miniFlex .bong-categ:after {
    content: "\f005";
    color: #F2DFCF;
}

.miniFlex .thumbsUp:after {
    content:"\f087";
    color: #BD0000;
}


.miniFlex .navigation a.back:before,
.miniFlex .navigation a.next:after {
    color: #B3A79D;
}

.miniFlex .navigation span, .recommendations .navigation span {
    float:left;
    color:#B3A79D;
    padding-left:5px;
    padding-right:5px;
}

.miniFlex .navigation span i.currentSlide {
    color:#534E49;
}

.miniFlex .miniCarousel {
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 200;
    left: 0px;
    width: 336px;
}

.miniFlex .miniCarousel ul {
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none;
    z-index: 1;
    width: 1512px;
    left: 0px;
}

.miniFlex .miniCarousel ul li {
    overflow: hidden;
    float: left;
    width: 153px;
    height: 205px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.miniFlex ul li span.labelTag {
    color: #282930;
}

.miniFlex ul li a span {
    margin: 10px 0px;
    color: #282930;
}

.miniFlex ul li p {
    padding: 0px;
}

.miniFlex ul li a.title {
    font-size: 12px;
    line-height: 15px;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    color: #282930;
    display: block;
    text-decoration: none;
    padding: 0px;
}


/*  footer */

.footer {
    background: #FFF8F3;
    height: 50px;
}

.footerMenu {
    padding: 8px 0px;
}

.footerMenu ul li {
    margin-right: 10px;
    /* float: left; */
    margin-bottom: 0;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

#fa-user {
    width: 15px;
    height: 26px;
    display: inline-block;
    position: relative;
}

.footerMenu ul li a {
    font-size: 12px;
    line-height: 31px;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    color: #282930;
}

.footerMenu ul li i {
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 26px;
    color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    position: absolute;
}


.footerMenu .openNav {
    color: #000;
}

.footerMenu ul {
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: center;
    overflow: hidden;
}

.footerMenu ul.submenu {
    display: none;
    padding: 0;
    margin: 0;
}

.submenu li {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #D9D9D9;
}

.submenu li a {
    padding-left: 14px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .3s;
    transition: color .3s;
    padding-left: 30px!important;
}


/* paginare */

.list-container {
    margin: 30px 0 13px 0;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding: 0;
    margin:20px 0;
    border-radius: 0;
}

.pagination li {
    display: inline;
}



.pagination > li > a {
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #bb131a;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}



.pagination li.active a {
    background-color: #BD0000;
    border-color: #BD0000;
    color:#fff;
}

.pagination a:hover:not(.active) {
    background-color: #9B9B9B;
}


.pagination > .disabled > a {
    color: #B3A79D;
    cursor:not-allowed;
}

/**** pagina de categorie ******/

.separate:before {
    content: "";
    width: 3px;
    height: 3px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    background: #BD0000;
}

/*  pagina de articol   */


.articleContent p,
.articleContent > div {
    /*font-family: 'HelveticaNeueLT Pro 55 Roman';*/
    font-size: 18px;
    line-height: 30px;
    margin: 9px 0;
    text-align: left;
    color:#282930;
}

.articleContent > div {
	/*margin: 20px 0;*/
}

p.mainP {
    font-size: 18px;
    line-height: 30px;
} 


.box {
    margin-bottom: 15px;
    padding: 0 20px;
    box-sizing: border-box;
    width: auto;
}

.bong, .BmRead, .interest {
    margin:0 -20px;
}

.crossList {
    margin:8px 0 20px 0;
}

.etiquette {
    margin-top: 25px;
}
.etiquette p {
    text-transform: uppercase;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 11px;
    text-align: left;
    color: #282930;
	line-height: 1.7;
    padding: 12px 0;
}

.etiquette span {
    margin:0 5px;
}

.etiquette a {
	display: inline-block;
    margin-left: 5px;
	color: #BD0000;
}

.photo {
    margin-bottom: 20px;
    position: relative;
    
}



.watermark {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 11px;
    line-height: 19px;
    color: #A9A9A9;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}


.locker {
    position: relative;
    margin: 30px auto!important;
    padding: 23px 0 19px 0;
    width: 91%;
    
    
}

.locker-head {
    /*background: url(../images/locker.png) no-repeat;*/
	background: url(../images/locker-albastru.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    background-position: 11px 4px;
}

.locker-body {
    position: relative; 
    background: #F2DFCF;   
	/*background: #043D7C;*/
}

.locker-body > div {
    position: relative;
    padding: 28px 0;
    box-sizing: border-box;
    margin-left: 40%;
}

.locker-body > div p {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 11px;
    line-height: 12px;
    margin:0;
}

.locker-body > div a {
/*    color: #BD0000;*/
	color: #043D7C;
    display:block;
    margin:4px 0;
    font-size: 18px;
    font-family: 'HelveticaNeueLT Pro 55 Roman';
}

.disclaimer {
	font-family: 'ZFHeading';
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

.articleMeta {
    position: relative;
    line-height: 1;
}

.articleMeta  ul {
    margin:10px 0px;
}
.articleMeta  ul li {
    margin-right: 5px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.articleMeta ul li a {
    display: block;
    color:#282930;
}

.views {
    position: relative;
}

.a-views {
    top: 0px;
    right: 20px;
    position: static;
    z-index: 3;
    display: block;
    text-align: right;
    white-space: nowrap;
}

.views .a-meta {
    padding: 0px;
    right: 20px;
    position: static;
    background: none;
    text-align: right;
}

.a-views:before {
    content: "\f06e";
    font-family: "FontAwesome";
    font-size: 12px;
    width: 16px;
    height: 13px;
    color: #BD0000;
    margin-left: 2px;
    margin-top:0;
    margin-bottom: 0;
}

.a-views small {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    display: inline;
    line-height: 16px;
    margin-left: 5px;
    margin-right: 6px;
    color: #282930;
    font-size: 11px;
}

.readMore:nth-child(2n) {
	float: right;
}

.readMore:nth-child(2n+1) {
	float: left;	
}

.readMore {
	width: calc(50% - 10px);	
}


/* pagina eveniment */
.infoEvent {
	/*text-align: center;*/
}

.infoEvent,
.eventLocation, 
.eventTime {
    position: relative;
}

.eventLocation:before {
    content: "\f124";
    font-family: "FontAwesome";
    font-size: 12px;
    width: 16px;
    height: 13px;
    color: #BD0000;
    position: absolute;
    top: 3px;
    left: 0;
    margin-left: 2px;
    margin-top:2px;
    margin-bottom: 10px;
    
}


.eventLocation {
/*    padding-left: 16px;*/
    padding: 0px 2px 3px 16px;
    display: inline-block;
    vertical-align: middle;
}


.Event a.articleThumb {
    margin-bottom: 12px;
    overflow: hidden;
    display: block;
}

.infoEvent span {
    /*max-width: 48%;*/
    /*text-align: left;*/
    box-sizing: border-box;
}

.infoEvent small {
    margin-left: 3px;
    font-size: 12px;
    line-height: 12px;
    font-family: 'HelveticaNeueLT Pro 55 Roman';
}


.partner {
    margin: 20px 0px;
    padding: 13px 15px;
    box-sizing: border-box;
    background-color: #F2DFCF;
    
}

.partner p {
    font-family: 'ZFHeading';
    font-size: 17px;
    line-height: 22px;
    text-align: left;
}

.sales {
    padding: 9px 0px;
    box-sizing: border-box;
}

.sales p {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 15px;
    line-height: 19px;
    text-align: left;
}

.red {
    color:#BD0000;
}

.bold {
    font-family: 'HelveticaNeueLT Pro 65 Md';
    
}

/* pagina eveniment -articol */


.btn {
    /*padding: 11px 25px;*/
    box-sizing: border-box;
    background-color: #BD0000;
    border:1px solid #BD0000;
    color:#fff;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 14px;
    line-height: 19px;
}



.myMenu .dropdown span {
    float: right;
    padding: 13px 14px;
    box-sizing: border-box;
    border: none;
    line-height: 13px;
}

.myMenu > li > a {
    padding: 0px;
    font-family: 'ZFHeading';
    font-size: 20px;
    border-bottom: 1px solid #fff;
}


.myMenu .open .dropdown-menu {
    padding: 15px 0px;
    border-top:1px solid transparent;
    border-bottom: 1px solid #fff;
    background: none;
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 17px;
    line-height: 25px; 
}

.myMenu > li:last-child a{
    border-bottom: none;
}

.myMenu .open .dropdown-menu p {
    margin-bottom: 18px;
}


.eventSponsor {
    border-top:1px solid #B3A79D;
    padding-top: 26px;
    margin-bottom: 25px;
    background-color: transparent;
}
.eventSponsor .box {
    background-color: #fff;
}

.eventSponsor .h2 {
    padding: 0 20px;
    margin-bottom: 15px;
}

.widget .thumb {
    margin: 0 auto!important;
    padding: 0;
    width: 153px;
    height: 153px;
    display: block;
    overflow: hidden;
    text-align: center;
    
}

.widget .thumb img {
    height: 100%;
    object-fit: contain;
    
}

.marker {
    width: 60%;
    display: block;
}
.marker span {
    width: auto;
    box-sizing: border-box;
}

.myMenu .dropdown-menu p span {
    padding: 0;
    float:none;
    line-height: inherit;
}

table {
    width:100%;
    /*background-color: #F2DFCF;*/
    border-collapse: collapse;
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    margin-bottom: 30px;
    
}

.tax td, .tax th {
    padding: 15px;
    box-sizing: border-box;
    border:1px solid #fff;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    
}

.tax .bold {
    white-space: nowrap;
}

FORM.cregister {
    margin-bottom: 20px;
    padding-top: 15px;
}

.form_line {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
    padding: 0px;
    box-sizing: border-box;
}
.form_line label {
    padding: 8px 0px;
    box-sizing: border-box;
    width: 142px;
    float: left;
    overflow: hidden;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 13px;
    line-height: 17px;
    color:#534E49;
}

.form_line input {
/*    margin-left: 5px;*/
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    height: 35px;
    text-indent: 10px;
    text-shadow: 0 1px 0 #fff;
/*    background-color: #f9f9f9;*/
    border-width: 1px;
    border-style: inset;
    border-top: 1px solid #B3A79D;
    border-left: 1px solid #B3A79D;
}
.form_line input, .form_line select, .form_line textarea {
    width: 100%;
    background: #FFF8F3;
}

.form_line select {
    width: 100%;
    height: 41px;
    float: right;
    text-indent: 26px;
    -webkit-border-radius: 0;
    outline: 1px solid #B3A79D;
    outline-offset: -1px;
    font-family: 'LatoWeb';
    font-size: 15px;
    line-height: 18px;
    color: #222;
}

.cregister .sbmt {
    margin: 15px 0;
    text-align: center;
    
}

.sbmt input[type="submit"] {
    width: 190px;
    height: 41px;
    padding: 7px;
    border: none;
    background: #BD0000;
    color: #ffffff;
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-size: 15px;
    text-decoration: none;
    text-shadow: none;
}

.star {
    font-size: 11px;
    text-align: left;
    margin-top:15px;
}

#stickymenu {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 20px;
	height: 50px;
	background-color: rgba(255,255,255,.95);
	border-bottom: 1px solid #ddd; 
	box-sizing: border-box;
	z-index: 10;
}

/*#stickymenu > * {
	display: inline-block;
	vertical-align: middle;	
}*/

#stickymenu .logo {
	position: absolute;	
	top: 0;
	left: 50%;
/*	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);*/
	margin-left: -20px;
	height: 50px;
}

#stickymenu .logo img {
	height: 100%;
}

#stickymenu .buton-abonare {
	float: left;
	margin: 10px 0;
	padding: 0 10px;
	height: 30px;
	font-family: 'HelveticaNeueLT Pro 55 Roman';
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	background-color: #BD0000;		
}

#stickymenu .openNav {
	float: right;
	margin: 8px 0;
	/*color: #fff;*/
	font-size: 24px;
}


/* fonduri mutuale */
/* tables TABLESORTER */

.tablesorter a,
.tablesorter a:visited {
    color: #b91219;
    text-decoration: none;
}

.tablesorter strong {
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-weight: normal;
}

table.tablesorter {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    background-color: #F2DFCF;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table.tablesorter th,
table.tablesorter td {
    padding: 5px;
    border: 1px solid #F2DFCF;
    /*border-bottom: 1px solid black;*/
}

table.tablesorter th {
    padding-bottom: 15px;
}

/*table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
}*/

table.tablesorter thead tr .header {
    background-image: url(/images/tablesorter/bg.gif);
    background-repeat: no-repeat;
    background-position: center 93%;
    cursor: pointer;
}

table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/images/tablesorter/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/images/tablesorter/desc.gif);
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
    background-color: #FFF8F3;
}

.administrator-fond,
.fond-mutual {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Merriweather', serif;
}

.administrator-fond span,
.fond-mutual span {
    font-family: 'Merriweather', serif !important;
    font-size: 14px !important;
    line-height: 1.5;
}

.administrator-fond table,
.fond-mutual table {
    border-collapse: collapse;
    max-width: 100% !important;
}

.administrator-fond table td,
.fond-mutual table td {
    padding: 3px;
    font-size: 12px;
    border: 1px solid #000;
}

.administrator-fond .note,
.fond-mutual .note {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 12px;
    text-align: left;
}

.social > * {
	display: inline-block!important;
	margin: 0 5px 10px 0;
	vertical-align: top!important;
	line-height: 1;
}

.print, .mail {
	display: inline-block;	
	color: #365899;
	/*font-family: 'HelveticaNeueLT Pro 55 Roman';*/
	font-size: 14px;
}
.mail {
    padding-top: 3px;
}

.mail i {
	margin-right: 5px;
}

.anuare-container p {
	/*font-family: 'Merriweather', serif;*/
	font-size: 16px;
	line-height: 27px;
	color: #282930;
	/*text-align: left;*/
	margin-bottom: 20px;
}

.anuare-container a {
	color:#BD0000; 
}

.anuar {
	display: inline-block; 
	margin-bottom: 40px; 
	padding: 0 5px; 
	box-sizing: border-box; 
	width: calc(100% - 6px); 
	vertical-align: top;
}

.anuar-thumb {
	display: inline-block; 
	margin-bottom: 15px; 
	/*height: 404px;*/
	width: 100%;
}

.anuar-thumb img {
	/*height: 100%;*/
	width: 100%;
}

.anuar-title {
	display: inline-block; 	
	padding: 0 10px;
	font-family: 'HelveticaNeueLT Pro 65 Md';
	/*font-family: 'HelveticaNeueLT Pro 55 Roman';*/
	font-size: 16px;
	line-height: 1.3;
}/* Flexslider */

.custom-navigation {
    float: right;
    color: #282930;
    font-weight: bold;
    font-size: 18px;

}

.custom-navigation a i {
    float: left;
    color: #282930;
    font-weight: bold;
    font-size: 32px;
    margin: 0 5px;
}

.black .custom-navigation {
	color: #fff;
}

.black .custom-navigation a i {
	color: #fff;
}

.pagging {
    float: left;
    margin: 3px 0 0 0;
}

.more-container {
    width: 100%;
    padding: 10px 20px 20px 20px;
    text-align: center;
    box-sizing: border-box;
}

.more.on-black {
    border-top: 1px solid #ffffff;
}

.more.on-white {
    border-top: 1px solid #F2DFCF;
    margin: 0 -20px;
}

.more a {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 14px;
    margin-top: -15px;
    display: block;
}

.more.on-black a {
    color: #ffffff;
}

.more.on-white a {
    color: #282930;
}

.more span {
    display: inline-block;
    padding: 0 20px;
    margin-top: -20px;
}

.more.on-black span {
    background: #282930;
}

.more.on-white span {
    background: #FFF1E6;
}

/* list last */

li.sector:last-child {
    border: none;
}

/* Responsive header */

.menuprev {
    margin-top: 5px;
    padding-top: 2px;
    border-top: 1px solid #999;
}

.menuprev li.active a::before {
    height: 2px;
}

.flux p {
	/*margin: 9px 0;*/
}

iframe {
	border: 0;
}

.menuprev {
	width: calc(100% - 25px);
}

/*#buton-abonare {
	display: none;
}

.buton-abonare {
  position: fixed;
  padding: 10px 0;
  bottom: 0;
  left: 0;
  width: 100%;  
  font-family: 'HelveticaNeueLT Pro 65 Md';
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  background-color: #bd0000;
  z-index: 10000;
}*/



.abonare_zfcorp {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 10px 5px 10px;
	font-family: 'HelveticaNeueLT Pro 65 Md';
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	background-color: #043D7C;
	z-index: 1000;
}

.abonare-nl {
	padding: 10px 10px 7px 10px;
	border:0;
	text-align: center;
	font-family: 'HelveticaNeueLT Pro 65 Md';
	font-size: 14px;
	color: #FFFFFF;
	background-color: #bd0000;
	z-index: 10000;
}

@media screen and (max-width: 320px) {
    .menuprev li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 321px) and (max-width: 800px) {
    body {
        font-size: 16px;
    }
}



/* Curs valutar */


.valute-widget {
	/*font-family: 'ZFHeading';*/	
	padding: 10px;
	background-color: #F2DFCF;
}

.valute-widget .tab-option {
	display: inline-block;
	padding: 5px;	
	cursor: pointer;
}

.valute-widget .tab-option.active {
	background-color: #FFF1E6;
	/*border-bottom: 2px solid #000;*/
}

.valute-widget .tab-option span {
	display: inline-block;
	vertical-align: middle;
}

.valute-widget .flag {
	margin-left: 0;
	position: relative;
	width: 20px;
}

.valute-widget .flag img {
	position: relative;
	width: 100%;
	bottom: auto;
	left: auto;
}

/*.valute-widget .symbol {
	width: 40px;
}*/


.valute-widget .curr-table-tab-content {
	display: none;
	padding: 10px;
	background-color: #FFF1E6;
}

.valute-widget .chartw {
	margin-bottom: 10px;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
}



.dark .bongLink, 
.valute-widget .bongLink {
	border-bottom: 1px solid #FFF1E6;
}

.dark .bongLink a, 
.valute-widget .bongLink a {
	background: #F2DFCF;
}

.curr-table-line {
    margin: 0 0 2px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #999;
    position: relative;
    padding-left: 35px;
	box-sizing: border-box;
}

.curr-line {
    display: inline-block;
    width: calc(33% - 20px);
    text-align: center;
}

.flag img, .curr-line.flag  {
    width: 30px;
    position: absolute;
    bottom: 2px;
    left: 0;
}

.curr-line.symbol {
	width: 35px;
}

.curr-line.symbol a {
    color: #333333;
    font-weight: bold;
}

.diff {
    margin-bottom: 2px;
}

.diff.down {
    border-bottom: 3px solid rgb(170, 0, 0);
}

.diff.up {
    border-bottom: 3px solid rgb(6, 83, 23);
}

.main-curr-table {
    font-size: 14px;
}

.currency-graph, .graph {
    position: relative;
    width: 100%;
    margin: 10px 0;
}
/*
.period {
    float: left;
    width: 24%;
    margin: 0 1% 0 0;
}

.period-selector {
    height: 40px;
}

.period button {
    border: none;
    width: 100%;
    font-size: 9px;
    padding: 2px;
    background: #fff;
}*/


.period {
	display: inline-block;
	/*width: calc(25% - 5px);*/
	margin-right: 2px;
    /*float: left;*/
    /*width: 24%;*/
    /*margin: 0 1% 0 0;*/
}

.period-selector {
    height: 40px;
	margin-bottom: 40px;
}

.period button {
    border: none;
    width: 100%;
    font-size: 12px;
    padding: 7px;
    background: #fff;
	text-transform: uppercase;
	cursor: pointer;
	box-sizing: border-box;
	vertical-align: middle;
}

.period:last-of-type {
    margin: 0;
}

/*.NL {
	padding: 5px 15px;
	background: #F2DFCF;
	font-family: 'HelveticaNeueLT Pro 55 Roman';
	font-size: 12px;
}*/

.category-logo, .category-logo img {
	width: 100%;
}


/* ------------------- WIKI ------------------ */

.panel {
    margin-top: 20px;
}

.sinput {
    margin-top: 7px;
    display: inline-block;

}

.sinput input, .sinput .input-group-btn {
    display: inline-block;
    vertical-align: middle;
    float: none!important;
}

.sinput input {
    width:90%!important;
}

.panel-filters {
    background: #F2DFCF;;
    padding: 10px;
}

.tab-content {
	display: inline-block;
	padding: 10px;
}

.alfabetic {
    position: relative;
    margin: 7px 0 0 5px;
}

.tab-option {
	display: inline-block;
	padding: 5px;	
	cursor: pointer;
}

.tab-option.active {
	background-color: #FFF1E6;
	/*border-bottom: 2px solid #000;*/
}

.tab-option a {
    font-family: "HelveticaNeueLT Pro 65 Md";
    font-size: 14px;
    color: rgb(51, 51, 51);
	display: inline-block;
	vertical-align: middle;
}

.list-companies {
    margin: 20px 0;
}

.list-companies li {
    padding: 20px;
    border-bottom: 1px solid #999;
}

.list-companies li a {
    font-family: "HelveticaNeueLT Pro 65 Md";
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.small-column {

}

.large-column {

}

.large-column p img {
    width: 100%!important;
    height: auto!important;
    margin: 20px 0;
}

.small-column .panel img {
    width: 100%;
}

.small-column p, .small-column li, .large-column p {
    line-height: 24px;
}

.error404 img {
    width: 100%!important;
    height: auto!important;
}


/* ----------------- Pagina de autor ------------------ */

.autor-info {
    background: #F2DFCF;
    margin-bottom: 20px;
    padding: 20px 20px 20px 100px;
    position: relative;
}

.autor-info span {
    color:#BD0000;
}

.autor-info .image-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: 12px;
    overflow: hidden;
}

.autor-info p.bio, .autor-info h2 {
    float: left;
}

.autor-info .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bong-categ.promo::after {
    content: "\f003";
}

.carousel .slide img {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
}

.articleContent p img,
.articleContent div img {
	max-width: 100%;
	height: auto!important;
}

/* istoric curs valutar*/

.currencyTable {
    width: 100%;
}

.currencyHeader {
    margin-bottom: 10px;
    padding: 10px 0;
    /*border-bottom: 2px solid #000;*/
    border-bottom: 1px solid #F2DFCF;
}

.currencyContainer {
    /*height: 300px;*/
    overflow: auto;
}

.currencyTable span {
    display: inline-block;
    vertical-align: middle;
    width: calc(33% - 5px);
    text-align: center;
}

.currencyLine {
    /*margin: 5px;*/
    padding: 5px;
    /*border-bottom: 1px solid #000;*/
}

.currencyLine:nth-child(2n+1) {
    background-color: #F2DFCF;
}

.data-valuta {

}
.valoare-valuta {
    /*text-align: center;*/
}
.procent-valuta {
    /*text-align: right;*/
}

.comunicate .thumb {
    float: left;
    margin-bottom: 5px;
    height: 83px;
}

.comunicate a {
    display: block;
    margin-bottom: 6px;
    font-family: 'HelveticaNeueLT Pro 65 Md', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    color: #282930;
    overflow: hidden;
}

.comunicate li {
    margin-bottom: 5px;
    padding: 15px 15px 5px 15px;
    background: #FFF8F3;
}

.articleContentStatic {
    margin: 9px 0;
    text-align: left;
    color:#282930;
}

.articleContentStatic p {
    margin-bottom: 10px;
}

.table-container {
    width: 100%;
    overflow: auto;
}

.table td, .table th {
    padding: 10px;
    white-space: nowrap;
}

.table, .table td, .table th {
    border: 1px solid #ffffff;
}

/* Ads */

div[id^="div-gpt-ad"] {
    margin: 0 auto;
    text-align: center;
}

div[id^="div-gpt-ad"] * {
    margin: 0 auto;
    text-align: center;
}
.hp_sumar{
	font-family: 'HelveticaNeueLT Pro 55 Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 14px;
    text-align: left;
}
.hp_sumar_date
{
	position: relative;
    display: block;
    margin-bottom: 10px!important;
    padding-top: 6.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.bong-categ-sumar {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 18px;
    color: #BD0000;
}

.bong-categ-sumar:before {
    content: "|";
    margin-left: 3px;
    margin-right: 9px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #CCCCCC;
}

.bong-categ-sumar:after {
   /* content: "\f1c1";*/
    font-family: "FontAwesome";
    font-size: 14px;
    width: 12px;
    height: 14px;
    margin-left: 9px;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #BD0000;
}

.art_sumar {
	box-sizing: border-box;
    width: 100%;
    margin: 40px 0;
    padding: 24px 30px 20px 30px;
    background:#F2DFCF;
    border-radius: 5px;
}
#onesignal-slidedown-container.slide-up {
	z-index:0;
}
#onetrust-banner-sdk.otFlat {
    z-index: 9999999999!important;
}

/*modificare culoare fundal site si fundal container central*/

/*body {*/
/*    background: rgb(180,249,187);*/
/*}*/
/*.overlay {*/
/*    background: rgb(180,249,187);*/
/*}*/
h1 {
    font-size: 36px!important;
    line-height: 40px!important;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
}
h4 {
    font-size: 20px;
    line-height: 24px;
}
h5 {
    font-size: 16px;
    line-height: 1.3;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
.whatsapp-float {
	right: 20px;
	background-color: #25d366;
	color: #fff;
	text-decoration: none;
	z-index: 9999;
	padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
}