.wrapper {
  padding: 25px; }

.tittle {
  float: left;
  width: 46%; }
  .tittle h1 {
    display: block;
    line-height: 57px;
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    text-align: center;
    font-family: 'Roboto', sans-serif; }

.logo {
  float: left;
  text-align: center;
  width: 24%;
  line-height: 57px; }
  .logo img {
    vertical-align: middle; }

.share a,
.settings a {
  width: 15%;
  float: right;
  text-align: center;
  line-height: 57px;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  transition: background 0.15s linear; }
  .share a:hover,
  .settings a:hover {
    background: #94B8DF; }
.share img,
.settings img {
  vertical-align: middle; }

.main-wrapper {
  padding-top: 57px;
  position: relative; }
  .main-wrapper article .top-tittle {
    padding: 0 0 0 41px;
    position: relative;
    color: #545454; }
    .main-wrapper article .top-tittle h3 {
      font-size: 14px;
      line-height: 16px;
      color: #545454;
      margin: 0;
      padding: 2px 0 0 0; }
    .main-wrapper article .top-tittle span {
      font-size: 12px;
      line-height: 14px;
      margin: 0;
      display: block;
      color: #545454;
      padding: 0 0 0px 0; }


.main-wrapper article .top-tittle.web:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 34px;
      height: 32px;
      background: url(../img/sprite.png) no-repeat #ebebeb;
      background-position: -57px 3px;
    }

.main-wrapper article .top-tittle.video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 32px;
    background: url(../img/sprite.png) no-repeat #ebebeb;
    background-position: -28px 5px;
}
.main-wrapper article .top-tittle.paper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 32px;
    background: url(../img/newspaper.png) no-repeat #ebebeb;
}



  .main-wrapper article .date {
    color: #949494;
    font-size: 11px;
    line-height: 13px;
    padding: 0 12px 0 0;
    margin: 0 0 13px 0; }
    .main-wrapper article .date span {
      padding: 0 15px 0 0;
      z-index: 1; }
  .main-wrapper article .download-file {
    display: block;
    border: 1px solid #5680BE;
    position: relative;
    color: #000;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 15px;
    text-transform: uppercase;
    margin: 12px 0; }
    .main-wrapper article .download-file span {
      display: none;
      position: absolute;
      top: 7px;
      right: 10px;
      text-transform: lowercase; }
    .main-wrapper article .download-file:before {
      width: 18px;
      height: 18px;
      content: "";
      position: absolute;
      background: url(../img/sprite.png) no-repeat;
      background-position: -37px -31px;
      right: 10px;
      top: 7px; }
    .main-wrapper article .download-file:hover {
      background: #5680BE;
      color: #fff;
      text-align: center; }
      .main-wrapper article .download-file:hover:before {
        background-position: -37px -59px;
        left: 10px;
        top: 7px; }
      .main-wrapper article .download-file:hover span {
        display: block; }
  .main-wrapper article .news-link {
    background: #5680BE;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 11px 0 9px 10px;
    font-weight: bold;
    position: relative; }
    .main-wrapper article .news-link:after {
      position: absolute;
      top: 9px;
      right: 10px;
      width: 17px;
      height: 17px;
      content: "";
      background: url(../img/sprite.png) no-repeat;
      background-position: -3px -90px; }
  .main-wrapper article .pdf-block {
    position: relative;
    overflow: hidden; }
    .main-wrapper article .pdf-block .title {
      background: #5680BE;
      text-align: center;
      margin: 0; }
      .main-wrapper article .pdf-block .title a {
        display: block;
        color: #fff;
        padding: 11px 0 9px 0; }
      .main-wrapper article .pdf-block .title:before {
        position: absolute;
        top: 39px;
        left: -10px;
        content: "";
        width: 20px;
        height: 20px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #5680BE; }
    .main-wrapper article .pdf-block .content {
      padding: 10px 0;
      background: #f4f2f1;
      overflow: hidden; }
      .main-wrapper article .pdf-block .content a {
        padding: 62px 30px 15px 30px;
        font-size: 12px;
        float: left;
        position: relative;
        text-align: center;
        color: #949494; }
        .main-wrapper article .pdf-block .content a:after {
          position: absolute;
          top: 11px;
          left: 26px;
          content: "";
          width: 34px;
          height: 42px;
          background: url(../img/sprite.png) no-repeat;
          background-position: -37px -90px; }
  .main-wrapper article h2 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 11px 0;
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
    color: #404040; }
  .main-wrapper article p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin: 9px 0; }
  .main-wrapper .info {
    font-size: 15px;
    line-height: 17px;
    font-style: italic;
    position: relative;
    display: block;
    color: #979797;
    font-family: 'Roboto', sans-serif;
    margin: 16px 0 25px 0; }

.expand-block {
  margin: 0 0 23px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background: #ebebeb; }
  .expand-block .title {
    font-size: 12px;
    color: #9b9b9b;
    line-height: 43px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    padding: 0 40px 0 56px;
    display: block;
    position: relative;
    color: #515151; }
    .expand-block .title:before {
      content: "";
      width: 23px;
      height: 23px;
      position: absolute;
      left: 26px;
      top: 10px;
      background: url(../img/sprite.png) no-repeat;
      background-position: 0px -1px; }
    .expand-block .title:after {
      content: "";
      width: 13px;
      height: 7px;
      position: absolute;
      right: 28px;
      top: 17px;
      background: url(../img/sprite.png) no-repeat;
      background-position: -4px -37px; }
    .expand-block .title.active:after {
      background: url(../img/sprite.png) no-repeat;
      background-position: -4px -68px; }
  .expand-block .expand-info {
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 15px 27px;
    color: #737373; }

.theme {
  color: #9b9b9b;
  padding: 7px 40px 0 27px;
  margin: 0 0 15px 0; }
  .theme label {
    font-weight: bold;
    margin: 0 0 8px 0;
    display: block;
    font-size: 12px; }
  .theme p {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 8px 0; }

.pdf-block h3 {
  color: #fff;
  background: #5680BE;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  padding: 12px 0 10px 0;
  font-weight: bold; }

.footer .copyright {
  background: #dedede;
  padding: 28px;
  color: #575757;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  font-family: 'Roboto', sans-serif; }

#selector_id .sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 170px; }
  #selector_id .sbSelector:link, #selector_id .sbSelector::visited, #selector_id .sbSelector:hover {
    color: #EBB52D;
    outline: none;
    text-decoration: none; }
#selector_id .sbHolder {
  background-color: #2d2d2d;
  border: solid 1px #515151;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  position: relative;
  width: 200px; }
#selector_id .sbToggle {
  background: url(../img/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }
  #selector_id .sbToggle:hover {
    background: url(../img/select-icons.png) 0 -167px no-repeat; }
#selector_id .sbToggleOpen {
  background: url(../img/select-icons.png) 0 -16px no-repeat; }
  #selector_id .sbToggleOpen:hover {
    background: url(../img/select-icons.png) 0 -66px no-repeat; }
#selector_id .sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151; }
#selector_id .sbOptions {
  background-color: #212121;
  border: solid 1px #515151;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 1;
  overflow-y: auto; }
  #selector_id .sbOptions li {
    padding: 0 7px; }
    #selector_id .sbOptions li.last a {
      border-bottom: none; }
  #selector_id .sbOptions a {
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px; }
    #selector_id .sbOptions a:link, #selector_id .sbOptions a:visited {
      color: #ddd;
      text-decoration: none; }
    #selector_id .sbOptions a:hover, #selector_id .sbOptions a:focus, #selector_id .sbOptions a.sbFocus {
      color: #EBB52D; }

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px; }

.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px; }

.sbOptions .sbSub {
  padding-left: 17px; }

.addthis_toolbox {
  font-family: 'Open Sans', sans-serif; }
  .addthis_toolbox .share-title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 17px 0 17px 60px;
    color: #fff;
    background: #5680BE;
    background: url(../img/share-popup-icon.png) no-repeat 18px 8px #5680BE; }
  .addthis_toolbox a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 0 13px 55px;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    -ms-transition: background 0.15s linear;
    transition: background 0.15s linear; }
    .addthis_toolbox a img {
      display: none; }
    .addthis_toolbox a.addthis_button_facebook {
      background: url(../img/facebook-icon.png) no-repeat 15px 0px; }
      .addthis_toolbox a.addthis_button_facebook:hover {
        background: url(../img/facebook-icon-hover.png) no-repeat 15px 0px #fff;
        color: #5680BE; }
    .addthis_toolbox a.addthis_button_twitter {
      background: url(../img/twitter-icon.png) no-repeat 15px 0px; }
      .addthis_toolbox a.addthis_button_twitter:hover {
        background: url(../img/twitter-icon-hover.png) no-repeat 15px 0px #fff;
        color: #5680BE;}
    .addthis_toolbox a.addthis_button_linkedin {
      background: url(../img/linkedin-icon.png) no-repeat 15px 0px; }
      .addthis_toolbox a.addthis_button_linkedin:hover {
        background: url(../img/linkedin-icon-hover.png) no-repeat 15px 0px #fff;
        color: #5680BE; }
    .addthis_toolbox a.addthis_button_google_plusone_share {
      background: url(../img/googleplus-icon.png) no-repeat 15px 0px; }
      .addthis_toolbox a.addthis_button_google_plusone_share:hover {
        background: url(../img/googleplus-icon-over.png) no-repeat 15px 0px #5680BE;
        color: #5680BE; }

#save-box {
  background: #fff;
  padding: 20px; }
  #save-box p {
    color: #040404;
    margin: 0 0 17px 0;
    display: block; }
  #save-box a {
    width: 47%;
    padding: 12px 0px;
    text-align: center;
    color: #5680BE;
    border: 1px solid #5680BE;
    display: inline-block;
    font-size: 14px; }
    #save-box a:hover {
      background: #5680BE;
      color: #fff; }

.settings-header {
  font-size: 14px;
  line-height: 16px;
  padding: 14px 0;
  font-weight: bold;
  text-align: center;
  background: #f4f4f4;
  padding: 21px 0 19px;
  color: #444444;
  position: relative; }
  .settings-header a {
    position: absolute;
    width: 11px;
    height: 17px;
    top: 19px;
    left: 17px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -3px -124px; }

.settings-content h4 {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px 0; }
.settings-content .messages {
  font-size: 12px;
  font-style: italic;
  margin: 0 0 10px 0;
  display: block;
  line-height: 14px; }
.settings-content label {
  display: block;
  font-size: 13px;
  color: #000;
  margin: 0 0 7px 0; }
.settings-content select {
  border: 1px solid #c2c2c2;
  color: #4a4a4a;
  padding: 8px 10px;
  display: block;
  width: 100%;
  margin: 0 0 22px 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: url(../img/select-icon.png) no-repeat right 0;
  cursor: pointer; }
  .settings-content select:focus {
    border: 1px solid #5680BE;;
    outline: none; }
.settings-content .save {
  display: block;
  background: #c8c8c8;
  text-align: center;
  color: #fff;
  padding: 10px;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  transition: background 0.15s linear; }
  .settings-content .save:hover {
    background: #5680BE; }

@font-face {
  font-family: 'NTO-icons';
  src: url("../fonts/NTO-icons.eot?yoweus");
  src: url("../fonts/NTO-icons.eot?#iefixyoweus") format("embedded-opentype"), url("../fonts/NTO-icons.woff?yoweus") format("woff"), url("../fonts/NTO-icons.ttf?yoweus") format("truetype"), url("../fonts/NTO-icons.svg?yoweus#NTO-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'NTO-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-keyboard-arrow-down:before {
  content: "\e604"; }

.icon-keyboard-arrow-right:before {
  content: "\e603"; }

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

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

.icon-menu:before {
  content: "\e9bd"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-left:before {
  content: "\ea44"; }

.icon-google-plus:before {
  content: "\ea88"; }

.icon-instagram:before {
  content: "\ea90"; }

.icon-youtube:before {
  content: "\ea97"; }

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

.icon-tripadvisor:before {
  content: "\e601"; }

body, html {
  height: 100%; }

body {
  margin: 0px;
  position: relative;
  font-family: 'Roboto', sans-serif; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

a {
  color: #5680BE;
  text-decoration: none;
  outline: 0; }

a:hover, a:focus, a:active {
  color: #fe8383;
  text-decoration: none;
  outline: 0; }

button {
  outline: 0; }
  button:hover, button:focus, button:active {
    outline: 0; }

::selection {
  background: #5680BE;e;
  color: #fff; }

::-moz-selection {
  background: #5680BE;
  color: #fff; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background: #f4f4f4; }
  header .left-menu {
    float: left;
    width: 20%;
    margin: 0 auto;
    position: relative; }
    header .left-menu .navigation {
      position: absolute;
      display: none;
      top: auto;
      z-index: 3;
      left: 0;
      background: #5680BE;
      width: 210px;
      padding: 25px 15px; }
      header .left-menu .navigation ul li {
        margin-bottom: 20px; }
        header .left-menu .navigation ul li a {
          color: #fff;
          font-size: 20px;
          font-family: 'Roboto', sans-serif; }
          header .left-menu .navigation ul li a:hover {
            color: #ebebeb; }
        header .left-menu .navigation ul li:last-child {
          margin-bottom: 0; }
    header .left-menu .nav-btn {
      position: relative;
      height: 46px;
      width: 57px;
      border: medium none;
      background: transparent;
      color: #5680BE;
      font-size: 22px;
      font-weight: normal;
      cursor: pointer;
      padding: 3px; }
      header .left-menu .nav-btn[active="true"] {
        background: #5680BE;
        color: #fff; }
        header .left-menu .nav-btn[active="true"] .nav-icon {
          background: #fff; }
          header .left-menu .nav-btn[active="true"] .nav-icon:before {
            background: #fff; }
          header .left-menu .nav-btn[active="true"] .nav-icon:after {
            background: #fff; }
      header .left-menu .nav-btn .nav-icon {
        position: absolute;
        left: 0px;
        margin: 12px 15px;
        width: 28px;
        height: 4px;
        background: #5680BE;
        top: 0px; }
        header .left-menu .nav-btn .nav-icon:before {
          position: absolute;
          left: 0px;
          width: 100%;
          height: 4px;
          background: #5680BE;
          content: "";
          top: 10px; }
        header .left-menu .nav-btn .nav-icon:after {
          left: 0px;
          width: 100%;
          height: 4px;
          background: #5680BE;
          content: "";
          position: absolute;
          margin: 0px;
          top: 20px; }
  header .language {
    float: left;
    text-align: right;
    width: 20%;
    line-height: 45px;
    position: relative; }
    header .language ul {
      height: 46px; }
      header .language ul li {
        padding-right: 25px;
        position: relative;
        color: #000;
        font-size: 13px;
        cursor: pointer; }
        header .language ul li i {
          font-size: 16px;
          position: absolute;
          top: 14px;
          right: 7px; }
      header .language ul ul {
        position: absolute;
        background: #5680BE;
        top: 100%;
        right: 0;
        width: 60px;
        height: auto;
        display: none; }
        header .language ul ul li {
          margin-right: auto;
          text-align: center;
          padding-right: 0; }
          header .language ul ul li a {
            display: block;
            color: #fff; }

.back-to-top {
  text-align: center;
  padding: 20% 0 5% 0; }
  .back-to-top .to-top {
    display: inline-block;
    text-align: left;
    cursor: pointer;
    color: #999;
    font-size: 11px;
    width: 70px; }
    .back-to-top .to-top:before {
      content: "\ea41";
      font-family: 'NTO-icons';
      float: left;
      font-size: 20px;
      margin-right: 4px; }

.owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -16px;
  pointer-events: none; }
  .owl-controls .owl-nav .owl-prev {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 32px;
    pointer-events: auto;
    margin-top: 3px; }
    .owl-controls .owl-nav .owl-prev:after {
      content: "\e603";
      font-family: 'NTO-icons'; }
  .owl-controls .owl-nav .owl-next {
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 32px;
    pointer-events: auto; }
    .owl-controls .owl-nav .owl-next:after {
      content: "\e603";
      font-family: 'NTO-icons'; }

#map-canvas {
  width: 100%;
  height: 200px;
  background-color: #CCC;
  margin-bottom: 15px; }

#save-box > button {
    width: 47%;
    padding: 12px 0px;
    text-align: center;
    color: #5680BE;
    border: 1px solid #5680BE;
    display: inline-block;
    font-size: 14px;
    background-color: white;
}
#save-box > button:hover {
    background: #5680BE;
    color: #fff;
}

pre.tf{
    word-break: normal !important;
    white-space: pre-line; !important;
    border: 0;
}
.expand-block p{
    margin: 0 !important;
}
.expand-block div{
    margin-bottom: 10px;
}
.main-wrapper article p {
    font-size: 17px!important;
}

.theme label {
    font-size:14px!important;
}

.theme p {
    font-size:13px!important;
}
