@media screen and (min-width: 1024px) {
/********************
* $=Clearfix
********************/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


/********************
* $=MajorFramework
********************/

body {
    font-family: 'Verdana', sans-serif;
    width: 100%;
    height: 100%;
}

#container {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

header {
    height: 220px;
    width: 100%;
    position: fixed;
    display: block;
    background: #fff;
    z-index: 999;
}


header, .header-top-hidden { 
  min-height: 220px;
}

.header-wrap { 
  position: relative;
  padding: 10px; 
}

.divider {
  width: 820px;
  border-bottom: 2px dotted #383838;
  position: inherit;
  margin-top: 65px;
  margin-left: 190px;
}


#main {
  float: right;
  width: 820px;
  position: relative;
  display: inline-block;
  padding: 30px 0;
  margin-top: 200px;
  margin-bottom: 40px;
  opacity: 0;
  z-index: 2;

  -webkit-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;  
  animation-delay: 0.7s;

  -webkit-animation: fadein 1.5s;
  -ms-animation: fadein 1.5s;
  animation: fadein 1.5s;

  -webkit-animation-fill-mode: forwards;  
  -ms-animation-fill-mode: forwards; 
  animation-fill-mode: forwards;
}



_:-ms-lang(x), #main { opacity: 1;}


aside img {position: relative!important;}


.fixheight {height: auto!important;  border-bottom: 2px dotted #383838;}


section {
  height: auto;
  display: inline-block;
}


@-webkit-keyframes fadein {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}

@-ms-keyframes fadein {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}

@keyframes fadein {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}


section {
    width: 535px;
    float: right;
    position: relative;
}

article {
    margin-bottom: 60px;
    z-index: 1;
}

aside {
    width: 230px;
    margin-right: 25px;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


aside:before {
height: 60px;
content: '';
position: fixed;
bottom: 0px;
width: 820px;
background: #fff;
z-index: 80;
}

aside:after {
    content: '';
    border-top: 2px dotted #383838;
    margin-top: 20px;
    position: fixed;
    bottom: 0px;
    height: 40px;
    width: 820px;
    background: #fff;
    z-index: 101;
}

/********************
* $=GlobalElements
********************/

a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

h1 {font-size: 140%; color:#e73137; font-weight: normal;line-height: 1.3em;margin-bottom: 30px;}


p {line-height: 1.4em;margin-bottom: 30px;font-size: 90%;}

section a {color: #000;}

section p span {color:#e73137;}

section ul {margin-top: -30px; margin-bottom: 30px;}
section ul li {list-style-type: none;font-size: 90%;line-height: 1.4em;  padding-left: 0.7em; text-indent: -0.8em;}
section ul li:before {content: ':'; padding-right: 5px;}

/*
*******************
* $=Branding
*******************
*/

#branding {
    background: url("../img/branding.png") no-repeat scroll center 0px transparent;
    width: 40px;
    height: 123px;
    text-indent: -99999px;
    position: relative;
    left: 920px;
    top: 40px;
}


/*
*******************
* $=Navigation
*******************
*/

nav {position: fixed; display: block; vertical-align: top;margin-top: 220px;}

nav ul li {margin-bottom: 10px;}

nav ul li a {
    font-size: 75%;
    text-decoration: none;
    color: #000;
    padding: 4px 8px;
}

.active,
.current a,
nav ul li a:hover  {
    background: #e73137;
    color: #fff;
}

.langswitch {
    position: fixed;
    margin-top: 190px;
    z-index: 99999;
}
  
.langswitch a {    
    font-size: 80%;
    text-decoration: none;
    color: #000;
    padding: 4px 8px;
}

.langact a {color: #838383;}

.notAvailable {
   pointer-events: none;
   cursor: default;
}


/********************
* $=Table
********************/

article table {
  width: 100%;
  margin-bottom: 25px;
}

article table tr {
   border-top: solid 1px #000;
   padding: 5px 0px; 
}

article table tr:first-child td {
  padding-bottom: 20px;
  text-align: left;
  line-height: 1.5em;
}

article table tr:nth-child(2) td:nth-child(2) {text-align: left;}
article table tr:nth-child(2) td:nth-child(3) {text-align: left;}
article table tr:nth-child(3) td:nth-child(2) {text-align: left;}
article table tr:nth-child(3) td:nth-child(3) {text-align: left;}


article table tr td {
   padding: 5px 0px;
   font-size: 90%; 
   text-align: right;
   padding-right: 65px;
}

/********************
* $=Col_2
********************/

.col_2 {
float:left;
width: 50%;
font-size: 75%;
line-height: 1.5em;
}

.col_2  strong {padding-bottom: 15px;}

}



@media screen and (max-width: 1023px) {

/********************
* $=MajorFramework
********************/

body {
  font-family: 'Verdana', sans-serif;
  width: 100%;
  height: 100%;
}

#container {
  width: 100%;
}

#main {
  padding: 7.5% 5%;
  background: #fff;
  z-index: 1;
}


article {
  margin-bottom: 10%;
  z-index: 999;
}

aside {display: none;}

header{position: relative; width:100%;height:160px; z-index: 2;}

a {
   -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

h1 {font-size: 140%; color:#e73137;line-height: 1.3em;margin-bottom: 5%;}

p {line-height: 1.4em;margin-bottom: 5%;font-size: 100%;}

section a {color: #000;}

section p span {color:#e73137;}

section ul {margin-top: -20px; margin-bottom: 30px;}
section ul li {list-style-type: none;font-size: 100%;line-height: 1.4em;  padding-left: 0.7em; text-indent: -0.8em;}
section ul li:before {content: ':'; padding-right: 5px;}

/********************
* $=Branding
********************/

#branding {
  background: url("../img/branding.png") no-repeat;
  position: relative;
  width: 40px;
  height: 123px;
  top: 20px;
  float: right;
  margin: 0px 6.5%;
  text-indent: -99999px;
}

/********************
* $=Navigation
********************/

nav {background: #e73137;position: relative;top:0;z-index: 8; margin-bottom:35px;height: 579px;}

nav ul li {}

nav ul li a {
  text-decoration: none;
  color: #fff;
  padding: 18px 5%;
  font-size: 140%;
  width: 100%;
  display: inline-block;
}


.current{background: #ff8a66;}

.langact {color:#fff;text-decoration: underline;}

.fixheight {display: none;}

.langswitch {
  position: absolute;
  font-size: 120%;
  top: 5%;
  left: 5%;
  z-index: 99;
}

.langswitch a {    
    text-decoration: none;
    color: #000;
    padding: 4px 8px;
}

.langact a {
  color: #838383;
}

.notAvailable {
   pointer-events: none;
   cursor: default;
}

/********************
* $=Table
********************/

article table {
  width: 100%;
  margin-bottom: 25px;
}

article table tr {
   border-top: solid 1px #000;
   padding: 5px 0px; 
}

article table tr:first-child td {
  padding-bottom: 20px;
  line-height: 1.5em;
}

article table tr td {
   padding: 5px 0px;
   font-size: 100%; 
   text-align: right;
}

/********************
* $=Col_2
********************/

.col_2 {
font-size: 100%;
line-height: 1.5em;
}

.col_2  strong {padding-bottom: 15px;}


.col_2:nth-child(2) strong:first-child {
padding-top: 20px;
display: block;
margin-bottom: -40px;
}


}
