/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}.paragraph ul {list-style: disc; margin-left: 20px;}

/* POSITION CLASSES */
.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.clear {
    clear: both;
}
.dpn {
    display: none!important;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.floatRightI {
    float: right!important;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
.mt70{
    margin-top: 72px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.p40 {
    padding: 40px;
}
.pt20 {
    padding-top: 20px;
}
.pb20 {
    padding-bottom: 20px;
}
.p50-0 {
    padding: 50px 0;
}
.p40-100 {
    padding: 40px 40px 100px 40px;
}

/* FONT CLASSES */
.light {
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
}
.regular {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
}
.semiBold {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
}
.bold {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
}
.uppercase {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
strong {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
em {
    font-style: italic;
}
.centerText {
    text-align: center;
}
.leftText {
    text-align: left;
}
.title-1 {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 27px;
    line-height: 36px;
}
.title-2 {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 1.5;
}
.title-3 {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 1.8;
}
.title-4 {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 24px;
}
/* share */

ul.share-buttons{
  list-style: none;
  padding: 0;
  vertical-align: auto;
  
}

ul.share-buttons li{
  display: inline-block;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* GENERAL STYLING CLASSES */
.backgroundCover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.clearFix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.relative {
    position: relative;
}
.btn {
    cursor: pointer;
}
.formshowerror {
    border: 1px solid red;
    background-color: #ffd0d0;
    color: red;
}
.centerBack {
    background-position: center;
}

/* GENERAL ELEMENTS */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: white;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
}
a {
    color: inherit;
}
b {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
}
.paragraph {
    float: left;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    color: #747474;
    -webkit-font-smoothing: antialiased;
}
.paragraph img {
    max-width: 100%;
    height: auto;
}
.paragraph.white {
    color: white!important;
}
.paragraph.italic {
    font-style: italic;
}
.paragraph.small {
    font-size: 12px;
    line-height: 20px;
}
.paragraph a {
    color: #004b6c;
    text-decoration: none;
}
.paragraph a:hover {
    color: #005c85;
}
.paragraph ul {
    /*color: #ed6d04;*/
}
.paragraph span {
    color: #181818;
}
.button {
    float: left;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    padding: 15px 25px;
    background-color: #ed6d04;
    color: white!important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    line-height: 1;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}
.button.small {
    padding: 5px 10px;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
}
.button.submit {
    font-size: 14px;
    padding: 10px 14px;
    outline: none;
}
.button:hover {
    background-color: #c45b04;
}
.button.blue {
    background-color: #004b6c;
}
.button.blue:hover {
    background-color: #00374f;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.button.absolute {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: calc(100% - 80px);
}
.button.withIcon {
    padding: 8px 15px;
    line-height: 2;
}
.button.submit {
    outline: none;
    border: none;
}
/* COL */
.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
}
.col-1 {
    width: 8.333%;
}
.col-2 {
    width: 16.666%;
}
.col-2-5 {
    width: 20%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.333%;
}
.col-5 {
    width: 41.666%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.333%;
}
.col-8 {
    width: 66.666%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.333%;
}
.col-11 {
    width: 91.666%;
}
.col-12 {
    width: 100%;
}
.col-padding {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.col-padding-right {
    padding-right: 15px;
}
.col-padding-left {
    padding-left: 15px;
}
.col-padding-right-big {
    padding-right: 15px;
}
.col-padding-left-big {
    padding-left: 15px;
}
.s-show,
.s-show-block {
    display: none;
}
.iconArrow{
    display: none;
}

/* HEADER */
.header {
    position: fixed;
    width: 100%;
    padding-right: 20px;
    background-color: white;
    z-index: 210;
}
.logo {
    float: left;
    width: 135px;
}
.logo img {
    float: left;
    max-width: 100%;
}
.extraMenu {
    float: left;
    width: 200px;
    height: 65px;
    background-color: #ecf2f6;
    padding: 25px 40px;
    color: #004b6c;
}
#toggleExtra {
    float: right;
    width: 28px;
    height: 30px;
    margin: 6px 0px 10px 10px;
}
#toggleExtra span:after,
#toggleExtra span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
#toggleExtra span:after {
    top: 9px;
}
#toggleExtra span {
    position: relative;
    display: block;
}
#toggleExtra span,
#toggleExtra span:after,
#toggleExtra span:before {
    width: 100%;
    height: 2px;
    background-color: #004b6c;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}
#menu {
    float: right;
    z-index: 100;
    position: relative;
    margin-top: 15px;
    margin-right: 20px;
}
#menu ul {
    float: left;
}
#menu li {
    float: left;
    width: auto;
    position: relative;
    margin-left: 5px;
}
#menu li:hover .sub {
    display: block;
}
#menu li a {
    float: left;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#menu li a:hover {
    color: #ed6d04;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
#menu li a.selected {
    color: #ed6d04;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
}
#menu .sub {
    display: none;
    z-index: 99;
    position: absolute;
    width: 180px;
    top: 34px;
    left: 0px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}
#menu .sub li {
    float: left;
    width: 100%;
    margin: 0!important;
}
#menu .sub li:after {
    display: none;
}
#menu .sub li:last-child {
    border-bottom: none;
}
#menu .sub li a {
    float: left;
    width: 100%;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    padding: 15px 10px;
    cursor: pointer;
    color: #181818;
    text-transform: none;
    height: auto;
}
#menu .sub li a:hover {
    background-color: #eee;
    color: #ed6d04;
}
#menu .sub li:last-child {
    border-bottom: none;
}
.selectedLanguage {
    float: right;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    padding: 5px 80px 5px 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid #9f9f9e;
    color: #9f9f9e;
    font-size: 13px;
    margin: 20px 0;
}
.selectedLanguage i {
    font-size: 16px;
    color: #9f9f9e;
    position: absolute;
    right: 8px;
    top: 4px;
}
.selectedLanguage img {
    float: left;
    margin-right: 10px;
}
.selectedLanguage:hover {
    color: #ed6d04;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.selectedLanguage .toggle {
    position: absolute;
    width: calc 102%;
    left: -1px;
    background-color: white;
    color: #ed6d04;
    top: 24px;
    border-top: 1px solid #ed6d04;
    border-left: 1px solid #ed6d04;
    border-right: 1px solid #ed6d04;
    z-index: 104;
}
.selectedLanguage .toggle li {
    float: left;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #ed6d04;
    color: #000000;
}
.selectedLanguage .toggle li a {
    text-decoration: none;
}
.selectedLanguage .toggle li.selected {
    background-color: #ed6d04;
    color: white;
}
.selectedLanguage .toggle li.selected:hover {
    background-color: #ed6d04;
    cursor: default;
}
.selectedLanguage .toggle li:hover {
    background-color: #ede2ee;
}
.content {
    float: left;
    width: 100%;
    margin-top: 60px;
    position: relative;
}

.responsive-iframe-content {
    width: 100%;
    margin: 0px auto;
}

.responsive-iframe-container {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.responsive-iframe-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#slides {
    float: left;
    width: 100%;
}
#slides .item {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 530px;
}
#slides.sub .item{
    height: 430px;
}
.slideImage {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 530px;
}
#slides.sub .slideImage{
    height: 430px;
}
.slideImage img {
    float: none;
    display: block;
    z-index: 1;
    min-width: 100%;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 530px;
}
#slides.sub .slideImage img{
    min-height: 430px;
}
.slideText {
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 25;
    padding: 60px;
    width: 500px;
    background-color: rgba(255, 255, 255, 0.68);
    font-size: 42px;
    line-height: 1.4;
    color: #004b6c;
}
.slideText small {
    font-size: 16px;
    vertical-align: top;
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
}
.checkList {
    float: left;
    width: 100%;
}
.checkList li {
    float: left;
    width: 100%;
    line-height: 1.8;
    font-size: 20px;
}
.checkList li:before {
    float: left;
    content: '\f111';
    font-family: "FontAwesome";
    color: #ed6d04;
    position: relative;
    margin-right: 10px;
    font-size: 10px;
    margin-top: 9px;
}
.questions {
    position: absolute;
    right: 0px;
    top: 40px;
    background-image: url("/images/questions.png");
    width: 150px;
    height: 150px;
    z-index: 200;
    background-size: 100%;
    cursor:pointer;
}
.textInner {
    float: left;
    margin-top: 75px;
    color: white;
    font-size: 13px;
    text-align: center;
    width: 120px;
}
.image {
    float: left;
    width: 100%;
}
.image img {
    float: left;
    max-width: 100%;
}
/* CONTACT */
.contactInput{float:left; width: 100%;  border: 1px solid #dedede ; outline: none; font-size: 14px; max-width: 100%; color: #747474 ; padding: 10px;}
.contactInput:focus{border: 1px solid #157a89 ; }
.contactInput.correct{border: 1px solid #004900 ; }
.contactInput.error{border: 1px solid #BD2317 ; }
textarea.contactInput{max-width: 100%; min-height: 140px; }
/*HOME*/
.icon {
    float: left;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.icon.orange {
    background-color: #ed6d04;
}
.icon img {
    float: left;
    max-width: 60%;
    margin: 20%;
}
.titleHomeBar {
    float: left;
    width: calc(0%);
    padding-left: 30px;
    color: white;
    margin-top: 30px;
}
.date,
.reactions {
    float: left;
    font-size: 14px;
}
.reactions {
    margin-left: 50px;
}
.dateIcon,
.reactionIcon {
    float: left;
    color: #999999;
    font-size: 25px;
}
.dateText,
.reactionText {
    float: left;
    margin-top: 5px;
}
.readMoreBtn {
    float: right;
    color: #004b6c;
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    margin-top: 3px;
    position: relative;
    padding: 0 50px 0 0;
}
.readMoreBtn img {
    position: absolute;
    right: 0;
    top: -13px;
    width: 40px;
    height: auto;
}
.readMoreBtn.absolute {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.breadCrumbs {
    float: left;
    width: 100%;
}
.breadCrumbs li {
    float: left;
    color: #424242;
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
}
.breadCrumbs li:before {
    float: left;
    margin: 0 15px;
    content: '>';
    font-family: "FontAwesome";
}
.breadCrumbs li:first-child:before {
    display: none;
}
.breadCrumbs a {
    text-decoration: none;
}
.breadCrumbs a:hover {
    color: #ed6d04;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.min400 {
    min-height: 400px;
}
.dataIcon {
    position: absolute;
    max-width: 40px;
    right: 20px;
}
.specialLink {
    float: left;
    padding: 30px 20px;
}
.special:hover .icon {
    background-color: #c45b04;
}
.downloadFile i{
    color: #bdbdbd;
    margin-right: 4px;
}
.downloadFile:hover{
    text-decoration: underline;
}
.underLineData{
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

/*FOOTER*/
.footerMenu {
    float: left;
    width: 100%;
}
.footerMenu li {
    float: left;
    width: 100%;
}
.footerMenu a {
    float: left;
    width: 100%;
    text-decoration: none;
    color: #004b6c;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
}
.footerMenu a:hover {
    color: #ed6d04;
}
.socialMenu {
    float: left;
    width: 100%;
}
.socialMenu li {
    float: left;
}
.socialMenu a {
    float: left;
    font-size: 30px;
    margin-right: 30px;
    color: #004b6c;
}
.socialMenu a:hover {
    color: #ed6d04;
}
.footerMenuSub {
    float: left;
    width: auto;
}
.footerMenuSub li {
    float: left;
    color: #004b6c;
}
.footerMenuSub li:after {
    float: left;
    content: '|';
    margin: 0 20px;
    font-size: 12px;
}
.footerMenuSub li:last-child:after {
    display: none;
}
.footerMenuSub a {
    float: left;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    color: #004b6c;
    font-size: 12px;
    text-decoration: none;
}
.footerMenuSub a:hover {
    color: #ed6d04;
}
.footerLogo{
    margin-top: 2px;
}
.OC{
    image-rendering: -webkit-optimize-contrast;
}
.dottedLine {
    height: 3px;
    background-image: url('../../images/dot.png');
    width: calc(100% + 38px);
    margin-left: -19px;
}
.borderBlue {
    border: 2px solid #004b6c;
}
.lineBottom {
    border-bottom: 1px solid #181818;
}
.orangeBack {
    background-color: #ed6d04;
}
.blueBack {
    background-color: #004b6c;
}
.blueLightBack {
    background-color: #ecf2f6;
}
.whiteBack {
    background-color: white;
}
.whiteColor {
    color: white;
}
.blueColor {
    color: #004b6c;
}
.orangeColor {
    color: #ed6d04;
}
.blackColor {
    color: #181818;
}
.lightFont {
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
}
.regularFont {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
}
.semiBoldFont {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
}
.boldFont {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
}
