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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
	 * 1. Correct the line height in all browsers.
	 * 2. Prevent adjustments of font size after orientation changes in
	 *    IE on Windows Phone and in iOS.
	 */
html {
  line-height: 1;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
	 * 1. Remove the gray background on active links in IE 10.
	 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
	 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
	 * Hide the overflow in IE.
	 */
svg:not(:root) {
  overflow: hidden;
}

/**
	 * 1. Correct color not being inherited.
	 *    Known issue: affects color of disabled elements.
	 * 2. Correct font properties not being inherited.
	 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
	 * Show the overflow in IE.
	 * 1. Show the overflow in Edge.
	 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
	 * Remove the inheritance of text transform in Edge, Firefox, and IE.
	 * 1. Remove the inheritance of text transform in Firefox.
	 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
	 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
	 *    controls in Android 4.
	 * 2. Correct the inability to style clickable types in iOS and Safari.
	 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
	 * 1. Correct the text wrapping in Edge and IE.
	 * 2. Correct the color inheritance from `fieldset` elements in IE.
	 * 3. Remove the padding so developers are not caught out when they zero out
	 *    `fieldset` elements in all browsers.
	 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
	 * Remove the default vertical scrollbar in IE.
	 */
textarea {
  overflow: auto;
}

/**
	 * 1. Add the correct box sizing in IE 10-.
	 * 2. Remove the padding in IE 10-.
	 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
	 * Correct the cursor style of increment and decrement buttons in Chrome.
	 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
	 * 1. Correct the odd appearance in Chrome and Safari.
	 * 2. Correct the outline style in Safari.
	 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
	 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
	 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
	 * 1. Correct the inability to style clickable types in iOS and Safari.
	 * 2. Change font properties to `inherit` in Safari.
	 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
	 * Add the correct display in all browsers.
	 */
summary {
  display: list-item;
}

/**
	 * Add the correct display in IE.
	 */
template {
  display: none;
}

/**
	 * Add the correct display in IE 10-.
	 */
[hidden] {
  display: none;
}

/* ==========================================================================
   =Grid
   ========================================================================== */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* ==========================================================================
   =Grid Helpers
   ========================================================================== */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* ==========================================================================
   =Clearings
   ========================================================================== */
/**
 	 * ClearFix Hack
	 * Usage:  add  class="fixed"  to parents of floated elements
 	 */
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

/**
 	 * Clear content
	 * Usage:  <br class="clear">
 	 */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* ==========================================================================
   =Typography
   ========================================================================== */
body {
  font-size: 16px; 
  line-height: 32px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  line-height: 25px;
  color: #565656; 
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  color: #000000;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #565656;
  font-family: 'Montserrat', sans-serif;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #004ba1;
}

h1 {
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 40px;
}

h2 {
  margin-bottom: 8.5px;
  font-size: 30px;
  line-height: 40px;
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 26px;
}

h4 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
}

h5 {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 16px;
}

h6 {
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 14px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 90%;
}

big {
  font-size: 125%;
}

sub {
  vertical-align: sub;
  font-size: 75%;
}

sup {
  vertical-align: super;
  font-size: 75%;
}

abbr[title] {
  border-bottom: 1px dotted #25395C;
  cursor: help;
}

address {
  display: block;
  margin-bottom: 25px;
}

q {
  color: #25395C;
  quotes: "\201C" "\201D" "\201C" "\201D";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

blockquote {
  overflow: hidden;
  margin-bottom: 25px;
  color: #565656;
  line-height: 25px;
  quotes: "" "" "" "";
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  margin-top: 15px;
}

kbd,
tt,
var,
samp,
code,
pre {
  font-family: monospace;
}

pre {
  display: block;
  overflow-x: auto;
  margin-bottom: 25px;
  white-space: pre-wrap;
}

mark,
ins {
  text-decoration: none;
}

s,
del {
  text-decoration: line-through;
}

/* ==========================================================================
   =Forms
   ========================================================================== */
fieldset {
  display: block;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 15px;
  color: #25395C;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 8px 15px;
  border: 2px solid #cccccc;
  margin-bottom: 25px;
  background-color: #ffffff;
  color: #767676;
  -webkit-appearance: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #004ba1;
  outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  cursor: not-allowed;
  background-color: #f9f9fb;
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #f9f9fb;
}

textarea[rows] {
  height: auto;
}

/**
	 *  1. Disallow resize out of parent
	 */
textarea {
  max-width: 100%;
  /* 1 */
  padding: 8px 15px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px;
  height: 45px;
  border: 2px solid #cccccc;
  margin-bottom: 25px;
  background-color: #ffffff;
  color: #767676;
  font-size: 15px;
  -webkit-appearance: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

select[multiple] {
  height: auto;
  padding: 8px 15px;
  line-height: 25px;
}

select:disabled {
  cursor: not-allowed;
}

select:focus {
  border-color: #004ba1;
}

input[type="range"] {
  width: 50%;
}

/**
	 * 1. Firefox fix for size. or else it overflows on 320px
	 */
input[type="file"] {
  font-size: 13px;
  /* 1 */
  height: auto;
  width: 100%;
  margin-bottom: 25px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-bottom: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: baseline;
}

input[type="reset"],
input[type="submit"],
input[type="button"] {
  position: relative;
  background-clip: padding-box;
  display: inline-block;
  padding: 8px 25px;
  border: 2px solid #004ba1;
  margin-bottom: 20px;
  background-color: transparent;
  color: #25395C;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 100px;
  -webkit-appearance: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  border-color: #004ba1;
  background-color: #004ba1;
  color: #ffffff;
}

input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  border-color: #004ba1;
  background-color: #004ba1;
  color: #ffffff;
}

/**
 	 * Placeholder text color -- selectors need to be separate to work.
 	 */
::-webkit-input-placeholder {
  color: #c3c3c3;
}

:-moz-placeholder {
  color: #c3c3c3;
}

/**
 	 * 1. Since FF19 lowers the opacity of the placeholder by default
 	 */
::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
  /* 1 */
}

:-ms-input-placeholder {
  color: #c3c3c3;
}

/* Input group */
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group input {
  height: 45px;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-group .btn {
  height: 45px;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-group .btn:hover {
	box-shadow: none;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 30px;
}

.radio-inline input,
.checkbox-inline input {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .input-group .btn {
    padding: 6px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .input-group input {
    width: 70%;
  }
}

/* ==========================================================================
   =Formatting
   ========================================================================== */
hr {
  height: 1px;
  border: 0;
  margin: 25px 0;
  background-color: #c3c3c3;
}

/* ==========================================================================
   =Lists
   ========================================================================== */
ul,
ol {
  margin-bottom: 25px;
  list-style-position: inside;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 25px;
}

ul {
  list-style-type: disc;
}

ul.square,
ul.square ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 25px;
}

/* Arrow list */
ul.arrow {
  margin-bottom: 20px;
  list-style-type: none;
}

ul.arrow li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}

ul.arrow li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "\f0a9";
  font-family: "fontawesome";
  font-size: 22px;
  color: #2E7EBF;
}

/* ==========================================================================
   =Images
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

/* ==========================================================================
   =Tables
   ========================================================================== */
table,
th,
td {
  border: 1px solid #c3c3c3;
}

/**
	 * 1. Prevents HTML tables from becoming too wide
	 */
table {
  width: 100%;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 25px;
  table-layout: fixed;
  /* 1 */
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 25px;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 15px;
}

/* ==========================================================================
   =Links
   ========================================================================== */
a {
  color: #004ba1;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

a:focus {
  color: #004ba1;
}

a:hover {
  color: #004ba1;
}

a:active {
  color: #004ba1;
}

/* ==========================================================================
   =Components
   ========================================================================== */
/* =Buttons
   ========================================================================== */
.btn {
	position: relative;
	background-clip: padding-box;
	display: inline-block;
	padding: 12px 25px;
	border: none;
	margin-bottom: 20px;
	background-color: #0068A8;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.btn:hover {
  border-color: #005f99;
  background-color: #005f99;
  color: #ffffff;
}

.btn:focus {
  border-color: #2E7EBF;
  background-color: #2E7EBF;
  color: #ffffff;
}

.btn:active {
  border-color: #2E7EBF;
  background-color: #2E7EBF;
  color: #ffffff;
}

.btn.btn-alt {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #2E7EBF;

}

.btn-block {
  display: block;
  width: 100%;
}

.btn-large {
  padding: 12px 30px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .btn-large {
    padding: 15px 40px;
    font-size: 18px;
  }
}

/* =Login and register forms
   ========================================================================== */
.form-content {
  padding: 15px;
}

.forgot-password-link {
  text-align: center;
}

.forgot-password-link a {
  font-weight: 700;
}

.error-message,
.info-message {
  margin-bottom: 30px;
  font-weight: 700;
}

.info-message {
  color: #0dc115;
}

.error-message {
  color: #004ba1;
}

@media (min-width: 576px) {
  .form-content {
    padding: 30px;
  }
}

/* =Search projects
   ========================================================================== */
.search-projects-wrapper {
  padding: 40px 30px;
  margin-bottom: 50px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  #search-project-form input,
  #search-project-form .btn,
  #search-project-form select {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   =Tabs
   ========================================================================== */
.tabs-container {
  margin-bottom: 40px;
  border: 1px solid #c3c3c3;
}

.tabs-container .tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 0;
  list-style: none;
}

.tabs-container .tabs-menu li {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.tabs-container .tabs-menu li a {
  display: block;
  padding: 12px 5px;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  color: #25395C;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.tabs-container .tabs-menu li a:hover {
  text-decoration: none;
}

.tabs-container .tabs-menu li.active a {
  background-color: #2E7EBF;
  color: #ffffff;
}

.tabs-container .tabs {
  border-top: none;
}

.tabs-container .tab-content {
  background-color: #f7f7f7;
}

.tabs-container .tab-content > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .tabs-container .tabs-menu li a {
    padding: 12px 15px;
    font-size: 18px;
  }
}

/* ==========================================================================
   =Headlines
   ========================================================================== */
.headline {	
padding-top: 30px;
  margin-bottom: 30px;
  margin-top: 0 !important;
}

.headline h2 {
  margin-bottom: 0;
}

.headline p {
	position: relative;
	margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  color: #B23850;
}

.headline p:before {
  position: absolute;
  top: -30px;
  left: 0;
  content: "\f005\f005\f005";
  font-family: "fontawesome";
  font-size: 16px;
  color: #B23850;
}

@media(min-width: 768px) {

	.headline { 
		margin-bottom: 50px; 
	}
	
	.headline h2 { 
		font-size: 36px;
		line-height: 50px;
	}

}

/* ==========================================================================
   =Google Maps
   ========================================================================== */
.map {
  height: 400px;
  padding: 0 20px;
}

.row .map {
  padding: 0;
}

/**
	 * 1. needed so that Google Maps controls are not distorted
	 */
.google-map img {
  max-width: none;
}

/* 1 */
@media (min-width: 768px) {
  .map {
    padding: 0;
  }
}

/* ==========================================================================
   =Owl Carousel
   ========================================================================== */
.owl-carousel {
  margin-bottom: 50px;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.owl-dots {
  padding-top: 30px;
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot.active span {
  background-color: #004ba1;
}

.owl-dots .owl-dot span {
  background-color: #f7f7f7;
  border-radius: 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}

/* ==========================================================================
   =Project features
   ========================================================================== */
.project-features {
  margin-bottom: 30px;
}

.feature {
  margin-bottom: 6px;
}

.feature-decritption,
.feature-value {
  padding: 6px 15px;
}

.feature-decritption {
  font-weight: 700;
  background-color: #2E7EBF;
  color: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.feature-value {
  background-color: #f7f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.feature-decritption i {
  margin-right: 5px;
}

.ewf_widget_social_media { margin-bottom: 0 !important; }

.voted-project {
	display: inline-block;
	padding: 12px 25px;
	margin-bottom: 20px;
	background-color: #fdcd5d;
	color: #004ba1;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	border-radius: 100px;
	cursor: not-allowed;
}

/* ==========================================================================
   =Projects
   ========================================================================== */
.projects-wrapper {}

.project {
  margin-bottom: 40px;
}

.projects-wrapper .project {
  position: relative;
  margin-bottom: 25px;
  background-color: #f7f7f7;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

/* .projects-wrapper .project {
  background-image: url(../../content/backgrounds/poza-savadisa.jpg);
} */

/* .projects-wrapper .project.infrastructura-stradala {
  background-image: url(../../content/backgrounds/infrastructura-stradala.png);
}

.projects-wrapper .project.infrastructura-culturala {
  background-image: url(../../content/backgrounds/infrastructura-culturala.png);
}

.projects-wrapper .project.amenajare-spatii-publice {
  background-image: url(../../content/backgrounds/amenajare-spatii-publice.png);
}

.projects-wrapper .project.mobilitate-accesibilitate {
  background-image: url(../../content/backgrounds/mobilitate-accesibilitate.png);
}

.projects-wrapper .project.oras-digital {
  background-image: url(../../content/backgrounds/oras-digital.png);
} */

.projects-wrapper .project:hover {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.project-section {
  margin-bottom: 50px;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .projects-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .videos-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .videos-wrapper .fitvids {
    width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .projects-wrapper .project {
    width: 49%;
    margin-right: 2%;
  }
  .projects-wrapper .project:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .projects-wrapper .project {
    width: 32%;
    margin-right: 2%;
  }
  .projects-wrapper .project:nth-child(3n) {
    margin-right: 0;
  }
}

/* =Project Header
   ========================================================================== */
.project-header {
  position: relative;
  padding: 30px 0;
}

.projects-wrapper .project-header {
  padding: 50px 20px;
}

.project-header .cat-links {
  margin-bottom: 30px;
  font-size: 13px;
}

.project-header .cat-links a {
  color: #546cc3;
}

.project-header .more-link {
  margin-bottom: 0;
}

/* =Project Content
   ========================================================================== */
/* =Project Thumbnail
   ========================================================================== */
.project-thumbnail {
  position: relative;
  display: block;
  max-height: 500px;
  margin-bottom: 20px;
  overflow: hidden;
}

.project-thumbnail:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: transparent;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.project:hover .project-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.project-thumbnail .votes {
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 60px;
  min-height: 60px;
  padding: 10px;
  color: #ffffff;
  background-color: #B23850;
  text-align: center;
}

.project-thumbnail .votes-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.project-thumbnail .votes-content i {
  display: inline-block;
  font-size: 24px;
}

.project-thumbnail img {
    width: 100%;
    min-height: 245px;
}

@media(min-width: 768px) {

	.project-thumbnail { margin-bottom: 0; }

}

/* =Project Title
   ========================================================================== */
.project-title {
  margin-bottom: 50px;
}

.projects-wrapper .project-title {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

/* =Project Status
   ========================================================================== */
.project-status-wrapper {
  position: relative;
  margin-bottom: 30px;
  min-height: 120px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.project-status {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  padding: 15px;
  margin: 15px auto 0;
  color: #ffffff;
  text-align: center;
}

.project-status .status {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.project-status i {
  margin-right: 5px;
  font-size: 20px;
}

.project-status-wrapper.registred {
  border-top: 5px solid #098cb6;
}

.project-status-wrapper.registred .project-status {
  background-color: #098cb6;
}

.project-status-wrapper.in-progress {
  border-top: 5px solid #f4cd34;
}

.project-status-wrapper.in-progress .project-status {
  background-color: #f4cd34;
}

.project-status-wrapper.incompletely-evaluated {
  border-top: 5px solid #2fb3bf;
}

.project-status-wrapper.incompletely-evaluated .project-status {
  background-color: #2fb3bf;
}

.project-status-wrapper.rejected {
  border-top: 5px solid #ec2a67;
}

.project-status-wrapper.rejected .project-status {
  background-color: #ec2a67;
}

.project-status-wrapper.approved {
  border-top: 5px solid #88be2a;
}

.project-status-wrapper.approved .project-status {
  background-color: #88be2a;
}

.project-status-details {
  padding: 25px 15px;
}

.project-status-details > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .project-status-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
    padding-left: 120px;
    margin-left: 120px;
  }
  .project-status {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

/* =Projects Pagination
   ========================================================================== */
.projects-pagination {
  margin-bottom: 50px;
}

/*
	 * 1. Clearfix hack
	 */
.projects-pagination:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.projects-pagination .nav-links {
  text-align: center;
}

.projects-pagination .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  background-color: #f7f7f7;
  color: #25395C;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.projects-pagination .page-numbers.prev {}

.projects-pagination .page-numbers.next {}

.projects-pagination .page-numbers:last-child {
  margin-right: 0;
}

.projects-pagination .page-numbers:hover,
.projects-pagination .page-numbers.current {
  background-color: #004ba1;
  color: #fdcd5d;
}

@media (max-width: 767px) {
  .projects-pagination .page-numbers {
    display: none;
  }
  .projects-pagination .page-numbers.prev,
  .projects-pagination .page-numbers.next,
  .projects-pagination .page-numbers.current {
    display: inline-block;
  }
}

/* ==========================================================================
   =Accordions
   ========================================================================== */
.accordion {
  margin-bottom: 30px;
}

.accordion .accordion-item {
  background-color: #004ba1;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 30px 15px 20px;
  position: relative;
  text-transform: uppercase;
}

.accordion-item:after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 18px;
  color: #fdcd5d;
  content: "+";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion-item.active:after {
  content: "-";
}

.accordion-item:hover,
.accordion-item.active {
  text-decoration: none;
}

.accordion-item-content {
  display: none;
  padding: 15px;
}

.accordion-item-content > *:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   =Icon boxes
   ========================================================================== */
.icon-box-1 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  padding: 50px 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
  text-align: center;
  color: #25395C;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.icon-box-1 i {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 50px;
	color: #2E7EBF;
}

.icon-box-1 h4 {
  margin-bottom: 20px;
  color: #25395C !important;
}

.icon-box-1 a { color: #25395C !important; } 

.icon-box-1 h4 span {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  text-align: center;
  background-color: #2E7EBF;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.icon-box-1 .icon-box-content h4 {
  margin-bottom: 20px;
  color: #2E7EBF;
}

/* Icon box 2 */

.icon-box-2 {
	position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
  text-align: left;
  color: #25395C;
  border: 1px solid #f7f7f7;
}

.icon-box-2:before {
	position: absolute;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    top: 20px;
    right: 25px;
    opacity: .04;
	content: "1";
}

.icon-box-2 i {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 50px;
	color: #B23850;
}

.icon-box-2 .icon-box-content h3 {
  margin-bottom: 20px;
}

.icon-box-2 .icon-box-content p:last-child {
	margin-bottom: 0;
} 

/* ==========================================================================
   =Milestones
   ========================================================================== */
.milestones-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.milestone {
  width: 50%;
  margin-bottom: 40px;
}

.milestone .milestone-content .milestone-value-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.milestone .milestone-content .milestone-value {
  display: block;
  width: 70%;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 26px;
  color: #25395C;
  font-weight: 600;
}

.milestone .milestone-content .value-unit {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 26px;
  color: #25395C;
  font-weight: 600;
}

.milestone .milestone-description {
  font-size: 18px;
  line-height: 24px;
}

/* ==========================================================================
   =Double sections
   ========================================================================== */
/* .double-view-section {}

	.text-section {
		padding: 30px 15px;
		box-sizing: border-box !important;
	}

	.text-section > *:last-child { margin-bottom: 0; }

	#section-1 { background-color: #ffffff; }

	#section-2 { background-color: #f7f7f7; }

	@media(min-width: 992px) {

		.double-view-section {
			display: flex;
			align-items: center;
		}

		.w-50 { width: 50%; }

		.text-section { padding: 30px 100px; }

	} */
/* ==========================================================================
   =Layout
   ========================================================================== */
/* =Wrap
   ========================================================================== */
#wrap {
  position: relative;
}

/* =Header Top
   ========================================================================== */
#header-top {
display: none !important;
  padding: 10px 0;
  background-color: #2E7EBF;
  text-align: center;
}

@media (min-width: 768px) {
  #header-top {
    display: block;
	text-align: left;
  }
}

#header-top-widget-area-2 { display: none !important; }

/* =Header
   ========================================================================== */
#header {
  padding: 10px 0;
  background-color: #ffffff;
}

/* =Content
   ========================================================================== */
#content {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  #content {
    padding-bottom: 50px;
  }
}

/* =Footer
   ========================================================================== */
#footer {
  padding: 50px 0;
  background-color: #252C41;
}

#footer-bottom {
  padding: 15px 0;
  background-color: #1B2132;
}

#footer-bottom p { margin-bottom: 0; }

/* ==========================================================================
   =Logo
   ========================================================================== */
   
#logo img {}  

@media (max-width: 767px) {
  #logo img { max-height: 56px !important; }  
}
   
/* ==========================================================================
   =Navigation
   ========================================================================== */
#header nav {
  float: right;
}

/* ==========================================================================
   =Menu
   ========================================================================== */
/* =Menu Basics
   ========================================================================== */
.main-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu-wrapper .btn {
  margin-bottom: 0;
}

.sf-menu {
  display: none;
}

@media (max-width: 991px) {
  .main-menu-wrapper .btn {
    display: none;
  }
}

@media (min-width: 992px) {
  .sf-menu {
    display: block;
  }
}

/*
	 * 1. Clearfix hack
	 */
.sf-menu:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.sf-menu,
.sf-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.sf-menu > li {
  display: inline-block;
}

.sf-menu > li > a {
  position: relative;
  display: block;
  font-weight: 600;
}

.sf-menu .sf-mega,
.sf-menu li.dropdown ul {
  position: absolute;
  z-index: 1025;
  /* 1 */
  top: 100%;
  left: 0;
  display: none;
}

.sf-menu li.dropdown {
  position: relative;
}

.sf-menu li.dropdown ul ul {
  top: 0;
  left: 100%;
}

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega,
.sf-menu li.dropdown:hover > ul,
.sf-menu li.dropdown.sfHover > ul {
  display: block;
}

/* =Menu Skin
   ========================================================================== */
.sf-menu a {
  display: block;
  font-size: 14px;
  color: #25395C;
  position: relative;
}

.sf-menu a:hover {
  color: #004ba1;
}

.sf-menu li.dropdown a,
.sf-menu li.mega a {
  padding: 10px 15px;
}

.sf-menu li.dropdown ul a,
.sf-menu li.mega .sf-mega a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.sf-menu li.dropdown > a {
  border-bottom: none;
}

.sf-menu li.dropdown ul li:last-child a {
  border-bottom: none;
}

.sf-menu > li > a,
.sf-menu > li.dropdown > a,
.sf-menu > li.mega > a {
  padding: 30px 20px 25px;
  color: #25395C;
  font-size: 15px;
}

.sf-menu > li a i {
  margin-right: 2px;
  color: #25395C;
}

.sf-menu > li.current > a {
  color: #004ba1;
}

.sf-menu > li.sfHover > a:focus,
.sf-menu > li > a:focus,
.sf-menu > li.sfHover > a:hover,
.sf-menu > li > a:hover {
  color: #2E7EBF;
}

/* =DropDown
   ========================================================================== */
/**
 	 * 1. allow long menu items to determine submenu width
 	 */
.sf-menu li.dropdown ul {
  min-width: 240px;
  /* 1 */
  background-color: #232323;
  left: 0;
}

.sf-menu li.dropdown ul a {
  color: #ffffff;
}

.sf-menu li.dropdown ul a:hover {
  color: #2E7EBF;
}

/* =Mega Menu Section
   ========================================================================== */
.sf-mega {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 0;
  background-color: #232323;
  color: #25395C;
}

.sf-mega a {
  color: #ffffff;
}

.sf-mega a:hover {
  color: #004ba1;
}

.sf-mega-section {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

/**
 	 * 1. set mega menu section size, as a percentage of the mega menu width
 	 */
.sf-mega.sf-mega-1-col .sf-mega-section {
  width: 100%;
}

/* 1 */
.sf-mega.sf-mega-2-col .sf-mega-section {
  width: 50%;
}

.sf-mega.sf-mega-3-col .sf-mega-section {
  width: 33.3333333333%;
}

.sf-mega.sf-mega-4-col .sf-mega-section {
  width: 25%;
}

/* =Menu Arrows
   ========================================================================== */
.sf-menu .dropdown .dropdown > a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  padding-left: 5px;
  float: right;
}

/* =My account dropdown
   ========================================================================== */
.my-account-dropdown {
  position: relative;
  margin-bottom: 0;
  list-style-type: none;
}

.my-account-menu {
  padding-top: 15px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  list-style: none;
  background-clip: padding-box;
}

.dropdown-btn i {
  display: inline-block;
  margin-right: 5px;
  color: #ffffff;
}

.my-account-menu li {
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  min-width: 150px;
  background-color: #232323;
}

.my-account-menu li:last-child {
  border-bottom: none;
}

.my-account-menu li a {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
}

.my-account-menu li a:hover {
  color: #2E7EBF;
}

/* ==========================================================================
=Mobile Menu
========================================================================== */
#mobile-menu {
  display: none;
}

/*
	 * 1. Clearfix hack
	 */
#mobile-menu:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#mobile-menu {
  color: #25395C;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 0;
  margin-top: 15px;
}

#mobile-menu li {
  display: block;
  margin: 0;
}

#mobile-menu > li > ul,
#mobile-menu > li > ul > li > ul {
  display: none;
  margin-left: 0;
}

#mobile-menu .sf-mega {
  display: none;
  padding: 0;
  border: none;
  margin: 0;
}

#mobile-menu .sf-mega-section {
  float: none;
  width: 100%;
  padding: 0;
  border: none;
}

#mobile-menu .sf-mega-section ul {
  margin-left: 0;
  margin-bottom: 0;
}

#mobile-menu li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-align: left;
  text-decoration: none;
  color: #25395C;
}

#mobile-menu ul a {
  padding-left: 37px;
}

#mobile-menu ul li ul a {
  padding-left: 50px;
}

#mobile-menu li.dropdown > a {
  padding-right: 75px;
}

#mobile-menu .mobile-menu-submenu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid #ffffff;
  color: #25395C;
  background-color: #f7f7f7;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

/* ==========================================================================
   =Mobile menu trigger
   ========================================================================== */
#mobile-menu-trigger {
  display: inline-block;
  padding: 2px 12px;
  margin-top: 16px;
  border-radius: 3px;
  color: #25395C;
}

@media (min-width: 992px) {
  #mobile-menu-trigger {
    display: none;
  }
}

#mobile-menu-trigger:hover {
  color: #004ba1;
}

#mobile-menu-trigger i {
  display: inline-block;
  font-size: 26px;
}

/* ==========================================================================
   =Page Header
   ========================================================================== */
#page-header {
  padding: 30px 0;
  margin-bottom: 30px;
  background-color: #0068A8;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-header [class*=col] *:last-child {
  margin-bottom: 0;
}

#page-header-title {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 768px) {
  #page-header {
    padding: 50px 0;
    margin-bottom: 90px;
  }
  #page-header-title {
	max-width: 50%;
    font-size: 36px;
  }
}

/* ==========================================================================
   =Sticky Header
   ========================================================================== */
@media (min-width: 992px) {
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 5px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  }
}

/* ==========================================================================
   =Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  padding: 15px 0;
  margin-bottom: 50px;
  margin-top: -50px;
  font-size: 14px;
}

.breadcrumbs-separator {
  padding: 0 5px;
}

/* ==========================================================================
   =Back to top
   ========================================================================== */
#back-to-top {
  position: fixed;
  z-index: 99999999;
  right: -40px;
  bottom: 13px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  background-color: #0068A8;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media (min-width: 768px) {
  #back-to-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

#back-to-top i {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#back-to-top.visible {
  right: 11px;
}

#back-to-top.gone {
  right: -50px;
}

@media (min-width: 1200px) {
  #back-to-top {
    bottom: 7px;
  }
  #back-to-top.visible {
    right: 25px;
  }
}

/* ==========================================================================
   =Fullwidth Section
   ========================================================================== */
.fullwidth-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 50px 0;
  margin-bottom: 50px;
  background-color: #f7f7f7;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.fullwidth-section-content {
  position: relative;
  z-index: 3;
}

#bg-1 {
	background-image: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.75) 30%, rgba(0,0,0,0.9) 100%),
	url("../../content/backgrounds/main-header.jpg");
	padding: 80px 0;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

#bg-1 h1 {
  font-size: 24px; text-transform: uppercase;
}

#bg-1 h1,
#bg-1 h4 {
  margin-bottom: 20px;
}

#bg-1 h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

#bg-1 .btn {
  margin-bottom: 0;
  color: #ffffff;
}

#bg-2 {
padding: 80px 0 0 0;
background-image: url("../../content/index/1920x855-1.jpg");
background-size: cover;
background-attachment: fixed;
}

#bg-2 .icon-box-1 span { color: #fdcd5d; }

#bg-3 {
	padding: 30px 0 0 0;
	margin-top: 30px;
	margin-bottom: 0;
	background-color: #F5F3F0;
}

#bg-3 .counter-wrap {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
}

#bg-4 {
	background-image:
	linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(46, 126, 191, 0.75)),
	url("../../content/backgrounds/main-header.jpg");
	padding: 80px 0;
	background-size: cover;
	background-repeat: no-repeat; 
	margin-top: 60px;
	margin-bottom: 100px;
	background-attachment: fixed;
}


@media (min-width: 768px) {
  #bg-1 {
   padding: 260px 0 260px 0;
   margin-bottom: 90px;
  }
  #bg-1 h1 {
    font-size: 38px;
	line-height: 50px;
  }
  #bg-1 h1,
  #bg-1 h4 {
    margin-bottom: 30px;
  }

  #bg-2 { margin-bottom: 90px; }
  
  #bg-3 {
	padding: 80px 0 80px 0;
	margin-top: 60px;
	margin-bottom: 30px;
}
  
  #bg-3 .counter-wrap { margin-bottom: 0; }

}

/* ==========================================================================
   =Generic Page
   ========================================================================== */
/* ==========================================================================
   =... Page
   ========================================================================== */
/* ==========================================================================
   =Posts
   ========================================================================== */
.posts-wrapper {
  margin-bottom: 60px;
}

.posts-wrapper.no-margin {
  margin-bottom: 0;
}

.post {}

.posts-wrapper .post {
  position: relative;
  margin-bottom: 25px;
  background-color: #f7f7f7;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.posts-wrapper .post:hover {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .posts-wrapper .post {
    width: 49%;
    margin-right: 2%;
  }
  .posts-wrapper .post:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .posts-wrapper .post {
    width: 32%;
    margin-right: 2%;
  }
  .posts-wrapper .post:nth-child(3n) {
    margin-right: 0;
  }
}

/* =Sticky Post
   ========================================================================== */
/* =Post Header
   ========================================================================== */
.post-header {
	padding: 50px 0;
}

.posts-wrapper .post-header {
  position: relative;
  padding: 50px 30px;
}

.post-header h3 { margin: 0; }

.post-header .cat-links {
  margin-bottom: 30px;
  font-size: 13px;
}

.post-header .cat-links a {
  color: #546cc3;
}

.post-header .more-link {
  margin-bottom: 0;
}

/* =Post Content
   ========================================================================== */
.post-content {
  margin-bottom: 25px;
}

.post-content iframe {
  max-width: 100%;
}

/* =Post Footer
   ========================================================================== */
/* =Post Thumbnail
   ========================================================================== */
.post-thumbnail {
  position: relative;
  display: block;
  max-height: 440px;
  overflow: hidden;
}

.post-thumbnail:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: transparent;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.post:hover .post-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.post-thumbnail img {
  width: 100%;
}

/* =Post Title
   ========================================================================== */
.posts-wrapper .post-title {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

/* =Post Meta
   ========================================================================== */
.post-meta:last-child {
  padding-bottom: 0;
}

.post-meta-separator {
  padding: 0 5px;
}

.edit-link:before {
  font-family: 'FontAwesome';
  content: "\f044";
  padding-right: 3px;
}

.comments-link:before {
  font-family: 'FontAwesome';
  content: "\f0e5";
  padding-right: 3px;
}

.tags-links {
  margin: 25px 0;
}

.tags-links a {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #004ba1;
}

.tags-links a:after {
  content: "-";
  padding-left: 5px;
}

.tags-links a:last-child:after {
  display: none;
}

.tags-links a:hover {
  color: #004ba1;
}

.posted-on {
  display: inline-block;
}

/* ==========================================================================
   =Posts Navigation(s)
   ========================================================================== */
/* =Post Pagination
   ========================================================================== */
.pagination {
  margin-bottom: 50px;
}

/*
	 * 1. Clearfix hack
	 */
.pagination:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  background-color: #f7f7f7;
  color: #25395C;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.pagination .page-numbers.prev {}

.pagination .page-numbers.next {}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background-color: #004ba1;
  color: #fdcd5d;
}

@media (max-width: 767px) {
  .pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next,
  .pagination .page-numbers.current {
    display: inline-block;
  }
}

/* =Page Links
   ========================================================================== */
.page-links {
  margin: 25px 0;
}

.page-links .page-number {
  padding: 0 5px 0 0;
}

/* =Post Navigation
   ========================================================================== */
.post-navigation {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  margin: 25px 0 25px 0;
}

/*
	 * 1. Clearfix hack
	 */
.post-navigation:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 768px) {
  .post-navigation {
    margin: 25px 0 75px 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .post-navigation .nav-previous {
    margin-bottom: 25px;
  }
}

.post-navigation .nav-subtitle {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #25395C;
  margin-bottom: 5px;
}

/* ==========================================================================
   =Comments, Pingbacks and Trackbacks
   ========================================================================== */
/*
	 * 1. Clearfix hack
	 */
.comments-area:after,
.comment-list:after
.comment:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comments-area {
  margin-bottom: 50px;
}

.comment-list,
.comment-list .children {
  list-style: none;
}

.comment-list {
  margin: 25px 0;
}

@media (max-width: 480px) {
  .comment-list .children {
    margin-left: 5px;
  }
}

.no-comments,
.comment-awaiting-moderation {
  color: #25395C;
}

/* =Comment Meta
   ========================================================================== */
.comment-meta {
  margin: 10px 0;
}

.comment-author {
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  position: absolute;
  left: -84px;
  top: -14px;
  height: 64px;
  width: 64px;
}

@media (max-width: 480px) {
  .comment-author .avatar {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    height: 48px;
    width: 48px;
    margin-bottom: 25px;
  }
}

.comment-author .says {
  display: none;
}

.comment-metadata > a {
  color: #25395C;
}

/* =Comment Body
   ========================================================================== */
.comment .comment-body {
  position: relative;
  padding: 25px 0 25px 84px;
  border-top: 1px solid #c3c3c3;
}

.comment-list > li:first-child > .comment-body {
  padding-top: 7px;
  border-top: 0;
}

@media (max-width: 480px) {
  .comment .comment-body {
    padding-left: 0;
  }
}

.comment .comment-body *:last-child {
  margin-bottom: 0;
}

/* =Comment Reply
   ========================================================================== */
.reply {
  margin: 12px 0 25px;
}

.comment-reply-link {
  position: relative;
}

/* ==========================================================================
   =Comments Navigation
   ========================================================================== */
.comment-navigation {
  padding-top: 25px;
  margin-bottom: 25px;
}

/*
	 * 1. Clearfix hack
	 */
.comment-navigation:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#comment-nav-above {
  padding-bottom: 25px;
  border-bottom: 1px solid #c3c3c3;
}

#comment-nav-below {
  border-top: 1px solid #c3c3c3;
}

.comment-navigation .nav-next a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-left: 5px;
}

.comment-navigation .nav-previous a:before {
  font-family: 'FontAwesome';
  content: "\f104";
  padding-right: 5px;
}

.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* ==========================================================================
   =Comments Form
   ========================================================================== */
/*
	 * 1. Clearfix hack
	 */
.comment-respond:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comment-reply-title {
  margin-bottom: 0;
}

.comment-form {
  margin: 0 -15px;
}

/*
	 * 1. Clearfix hack
	 */
.comment-form:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comment-form p:not(.comment-notes):not(.logged-in-as) {
  margin-bottom: 0;
}

.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .form-submit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 33.33333333%;
    float: left;
  }
}

/* ==========================================================================
   =Widgets: Default WordPress Widgets
   ========================================================================== */
.widget {
  margin-bottom: 25px;
}

#header-top [class*=col]:last-child .widget:last-child,
#footer-top [class*=col]:last-child .widget:last-child,
#footer [class*=col]:last-child .widget:last-child,
#footer-bottom [class*=col]:last-child .widget:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .widget {
    margin-bottom: 50px;
  }
  #header-top .widget,
  #footer .widget,
  #footer-bottom .widget {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .widget:last-child {
    margin-bottom: 0 !important;
  }
}

/**
	 * 1. The last element of every widget shouldn't have a margin bottom. used for spacing purposes
	 */
.widget > *:last-child {
  margin-bottom: 0;
  /* 1 */
}

.widget-title {
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
}

#footer .widget-title { color: #ffffff; }

@media (min-width: 768px) {
  .widget-title {
    margin-bottom: 25px;
  }
}

/* =Archive Widget
   ========================================================================== */
.widget_archive ul {
  list-style: none;
}

.widget_archive li {
  padding: 6.25px 0;
  border-bottom: 1px solid #c3c3c3;
}

.widget_archive li:first-child {
  padding-top: 0;
}

.widget_archive li:last-child {
  border-bottom: 0;
}

.widget_archive li span {
  float: right;
}

.widget_archive select {
  margin-bottom: 0;
}

/* =Calendar Widget
   ========================================================================== */
#calendar_wrap table {
  position: relative;
  border-collapse: separate;
  border-spacing: 4px;
}

#calendar_wrap table,
#calendar_wrap th,
#calendar_wrap td {
  border: 0;
  padding: 0;
  text-align: center;
}

#wp-calendar caption {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #c3c3c3;
  color: #004ba1;
  line-height: 50px;
}

#wp-calendar th {
  color: #004ba1;
  line-height: 50px;
}

#wp-calendar tbody td:not(.pad) {
  border: 1px solid #c3c3c3;
  line-height: 40px;
}

#wp-calendar tbody td a {
  display: block;
  margin: 0;
  background-color: #ffffff;
  color: #004ba1;
  line-height: 40px;
  text-align: center;
}

#wp-calendar tbody td a:hover {
  background-color: #004ba1;
  color: #ffffff;
}

#wp-calendar #today {
  background-color: #004ba1;
  color: #ffffff;
}

#wp-calendar tfoot {
  height: 0;
  float: left;
}

#wp-calendar #prev a {
  position: absolute;
  top: 0;
  left: 5px;
  display: inline-block;
  width: 46px;
  line-height: 50px;
  font-size: 0;
}

#wp-calendar #prev a:before {
  position: relative;
  display: inline-block;
  color: #004ba1;
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

#wp-calendar #prev a:hover:before {
  color: #004ba1;
}

#wp-calendar #next a {
  position: absolute;
  top: 0;
  right: 5px;
  display: inline-block;
  width: 46px;
  line-height: 50px;
  font-size: 0;
}

#wp-calendar #next a:before {
  position: relative;
  display: inline-block;
  color: #004ba1;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

#wp-calendar #next a:hover:before {
  color: #004ba1;
}

/* =Categories Widget
   ========================================================================== */
.widget_categories ul {
  list-style: none;
}

.widget_categories ul ul {
  margin-bottom: 0;
}

.widget_categories li {
  padding: 6.25px 0;
  border-bottom: 1px solid #c3c3c3;
}

.widget_categories li ul li {
  border-bottom: 0;
}

.widget_categories li:first-child {
  padding-top: 0;
}

.widget_categories li:last-child {
  border-bottom: 0;
}

.widget_categories li ul li:last-child {
  padding-bottom: 0;
}

.widget_categories li span {
  float: right;
}

.widget_categories select {
  margin-bottom: 0;
}

/* =Pages Widget
   ========================================================================== */
.widget_pages ul {
  list-style: none;
}

.widget_pages li {
  padding: 6.25px 0;
}

.widget_pages li:first-child {
  padding-top: 0;
}

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

/* =Meta Widget
   ========================================================================== */
.widget_meta ul {
  list-style: none;
}

.widget_meta li {
  padding: 6.25px 0;
}

.widget_meta li:first-child {
  padding-top: 0;
}

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

/* =Recent Comments Widget
   ========================================================================== */
.widget_recent_comments ul {
  list-style: none;
}

.widget_recent_comments li {
  padding: 6.25px 0;
}

.widget_recent_comments li:first-child {
  padding-top: 0;
}

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

/* =Recent Entries Widget
   ========================================================================== */
.widget_recent_entries ul {
  list-style: none;
}

.widget_recent_entries ul li {
  position: relative;
  padding: 12.5px 0;
  border-bottom: 1px solid #c3c3c3;
}

.widget_recent_entries ul li:first-child {
  padding-top: 0;
}

.widget_recent_entries ul li:last-child {
  border-bottom: 0;
}

.widget_recent_entries ul li a {
  display: block;
}

.widget_recent_entries ul li .post-date {
  display: block;
}

/* =RSS Widget
   ========================================================================== */
.widget_rss ul {
  margin: 0;
  list-style: none;
}

.widget_rss li {
  margin-bottom: 25px;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss ul li a.rsswidget {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.widget_rss .rsswidget img {
  margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite {
  display: block;
  padding: 12.5px 0;
  color: #004ba1;
}

/* =Search Widget
   ========================================================================== */
.widget_search .search-form {
  position: relative;
}

.widget_search .search-field {
  padding-left: 25px;
}

.widget_search .search-submit {
  position: absolute;
  top: 4px;
  right: 1px;
  padding: 3px 25px;
  border-width: 0 0 0 1px;
  background-color: #ffffff;
  border-color: #c3c3c3;
  color: #004ba1;
  text-align: center;
}

.widget_search .search-submit:hover,
.widget_search .search-submit:focus {
  background-color: #ffffff;
  border-color: #c3c3c3;
  color: #004ba1;
}

.widget_search .search-submit:active {
  background-color: #ffffff;
  border-color: #c3c3c3;
  color: #004ba1;
}

/* =Text Widget
   ========================================================================== */
/**
	 * 1. The last element inside text widget shouldn't have margin bottom
	 */
.textwidget > *:last-child {
  margin-bottom: 0;
  /* 1 */
}

/* =Custom Html Widget
   ========================================================================== */
/* =Tag Cloud Widget
   ========================================================================== */
.widget_tag_cloud a {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #004ba1;
}

.widget_tag_cloud a:after {
  content: "-";
  padding-left: 6px;
}

.widget_tag_cloud a:last-child:after {
  display: none;
}

.widget_tag_cloud a:hover {
  color: #004ba1;
}

/* =Nav Menu Widget
   ========================================================================== */
.widget_nav_menu ul {
  list-style: none;
  margin-bottom: 0;
}

.widget_nav_menu li {
  padding: 6px 0;
}

.widget_nav_menu li:first-child {
  padding-top: 0;
}

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

.widget_nav_menu li a {
  display: block;
}

/* =Audio Widget
   ========================================================================== */
/* =Image Widget
   ========================================================================== */
/* =Video Widget
   ========================================================================== */
/* ==========================================================================
   =Widgets: Custom Widgets
   ========================================================================== */
/* =EWF Social media widget
   ========================================================================== */
.ewf_widget_social_media .social-icon {
  font-size: 20px;
  margin-right: 20px;
}

.ewf_widget_social_media .social-icon:last-child {
  margin-right: 0;
}

#header-top .ewf_widget_social_media .social-icon i,
#header-top .ewf_widget_social_media .social-icon:hover i {
  color: #ffffff;
}

/* =EWF Contact Info widget
   ========================================================================== */
.ewf_widget_contact_info ul {
  margin-bottom: 0;
  list-style: none;
}

.ewf_widget_contact_info ul li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.ewf_widget_contact_info ul li:last-child {
  margin-bottom: 0;
}

.ewf_widget_contact_info ul li:first-child {
  padding-top: 0;
}

.ewf_widget_contact_info ul li i {
  position: absolute;
  top: 10px;
  left: 0;
}

/* =EWF Latest posts widget
   ========================================================================== */
.ewf_widget_latest_posts ul {
  list-style: none;
}

.ewf_widget_latest_posts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.ewf_widget_latest_posts ul li:last-child {
  margin-bottom: 0;
}

.ewf_widget_latest_posts ul li img {
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.ewf_widget_latest_posts ul li .title {
  display: block;
  margin-bottom: 5px;
}

/* ==========================================================================
   =Media
   ========================================================================== */
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

/* =Captions
   ========================================================================== */
.wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  padding: 10px 0;
}

/* =Galleries
   ========================================================================== */
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  padding: 10px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* ==========================================================================
   =Contrast
   ========================================================================== */
.contrast {
  color: #ffffff;
}

#footer-top.contrast {
  color: #ffffff;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast strong {
  color: #ffffff;
}

.contrast abbr[title] {
  border-bottom-color: #ffffff;
}

.contrast q,
.contrast blockquote {
  color: #ffffff;
}

.contrast hr {
  background-color: #ffffff;
}

.contrast table,
.contrast th,
.contrast td {
  border-color: #ffffff;
}

.contrast a {
  color: #ffffff;
}

.contrast a:focus {
  color: #ffffff;
}

.contrast a:hover {
  color: #ffffff;
}

.contrast a:active {
  color: #ffffff;
}

.contrast .btn:hover,
.contrast .btn:active {
  color: #ffffff;
}

.contrast a.social-icon {
  border-color: #ffffff;
  color: #ffffff;
}

.contrast a.social-icon:hover,
.contrast a.social-icon:focus {
  color: #ffffff;
  border-color: #ffffff;
}

.contrast a.social-icon:active {
  color: #ffffff;
  border-color: #ffffff;
}

#header-top.contrast a.social-icon {
  border: 0;
  color: #ffffff;
}

#header-top.contrast a.social-icon:hover,
#header-top.contrast a.social-icon:focus {
  color: #004ba1;
}

#header-top.contrast a.social-icon:active {
  color: #004ba1;
}

.contrast .headline h3 {
  color: #ffffff;
}

.contrast .btn {
  border-color: #ffffff !important;
}

.contrast .btn:hover,
.contrast .btn:focus {
  border-color: #ffffff;
}

/* ==========================================================================
   =Accessibility
   ========================================================================== */
/**
 	 * Text meant only for screen readers.
	 *
	 * 1. Many screen reader and browser combinations announce broken words as they would appear visually.
 	 */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  /* 1 */
}

/**
	 * 1. Above WP toolbar.
 	 */
.screen-reader-text:focus {
  z-index: 100000;
  /* 1 */
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

/* ==========================================================================
   =Alignments
   ========================================================================== */
.alignleft {
  float: left;
  display: inline;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  display: inline;
  margin: 0 0 1.5em 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* ==========================================================================
   =Text Alignment classes
   ========================================================================== */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (max-width: 767px) {
  .text-right {
    text-align: left;
  }
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-accent-color-1 {
  color: #004ba1;
}

/* ==========================================================================
   =Text Transformation classes
   ========================================================================== */
.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/*# sourceMappingURL=bugetare.css.map */

/* ==========================================================================
   =Print style
   ========================================================================== */

	@media print {

		#header-top,
		#page-header,
		#mobile-menu-trigger,
		.project .ewf_widget_social_media,
		#footer { display: none !important; }

		.project-localisation {page-break-before: always !important;}

		#content { padding-bottom: 0; }

	}


/* ==========================================================================
   =Notification
   ========================================================================== */

#notification, #validation {
	padding: 15px 0;
	background-color: #F6E15A;
	color: #ffffff;
	text-align: center;
}

#notification a,
#notification p,
#validation a,
#validation p { color: #000000; }

#validation {
	padding-top: 0;
}

.bgt-notify > :last-child {
    margin-bottom: 0;
}

.has-error {
	border-color: #f00 !important;
}

.bgt-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	z-index: 99999;
}

.bgt-modal-body {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 50px 0;
}

.bgt-modal-content {
	background: #fff;
	padding: 50px;
}

.bgt-modal-close {
	color: #000;
	position: absolute;
	top: 3px;
	right: 23px;
	font-size: 24px;
	cursor: pointer;
}
