/*
Theme Name: GeneratePress Novarc
Theme URI: N/A
Description: Laps teema Novarcile
Author: Martini
Author URI: https://www.daynightsolutions.eu
Template: generatepress
Version: 1.0.0
*/


/* Add your custom styles belw */

body {
    background-color: #ffffff !important;
}

.site-header-widget {
    height: 113px !important;
}
.sf-menu li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding-right: 0 30px; /* Adjust spacing between items */
}

.sf-menu li a {
	padding: 0 30px !important;
}

.sf-menu li:after {
    content: "|";
    color: white; /* Vertical bar color */
    position: absolute;
    right: -10px; /* Adjust position of the vertical bar */
    top: 50%; /* Vertically center the bar */
    transform: translateY(-50%); /* Fine-tune centering */

}

.sf-menu li:last-child:after {
    content: ""; /* Remove the bar after the last menu item */
}

/*polylangshit*/
.widget_polylang {
    text-align: center;
    font-family: Arial, sans-serif; /* Apply Arial font */
}

.widget_polylang ul {
    padding: 0;
    display: flex;
    justify-content: center;
}

.widget_polylang li {
    margin: 0 1px;  /* Adjust spacing around each language item */
    display: flex;
    align-items: center;
}

/* Remove link color and decoration set by WordPress */
.widget_polylang a {
    color: inherit;        /* Remove color */
    text-decoration: none; /* Remove underline */
}

/* Add a '/' separator except for the last item */
.widget_polylang li:not(:last-child)::after {
    content: " / ";
    margin: 0 3px;  /* Increase spacing on both sides of '/' */
}
/*
#polylang-2 li.lang-item-en {
    display: none !important;
}
#polylang-2 li.lang-item-ru {
    display: none !important;
}
#polylang-2 li.lang-item-sv {
    display: none !important;
}
*/

/*vanast cssist*/
.grid-container {
    padding: 0px 0 0px 0 !important;
    max-width: 1248px !important;
}


/*header-widget mods*/
.header-widget {
    position: absolute;
    bottom: 2px;
    right: 0;
}

/*logopaigutus*/
.site-logo{
    padding-left: 27px;
}

/*svg jura*/
#masthead.site-header {
    background-image: url(images/kaared.svg);
    background-size: auto 62px;
    background-repeat: repeat-x;
    -webkit-background-size: auto 62px;
    background-position: -71.8% 24px;
    -webkit-transition: 2s ease;
    -moz-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
    /*position: absolute;*/
    top: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1248px;
    bottom: 0;
    width: auto;
    margin: 0 20px;
    right: 0;
    left: 0;
    padding: 10px 0px 10px !important;
    /*z-index: -1;*/
}
.lang-item-nb #masthead.site-header  {
    background-position: -1172px 15px;

}
.lang-item-ru #masthead.site-header  {
    background-position: -315px 15px;
}
.lang-item-fi #masthead.site-header  {
    background-position: -886px 15px;
}
.lang-en #masthead.site-header  {
    background-position: -1454px 15px;
}
.lang-item-et #masthead.site-header  {
    background-position: -597px 15px !important;
}
.nor-hover #masthead.site-header  {
    background-position: -1172px 15px !important;
}
.rus-hover #masthead.site-header  {
    background-position: -315px 15px !important;
}
.fin-hover #masthead.site-header  {
    background-position: -886px 15px !important;
}
.eng-hover #masthead.site-header  {
    background-position: -1454px 15px !important;
}
.est-hover #masthead.site-header  {
    background-position: -597px 15px;
}


/*inno*/
* STARTE THE INNOVATIVE CSS */
.front-page-news {
  position: relative;
  left: -35px;
  height: 390px;
  margin: 0 -15px;
  padding: 0;
  background-color: #efefef;
  overflow: hidden;
}

.article--sticky {
  box-sizing: border-box;
  height: 187px;
  padding: 15px 15px 0 15px;
}

.front-page-news__article-container {
  height: 188px;
  padding: 15px;
  box-sizing: border-box;
  overflow: auto;
}

.front-page-news__article-container.no-sticky {
  height: 394px;
  background-color: #efefef;
}

.front-page-news__article-container .front-page-news__read-more  {
  padding-bottom: 15px;
}

.front-page-news__article h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}

.front-page-news__article p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  max-height: 48px;
  overflow: hidden;
}

.front-page-news__meta {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 300;
}

.front-page-news__read-more {
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0 7px;
}

.inno-accordion__link {
  position: relative;
  display: block;
  border: 0;
  width: 100%;
  padding: 0.7em 0;
  margin-bottom: 5px;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  font-weight: 300;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  cursor: pointer;
}

.inno-accordion__link .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(31, 86, 195, 0.8);
  transition: all 400ms ease;
}

.inno-accordion__link span {
  position: relative;
  z-index: 11;
}

.inno-accordion__link:hover .backdrop {
  background-color: rgba(31, 86, 195, 0.5);
}

.inno-accordion__content {
  position: relative;
  margin-bottom: 5px;
  background-color: #f6f6f6;
}

.inno-accordion__content .row > div:first-child {
  padding: 1em;
}

.inno-accordion__content .row > div:last-child img {
  position: relative;
  /*right: -20px;*/
}

.portfolio-categories.row {
  width: auto;
  margin: 0 -5px;
}

.portfolio-category-item {
  width: 33%;
  padding: 5px;
  float: left;
}

.portfolio-category-item .inner {
  position: relative;
  height: 370px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.portfolio-category-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.portfolio-category-item h4 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  margin: 0;
  background-color: rgba(31, 86, 195, 0.8);
  color: #fff;
  transition: all 400ms ease;
  font-size: 26px;
}

.portfolio-category-item:hover h4 {
  padding-bottom: 60px;
}

.archive-header {
  position: relative;
  text-align: center;
  top: 15px;
  margin-bottom: 46px !important;
}

.archive-header h2{
    font-size: 42px !important;
}

.archive-header .back-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 42px; 
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #222;
  font-size: 36px;
  line-height: 42px;
}

.archive-header .back-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  border: 6px solid #0085d1;
}

.archive-header .back-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 21px;
  width: 21px;
  height: 42px;
  background: #fff;
}

.project-header {
  position: relative;
  text-align: center;
  height: 42px;
  margin-bottom: 1em;
}

.project-header .back-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 42px; 
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #222;
  font-size: 36px;
  line-height: 42px;
}

.project-header .back-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  border: 6px solid #0085d1;
}

.project-header .back-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 21px;
  width: 21px;
  height: 42px;
  background: #fff;
}

.archive-projects:after {
  content: "";
  display: table;
  clear: both;
}

.archive-project {
  width: 25%;
  padding: 5px;
  float: left;
}

.archive-project--home {
  width: 25%;
}

.archive-project .inner {
  position: relative;
  height: 400px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.archive-project a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.archive-project span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  margin: 0;
  background-color: rgba(31, 86, 195, 0.8);
  color: #fff;
  transition: all 400ms ease;
}

.archive-project:hover span {
  padding-bottom: 60px;
}

.project-meta {
  padding: 20px 0;
  background: #f5f5f5;
}

.project-meta .row {
  width: auto;
}

.project-meta h2 {
  margin-top: 0;
}

.project-meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.project-meta li {
  display: block;
  padding: 5px 0;
}

.project-meta li:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

.project-master-picture {
  max-height: 540px;
  margin-bottom: 20px;
  overflow: hidden
}

.project-master-picture img {
  width: 100%;
}

.project-footer-images {
  margin: 40px 0;
}

.project-footer-images .row {
  width: auto;
  margin: 0 -20px;
  max-width: none;
}

.project-footer-images img {
  width: 100%;
}

@media all and (max-width: 1366px) {
  .front-page-news {
    padding-top: 10px;
    height: 354px;
  }
  
  .front-page-news__article h3 {
    font-size: 16px;
  }
  
  .front-page-news__meta {
    font-size: 14px;
    padding: 10px 0;
  } 
  
  .front-page-news__read-more {
    padding: 5px 0 15px;
  }
}

.front-page-news--desktop { display: block; }
.front-page-news--mobile { display: none; }

@media all and (max-width: 1200px) {
  .archive-header .back-btn {
    padding-left: 24px;
    font-size: 22px;
    line-height: 24px;
  }
  
  .single-portfolio .archive-header .back-btn {
    line-height: 24px;
  }

  .archive-header .back-btn:before {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 4px solid #0085d1;
  }

  .archive-header .back-btn:after {
    left: 12px;
    width: 12px;
    height: 24px;
  }
}

@media all and (max-width: 1024px) {
  .archive-project {
    width: 50%;
  }

  .portfolio-category-item {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .front-page-news {
    height: auto;
    left: 0;
    margin: 0 20px;
  }
  
  .front-page-news__article h3 {
    font-size: 16px;
  }
  
  .front-page-news__meta {
    font-size: 14px;
    padding: 10px 0;
  } 
  
  .front-page-news__read-more {
    padding: 5px 0 15px;
  }
  
  .archive-header .back-btn {
    width: 12px;
    overflow: hidden;
  }
  
  .archive-header h2{
    font-size: 24px;
  }
  
  .archive-project {
    width: 100%;
  }

  .portfolio-category-item {
    width: 100%;
  }

  .front-page-news--desktop { display: none; }
  .front-page-news--mobile { display: block; }
}


/* Rootsi Leht */

/* .lang-sv .nav-bar {
    border-bottom: 4px solid #ffcc00;
    background: #006699;
}
.lang-sv .nav-bar > li a{
  color:#ffcc00;
  font-weight:400;
}
.lang-sv #front-slider #value-slider .rsBullets .rsNavSelected span {
    background: #ffcc00;
}
.lang-sv #footer #subsidiary {
  background: #ffcc00;
}
.lang-sv #footer p{
  color:#006699;
}

.lang-sv #submenu ul, #submenu-2 ul{background: #ffcc00;}

.lang-sv #submenu li a, #submenu-2 li a {
    color: #006699;
}

.lang-sv #submenu .nav-bar>li {
    line-height: 40px;
} */

/* TEMP CODE */
li.lng-sv span:after {
    content: "SWE";
}
.lang-sv #langmenu .active span:after {
    content: "SWE";
}

.page-id-11220 #submenu-2{
    display:none;
}

@media all and (max-width: 800px) {
.admin-bar #header{margin-top:60px;}

.lang-sv #access .menu {
    background: #006699!important;
}

}
.page #container{
    padding: 0 0;
    width: 1248px;
    min-height: 735px;
}

[class*="column"]+[class*="column"]:last-child {
    float: right;
}
[class*="column"]+[class*="column"].end {
    float: left;
}

.six, .row .six {
    width: 50%}

.row:after {
    clear: both;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.column, .columns {
    float: left;
    min-height: 1px;
    /*padding: 0 20px;*/
    position: relative;
}

.nine, .row .nine {
    width: 75%}

 /* show hide-for stuff*/   
 .show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge, .show-for-print {
    display: none !important;
}
.hide-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .hide-for-xlarge, .hide-for-print {
    display: inherit !important;
}
/*some media stuff for hiding */
@media only screen and (min-width: 1441px) {
    .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge {
    display: inherit !important;
}
.show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: none !important;
}
}@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important;
}
.show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important;
}
}@media only screen and (max-width: 767px) {
    .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important;
}
.hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important;
}
}.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}
/*end some media stuff for hiding*/

/*floating stuff*/
@keyframes floating {
    0% {
    transform: translateY(0%);
}
50% {
    transform: translateY(40%);
}
100% {
    transform: translateY(0%);
}
}@-webkit-keyframes floating {
    0% {
    -webkit-transform: translateY(0%);
}
50% {
    -webkit-transform: translateY(40%);
}
100% {
    -webkit-transform: translateY(0%);
}
}.service-blocks {
    margin-bottom: 60px;
    padding-top: 60px;

}
/*serviceblocks*/
.service-blocks .service-panel {
    text-align: center;
    padding: 0 20px;
    display: table;
    width: 300px;
    margin-bottom: 50px;
}
.service-blocks .service-panel h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #0085d1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service-blocks .service-panel p {
    font-weight: 300;
    line-height: 1.6;
    color: #313131;
}
.service-blocks .service:before {
    content: " ";
    width: 2px;
    position: absolute;
    left: 0;
    top: 30px;
    height: 85px;
    border-left: 1px solid #222;
}
.service-blocks .service:first-child:before {
    content: "";
    border: none;
}
.service-blocks .service-panel:hover h3 {
    color: #313131;
}
/*serviceblocks end*/

/*end floating stuff*/
/*slogan stuff*/
.slogan {
    text-align: center;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    top: 35%;
    width: 91%;
    left: 0;
    right: 0;
    margin: auto;
}
.slogan h1 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -1px;
}
.slogan h2 {
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -2px;
}
.proceed {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    z-index: 100;
}
.proceed a {
    width: 35px;
    height: 35px;
    display: inline-block;
}
.proceed img {
    max-width: 30px;
    display: inline-block;
}
.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
    0% {
    transform: translateY(0%);
}
50% {
    transform: translateY(40%);
}
100% {
    transform: translateY(0%);
}
}@-webkit-keyframes floating {
    0% {
    -webkit-transform: translateY(0%);
}
50% {
    -webkit-transform: translateY(40%);
}
100% {
    -webkit-transform: translateY(0%);
}
}
.home .main-visual .overlay {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    /*margin: 0 20px;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%}
/*end of slogan stuff*/

/*latest work*/
#latest-work {
    margin: 100px auto 50px;
}
#latest-work h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 35px;
}

/*portfolio stuf*/
.archive-project span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  margin: 0;
  background-color: rgba(31, 86, 195, 0.8);
  color: #fff;
  transition: all 400ms ease;
}
.portfolio-categories.row {
  width: 1212px;
  margin: 0 -5px;
}
/*end of portfoliostuf*/
/*submenu stiil*/
.sub-menu {
    background-color: #424242 !important; /* Background color */
    color: white; /* Text color */
    border-radius: 5px; /* Rounded corners */
    padding: 10px 0; /* Add padding */
    display: none; /* Initially hidden */
    position: absolute; /* Position relative to the parent */
    z-index: 9999; /* Ensure it shows above other content */
}
.sub-menu li {
    display: block; /* Make menu items block elements */
    padding: 10px 20px; /* Space out the items */
}
/* Hide the dropdown arrow next to the parent menu item */
.menu-item .dropdown-menu-toggle {
    display: none !important; /* Hides the dropdown toggle (arrow) */
}

/* Alternatively, if the icon class is added, you can target that */
.menu-item .gp-icon.icon-arrow {
    display: none !important; /* Hide the icon */
}

/*submenu still end*/
hr {
    border: 1px solid #ccc;  /* You can change the color */
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-title {
    cursor: pointer;
    color: #424242;
    /*text-decoration: underline;*/
}

.post-title:hover {
    color: #005177;
}

.post-content {
    margin-top: 10px;
    padding-left: 20px;
    background-color: #f9f9f9;
    /*border-left: 2px solid #0073aa;*/
    overflow: hidden; /* Prevent overflow of any content */
}

/*fuuter*/
.site-info {
    background-color: #313131 !important; /* Dark background */
    color: #fff !important; /* White text */
    padding: 16px 40px 16px 40px !important;
    text-align: center !important;
    
}

/*prjects masonry grid*/
.masonry-grid {
    width: 1228px;

}

/*the peas*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    font-family: "MuseoSans", Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    direction: ltr;
}
p {
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 17px;
}
p.lead {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 17px;
}
aside p {
    font-size: 15px;
    line-height: 1.35;
    /*font-style: italic;*/
}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 22px 0 21px;
    height: 0;
}

/* entry content */
.entry-content ul li {
    list-style-position: outside;
    list-style: none;
    padding-left: 15px;
    position: relative;
}
.entry-content ul li:before {
    content: "-";
    position: absolute;
    font-weight: bold;
    left: 0;
    margin-right: 10px;
}
.entry-content .accordion li {
    list-style: none !important;
    padding: 0;
}
.entry-content .accordion li:before {
    content: ""}
.entry-content .accordion li .title:after {
    border: none;
    content: "";
    background: url(images/arrow-sprite.png) no-repeat top center;
    background-size: 50%;
    width: 48px;
    top: 25px;
    height: 10px;
    right: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.entry-content .accordion li.active .title:after {
    border: none;
    content: "";
    background: url(images/arrow-sprite.png) no-repeat top center;
    background-size: 50%;
    width: 48px;
    top: 25px;
    height: 10px;
    right: 10px;
    background-position: center -15px;
}
.entry-content .accordion li.active .content {
    display: table !important;
    width: 100%}
.entry-content .accordion .content {
    padding-top: 0;
}
/* entry content end */

/* veel hasshe */
h1, h2, h3, h4, h5, h6 {
    font-family: "MuseoSans", Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 16px;
    margin-top: 16px;
}
h1 {
    font-size: 44px;
}
/* end of veel hasshe */
/*pages*/
.page #main {
    margin: 60px auto;
}
.page #container {
    padding: 0 130px;
}
.home #container {
    padding: initial !important; /* or any default padding you want */
}


/*endof pages*/
/*fontcrap*/
@font-face {
    font-family: 'MuseoSans';
    src: url("fonts/museosans_3-webfont.eot");
    src: url("fonts/museosans_3-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans_3-webfont.woff") format("woff"), url("fonts/museosans_3-webfont.ttf") format("truetype"), url("fonts/museosans_3-webfont.svg#museo_sans900") format("svg");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans';
    src: url("fonts/museosans_2-webfont.eot");
    src: url("fonts/museosans_2-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans_2-webfont.woff") format("woff"), url("fonts/museosans_2-webfont.ttf") format("truetype"), url("fonts/museosans_2-webfont.svg#museo_sans700") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans';
    src: url("fonts/museosans_1-webfont.eot");
    src: url("fonts/museosans_1-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans_1-webfont.woff") format("woff"), url("fonts/museosans_1-webfont.ttf") format("truetype"), url("fonts/museosans_1-webfont.svg#museo_sans300") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans';
    src: url("fonts/museosans_0-webfont.eot");
    src: url("fonts/museosans_0-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans_0-webfont.woff") format("woff"), url("fonts/museosans_0-webfont.ttf") format("truetype"), url("fonts/museosans_0-webfont.svg#museo_sans100") format("svg");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans';
    src: url("fonts/museosans_500_webfont.eot");
    src: url("fonts/museosans_500_webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans_500_webfont.woff") format("woff"), url("fonts/museosans_500_webfont.ttf") format("truetype"), url("fonts/museosans_500_webfont.svg#museo_sans500") format("svg");
    font-weight: 500;
    font-style: normal;
}
/* endof font cap*/
/*site content*/

.site-content .content-area{
    min-width: 100% !important;
}