@charset "utf-8";
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    box-sizing: border-box;
}
audio,
canvas,
video {
    display: inline-block;
    display: inline;
    /*zoom: 1;*/
}
audio:not([controls]) {
    display: none;
}
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    outline: none;
    /*-- CSS3 Transition --*/
    
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
a:focus,
a:hover,
a:active {
    outline: none;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
object,
embed {
    max-width: 100%;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
/* tables still need cellspacing="0" in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: 700;
    vertical-align: bottom;
}
td {
    font-weight: normal;
    vertical-align: top;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
small {
    font-size: 85%;
}
strong,
th {
    font-weight: bold;
}
td,
td img {
    vertical-align: top;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    top: -0.2em;
    top: -0.3em;
    font-weight: normal;
}
sub {
    bottom: -0.25em;
}
.cmf_lan {
    position: relative;
}
.cmf_lan div {
    position: absolute;
    width: 1000px;
    z-index: 11;
    right: -33px;
    top: 0;
}
.cmf_lan ul li {
    float: left!important;
    padding: 0 10px;
    border: none !important;
}
.cmf_lan ul li ul li{
	float:none !important;
	background:none;
}
.cmf_lan ul li a {
    width: auto!important;
    padding: 0 10px;
}
/* standardize any monospaced elements */
/* Corrects overflow displayed oddly in IE 9. */

svg:not(:root) {
    overflow: hidden;
}
/* Form Elements */

input,
select {
    vertical-align: middle;
}
/* Placeholder configaration*/

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}
/* make buttons play nice in IE */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
}
/*Removes inner padding and border in Firefox 4+.*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* hand cursor on clickable elements */

.clickable,
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}
.ie6 input {
    vertical-align: text-bottom;
}
/*Re-set default cursor for disabled elements.*/

button[disabled],
input[disabled] {
    cursor: default;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: top;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
input[type="radio"] {
    vertical-align: text-bottom;
    box-sizing: border-box;
    padding: 0;
}
input[type="checkbox"] {
    vertical-align: text-bottom;
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
/* Removes inner padding and search cancel button in Safari 5 and Chrome*/

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    font-size: 100%;
}
::-selection {
    background: rgba(0, 0, 0, .2);
    /* Safari */
}
::-moz-selection {
    background: rgba(0, 0, 0, .2);
    /* Firefox */
}
/*===========Usefull CSS===========*/

.clear {
    clear: both;
    display: block;
}
.clearfix {
    /*zoom:1;*/
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}
.row:after {
    clear: both;
}
.footer-top-wrapper ul:before,
.footer-top-wrapper ul:after {
    display: table;
    line-height: 0;
    content: "";
}
.footer-top-wrapper ul:after {
    clear: both;
}
.float-element:before,
.float-element:after {
    display: table;
    line-height: 0;
    content: "";
}
.float-element:after {
    clear: both;
}
/* Common Section
----------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #686868;
    font-size: 14px;
    background: #ffffff;
    overflow-x: hidden;
}
.wrapper {
    position: relative;
}
.wrapper:before,
.wrapper:after {
    display: table;
    line-height: 0;
    content: "";
}
.wrapper:after {
    clear: both;
}
.common-wrapper .container.common-container.four_content {
    max-width: 1290px;
}
.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: "";
}
.container:after {
    clear: both;
}
.container {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 1180px;
}
.top-wrapper {
    background: #f7f7f7;
    padding: 8px 0px;
    border-bottom: 1px solid #eeeeee;
}
.top-left {
    float: left;
    height: 27px;
}
.top-left a {
    background: url(../images/flag.jpg) no-repeat 0px 0px;
    display: inline-block;
    line-height: 27px;
    padding: 0px 0px 0px 48px;
    font-size: 85%;
}
.top-left a span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/ico-link-dark.png) no-repeat;
    margin-left: 5px;
}
.accessibility {
    float: right;
}
.accessibility a.ski