* {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  background-color: #ececec;
}
.alignC {
  display: block;
  margin: 0 auto;
  width: 1000px;
}
.position-relative {
  position: relative;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a,
p,
span,
h1,
h2,
h3,
h4 {
  text-align: left;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .user-info {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 90%;
  background-color: #333;
  padding: 5px 5%;
}
header .user-info span,
header .user-info a {
  float: right;
}
header .user-info .user-name {
  color: #fff;
  float: right;
  margin-right: 30px;
}
header .user-info a.logout span {
  font-size: 18px;
  color: #c1c1c1;
}
header .user-info span.user-name {
  cursor: pointer;
  position: relative;
}
header .user-info .sub-list {
  position: absolute;
  top: 22px;
  left: 0;
  min-width: 200px;
  text-align: left;
  background-color: #fff;
  display: none;
}
header .user-info .sub-list a {
  float: left;
  width: 90%;
  padding: 5px 5%;
  color: #000;
}
header .user-info .sub-list a:hover {
  background-color: #ccc;
  text-decoration: none;
}
header .usri-fixed {
  position: fixed;
}
.edit-content-button {
  float: left;
  width: 100%;
  padding: 20px 10px;
}
header {
  float: left;
  width: 100%;
  background-color: #fff;
}
header .top-part {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+61,fbfbfb+83,e9e9e9+92,dadada+97,cacaca+100&0+0,0.5+60,1+82,1+100 */
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(251, 252, 253, 0.5) 60%, rgba(255, 255, 255, 0.52) 61%, #fbfbfb 82%, #fbfbfb 83%, #e9e9e9 92%, #dadada 97%, #cacaca 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(251, 252, 253, 0.5) 60%, rgba(255, 255, 255, 0.52) 61%, #fbfbfb 82%, #fbfbfb 83%, #e9e9e9 92%, #dadada 97%, #cacaca 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(251, 252, 253, 0.5) 60%, rgba(255, 255, 255, 0.52) 61%, #fbfbfb 82%, #fbfbfb 83%, #e9e9e9 92%, #dadada 97%, #cacaca 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#cacaca', GradientType=0);
  /* IE6-9 */
}
header .top-part a.logo {
  float: left;
  width: 218px;
  margin-top: 38px;
}
header .top-part a.logo img {
  float: left;
  width: 100%;
}
header .top-part .reklama-header {
  float: right;
  border: 1px solid #ccc;
  width: 728px;
  margin-top: 8px;
  overflow: hidden;
}
header .top-part .reklama-header span {
  float: left;
  width: 100%;
}
header .top-part .reklama-header a {
  float: left;
  width: 100%;
}
header .top-part .reklama-header a img {
  float: left;
  width: 728px;
  height: 90px;
}
header .top-part nav.main-nav {
  float: left;
  width: 100%;
  margin-top: 14px;
  position: relative;
}
header .top-part nav.main-nav ul {
  float: left;
  width: 100%;
}
header .top-part nav.main-nav ul li {
  float: left;
}
header .top-part nav.main-nav ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  background-color: #0089d0;
  float: left;
  text-transform: uppercase;
  padding: 4px 9px 4px 10px;
  color: #fff;
  margin-right: 3px;
}
header .top-part nav.main-nav ul li a:hover,
header .top-part nav.main-nav ul li a.active,
header .top-part nav.main-nav ul li.active a {
  background-color: #fff;
  color: #797979;
}
header .top-part nav.main-nav ul li ul {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
  display: none;
}
header .top-part nav.main-nav ul li ul li {
  border-right: 1px solid #0089d0;
  margin: 10px 0;
  line-height: 12px;
}
header .top-part nav.main-nav ul li ul li a {
  background: none;
  color: #0089d0;
  font-size: 13px;
  line-height: 12px;
  padding: 0 10px;
  text-transform: none;
}
header .top-part nav.main-nav ul li ul.sub-active {
  display: block;
}
header .top-part nav.main-nav ul li.active ul li a {
  background: none;
  color: #0089d0;
  font-size: 13px;
  line-height: 12px;
  padding: 0 10px;
  text-transform: none;
}
header .top-part nav.main-nav ul li.active ul li a:hover {
  color: #797979;
}
header .marquee-holder {
  float: left;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 6px 4px -4px #CACACA;
  padding: 6px 0;
}
header .marquee-holder .date-holder {
  float: left;
  width: 130px;
}
header .marquee-holder .date-holder span.date {
  float: left;
  border-right: 1px solid #9e9e9e;
  width: 120px;
  color: #ed1c24;
  font-size: 11px;
  font-weight: bold;
  padding-left: 14px;
}
section.home-row {
  float: left;
  width: 100%;
  margin-top: 10px;
}
section.home-row .main-news-holder {
  float: left;
  width: 716px;
  margin-right: 12px;
}
section.home-row .main-news-holder .rek-mn-1,
section.home-row .main-news-holder .rek-mn-2 {
  float: left;
  width: 716px;
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
}
section.home-row .main-news-holder .rek-mn-1 span,
section.home-row .main-news-holder .rek-mn-2 span {
  float: left;
  width: 100%;
}
section.home-row .main-news-holder .rek-mn-1 a,
section.home-row .main-news-holder .rek-mn-2 a {
  float: left;
}
section.home-row .main-news-holder .rek-mn-1 img,
section.home-row .main-news-holder .rek-mn-2 img {
  float: left;
  width: 716px;
  height: 120px;
}
section.home-row .main-news-holder .rek-mn-3,
section.home-row .main-news-holder .rek-mn-4 {
  float: left;
  width: 351px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-top: 15px;
}
section.home-row .main-news-holder .rek-mn-3 span,
section.home-row .main-news-holder .rek-mn-4 span {
  float: left;
  width: 100%;
}
section.home-row .main-news-holder .rek-mn-3 a,
section.home-row .main-news-holder .rek-mn-4 a {
  float: left;
  width: 100%;
}
section.home-row .main-news-holder .rek-mn-3 img,
section.home-row .main-news-holder .rek-mn-4 img {
  float: left;
  width: 351px;
  height: 125px;
}
section.home-row .main-news-holder .rek-mn-3 {
  margin-right: 1.8%;
}
section.home-row .main-news-holder .main-news {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
}
section.home-row .main-news-holder .main-news a.image {
  float: left;
  width: 42%;
  margin-right: 2%;
}
section.home-row .main-news-holder .main-news a.image img {
  float: left;
  width: 100%;
}
section.home-row .main-news-holder .main-news a.title {
  float: left;
  width: 56%;
  color: #e2070f;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 21px;
  font-size: 16px;
  margin-bottom: 10px;
}
section.home-row .main-news-holder .main-news a:hover.title {
  color: #bc040a;
}
section.home-row .main-news-holder .main-news span.short-text {
  font-size: 14px;
}
section.home-row .main-news-holder .main-news span.short-text a.more {
  color: #0083c9;
  font-size: 14px;
}
section.home-row .main-news-holder .main-news span.short-text a:hover.more {
  color: #01659b;
}
section.home-row .main-news-holder .other-news {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-top: 10px;
  overflow: hidden;
  height: 356px;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
}
section.home-row .main-news-holder .other-news a.image {
  float: left;
  width: 100%;
}
section.home-row .main-news-holder .other-news a.image img {
  width: 100%;
  margin: 0 0 10px 0;
}
section.home-row .main-news-holder .other-news a.title {
  color: #0083c9;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 21px;
  font-size: 15px;
}
section.home-row .main-news-holder .other-news a:hover.title {
  color: #01659b;
}
section.home-row .main-news-holder .other-news span.short-text {
  font-size: 14px;
}
section.home-row .main-news-holder .other-news span.short-text a.more {
  color: #0083c9;
  font-size: 13px;
}
section.home-row .main-news-holder .other-news span.short-text a:hover.more {
  color: #01659b;
}
section.home-row .flight-info {
  float: left;
  width: 35.1%;
  margin-right: 1.4%;
  border-radius: 8px;
}
section.home-row .flight-info a.main-link {
  float: left;
  width: 100%;
  line-height: 16px;
  background-color: #fff;
  color: #003e52;
  text-align: center;
  padding: 12px 12px;
  border-radius: 8px 8px 0 0;
}
section.home-row .flight-info .tab-container {
  float: left;
  width: 100%;
  background-color: #fbb040;
  border-radius: 8px 8px 0 0;
}
section.home-row .flight-info .tab-container a {
  float: left;
  width: 50%;
  text-align: center;
  color: #003e52;
  padding: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
section.home-row .flight-info .tab-container a.arrive {
  border-radius: 8px 0 0 0;
}
section.home-row .flight-info .tab-container a.depart {
  border-radius: 0 8px 0 0;
}
section.home-row .flight-info .tab-container a.active {
  background-color: #003e52;
  color: #fff;
}
section.home-row .flight-info .tab-content {
  float: left;
  width: 100%;
  background-color: #003e52;
  border-radius: 0 0 8px 8px;
  height: 250px;
}
section.home-row .flight-info .tab-content table tr.heading td {
  border-bottom: 1px solid #fbb040;
  color: #fbb040;
  font-size: 11px;
  text-align: left;
  padding: 6px 0;
}
section.home-row .flight-info .tab-content table {
  width: 100%;
}
section.home-row .flight-info .tab-content table tr.heading td {
  padding: 6px 5px;
}
section.home-row .flight-info .tab-content table tr.heading td.flight-no {
  width: 20%;
}
section.home-row .flight-info .tab-content table tr.heading td.from {
  width: 40%;
}
section.home-row .flight-info .tab-content table tr.heading td.status {
  width: 40%;
}
section.home-row .flight-info .tab-content table tr.rows td {
  text-align: left;
  font-size: 12px;
  color: #fff;
  padding: 4px 5px;
}
section.home-row .flight-info .departures {
  display: none;
}
section.home-row .news-box {
  float: left;
  width: 35.2%;
  overflow: hidden;
  height: 346px;
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 8px;
}
section.home-row .news-box a.main {
  float: left;
  width: 100%;
}
section.home-row .news-box a.main h1 {
  margin: 0;
  text-transform: uppercase;
  color: #e90100;
  font-size: 15px;
  padding: 8px 0 12px 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
section.home-row .news-box a.image {
  float: left;
  width: 100%;
  padding: 0 12px;
}
section.home-row .news-box a.image img {
  width: 100%;
}
section.home-row .news-box a.title {
  color: #0083c9;
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 0 12px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 21px;
  font-size: 15px;
}
section.home-row .news-box a:hover.title {
  color: #01659b;
}
section.home-row .news-box span.short-text {
  font-size: 14px;
}
section.home-row .news-box span.short-text a.more {
  color: #0083c9;
  font-size: 13px;
}
section.home-row .news-box span.short-text a:hover.more {
  color: #01659b;
}
section.home-row .news-box ul {
  float: left;
  width: 100%;
  padding: 10px 12px 5px 12px;
  background-color: #f2f2f0;
  height: 80px;
}
section.home-row .news-box ul li {
  float: left;
  width: 100%;
}
section.home-row .news-box ul li a {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
section.home-row .news-box ul li a span {
  float: left;
}
section.home-row .news-box ul li a span.icon {
  margin-right: 5px;
  margin-top: 2px;
  font-size: 13px;
  color: #9e9e9e;
}
section.home-row .news-box ul li a span.title {
  width: 95%;
  font-size: 12px;
  color: #008acf;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
section.home-row .news-box ul li a:hover span {
  color: #01659b;
}
section.home-row .sport {
  float: right;
  width: 27.5%;
}
section.home-row .sport ul {
  height: 110px;
}
section.home-row .news-box1 {
  float: left;
  width: 32%;
  margin-left: 1%;
  overflow: hidden;
  height: 370px;
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 8px;
}
section.home-row .news-box1 a.main {
  float: left;
  width: 100%;
}
section.home-row .news-box1 a.main h1 {
  margin: 0;
  text-transform: uppercase;
  color: #e90100;
  font-size: 15px;
  padding: 8px 0 12px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
section.home-row .news-box1 a.image {
  float: left;
  width: 100%;
  padding: 0 0;
}
section.home-row .news-box1 a.image img {
  width: 100%;
}
section.home-row .news-box1 a.title {
  color: #0083c9;
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 21px;
  font-size: 15px;
}
section.home-row .news-box1 a:hover.title {
  color: #01659b;
}
section.home-row .news-box1 span.short-text {
  font-size: 14px;
}
section.home-row .news-box1 span.short-text a.more {
  color: #0083c9;
  font-size: 13px;
}
section.home-row .news-box1 span.short-text a:hover.more {
  color: #01659b;
}
section.home-row .news-box1 ul {
  float: left;
  width: 100%;
  padding: 10px 12px 5px 12px;
  background-color: #f2f2f0;
}
section.home-row .news-box1 ul li {
  float: left;
  width: 100%;
}
section.home-row .news-box1 ul li a {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
section.home-row .news-box1 ul li a span {
  float: left;
}
section.home-row .news-box1 ul li a span.icon {
  margin-right: 5px;
  margin-top: 2px;
  font-size: 13px;
  color: #9e9e9e;
}
section.home-row .news-box1 ul li a span.title {
  width: 95%;
  font-size: 12px;
  color: #008acf;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
section.home-row .news-box1 ul li a:hover span {
  color: #01659b;
}
section.home-row .row-holder {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 0;
}
.right-holder {
  float: right;
  width: 272px;
}
.right-holder .main-right-news {
  float: right;
  width: 272px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 7px;
}
.right-holder .main-right-news a {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.right-holder .main-right-news a span {
  float: left;
}
.right-holder .main-right-news a span.icon {
  margin-right: 5px;
  margin-top: 2px;
  font-size: 13px;
  color: #9e9e9e;
}
.right-holder .main-right-news a span.title {
  width: 95%;
  font-size: 12px;
  color: #008acf;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.right-holder .main-right-news a:hover span {
  color: #e2070f;
}
.right-holder .rek-right-1,
.right-holder .rek-right-2 {
  float: left;
  width: 272px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.right-holder .rek-right-1 span,
.right-holder .rek-right-2 span {
  float: left;
  width: 100%;
}
.right-holder .rek-right-1 a,
.right-holder .rek-right-2 a {
  float: left;
  width: 100%;
}
.right-holder .rek-right-1 img,
.right-holder .rek-right-2 img {
  float: left;
  width: 272px;
  height: 100px;
}
.right-holder .rek-right-2 {
  margin-top: 10px;
  margin-bottom: 0;
}
.right-holder .right-box {
  float: left;
  width: 100%;
}
.right-holder .news-box,
.right-holder right-calendari {
  float: left;
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  height: 346px;
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 8px;
}
.right-holder .news-box a.main,
.right-holder right-calendari a.main {
  float: left;
  width: 100%;
}
.right-holder .news-box a.main h1,
.right-holder right-calendari a.main h1 {
  margin: 0;
  text-transform: uppercase;
  color: #e90100;
  font-size: 15px;
  padding: 8px 0 12px 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.right-holder .right-calendari {
  height: 500px;
}
.right-holder .right-calendari a.title {
  float: left;
  width: 100%;
  padding: 0 12px 12px 12px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
}
.right-holder .right-calendari a:hover.title {
  text-decoration: underline;
}
.right-holder .right-calendari span {
  float: left;
  padding: 0 12px;
  font-size: 13px;
}
.right-holder .right-calendari span p,
.right-holder .right-calendari span p a,
.right-holder .right-calendari span a,
.right-holder .right-calendari span b,
.right-holder .right-calendari span i,
.right-holder .right-calendari span strong,
.right-holder .right-calendari span em {
  font-size: 13px;
}
section.last {
  margin-bottom: -20px;
  position: relative;
  z-index: 10;
}
footer {
  float: left;
  width: 100%;
  background-color: #0089d1;
  position: relative;
  z-index: 5;
  padding-top: 40px;
}
footer span.address {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}
footer .copyright {
  float: left;
  width: 100%;
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .copyright span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
footer .copyright span a {
  color: #fff;
  font-size: 13px;
}
section.content {
  float: left;
}
section.content a {
  color: #036da2;
}
h1.section-main-heading {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 8px 10px;
  margin: 10px 0;
  font-size: 15px;
  font-weight: 700;
}
.list-article article.main-news {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
}
.list-article article.main-news a.image {
  float: left;
  width: 42%;
  margin-right: 2%;
}
.list-article article.main-news a.image img {
  float: left;
  width: 100%;
}
.list-article article.main-news a.title h1 {
  float: left;
  width: 56%;
  color: #e2070f;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 21px;
  font-size: 16px;
  margin-bottom: 10px;
}
.list-article article.main-news a:hover.title {
  color: #bc040a;
}
.list-article article.main-news span.short-text {
  font-size: 14px;
}
.list-article article.main-news span.short-text a.more {
  color: #0083c9;
  font-size: 14px;
}
.list-article article.main-news span.short-text a:hover.more {
  color: #01659b;
}
.list-article article.other-news {
  float: left;
  width: 49%;
  margin-right: 2%;
  overflow: hidden;
  height: 356px;
  margin-bottom: 14.6px;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
}
.list-article article.other-news a.image {
  float: left;
  width: 100%;
}
.list-article article.other-news a.image img {
  width: 100%;
  max-height: 180px;
}
.list-article article.other-news a.title h1 {
  color: #0083c9;
  float: left;
  width: 100%;
  margin: 10px 0;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 21px;
  font-size: 15px;
}
.list-article article.other-news a:hover.title h1 {
  color: #01659b;
}
.list-article article.other-news span.short-text {
  font-size: 14px;
}
.list-article article.other-news span.short-text a.more {
  color: #0083c9;
  font-size: 13px;
}
.list-article article.other-news span.short-text a:hover.more {
  color: #01659b;
}
.list-article article.list {
  float: left;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  height: 240px;
  margin-bottom: 14.6px;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
}
.list-article article.list a.image {
  float: left;
  width: 100%;
}
.list-article article.list a.image img {
  width: 100%;
  max-height: 140px;
}
.list-article article.list a.title h1 {
  color: #0083c9;
  float: left;
  width: 100%;
  margin: 10px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 21px;
  font-size: 13px;
}
.list-article article.list a:hover.title h1 {
  color: #01659b;
}
.list-article article.list span.short-text {
  font-size: 14px;
}
.list-article article.list span.short-text a.more {
  color: #0083c9;
  font-size: 13px;
}
.list-article article.list span.short-text a:hover.more {
  color: #01659b;
}
.list-article article.full {
  float: left;
  width: 100%;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 8px 8px 0 0;
  padding-bottom: 50px;
}
.list-article article.full h1.article-main-heading {
  float: left;
  width: 100%;
  padding: 20px 10px;
  font-size: 21px;
  font-weight: bold;
}
.list-article article.full span.full-text {
  float: left;
  width: 100%;
  padding: 20px 10px;
}
.list-article article.full span.full-text p,
.list-article article.full span.full-text a,
.list-article article.full span.full-text em,
.list-article article.full span.full-text strong,
.list-article article.full span.full-text i,
.list-article article.full span.full-text b {
  line-height: 25px;
}
.list-article article.slide-article {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 0;
}
.list-article article.slide-article a.text-holder {
  float: left;
  width: 100%;
}
.list-article article.slide-article a.text-holder h1 {
  color: #0083c9;
  float: left;
  width: 100%;
  padding: 0 10px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 21px;
  font-size: 15px;
}
.list-article article.slide-article a.text-holder span.text-short {
  float: left;
  width: 100%;
  color: #000;
  font-size: 13px;
  padding: 0 10px;
  margin-top: 10px;
}
.list-article article.slide-article a:hover.text-holder h1 {
  color: #01659b;
}
.list-article article.slide-article .full-text {
  display: none;
  float: left;
  width: 100%;
  padding: 0 10px;
  margin: 10px 0;
}
.list-article article.slide-article .full-text p,
.list-article article.slide-article .full-text span,
.list-article article.slide-article .full-text a,
.list-article article.slide-article .full-text em,
.list-article article.slide-article .full-text i,
.list-article article.slide-article .full-text strong,
.list-article article.slide-article .full-text b {
  font-size: 15px;
}
.list-article .rek-mn-1,
.list-article .rek-mn-2 {
  float: left;
  width: 716px;
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.list-article .rek-mn-1 span,
.list-article .rek-mn-2 span {
  float: left;
  width: 100%;
}
.list-article .rek-mn-1 a,
.list-article .rek-mn-2 a {
  float: left;
}
.list-article .rek-mn-1 img,
.list-article .rek-mn-2 img {
  float: left;
  width: 716px;
  height: 120px;
}
.latest-section-news {
  float: left;
  width: 100%;
  margin-top: 15px;
}
#news-gallery {
  margin: 0 10px;
}
.w730 {
  width: 730px;
}
.w716 {
  width: 716px;
}
.h100 {
  height: 100%;
}
.dispaly-block {
  display: block;
}
.w100 {
  width: 100%;
}
.pagenumbers {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.pagenumbers ul {
  float: left;
  width: 100%;
}
.pagenumbers ul li {
  float: left;
}
.pagenumbers ul li a {
  float: left;
  font-size: 13px;
  padding: 5px 8px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  margin-right: 5px;
  color: #000;
}
.pagenumbers ul li a.icons {
  font-size: 15px;
  padding: 7px 8px 6px 8px;
}
.pagenumbers ul li a:hover {
  background-color: #f0f0f0;
}
.pagenumbers ul li a.active {
  color: #0083c9;
}
.pagenumbers ul li.last a {
  margin-right: 0;
}
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner,
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(../images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: url(../images/fancybox/blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden!important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #656666;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(../images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
