* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}
#logo img {
  vertical-align: middle;
}
.breadcrumb ol, #logo, .flw-icns ul {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title { /* Comment title */
  margin: 0;
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}
span.field-label { /* The inline field label used by the Fences module */
  padding: 0 1em 0 0; /* LTR */
}
h1.title {
  line-height: 1.25em;
  padding-bottom: 5px;
}
h1.title.sec-p {
  padding: 0;
  margin-bottom: 20px;
}
.mst-pop .field-name-title h2, .edrl-ch .field-name-title h2 {
  font-weight: 400;
  font-size: 0.938em;
  font-family: 'Pangram', sans-serif;
}
.mst-pop .group-left, .edrl-ch .left {
  float: right;
  width: 105px;
}
.edrl-ch {
  margin-bottom: 40px;
  border-bottom: 4px solid #f9a027;
}
.edrl-ch .left {
  float: left;
}
.edrl-ch .left + .right {
  margin-left: 135px;
}
.mst-pop .group-left + .group-right {
  margin-right: 135px;
}
.main-menu > ul.menu > li.is-expanded {
    position: relative;
    cursor: pointer;
}
.main-menu > ul.menu > li {
    padding: 0 40px 0 20px;
}
.main-menu ul.menu, .main-menu ul.menu li {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
.main-menu ul.menu li a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    font-size: 1.125em;
    color: #fff;
    font-weight: 500;
}
.main-menu > ul.menu > li > ul.menu {
    font-size: 0.889em;
    max-height: 0;
    overflow: hidden;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.main-menu > ul.menu > li {
    padding: 0 40px 0 20px;
}
.main-menu ul.menu li ul.menu li a {
    padding: 3px 20px;
    line-height: 30px;
}
#navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    z-index: 10;
    background: #000;
    -moz-transition: left .3s linear;
    -webkit-transition: left .3s linear;
    transition: left .3s linear;
    overflow: auto;
}
.flw-blk .flw-icns li a {
  color: #000;
  font-size: 1.5em;
  vertical-align: middle;
  padding: 0 5px;
}
.bars {
    width: 26px;
    height: 30px;
    border: 1px solid transparent;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.bar {
    height: 2px;
    background: #000;
    margin: 5px 0;
}
h1.page_home {
  margin: 0;
  line-height: 0;
}
.logo-wrp {
  width: 185px;
  float: left;
  margin-top: 12px;
}
.bg-wt {
  background: #fff;
}
.srch-ico {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
 }
.srch-ico:before {
  content: "\f002";
  font: normal normal normal 20px/1 FontAwesome;
}
.header-group > .inside {
  padding-bottom: 8px;
}
.header__region {
  float:right;
  }
.main-menu {
  padding: 45px 0 20px;
}
.nav-act #navigation {
    left: 0;
}
/*
 *sticky header
*/
.fixed-header-start .header-group {
    top: -50px;
}
.fixed-header .header-group {
    height: 50px;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 7;
    -o-transition: top .2s linear;
    -moz-transition: top .2s linear;
    -webkit-transition: top .2s linear;
    transition: top .2s linear;
}
/*
 *search
*/
.search-cus-form-block {
    background: #e6e6e6;
    position: fixed;
    z-index: 7;
    height: 100%;
    width: 100%;
    top: -100%;
    left: -100%;
    text-align: left;
    opacity: 0;
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    padding: 0px 0 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0px 0 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.srch-active .search-cus-form-block {
    top: 0;
    left: 0;
    opacity: 1;
}
.search-cus-form-block .search-custom-form input[type="text"] {
    background: #fff;
    border: 0;
    box-shadow: none;
    font-size: 1.5em;
    padding: 8px 3px;
    color: #000;
    width: 100%;
    outline: none;
}
.search-cus-form-block input.form-text {
  height: 47px;
}
.tts {
    font-style: italic;
    color: #bebebe;
    margin: 12px 0 0;
}
.custom-breadcrumb {
  margin: 0px auto 0 auto;
  font-size: 0.875em;
}
.custom-breadcrumb * {
  display: inline;
}
.custom-breadcrumb div {
  position: relative;
}
.custom-breadcrumb div:before {
  content: '/';
  font-size: 0.938em;
  margin: 0 5px;
  color: #999;
}
.custom-breadcrumb a, .custom-breadcrumb .tle-brc {
  color: #999;
}
.flw-blk {
  margin-top: 10px;
}
.fixed-header .header-group > .inside {
  max-width: 1480px;
  padding: 0;
}
.sbr-blk i {
  font-size: 20px;
  cursor: pointer;
}
.pwr-lst .views-row {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.pwr-lst .view-content {
  margin: 0 -10px
}
.pwr-lst .views-row:nth-child(2n+1) {
  clear: left;
}
.pwr-lst .views-row  {
  margin-bottom: 20px;
}
.pwr-lst .group-left {
  position: relative;
}
.pwr-lst .field-name-field-rank, .node-list-cnt .rank {
  background: #f6a618;
  color: #fff;
  border: 4px solid #fff;
  width: 48px;
  height: 48px;
  line-height: 45px;
  position: absolute;
  bottom: -12px;
  right: 10px;
  text-align: center;
  font-size: 1.125em;
  font-family: 'NoeDisplay', sans-serif;
}
.node-list-cnt .rank {
  bottom: 35px;
}
.acns {
  position: inherit;
  right: -10px;
  top: 0px;
}
.acns .left, .acns .right {
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url(../images/arrow-left.png) no-repeat center;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}
.acns .right {
  background: url('../images/arrow-right.png') no-repeat center;
  margin: 0;
}
.flw-blk {
  display: none;
}
.hdr-srch-blk, .sbr {
  padding-top: 15px;
}
.sbr {
  padding-right: 20px;
}
.pane-list-banner-image .field-name-field-lead-text {
  margin-bottom: 20px;
}
.bg-or {
  background: #F99D1E;
}
.pwr-lst .group-right {
  margin-top: 20px;
}
.pwr-lst .field-name-designation-company-list-item, .pwr-lst .field-name-custom-lead-text-with-readmore {
  font-size: 0.875em;
  color: #A5A5A5;
}
.pwr-lst .field-name-custom-lead-text-with-readmore {
  color: #000;
  line-height: 1.6;
  margin-top: 10px;
}
.pwr-lst .field-name-custom-lead-text-with-readmore .red-mor a{
  color: #F99D1E;
}
.flw-ftr li {
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin-right: 15px;
}
.field-name-banner-image-list img {
  width: 100%;
} 
.tp-lst .view-content {
  margin: 0 -10px;
  display: flex;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  flex-direction: row;
  flex-wrap: wrap;
}
.tndr-bg .views-field-nothing {
  height: 100%;
  background: #F9F7F5;
}
.tp-lst .views-row {
  padding: 0 10px;
}
.tendr-list {
  padding: 20px;
}
.tndr-fld {
  margin-bottom: 3px;
  font-size: 0.875em;
}
.tndr-fld p {
  margin: 0;
}
.tndr .tle {
  font-weight: 700;
  margin: 10px 0;
  font-size: 1em;
}
.tndr .tle a {
  color: #000;
}
.oc-lnk {
  text-transform: uppercase;
  font-size: 0.813em;
  letter-spacing: 0.13em;
}
@keyframes pulse {
  0%{transform:scale(.1);opacity: 0;}
  50%{ opacity: .4;}
  100%{transform: scale(1.6); opacity: 0;}
}
.close-bt div {
  background: #f7a4a4;
  border-radius: 50%;
  position: absolute;
  margin: auto auto;
  top: 0;
  bottom: 0;
  left: -125px;
  right: 0;
  width: 16px;
  height: 16px;
}

.close-bt div:nth-child(1){
  animation: pulse 2s infinite;
}
.close-bt div:nth-child(2){
  animation: pulse 2s infinite .3s;
}
.close-bt div:nth-child(3){
  animation: pulse 2s infinite .6s;
}

.close-bt div:nth-child(4){
  line-height: 10px;
  width: 8px;
  height: 8px;
  background: #F32323;
}

.oc-lnk a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
.oc-lnk a.opn {
  color: #47B86F;
}
.oc-lnk a.clsd {
  color: #999;
}
.oc-lnk a.cls {
  color: #F32323;
  padding-left: 23px;
}
.oc-lnk a.opn:before, .oc-lnk a.clsd:before {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background: #47B86F;
}
.oc-lnk a.clsd:before {
  background: #999;
}
.tndr-lbl {
  color: #999;
}
.body-cnt-wp .tndr-valu p {
  margin: 0;
}
.prj-valu .num {
  width: 25px;
  padding-right: 10px;
}
.prj-valu .tntr-cnt {
  width: calc(100% - 25px);
}
.lbl-b {
  font-weight: 700;
  padding-right: 5px;
}
.frm-bg .views-exposed-form {
  background: #F99D1E;
  padding: 10px 20px;
}
.frm-bg .views-exposed-widgets {
  position: relative;
  padding-top: 30px;
}
.frm-bg .views-exposed-widgets:before {
  content: 'Search tenders:';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 1.375em;
  font-weight: 500;
}
.prj-lst .views-exposed-widgets:before {
  content: 'Search projects:';
}
.frm-bg .chzn-container-single .chzn-single, .srch-prj-tndr .chzn-container-single .chzn-single {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  height: 52px;
  font-size: 20px;
}
.srch-prj-tndr .chzn-container-single .chzn-single {
  background: transparent;
  height: 40px;
}
.frm-bg .chzn-container-single .chzn-single span, .srch-prj-tndr .chzn-container-single .chzn-single span {
  line-height: 52px;
  font-weight: 500;
  color: #000;
}
.srch-prj-tndr .chzn-container-single .chzn-single span {
  line-height: 40px;
}
.prj-lst .views-exposed-form .views-widget-filter-title input.form-text {
  height: 52px;
}
.srch-prj-tndr .views-exposed-form .views-widget-filter-title input.form-text {
  height: 40px;
}
.frm-bg .chzn-container-single .chzn-drop, .srch-prj-tndr .chzn-container-single .chzn-drop {
  border: 0;
}
.frm-bg .chzn-container-single .chzn-single div, .srch-prj-tndr .chzn-container-single .chzn-single div {
  top: 15px;
  right: -2px;
}
.srch-prj-tndr .chzn-container-single .chzn-single div {
  top: 10px;
}
.frm-bg .form-submit, .srch-prj-tndr .form-submit {
  background: #000;
  margin: 0 !important;
  font-family: 'Pangram', serif;
  font-weight: 400;
  height: 52px;
  transition: background 0.3s linear;
}
.srch-prj-tndr .form-submit {
  height: 46px;
}
.srch-prj-tndr .form-submit {
  display: block;
  margin: 0 auto !important;
}
.frm-bg .views-exposed-form .views-exposed-widget {
  width: 100%;
  padding :10px 0;
}
.frm-bg .views-exposed-form .views-exposed-widget .chzn-container, .frm-bg .views-exposed-form .views-exposed-widget.views-submit-button input, .srch-prj-tndr .views-exposed-form .views-exposed-widget .chzn-container {
  width: 100% !important;
  margin: 0;
}
.frm-bg .views-exposed-form .views-exposed-widget.views-submit-button {
  float: none;
  margin: 0 auto;
  width: 130px;
}
.frm-bg .view-filters {
  margin: 30px 0 30px 0;
}
.org-tl.pn-tl .pane-title, .org-tl.pn-tl .block-title {
  background: #F99D1E;
  padding: 8px 10px;
  border: 0;
} 
.org-tl.pn-tl .pane-title a, .org-tl.pn-tl .block-title {
  color: #fff;
}
.tndr-hm .views-row {
  margin-bottom: 20px;
}
.tndr-bdr {
  margin-top: 20px;
}
.tndr-bdr h3.pane-title {
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  padding-bottom: 7px;
}
.qck-nws .views-row {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.qck-nws .views-row:first-child {
  padding-top: 0;
}
.qck-nws .views-row:last-child {
  border: 0;
}
.qck-nws .views-field-field-section, .qck-nws .views-field-php, .qck-nws .views-field-field-tender-category {
  padding-bottom: 5px;
}
.qck-nws .views-field-field-section a, .qck-nws .views-field-field-tender-category a {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.813em;
}
.qck-nws .views-field-php.oc-lnk, .qck-nws .views-field-php.oc-lnk + .views-field-field-tender-category {
  display: inline-block
}
.qck-nws .views-field-php.oc-lnk + .views-field-field-tender-category {
  padding-left: 10px;
}
.qck-nws .views-field-title a {
  font-weight: 700;
}
.prj-valu {
  padding-left: 5px;
}
.prjct-tp h1 {
  line-height: normal;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.prjct-tp .time {
  margin-bottom: 20px;
  font-size: 0.8em;
  padding: 0;
}
.prjct-tp .time:after {
  display: none;
}
.prjct-lft .body-cnt-wp {
  max-height: 70px;
  overflow: hidden;
}
.tndr-valu a {
  padding-left: 10px;
  color: #f99d1e;
}
.tndr-valu a:hover {
  color: #000;
}
.tndr-lst .view-empty {
  font-family: 'NoeDisplay-Bold', sans-serif;
  font-size: 1.5em;
}
.tp-lst .view-header {
  color: #555;
}
.tp-lst .view-header .tend-tle {
  color: #000;
}
.l-ldt .field-name-field-lead-text .field-item, .s-ldt .field-name-field-lead-text .field-item{
  max-height: 46px;
  overflow: hidden;
}
.bx-shdw {
  -webkit-box-shadow:  0px 1px 10px #ccc;
  -moz-box-shadow: 0px 1px 10px #ccc;
  box-shadow: 0px 1px 10px #ccc;
}
.t-img .views-row {
  position: relative;
}
.page-projects h1, .ado-pd .pg-tl {
  line-height: 1em;
  padding-bottom: 0px;
  margin: 0;
  color: #000;
}
.ado-pd .pg-tl {
  font-size: 2.5em;
  margin-bottom: 15px;
}
.page-projects p {
  margin: 8px 0;
}
.flw-ftr li {
  padding: 6px !important;
}
.flw-ftr .shareList li span.socicon {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  font-size: 22px !important;
}

@media only screen and (min-width: 480px) {
  .dg-ed .scb-icn {
    padding: 8px 20px 0 20px;
  }
  .logo-wrp {
    width: 230px;
    margin-top: 10px;
  }
  .flw-icns li a {
    padding: 0 8px;
  }
  #navigation {
    width: 300px;
  }
  
}
@media only screen and (max-width: 1199px) {
  .pge-wdt-in {
    background: #f6f6f6;
    height: 52px;
  }
  .hdr-d-ad {
    display: none;
  }
  .main-menu > ul.menu > li.is-expanded:after {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f078';
    display: block;
    height: 34px;
    width: 34px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    line-height: 34px;
  }
  .main-menu > ul.menu > li.exp > ul.menu {
    max-height: 400px;
  }
  .header-group {
    position: relative;
  }
  .fixed-header .header-group {
    border: 0;
    background: #f6f6f6;
  }
  .region-header-bottom {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .hdr-prl {
    display: none;
  }
  .main-menu > ul.menu > li.is-expanded:after {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f078';
    display: block;
    height: 34px;
    width: 34px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    line-height: 34px;
  }
  .fixed-header.fixed-header-start {
    padding-top: 0 !important;
  }
  .mb-dsk-ad {
     display: block;
  }
}
@media only screen and (min-width: 640px) {
  .eq-ht .field-name-field-image {
    margin-top: 10px;
  }
  .node-type-magazine-issue .tw-sdbar-wrp .main-cnt-wrp {
    position: relative;
  }
  .prjct-img {
    float: left;
    width: 40%;
  }
  .prjct-img  + .prjct-lft {
    margin-left: 40%;
    padding-left: 20px;
  }
  .tndr-nd-pg .tndr-lbl, .prj-nd-pg .tndr-lbl {
    width: 135px; 
   float: left;
  }
  .tndr-lbl.des {
    float: none;
    width: auto;
  }
  .tndr-nd-pg .tndr-valu, .prj-valu {
    width: calc(100% - 140px);
    float: left;
  }
  .frm-bg .view-filters {
    margin: 35px 0 60px 0;
  }
  .tp-lst .view-content {
    margin: 0 -15px;
  }
  .tp-lst .views-row {
    padding: 0 15px;
  }
  .tendr-list {
    padding: 30px 20px;
  }
  .tndr-lst .views-exposed-form .views-exposed-widget {
    width: 50%;
  }
  .prj-lst .views-exposed-form .views-exposed-widget {
    width: 33.33%;
    padding: 5px;
  }
  .prj-lst .views-exposed-form .views-widget-filter-title {
    padding-left: 0;
  }
  .prj-lst .views-exposed-form .views-widget-filter-field_project_category_tid {
    padding-right: 0;
  }
  .tndr-lst .views-exposed-form .views-widget-filter-field_countries_tid {
    padding-right: 10px;
  }
  .tndr-lst .views-exposed-form .views-widget-filter-field_tender_category_tid {
    padding-left: 10px;
  }
  .flw-blk {
    display: block;
  }
  .fixed-header .flw-blk {
    margin-top: 8px;
  }
  .prj-nd-pg .tntr-tle {
    display: table;
  }
  .tndr-nd-pg .tndr-lbl, .prj-nd-pg .tndr-lbl, .prj-valu {
    display: inline-block;
    vertical-align: top;
  }
  .prj-nd-pg .tndr-lbl, .prj-nd-pg .tndr-valu {
    display: table-cell;
    float: none;
  }
  .prj-nd-pg .tndr-cmp-nm, .prj-nd-pg .tndr-cmp-lnk {
    display: inline-block;
  }
  .frm-bg .views-exposed-widgets {
    padding-right: 145px;
  }
  .frm-bg .views-exposed-form .views-exposed-widget.views-submit-button {
    position: absolute;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .prjct-tp h1 {
    font-size: 1.85em;
    margin-top: 0;
  }
  .pwr-lst .views-row {
    padding: 0 15px;
  }
  .pwr-lst .view-content {
    margin: 0 -15px;
  }
  .org-tl.pn-tl .block-title {
    font-size: 1.375em;
  }
  .acns {
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) {
  .tndr-valu a {
    padding-left: 30px;
  }
  .prj-cmp-pg .tndr-valu a {
    padding-left: 0;
  }
  .pwr-lst .views-row {
    margin-bottom :40px;
  }
  .pwr-lst .group-right {
    margin-top: 30px;
  }
  .flw-icns:before {
    top: 0;
  }
  .fixed-header .flw-icns {
    line-height: normal;
  }
  .search-cus-form-block .search-custom-form input[type="text"] {
    font-size: 3em;
  }
  /*
   *sticky header
  */
  .fixed-header .logo-wrp {
    width: 250px;
    margin-top: 7px;
  }
  .fixed-header .flw-icns li a {
    line-height: 50px;
  }
  .fixed-header .flw-cnt {
    margin: 10px 0 0 0;
  }
  .fixed-header .hdr-btm{
    margin-top: 0;
  }
  .fixed-header .header__region {
    width: auto;
  }
  .fixed-header .main-menu > ul.menu > li {
    width: auto;
  }
  .fixed-header .main-menu > ul.menu > li > ul.menu {
    top: 50px;
  }
  .pwr-lst .views-row {
    width: 25%;
  }
  .pwr-lst .views-row:nth-child(2n+1) {
    clear: none;
  }
  .pwr-lst .views-row:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1200px) {
  .header-group > .inside {
    box-shadow: 0px 0 5px 1px #ccc;
    margin-right: 10px;
    margin-left: 10px; 
  }
  .fixed-header .header-group > .inside {
    box-shadow: none;
  }
  .mn-bx-sh {
    box-shadow: 0 0px #f6f6f6, -1px 4px 8px 0px #ccc;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px; 
  }
  .fixed-header .hdr-btm .pge-wdt {
    box-shadow: none;
  }
  .fixed-header .pge-wdt-in {
    max-width: 1390px;
    padding-left: 20px;
    margin: 0 auto;
  }
  .l-ldt .field-name-field-lead-text .field-item {
    max-height: 96px;
  }
  .fixed-header .hdr-srch-blk, .fixed-header .sbr {
    padding-top: 0;
  }
  .hdr-btm .pge-wdt {
    background: #f6f6f6;
    padding: 0 30px 0 20px;
  }
  .fixed-header .hdr-d-ad {
    display: none;
  }
  .fixed-header .main-menu {
    margin-left: 20px;
  }
  .prjct-img {
    width: 370px;
  }
  .prjct-img  + .prjct-lft {
    margin-left: 390px;
    padding-left: 0;
  }
  .tndr-bdr {
    margin-top: 30px;
  }
  .img-sm-container {
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .fixed-header .hdr-prl {
    display: none;
  }
  .fixed-header .sbr-blk i, .fixed-header .srch-ico {
    line-height: 35px;
    margin-top: 0;
  }
  .hdr-btm {
    height: 55px;
  }
  .fixed-header .hdr-btm{
    height: 50px;
  }
  .hdr-tp {
    margin-bottom: 0px;
    padding: 0 20px 10px;
  }
  .fixed-header .hdr-tp {
    margin-bottom: 0;
    float: left;
    width: 250px;
    padding: 0;
    box-shadow: none;
  }
  .fixed-header .flw-blk, .fixed-header .sbr, .fixed-header .hdr-srch-blk {
    margin-top: 8px;
  }
  .fixed-header .sbr {
    padding-right: 12px;
  }
  .fixed-header .hdr-btm {
    padding: 0;
  }
  .sbr-blk i {
    margin-top: 3px;
  }
  .main-menu ul.menu li a {
    color: #000;
  }
  .fixed-headr .main-menu > ul.menu {
    margin-left: 30px;
  }
  .main-menu {
    padding: 0;
   }
  .bars, .nav-cls {
    display: none;
  }
  .fixed-header .main-menu > ul.menu {
    margin-top: 0;
    margin-left: 0px;
  }
  .main-menu > ul.menu > li {
    display: table-cell;
    position: relative;
    padding: 0;
    line-height: 55px;
    padding: 0 10px;
  }
  .main-menu > ul.menu > li:first-child {
    padding-left: 0;
  }
  .fixed-header .main-menu > ul.menu > li {
    line-height: normal;
  }
  .main-menu > ul.menu > li > a {
    display: inline-block;
    padding: 0 6px;
    vertical-align: middle;
    position: relative;
    z-index: 6;
  }
  .main-menu > ul.menu > li.is-expanded > a:after {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f078';
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .main-menu > ul.menu > li > ul.menu {
    position: absolute;
    left: 13px;
    z-index: 5;
    top: 55px;
    background: #fff;
    min-width: 200px;
    -moz-box-shadow: 0 0 0 #666;
    -webkit-box-shadow: 0 0 0 #666;
    -o-box-shadow: 0 0 0 #666;
    box-shadow: 0 0 0 #666;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
  }
  .main-menu > ul.menu > li:hover ul.menu {
    -moz-transition: all .3s linear .1s;
    -webkit-transition: all .3s linear .1s;
    transition: all .3s linear .1s;
    max-height: 400px;
    -moz-box-shadow: 7px 0px 30px -5px #ccc;
    -webkit-box-shadow: 7px 0px 30px -5px #ccc;
    -o-box-shadow: 7px 0px 30px -5px #ccc;
    box-shadow: 7px 0px 30px -5px #ccc;
  }
  .main-menu > ul.menu > li > a, .main-menu > ul.menu > li > ul.menu li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .main-menu > ul.menu > li > ul.menu li a {
    color: #000;
    padding: 5px 16px;
  }
  .main-menu ul.menu li ul.menu li a {
    line-height: 25px;
  }
  .main-menu > ul.menu > li > a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    display: block;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #F99D1E;
    transition: all .3s ease-in;
    -webkit-transition: all .3s cubic-bezier(0,0,0.2,1);
  }
  .main-menu > ul.menu > li:hover > a, .main-menu > ul.menu > li.is-active-trail > a, .main-menu > ul.menu > li.is-active-trail {
    position: relative;
  }
  .main-menu > ul.menu > li:hover > a:before, .main-menu > ul.menu > li.is-active-trail > a:before, .main-menu > ul.menu > li.is-active-trail:before {
    width: 100%;
    left: 0;
    right: 0;
  }
  #navigation {
    position: static;
    background: none;
    width: auto;
    white-space: nowrap;
    float: left;
    overflow: visible;
    height: auto;
  }
  .flw-icns {
    margin: 0;
  }
  .header-group > .inside {
    padding-bottom: 0;
    max-width: 1480px;
  }
  .fixed-header .header-group > .inside {
    background: #f6f6f6;
  }
  .hdr-top {
    padding-bottom: 0px;
    display: block;
  }
  .hdr-elm {
    margin-left: 560px;
  }
  .fixed-header .hdr-elm {
    margin-left: 300px;
  }
  .hdr-elm .inside {
    float: left;
    width: 100%;
  }
  .main-menu ul.menu li a { 
    font-size: 1em;
  }
  .main-menu > ul.menu > li > ul.menu li:hover a {
    color: #f6a61f;
  }
  .logo-wrp {
    width: 550px;
    margin-top: 10px;
  }
  .fixed-header .logo-wrp {
    width: 240px;
    margin-top: 10px;
  }
  .fixed-header .main-menu > ul.menu > li a {
    line-height: 50px;
  }
  .header__region {
    width: auto;
  }
  .main-menu > ul.menu > li > a {
    padding: 0;
  }
  .node-type-list-item .custom-breadcrumb {
    font-size: 2em;
    margin: 15px 0 20px;
    font-weight: 700;
  }
  .node-type-list-item .custom-breadcrumb a, .node-type-list-item .custom-breadcrumb div:before {
    color: #000;
  }
  .mb-dsk-ad {
    display: none;
  }
  .sml-ad {
    padding-top: 18px;
  }
  .logo-wrp {
    margin-top: 15px;
  }
  .prjct-tp {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1360px) {
  .prjct-tp h1 {
    font-size: 2.5em;
  }
  .pwr-lst .views-row {
    padding: 0 20px;
  }
  .pwr-lst .view-content {
    margin: 0 -20px;
  }
  .main-menu > ul.menu > li {
    padding: 0 15px;
  }
  .header-group > .inside {
    margin-right: 20px;
    margin-left: 20px; 
  }
  .mn-bx-sh {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    margin-left: 20px; 
  }
}
@media only screen and (min-width: 1380px) {
  
  .fixed-header .main-menu > ul.menu {
    margin-left: 75px;
  }
  .fixed-header .logo-wrp {
    width: 290px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1480px) {
  .header-group > .inside, .mn-bx-sh {
    margin-left: auto;
    margin-right: auto;
  }
  .mn-bx-sh {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hdr-btm .pge-wdt {
    padding: 0 20px 0 10px;
  }
  .hdr-tp {
    margin-bottom: 0px;
    padding: 0 10px 10px;
  }
  .fixed-header .pge-wdt-in{
    padding-left: 10px;
  }
}

