/*----------------------------------------------------------------------------------- */
/*  Fonts */
/*----------------------------------------------------------------------------------- */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlNHq-FFgoDNV3GTKpHwuvtI.woff) format("woff"); }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGCmgpmuQqK2I-L2S9cF65Ek.woff) format("woff"); }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGIqjGYJUyOXcBwUQbRaNH6c.woff) format("woff"); }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: local("Source Sans Pro Black"), local("SourceSansPro-Black"), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGC7eGk4PJkA83J1AXCmgUfc.woff) format("woff"); }

/*----------------------------------------------------------------------------------- */
/*  Document Setup */
/*----------------------------------------------------------------------------------- */
* {
  outline: none !important; }

body {
  font-family: "Source Sans Pro", sans-serif;
  color: black;
  background-color: #eef2f2;
  font-size: 15px;
  padding-bottom: 50px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-size: 55%; }

h1, .h1 {
  font-size: 60px;
  letter-spacing: -0.03em; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 25px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 15px;
  font-weight: 400; }

h6, .h6 {
  font-size: 13px;
  font-weight: 600; }

p {
  margin-bottom: 15px; }

.lead {
  font-weight: 300; }

strong {
  font-weight: 700; }

a {
  color: #32b9b1; }
  a:hover {
    color: #666666;
    text-decoration: none; }

blockquote {
  border-color: #dddddd; }

hr {
  border-color: #d0d0d0; }

/*----------------------------------------------------------------------------------- */
/*  Background color helper classes */
/*----------------------------------------------------------------------------------- */
.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger, .bg-muted {
  color: white; }
  .bg-primary .page-header, .bg-success .page-header, .bg-info .page-header, .bg-warning .page-header, .bg-danger .page-header, .bg-muted .page-header {
    color: white; }

.bg-primary {
  background-color: #32b9b1; }

.bg-success {
  background-color: #51be38; }

.bg-info {
  background-color: #5bc0de; }

.bg-warning {
  background-color: #ef9544; }

.bg-danger {
  background-color: #f05a5b; }

.bg-muted {
  background-color: #bbbbbb; }

/*----------------------------------------------------------------------------------- */
/*  Buttons */
/*----------------------------------------------------------------------------------- */
.btn {
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  font-weight: 600; }
  .btn.active, .btn:active {
    box-shadow: none; }

.btn-primary {
  background: #32b9b1; }
  .btn-primary:hover, .btn-primary.active, .btn-primary:focus {
    background: #2ea9a2; }

.btn-success {
  background: #51be38; }
  .btn-success:hover, .btn-success.active, .btn-success:focus {
    background: #4aae33; }

.btn-info {
  background: #5bc0de; }
  .btn-info:hover, .btn-info.active, .btn-info:focus {
    background: #4ab9db; }

.btn-warning {
  background: #ef9544; }
  .btn-warning:hover, .btn-warning.active, .btn-warning:focus {
    background: #ed8a31; }

.btn-danger {
  background: #f05a5b; }
  .btn-danger:hover, .btn-danger.active, .btn-danger:focus {
    background: #ee4748; }

.btn-link {
  color: #32b9b1; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }
  .btn-group.open .dropdown-toggle.btn-primary {
    background-color: #227d77;
    border-color: #227d77; }
    .btn-group.open .dropdown-toggle.btn-primary .caret {
      border-top-color: white; }
  .btn-group.open .dropdown-toggle.btn-success {
    background-color: #388327;
    border-color: #388327; }
    .btn-group.open .dropdown-toggle.btn-success .caret {
      border-top-color: white; }
  .btn-group.open .dropdown-toggle.btn-info {
    background-color: #28a1c5;
    border-color: #28a1c5; }
    .btn-group.open .dropdown-toggle.btn-info .caret {
      border-top-color: white; }
  .btn-group.open .dropdown-toggle.btn-warning {
    background-color: #d46e12;
    border-color: #d46e12; }
    .btn-group.open .dropdown-toggle.btn-warning .caret {
      border-top-color: white; }
  .btn-group.open .dropdown-toggle.btn-danger {
    background-color: #e81517;
    border-color: #e81517; }
    .btn-group.open .dropdown-toggle.btn-danger .caret {
      border-top-color: white; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -2px; }
.btn-group.open .dropdown-toggle {
  box-shadow: none; }

/*----------------------------------------------------------------------------------- */
/*  Nav pills */
/*----------------------------------------------------------------------------------- */
.nav-pills > li > a {
  font-weight: 600; }
  .nav-pills > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05); }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #32b9b1; }

/*----------------------------------------------------------------------------------- */
/*  Dropdowns */
/*----------------------------------------------------------------------------------- */
.dropdown-menu {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-align: left; }
  .dropdown-menu > li > a {
    color: black;
    padding: 5px 12px 7px; }
  .dropdown-menu > li:first-child a {
    border: 0; }
  .dropdown-menu .divider {
    margin: 4px 0; }

/*----------------------------------------------------------------------------------- */
/*  Tables */
/*----------------------------------------------------------------------------------- */
.table thead tr th {
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.6) !important;
  color: black;
  border: 0;
  vertical-align: middle; }
.table tbody {
  background-color: white; }
  .table tbody tr td {
    font-size: 14px;
    border-top: 0;
    vertical-align: middle; }
.table tfoot > tr > td {
  border-top: 0; }
.table tfoot > tr:first-child > td {
  border-top: 1px solid #dddddd;
  padding-top: 15px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(0, 0, 0, 0.05); }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #51be38;
  color: white; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #5bc0de;
  color: white; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #ef9544;
  color: white; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f05a5b;
  color: white; }

/*----------------------------------------------------------------------------------- */
/*  Labels */
/*----------------------------------------------------------------------------------- */
.label-primary {
  background-color: #32b9b1; }

.label-default {
  background-color: #bbbbbb; }

.label-success {
  background-color: #51be38; }

.label-info {
  background-color: #5bc0de; }

.label-warning {
  background-color: #ef9544; }

.label-danger {
  background-color: #f05a5b; }

/*----------------------------------------------------------------------------------- */
/*  List groups */
/*----------------------------------------------------------------------------------- */
.list-group .list-group-item.active, .list-group .list-group-item.active:hover, .list-group .list-group-item.active:focus {
  color: white;
  background-color: #32b9b1;
  border-color: #27918b; }
  .list-group .list-group-item.active .badge, .list-group .list-group-item.active:hover .badge, .list-group .list-group-item.active:focus .badge {
    color: #32b9b1;
    background-color: white; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #32b9b1;
  border-color: #32b9b1; }

/*----------------------------------------------------------------------------------- */
/*  Form styles */
/*----------------------------------------------------------------------------------- */
label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px; }

.form-group {
  margin-bottom: 25px; }

.form-control {
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35); }
  .form-control:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35); }

.input-group {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
  border-radius: 4px; }
  .input-group.input-group-lg {
    border-radius: 6px; }
  .input-group.input-daterange {
    border-radius: 4px; }
  .input-group .form-control {
    border: 0;
    box-shadow: none; }
  .input-group .input-group-btn .btn {
    margin: 0 !important;
    border: 0 !important; }
  .input-group .input-group-addon {
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    color: black; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -2px;
  position: relative;
  z-index: 10; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -2px; }

.has-feedback .form-control-feedback {
  top: 50%;
  margin-top: -17px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #60c560; }
.has-success .form-control {
  border-color: #60c560; }
.has-success .form-control-feedback {
  color: #60c560; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #f0ad4e; }
.has-warning .form-control {
  border-color: #f0ad4e; }
.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #d9534f; }
.has-error .form-control {
  border-color: #d9534f; }
.has-error .form-control-feedback {
  color: #d9534f; }

/*----------------------------------------------------------------------------------- */
/*  Emphasis Classes */
/*----------------------------------------------------------------------------------- */
.text-primary {
  color: #32b9b1; }

.text-success {
  color: #51be38; }

.text-info {
  color: #5bc0de; }

.text-warning {
  color: #ef9544; }

.text-danger {
  color: #f05a5b; }

/*----------------------------------------------------------------------------------- */
/*  Panels */
/*----------------------------------------------------------------------------------- */
.panel {
  border: 0; }
  .panel .panel-body {
    padding: 20px; }

.panel-heading .panel-toggle {
  background: #f9fafa; }
.panel-heading .panel-title {
  font-size: 18px; }

/*----------------------------------------------------------------------------------- */
/*  Tab Styles */
/*----------------------------------------------------------------------------------- */
.nav-tabs > li > a {
  border-radius: 0px; }
  .nav-tabs > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05); }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: white; }

.tab-content {
  background-color: white;
  border: 1px solid #dddddd;
  border-top: 0;
  padding: 15px 15px 5px; }

/*----------------------------------------------------------------------------------- */
/*  Progress Bars */
/*----------------------------------------------------------------------------------- */
.progress {
  box-shadow: none;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.06); }
  .progress .progress-bar {
    box-shadow: none;
    background-color: #32b9b1; }
  .progress .progress-bar-success {
    background-color: #51be38; }
  .progress .progress-bar-info {
    background-color: #5bc0de; }
  .progress .progress-bar-warning {
    background-color: #ef9544; }
  .progress .progress-bar-danger {
    background-color: #f05a5b; }

.well {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.05); }

body {
  background-color: #000000; /*It was #5bbcd5*/
  padding: 5em 0; }

.timeline {
  list-style: none;
  position: relative;
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  overflow: hidden; }
  .timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: rgba(91, 188, 213, 0.2); /*It was rgba(0, 0, 0, 0.2)*/
    height: 100%;
    width: 4px;
    border-radius: 2px;
    display: block; }
  .timeline .timeline-row {
    padding-left: 50%;
    position: relative;
    z-index: 10; }
    .timeline .timeline-row .timeline-time {
      position: absolute;
      right: 50%;
      top: 31px;
      text-align: right;
      margin-right: 40px;
      font-size: 22px;
        color: #ffffff;
      line-height: 1.3;
      font-weight: 600; }
      .timeline .timeline-row .timeline-time small ,
      .timeline .timeline-row .timeline-time span {
        display: block;
        color: #ffffff;
        text-transform: uppercase;
        /*opacity: 0.75;
        font-size: 11px;*/
        font-weight: 600; }
    .timeline .timeline-row .timeline-icon {
      position: absolute;
      top: 30px;
      left: 50%;
      margin-left: -20px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: white;
      text-align: center;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      padding: 3px;
      color: white;
      font-size: 14px;
      z-index: 100; }
      .timeline .timeline-row .timeline-icon > div {
        border-radius: 50%;
        line-height: 34px;
        font-size: 16px; }
    .timeline .timeline-row .timeline-content {
      margin-left: 40px;
      position: relative;
      background-color: white;
      color: #333333; }
      .timeline .timeline-row .timeline-content:after {
        content: "";
        position: absolute;
        top: 48px;
        left: -41px;
        height: 4px;
        width: 40px;
        background-color:  rgba(91, 188, 213, 0.2); /*It was rgba(0, 0, 0, 0.2)*/
        z-index: -1; }
      .timeline .timeline-row .timeline-content .panel-body {
        padding: 15px 15px 2px;
        position: relative;
        z-index: 10; }
      .timeline .timeline-row .timeline-content h2 {
        font-size: 22px;
        margin-bottom: 12px;
        margin-top: 0;
        line-height: 1.2; }
      .timeline .timeline-row .timeline-content p {
        margin-bottom: 15px; }
      .timeline .timeline-row .timeline-content img {
        margin-bottom: 15px; }
      .timeline .timeline-row .timeline-content blockquote {
        border-color: #eeeeee; }
        .timeline .timeline-row .timeline-content blockquote footer, .timeline .timeline-row .timeline-content blockquote small, .timeline .timeline-row .timeline-content blockquote .small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {
          color: #999999; }
      .timeline .timeline-row .timeline-content .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        margin-bottom: 15px;
        overflow: hidden; }
        .timeline .timeline-row .timeline-content .video-container iframe, .timeline .timeline-row .timeline-content .video-container object, .timeline .timeline-row .timeline-content .video-container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .timeline .timeline-row:nth-child(odd) {
      padding-left: 0;
      padding-right: 50%; }
      .timeline .timeline-row:nth-child(odd) .timeline-time {
        right: auto;
        left: 50%;
        text-align: left;
        margin-right: 0;
        margin-left: 40px; }
      .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 40px;
        margin-left: 0; }
        .timeline .timeline-row:nth-child(odd) .timeline-content:after {
          left: auto;
          right: -41px; }
  .timeline.animated .timeline-row .timeline-content {
    opacity: 0;
    left: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s; }
  .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: -20px; }
  .timeline.animated .timeline-row.active .timeline-content {
    opacity: 1;
    left: 0; }
  .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0; }

@media (max-width: 1200px) {
  .timeline {
    padding: 15px 10px; }
    .timeline:after {
      left: 28px; }
    .timeline .timeline-row {
      padding-left: 0;
      margin-bottom: 16px; }
      .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px; }
        .timeline .timeline-row .timeline-time strong {
          display: inline-block;
          margin-right: 10px; }
      .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0; }
      .timeline .timeline-row .timeline-content {
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative; }
        .timeline .timeline-row .timeline-content:after {
          right: auto !important;
          left: -20px !important;
          top: 32px; }
      .timeline .timeline-row:nth-child(odd) {
        padding-right: 0; }
        .timeline .timeline-row:nth-child(odd) .timeline-time {
          position: relative;
          right: auto;
          left: auto;
          top: 0;
          text-align: left;
          margin: 0 0 6px 56px; }
        .timeline .timeline-row:nth-child(odd) .timeline-content {
          margin-right: 0;
          margin-left: 55px; }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
      left: 20px; }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
      left: 0; } }



.item img {
  width: 100%;
}

/*  BigVideo Styles 
  You may need to adjust these styles to get this working right in your design. 
*/
#big-video-wrap{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:0;padding:10px;width:100%;background:rgba(0,0,0,.25);
  -webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url('bigvideo.png');}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
#big-video-wrap .vjs-big-play-button{display:none !important;}


#header-wrap {
    position: fixed;
  z-index: 60;
  width: 100%;
}
}

#header {
  background:#fff none;
  height:96px;
  z-index:1;
  position:relative;
  border-bottom:1px solid #d4d4d4;
  -moz-box-shadow:0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.2);
}

#header .bg {
  background:transparent url(http://www.gcdata.gr/t1/header_bg.png) no-repeat scroll center center;
  height:96px;
  position:absolute;
  width:100%;
  z-index:1;
}

#header .body {
  width:1065px;
  height:96px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  z-index:2;
}

#header .body .home {
  left:0;
  position:absolute;
  top:10px;
}

#header .body .home a {
  background:url("http://www.gocar.gr/images/blank.png") repeat scroll 0 0 transparent;
  display:block;
  height:80px;
  width:115px;
}

#header .body .home a:hover {
  text-decoration:none;
}

#header .body .sites {
    left: 456px;
    position: absolute;
    top: 0;
}

#header .body .sites .image {
  background:url("http://www.gcdata.gr/t1/sites.png?v=1") no-repeat scroll 0 0 transparent;
    height: 35px;
    position: relative;
    width: 236px;
}

#header .body .sites a img {
    display: block;
    height: 25px;
    width: 105px;
}

#header .body .sites a.autocalendar {
    left: 10px;
    position: absolute;
    top: 0;
}

#header .body .sites a.timesvenzinis {
    right: 10px;
    position: absolute;
    top: 0;
}


#header .body .login-area {
  position:absolute;
  right:0;
  text-align:right;
  top:8px;
}

#header .body .login-area #ice-logout a {
  background:url("http://www.gcdata.gr/t1/icons.png") no-repeat scroll right 0 transparent;
  color:#B7B7B7;
  font-size:12px;
  padding:0 18px 0 0;
}

#header .body .login-area #ice-logout span.sep {
  color:#B7B7B7;
  font-size:12px;
  margin:0 5px;
}

#header .body .login-area #ice-logout a.logout {
  background-position:right -632px;
}

#header .body .login-area #ice-logout a.account {
  background-position:right -658px;
}

#header .body .login-area #ice-logout a:hover {
  color:#0196cd;
  text-decoration:none;
}

#header .body .login-area #ice-logout a.logout:hover {
  background-position:right -746px; /* 114 */
}

#header .body .login-area #ice-logout a.account:hover {
  background-position:right -772px;
}

#header .body .login-area #ice-login a.register,
#header .body .login-area #ice-login a.forgot {
  background:url("http://www.gcdata.gr/t1/icons.png") no-repeat scroll right 0 transparent;
  color:#B7B7B7;
  font-size:12px;
  padding:0 18px 0 0;
}

#header .body .login-area #ice-login a.register {
  background-position:right -685px;
    line-height: 16px;
    position: absolute;
    right: 260px;
    top: -6px;
}

#header .body .login-area #ice-login a.forgot {
    background-position: right -716px;
    line-height: 16px;
    position: absolute;
    right: 260px;
    top: 12px;
    white-space: nowrap;
}

#header .body .login-area #ice-login a.register:hover,
#header .body .login-area #ice-login a.forgot:hover {
  color:#0196cd;
  text-decoration:none;
}

#header .body .login-area #ice-login a.register:hover {
  background-position:right -799px;
}

#header .body .login-area #ice-login a.forgot:hover {
  background-position:right -830px;
}


  

#header .body .login-area #ice-login-wait {
}

#header .body .login-area #ice-login-wait span {
  background:transparent url(http://www.gcdata.gr/t1/loader4.gif) no-repeat scroll left 3px;
  color:#AAAAAA;
  display:block;
  font-size:12px;
  font-weight:bold;
  line-height:20px;
  padding-left:20px;
}

#header .body .login-area #ice-login,
#header .body .login-area #ice-logout {
  position:relative;
  line-height:26px;
}

#header .body .login-area #ice-login ul {
  list-style-type:none;
}

#header .body .login-area #ice-login ul li {
  float:left;
  margin-left:10px;
}

#header .body .login-area #ice-login input.field {
  background-color:#E3E3E3;
  border:1px solid #D1D1D1;
  font-size:12px;
  font-weight:bold;
  padding:4px 2px;
  width:100px;
  position:relative;
}

#header .body .login-area #ice-login input.password {
  margin-left:5px;
  padding-right:25px;
}

#header .body .login-area #ice-login a.login {
  background:transparent url(http://www.gcdata.gr/t1/images.png) no-repeat scroll -146px -337px;
  display:block;
  height:22px;
  position:absolute;
  right:2px;
  top:1px;
  width:22px;
}

#header .body .login-area #ice-login label {
  color:#999999;
  font-size:12px;
  font-style:italic;
  top:5px !important;
}

#header .body #menu-video {
  position:absolute;
  right:0;
  top:56px;
}

#header .body .moto {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    top: 8px;
}

#header .body .menu-top {
  left:115px;
  position:absolute;
  top:14px;
}

#header .body .menu-top ul {
  list-style-type:none;
}

#header .body .menu-top ul li {
  float:left;
  color:#b7b7b7;
  line-height:16px;
}

#header .body .menu-top ul li.sep {
  margin:0 5px;
}

#header .body .menu-top ul li.space {
  display:none;
}

#header .body .menu-top ul li a {
  color:#b7b7b7;
  font-size:12px;
}

#header .body .menu-top ul li a.site {
  color:#252525;
  font-size:16px;
  font-weight:bold;
}

#header .body .module-menu {
  left:150px;
  position:absolute;
  top:56px;
}

#header .body .module-menu ul {
  list-style-type:none;
}

#header .body .module-menu ul#top-menu {
  border-left:1px solid #C2C2C2;
  width:914px;
}

#header .body .module-menu ul li {
  border-right:1px solid #C2C2C2;
  float:left;
  position:relative;
}

#header .body .module-menu ul li.first {
  
}

#header .body .module-menu ul li.sep {
  border:0 none;
}

#header .body .module-menu ul li.space {
  display:none;
}

#header .body .module-menu ul li a {
  color:#707070;
  display:block;
  font-size:16px;
  font-weight:bold;
  padding:10px 8px 11px;
  position:relative;
}

#header .body .module-menu ul li.open a {
  background-color:#FFFFFF;
  margin-top:2px;
  padding-bottom:11px;
  padding-top:8px;
  z-index:100;
}

/*#header .body .module-menu ul li a:hover {
  text-shadow:0 0 3px rgba(0, 0, 0, 0.2);
}*/

#header .body .module-menu ul li.selected {
  background-color:#0196CD;
}

#header .body .module-menu ul li.selected a {
  color:#fff;
}

#header .body .module-menu ul li#menu-213.selected {
  background-color:#239D65;
}

#header .body .module-menu ul li#menu-213 a {
  color:#239D65;
}

#header .body .module-menu ul li#menu-213.selected a {
  color:#fff;
}

#header .body .module-menu ul li#menu-240 {
  float:right;
  border-left:1px solid #C2C2C2;
}

#header .body .module-menu ul li#menu-240.selected {
  background-color:#E057B4;
}

#header .body .module-menu ul li#menu-251 a {
  color:#c60004;
}

#header .body .module-menu ul li#menu-251.selected {
  background-color:#c60004;
}

#header .body .module-menu ul li#menu-251.selected a {
  color:#fff;
}

#header .body .module-menu ul li#menu-259 {
}

#header .body .module-menu ul li#menu-259 a {
  color:#B89E7C;
}

#header .body .module-menu ul li#menu-259.selected {
  background-color:#B89E7C;
}

#header .body .module-menu ul li#menu-259.selected a {
  color:#fff;
}



#header .body .module-menu .popup-menu {
  background-color:#FFFFFF;
  border:1px solid #C2C2C2;
  left:-1px;
  position:absolute;
  top:40px;
  width:180px;
  z-index:99;
}

#header .body .module-menu .popup-menu .arrow {
  display:none;
}

#header .body .module-menu .popup-menu ul {
}

#header .body .module-menu .popup-menu ul li {
  float:none;
  border:0 none;
}

#header .body .module-menu .popup-menu ul li a {
  font-size:12px;
  margin:0;
  padding:4px 8px;
}



body.v2 #header {
    border: 0 none;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
    height: 80px;
    z-index: 5;
}

body.v2 #header .bg {
  background:url(http://www.gcdata.gr/t1/v2/header_bg.png) repeat scroll 0 0;
  height: 80px;
}

body.v2 #header .body {
  height: 80px;
}

body.v2 #header .body .menu-top {
  display:none;
}

body.v2 #header .body .home a {
  background:url(../images/logo.png) no-repeat scroll 0 0;
    height: 61px;
    width: 193px;
}

body.v2 #header .body .moto {
  color: #FFFFFF;
}

body.v2 #header .body .module-menu {
    height: 31px;
    left: 205px;
    top: 49px;
}

body.v2 #header .body .module-menu ul#top-menu {
    border: 0 none;
    width: auto;
}

body.v2 #header .body .module-menu ul li {
  border: 0 none;
}

body.v2 #header .body .module-menu ul li.last {
  border:0 none;
}

body.v2 #header .body .module-menu ul li.sep {
  display:none;
}

body.v2 #header .body .module-menu ul li.space {
  display:block;
}

body.v2 #header .body .module-menu ul li.space span {
    background-color: #777777;
    display: block;
    height: 18px;
    left: 1px;
    position: relative;
    top: 6px;
    width: 1px;
}

body.v2 #header .body .module-menu ul li.space.selected {
  display:none;
}

body.v2 #header .body .module-menu ul li a {
    color: #FFFFFF;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 5px 6px;
}

body.v2 #header .body .module-menu ul li a:hover {
  text-decoration:none;
}

body.v2 #header .body .module-menu ul li.open a {
  background-color:transparent;
  margin:0;
}

body.v2 #header .body .module-menu ul li.selected {
  background-color:transparent !important;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}

body.v2 #header .body .module-menu ul li#menu-259.selected a {
  color: #B89E7C;
}

body.v2 #header .body .module-menu ul li#menu-213.selected a {
  color: #239D65;
}

body.v2 #header .body .module-menu ul li#menu-251.selected a {
    color: #C60004;
}

body.v2 #header .body .module-menu ul li#menu-240 {
    border-left: 0 none;
    float: left;
}

body.v2 #header .body .module-menu .popup-menu {
    border: 0 none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    left: 0;
    top: 25px;
}

body.v2 #header .body .module-menu .popup-menu .arrow {
    display: block;
    height: 28px;
}

body.v2 #header .body .module-menu .popup-menu .arrow span {
  background:url(http://www.gcdata.gr/t1/v2/menu_arrow.png?v=1) no-repeat scroll 0 0;
    display: block;
    height: 28px;
    position: absolute;
    top: 0;
    width: 56px;
}

body.v2 #header .body .module-menu .popup-menu ul li {
  padding: 0 0 5px;
}

body.v2 #header .body .module-menu .popup-menu ul li a {
    color: #000000;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}
 #header .body .module-menu .popup-menu ul li a:hover {
  background-color:#f1f1f1;
}

body.v2{
  padding: 0px;
}

.featured-content {
  color: #fff;
  position: relative;
  z-index: 0; }

.featured-content-inner {
  overflow: hidden; }

.featured-content .hentry {
  color: #fff;
  margin: 0;
  max-width: 100%;
  width: 100%; }

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
  background: transparent; }

.featured-content .post-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  margin: 0 auto;
  text-align: center; }

.featured-content .entry-header {
  min-height: 10em;
  max-width: 50%;
  padding: 1em;
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
  background: #111;
  background: rgba(0, 0, 0, 0.2); }
  .featured-content .entry-header:hover {
    background: rgba(0, 0, 0, 0.8); }

.featured-content a {
  color: #fff;
  text-decoration: none; }

.featured-content .entry-meta {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  line-height: 1.0909090909;
  margin-bottom: .5em;
  letter-spacing: .1em;
  text-transform: uppercase; }

.featured-content .cat-links {
  font-weight: 700; }

.featured-content .entry-title {
  font-family: 'Roboto Condensed', arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 60px;
  line-height: 6rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }
  .featured-content .entry-title:after {
    margin-top: 12px;
    margin-top: 1.2rem;
    width: 3em;
    display: block;
    height: 4px;
    content: "";
    background: #EC008C; }
  .featured-content .entry-title:hover:after {
    width: auto; }

.featured-content p {
  line-height: 1.2; }

  .featured-content {
  overflow: hidden;
}
.wrapper {
    position: absolute;
    width: 500%;
    height: 100%;
    z-index: 0;
}
.caption {
    position: absolute;
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 1em;
    max-width: 50%;
    min-height: 10em;
}
.screen {
    position: relative;
    height: 100%; 
    width: 20%; /*  NOTE:numVideos/100%  */
    float: left;
    overflow: hidden;
}
.big-image {
    min-width: 100%;
    min-height: 100%; 
    height: auto;
    width: auto; 
}
.video-title {
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.video-nav {
    position:absolute; 
    right: 5%; 
    top: 45%; 
    padding: 20px; 
    background: #000; 
    border-radius: 40px; 
    opacity: .4; 
    cursor: pointer;}
    nav: hover {
    opacity: .6;
}

.next-icon {
    display: block;
    border-top: solid 2px #fff; 
    border-right: solid 2px #fff; 
    width: 20px; 
    height: 20px;
    position: relative;
    left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    text-decoration: none;
}



@media screen and (max-width: 768px){
  .caption {
    max-width: 70%;
  }
}
@media screen and (max-width: 450px){
  .caption {
    max-width: 90%;
  }
  .featured-content .entry-title {
    font-size: 3.8rem;
  }
}


.item p{
  font-size: 13px;
  font-style: italic;
}