/*
Theme Name: Terna
Theme URI: 
Author: Innoventi AS
Author URI: http://innoventi.no/
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: terna

*/

/*******************************************/
/*                                         */
/*    inGrid stylesheet and scaffolding    */
/*    Made by HTO @ Innoventi              */
/*                                         */
/*******************************************/

/* Ikon-fonter */

@font-face {
  font-family: 'ternaikoner';
  src:url('fonts/ternaikoner.eot');
  src:url('fonts/ternaikoner.eot?#iefix') format('embedded-opentype'),
  url('fonts/ternaikoner.woff') format('woff'),
  url('fonts/ternaikoner.ttf') format('truetype'),
  url('fonts/ternaikoner.svg#ternaikoner') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

[data-icon]:before {
  font-family: 'ternaikoner';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/

.icon-arrow-right, .icon-download, .icon-pinterest, .icon-twitter, .icon-facebook, .icon-phone, .icon-terna_mail {
  font-family: 'ternaikoner';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;  
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

.icon-arrow-right-small {
  font-family: 'ternaikoner';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px !important;  
  line-height: 1 !important;  
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

.icon-arrow-right:before {
  content: "\e000";
  position: absolute;
  right: 0px;
  top: 18px;
  font-size: 14px !important;  
  line-height: 1 !important;  
}

.icon-arrow-right-small:before {
  content: "\e000";
  position: absolute;
  right: 0px;
  top: 8px;
  font-size: 14px !important;  
  line-height: 1 !important;  
}

.icon-download:before {
  content: "\e001";
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 16px !important;  
  line-height: 1 !important;    
}

.icon-pinterest:before {
  content: "\e002";
}

.icon-twitter:before {
  content: "\e003";
}

.icon-facebook:before {
  content: "\e005";
}

.icon-phone:before {
  content: "\e006";
  font-size: 20px !important;  
  line-height: 10px !important;  
  margin: 0 5px 0 0;  
  padding: 0 !important;
  color: #444;
}

.icon-terna_mail:before {
  content: "\e004";
  font-size: 20px !important;  
  line-height: 10px !important;  
  margin: 0 5px 0 0;    
  padding: 0 !important;  
  color: #444;  
}

/* Global styles */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;    
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

body {
  color:#262626;
  line-height: 20px;
  text-align: left;
  margin: 0;
  padding: 0; 
  font-style: normal;
  font-weight: 200; 
  background-color: #e9e9e9;
}

a {
  text-decoration: none;
} 

a:hover {


}

a:visited{
  color: black; 
}

strong {
  font-family: 'ACaslon-Semibold' !important;
  font-weight: normal;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ACaslon-Semibold' !important;
  font-weight: normal;
  font-style: normal;
  margin: 10px 0;
  font-family: inherit;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;

}

h1 {	
  color: #272727;
  font-size: 60px;
  line-height: 70px;
  padding: 30px 0px;
  margin: 0 0 10px 0;
  font-style: normal;
  text-align: center;
}

h2 {	
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 47px;
  padding: 0 0 10px 0;
  margin: 0;

}

h3 {	
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #000;
} 

h4 {	
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

h5 {	
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #000;
}  


*::selection
{
background-color:#f1f1f1;
}
*::-moz-selection
{
background-color:#f1f1f1;
}

*::-webkit-selection
{
background-color:#f1f1f1;
}


/* Fonts */


/* Layout */

.wrapperRow {
  margin-left: -20px;
}

.wrapperRowNoMargin {
  position: relative;
  margin: 0;
  padding: 0;
  clear: both;
}

.column {
  border: 0px solid rgba(0,0,0,0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.column {
  border-left-width: 20px;
  padding: 0 20px;
}

.columnNoMargin {
  padding: 0;
  margin: 0;
}
        
.container1_3 {
  width: 33.3333333333%;
  float: left;
}

.container2_3 {
  position: relative;	
  width: 66.6666666667%;
  float: left;
}

.container1_2 {
  width: 50%;
  padding: 0;
  margin: 0;
  float: left;
}

.container1_4 {
  width: 25%;
  float: left;
}

.container1_5 {
  width: 20%;
  float: left;
}

.containerFull {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}

.stickyWrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  z-index: 99999;
  border-top: 20px solid #e9e9e9;
}

.topContainer {
  position: relative;
  height: 50px;
  width: auto;
  padding: 0;
  margin: 0 20px 20px 20px;
  clear: both;	
  background-color: #fff;  
  border-left: 10px solid #fff;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-bottom: 20px solid #fff;
  z-index: 99999;
}

.wrapperContent {
  position: relative;
  width: auto;	
  margin: 20px;
  padding: 10px;
  clear: both;	
  background-color: #fff;
}

.heroContainer {
  width: 70%;
  padding-left: 15%;
  padding-top: 5%;  
  padding-right: 15%;  
  margin-top: 50px;
  text-align: center;	
}

.heroContainer p {	
  font-family: 'ACaslon-Regular' !important;
  font-size: 26px;
  line-height: 36px;
  padding: 30px 0 0px 0px;
  margin: 0;
  font-weight: normal;  
  font-style: normal;
}

.claim {
    font-size: 36px!important;
    line-height: 46px!important;
}

.heroContainer a {	
  color: #cf242f;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;  
}

.heroContainer a:hover,
.heroContainer a:focus,
.heroContainer a:active {	
  border-bottom: 1px dotted #cf242f;
}

.divider {
  width: 100%;
  padding: 10px 0 0 0;
  margin: 15px 0 15px 0;
  text-align: center;
  clear: both;
}

.shortcut {
  position: relative;	
  width: auto;
  margin: 10px;
  padding: 0;	
  background-color: rgba(207,36,47,1);  
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
  transition: all 1s ease-in-out !important;       
}

a .shortcut {
  color: #262626;
}

a .shortcut:hover h4 {
  color: #cf242f !important;
}

a .shortcut:hover .shortcutBorder {
  border: 1px solid #f6d7d9 !important;
}

a .shortcut:hover img {
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
}

a .shortcut:hover .shortcutText {
  color: #cf242f !important;
  border-bottom: 1px dotted #cf242f !important;	  
}

a .shortcut:hover .shortcutText h2 {
  color: #cf242f !important;
}

a .shortcut:hover .shortcutText h3 {
  color: #cf242f !important;
}

a .shortcut:hover .shortcutText h5 {
  color: #cf242f !important;
}

.shortcutLabel {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 35%;
  bottom: 35%;
  padding: 5px;  
  background: red;
  color: white;
  text-align: center;
  background-color: #fff;
  z-index: 9999;
}

.shortcutBorder {
  position: absolute;
  left: 2.5%;
  right: 2.5%;
  top: 5%;
  bottom: 5%;
  padding: 0;  
  margin: 0;
  text-align: center;
  border: 1px solid #ddd;
}

.shortcutLabel h4 {	
  position: absolute;
  top: 40%;
  bottom: 40%;
  left: 5%;
  right: 5%;
  font-family: 'ACaslon-Semibold' !important;
  font-size: 13px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  color: #000;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;	
  text-align: center;
} 

.shortcutText {
  width: auto;
  margin: 0 0 20px 0;
  padding: 20px 10px 20px 0px;
  border-bottom: 1px dotted #ddd;	
  background-color: #fff;
}

.shortcutText p {
  font-family: 'ACaslon-Regular' !important;
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 10px 0;
  margin: 0;
}

.shortcutText a {
  color: #cf242f;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;  
}

.shortcutText a:hover,
.shortcutText a:focus,
.shortcutText a:active {	
  border-bottom: 1px dotted #cf242f;
}

.phoneLink {
  color: #000 !important;	
}

.phoneLink:hover {
  border-bottom: none !important;	
}

.shortcutTextNoBorder {
  border-bottom: none !important;
}

.articleItemText {
  width: auto;
  margin: 0 0 20px 0;
  padding: 0 10px;	
  background-color: #fff;
}

.articleItemText p {
  font-family: 'ACaslon-Regular' !important;
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 10px 0;
  margin: 0;
}

.articleItemText a {
  color: #cf242f;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;  
}

.articleItemText a:hover,
.articleItemText a:focus,
.articleItemText a:active {	
  border-bottom: 1px dotted #cf242f;
}

.article {
  position: relative;	
  width: auto;
  margin: 10px;
  padding: 0;	
}

.articleText {
  width: auto;
  margin: 0 0 20px 0;
  padding: 20px 0px;
}

.articleText p {
  font-family: 'ACaslon-Regular' !important;
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 20px 0;
  margin: 0;
}

.articleText a {
  color: #cf242f;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;  
}

.articleText a:hover,
.articleText a:focus,
.articleText a:active {	
  border-bottom: 1px dotted #cf242f;
}

.mapContainer {
  margin: 10px;	
}

.social {
  width: auto;
  padding: 0;
  margin: 0;
  text-align: center;
  clear: both;	
}

.social p {
  font-family: 'ACaslon-Semibold' !important;
  font-size: 12px;
  line-height: 24px;
  padding: 0 0 20px 0;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.social a {
  color: #000;
  margin: 0 3px 0 3px;
}

.social a:hover,
.social a:active,
.social a:focus {
  color: #cf242f;
}

.messageWrapper {
  width: auto;
  border: 4px solid #000;
  padding: 10px;
  margin: 10px;	
}

.messageBox {
  width: auto;
  border: 1px solid #eee;
  text-align: center;
  padding: 20px 80px;
}

.messageBox p {
  font-family: 'ACaslon-Regular' !important;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  padding: 0 0 10px 0;
  margin: 0;
}

.shortcutHeader {
  width: auto;
  padding: 0;
  margin: 20px 0 60px 0;
  text-align: center;
  clear: both;	
}

.shortcutHeaderSmall {
  width: auto;
  padding: 0;
  margin: 20px 0 20px 0;
  text-align: center;
  clear: both;	
}

.footer {
  position: relative;	
  margin: 10px;
  padding: 80px 0 0 0;
  text-align: center;
  clear: both;	
}
  
/* Navigation */

.menuDesktop {
  position: absolute;	
  top: 20px;
  right: 0;  
  padding: 0;
  margin: 0;
}

.menuDesktop ul {
  list-style: none; 
  padding: 0;
  margin: 0;
  float: right;
}

.menuDesktop li {
  display: inline; 
  padding: 0;
  margin: 0;
  float: left;
}

.menuDesktop a {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  font-size: 12px;
  line-height: 24px;
  font-style: normal;
  color: #262626;
  text-decoration: none;
  padding: 0;
  margin: 0 45px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.menuDesktop a:hover,
.menuDesktop a:focus,
.menuDesktop a:active {
  color: #cf242f;
  /*border-bottom: 1px solid #cf242f;*/
}

.menuDesktop .current-menu-item a {
  color: #cf242f !important;	
}

.menuDesktop .current-menu-item a:hover {
  color: #cf242f !important;	
}

.sticky {
  position: fixed;
  top: 0px;
  z-index: 999;
}

.menuMobileIcon {
  display: none;
  padding: 0;
  margin: 0;
  z-index: 99999;
}

.menuMobile {
  display: none;
  padding: 0;
  margin: 0 5px 0 5px;
  border-bottom: 1px dotted #ddd;  
  background-color: #fff;
}

.menuMobile ul {
  padding: 0;
  margin: 0;  	
  list-style: none;
}

.menuMobile li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;  	
}

.menuMobile a {
  font-family: Helvetica, Arial, sans-serif;	
  display: block;	
  font-size: 12px;		
  padding: 10px 20px;
  margin: 0;
  color: #000;
  font-style: normal;
  text-transform: uppercase;  
  border-top: 1px dotted #ddd;
}

.menuMobile a:hover,
.menuMobile a:active,
.menuMobile a:focus {
  color: #fff;	
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;  	
  background-color: #cf242f;
}

.menuMobile .current-menu-item a {
  color: #fff !important;	
  background-color: #cf242f !important;  
}

.menuMobile .current-menu-item a:hover {
  color: #fff !important;	
  background-color: #cf242f !important;  
}

.sitemap {
  position: relative;
  width: auto;
  padding: 10px 0 0 0;
  margin: 0;
  text-align: center;	
  border-top: 1px solid #ddd;  
}

.sitemap ul {
  padding: 0;
  margin: 0;  	
  list-style: none;
  text-align: center;	
}

.sitemap li {
  display: inline-block;
  padding: 0;
  margin: 0;  	
  text-align: center;
}

.sitemap a {
  font-family: Helvetica, Arial, sans-serif;	
  display: block;	
  font-size: 12px;	
  line-height: 22px;	
  margin: 10px 25px;
  padding: 0;
  color: #262626;
  font-style: normal;
  text-transform: uppercase;  
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;    
}

.sitemap a:hover,
.sitemap a:active,
.sitemap a:focus {
  color: #cf242f;
  /*border-bottom: 1px solid #cf242f;   */
}

.sitemap .current-menu-item a {
  color: #cf242f !important;	
}

.sitemap .current-menu-item a:hover {
  color: #cf242f !important;	
  border-bottom: 1px solid #cf242f !important;
}

/* Gfx */

.logo {
  position: absolute;
  top: 10px;
  left: 20px;	
  width: 130px;
  padding: 0;
}

.logoSymbol {
  width: 220px;
  padding: 0;
  margin: 0 0 30px 0;
  z-index: 9999;
}

.menuDropdown {
  display: block;	
  position: absolute;
  top: 20px;
  right: 10px;
  width: 25px;	
  padding: 0;
  margin: 0;
  z-index: 9999;
}

.socialIcons {
  width: 130px;
  padding: 0;
  margin: 0 0 10px 0;	
}


#creditsContainer {
  text-align: center;
}
#creditsContainer a {
color: #ddd;
text-decoration: none;
letter-spacing: 1px;
font-size: 8px;
text-transform: uppercase;

}
#creditsContainer a:hover,
#creditsContainer a:active,
#creditsContainer a:focus {
  color: #b1b1a9;
  text-decoration: none;
  border-bottom: 1px dotted #262626;
}

/* Hacks */

.clear {
  clear: both;
  padding: 0;
  margin: 0;
}

/***************************/
/*                         */
/*    Responsive styles    */
/*                         */
/***************************/


@media (min-width: 768px) and (max-width: 979px) {


  
}

@media (max-width: 767px) {

/***********************/
/*                     */
/*    Mobile medium    */
/*                     */
/***********************/

/* Ikon fonter */

.icon-arrow-right:before {
  right: 0px;
  top: 10px;
}

/* Global styles */

h1 {	
  font-size: 40px;
  line-height: 50px;
  padding: 20px 0 10px 0;
}

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

h3 {
  font-size: 16px;
  line-height: 26px;  	
}

h4 {
  font-size: 14px;
  line-height: 24px;  	
}

h5 {	
  font-size: 16px;
  line-height: 26px;
}  

/*  Layout */

.container1_3 {
  width: 50%;
  float: left;
}

.container1_4 {
  width: 50%;
  float: left;
}

.stickyWrapper {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  z-index: 99999;
  border-top: 0;
}

.wrapperContent {
  margin: 10px;
  padding: 5px;
}

.topContainer {
  height: 50px;
  margin: 0 !important;
  padding: 0 !important;
}

.heroContainer {	
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
  margin-top: 0px;
}

.heroContainer p {	
  font-size: 22px;
  line-height: 32px;
  padding: 20px 0 0 0;
}

.claim {
    font-size: 26px!important;
    line-height: 36px!important;
}

.shortcut {
  margin: 5px;
}

.shortcutLabel h4 {	
  font-size: 10px;
  line-height: 16px;
} 

.article {
  margin: 5px;
}

.messageWrapper {
  margin: 5px;	
}

.messageBox {
  padding: 20px 40px;
}

.messageBox p {
  font-size: 12px;
  line-height: 22px;
}

.shortcutHeader {
  margin: 10px 0 20px 0;
}

.shortcutHeaderSmall {
  margin: 10px 0 5px 0;
}

.divider {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  clear: both;
}

.shortcutText p {
  font-size: 13px;
  line-height: 23px;
}

.articleItemText {
  width: auto;
  margin: 0;
  padding: 0 10px;	
}

.articleItemText p {
  font-size: 13px;
  line-height: 23px;
}

.articleText {
  width: auto;
}

.articleText p {
  font-size: 13px;
  line-height: 23px;
}

.mapContainer {
  margin: 5px;	
}

.footer {
  padding: 40px 0 0 0;	
  margin: 20px 5px 5px 5px;
}

/* Navigation */

.menuDesktop {
  display: none;
}

.menuMobileIcon {
	display: block;
}

.sitemap ul {
  padding: 0;
  margin: 0;  	
  list-style: none;
  text-align: center;	
}

.sitemap li {
  padding: 0;
  margin: 0;  	
  text-align: center;
}

.sitemap a {
  font-size: 11px;
  line-height: 21px;	
  margin: 6px 12px;
}

/*  Gfx */

.logoSymbol {
  width: 180px;	
}

.logo {
  top: 7px;
  left: 12px;	
}

.menuDropdown {
  top: 15px;
  right: 12px;
}
  
}

@media (min-width: 1200px) {

  
/**********************/
/*                    */
/*    Desktop wide    */
/*                    */
/**********************/

/* Global styles */


/* Layout */

.wrapperRowNoMargin {
  width: 1120px;
  margin: 0 auto;
}

.topContainer {
  margin: 0 0 10px 0;
  border-left: 0;
  border-top: 10px solid #fff;
  border-right: 0;
  border-bottom: 20px solid #fff;
}

.shortcutLabel h4 {	
  top: 40%;
  bottom: 40%;
  left: 25%;
  right: 25%;
  font-size: 16px;
  line-height: 22px;
} 

/* Navigation */

.menuDesktop a {
  margin: 0 40px 0 40px;
}

.sitemap a {
  margin: 10px 42px;
}

/* Gfx */


}

@media (min-width: 768px) and (max-width: 979px) {

/***********************/
/*                     */
/*    iPAD vertical    */
/*                     */
/***********************/

/* Global styles */

h1 {	
  font-size: 50px;
  line-height: 60px;
}

h2 {	
  font-size: 26px;
  line-height: 41px;
  padding: 0 0 10px 0;
}

/* Layout */ 

.container1_3 {
  width: 50%;
  float: left;
}

.heroContainer p {	
  font-size: 24px;
  line-height: 34px;
  padding: 20px 0 0 0;
}

.claim {
    font-size: 30px!important;
    line-height: 40px!important;
}

.articleText {
  width: auto;
}

/* Navigation */

.menuDesktop a {
  font-size: 12px;
  line-height: 22px;	
  margin: 0 20px 0 0;	
}

.sitemap a {
  font-size: 11px;	
  line-height: 21px;
  margin: 8px 14px;
}

/* Gfx */


}

@media (max-width: 767px) {



}

@media (max-width: 480px) {

  
/**********************/
/*                    */
/*    Mobile small    */
/*                    */
/**********************/


/* Global styles */

h1 {	
  font-size: 32px;
  line-height: 42px;
}

/* Layout */

.container1_2 {
  width: 100%;
  float: none;	
}

.container1_3 {
  width: 100%;
  float: none;	
}

.container1_4 {
  width: 100%;
  float: none;	
}

.heroContainer p {	
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0 0 0;
}

.claim {
    font-size: 24px!important;
    line-height: 34px!important;
}

.shortcut {
  margin: 0 5px 10px 5px;
}

.shortcutLabel h4 {	
  font-size: 12px;
  line-height: 18px;
} 

.article {
  margin: 0 5px 10px 5px;
}

/* Navigation */



/* Gfx */



}

}

@media (max-width: 979px) {
  
}

@media (min-width: 980px) {

}
