@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, 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: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

a, a:link, a:hover, a:active, a:visited {
  color: black;
  text-decoration: none; }

a:hover {
  color: #e4a614; }

.fullWrapper {
  width: 100%; }
  .fullWrapper.grey {
    background-color: #f5f5f5; }

.wrapper {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto; }

.table {
  display: table; }

.tableCell {
  display: table-cell;
  vertical-align: middle; }

.left {
  float: left; }

.right {
  float: right; }

.fixed {
  position: fixed;
  top: 0;
  left: 0; }

.block {
  display: block; }

.relative {
  position: relative; }

.visible {
  display: block !important; }

body {
  font-family: 'Roboto', sans-serif;
  color: #676767;
  font-size: 14px; }

.banner728x90 {
  margin: 20px auto;
  width: 728px; }

.leftWrapper {
  width: auto;
  overflow: hidden; }

.rightWrapper {
  display: block;
  width: 300px;
  float: left; }

.padding100 {
  box-sizing: border-box;
  padding: 80px 0; }

.transparentBg {
  background-color: transparent !important; }

.banner300x250 {
  margin-top: 20px; }

.grid-block {
  margin: 0 0 10px 0; }

.grid-main {
  float: left;
  width: 100%;
  margin-right: -300px; }

.grid-main-inner {
  margin-right: 320px; }

.grid-content {
  float: left;
  width: 100%;
  max-width: 950px; }

.grid-sidebar {
  float: left;
  width: 300px; }

.mobileNavWrapper {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1%; }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 6px 0px 0px 4px;
  padding: 0;
  width: 42px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 2px;
  right: 2px;
  height: 3px;
  background: white; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -13px; }

.c-hamburger span::after {
  bottom: -13px; }

.c-hamburger--htx {
  background-color: transparent; }

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

.box {
  background-color: #000;
  display: block;
  box-sizing: border-box; }
  .box.c_863px596px {
    width: 62%;
    max-width: 809px !important;
    max-height: 559px !important; }
    .box.c_863px596px .boxTitle .boxTitleInner .boxTitleInnerInner .title {
      font-size: 26px; }
  .box.c_950px_470px {
    width: 100%;
    max-width: 950px !important; }
    .box.c_950px_470px .category-data {
      color: #e4a614 !important; }
  .box.c_417px288px {
    width: 36.8%;
    margin-left: 1%;
    max-width: 4157px !important;
    max-height: 288px !important;
    margin-top: 1%; }
    .box.c_417px288px.firstItem {
      margin-top: 0; }
  .box c_295px_263px {
    width: 33%;
    margin-left: 1%; }
  .box c_295px_263px:first-child {
    margin-left: 0 !important; }
  .box.c_610px_414px {
    width: 64.5%;
    /*        max-width: 809px !important;
            max-height: 559px !important;*/ }
    .box.c_610px_414px.c_610px_414px_second {
      margin-top: 4%; }
  .box.c_292px_414px {
    width: 31%;
    margin-left: 1%;
    /*        max-width: 417px !important;
            max-height: 288px !important;*/ }
    .box.c_292px_414px.c_292px_414px_second {
      margin-top: 4%; }
  .box img.main {
    display: block;
    opacity: 0.6;
    max-height: 100%;
    max-width: 100%;
    width: 100%; }
  .box.style1 .boxTitle {
    position: absolute;
    bottom: 0;
    width: 100;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    background-color: #000000;
    padding: 45px 20px 25px 20px;
    box-sizing: border-box; }
    .box.style1 .boxTitle .boxTitleInner .boxTitleInnerInner .title {
      font-size: 19px;
      color: #fff;
      line-height: 1.2; }
    .box.style1 .boxTitle .boxTitleInner .boxTitleInnerInner .category-data {
      position: absolute;
      margin-top: -25px;
      color: #adadad;
      font-size: 13px; }
      .box.style1 .boxTitle .boxTitleInner .boxTitleInnerInner .category-data .categoryTitle {
        color: #e4a614;
        font-size: 14px; }
  .box.style1.c_863px596px .boxTitle .boxTitleInner .boxTitleInnerInner .title {
    font-size: 26px; }
  .box.style1.c_863px596px .boxTitle .boxTitleInner .boxTitleInnerInner .category-date {
    top: -50px; }
  .box.style2 .category-data {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    top: 0;
    color: #adadad;
    font-size: 13px; }
    .box.style2 .category-data .categoryTitle {
      color: #e4a614;
      font-size: 14px; }
    .box.style2 .category-data .categoryTitle:before {
      content: "• "; }
  .box.style2 .titleWrapper {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 20px; }
    .box.style2 .titleWrapper .date-views {
      margin-bottom: 20px; }
    .box.style2 .titleWrapper a {
      color: #fff; }
      .box.style2 .titleWrapper a .title {
        font-size: 20px;
        line-height: 1.4; }
    .box.style2 .titleWrapper .views {
      box-sizing: border-box;
      padding-left: 5%; }
  .box.style3 {
    background-color: transparent; }
    .box.style3 .articleInner {
      background-color: black; }
    .box.style3 .date-views {
      font-weight: 100;
      color: #aeaeae;
      margin-top: 5px;
      font-size: 14px; }
    .box.style3 .category-data {
      margin: 20px 0 0 0;
      position: relative;
      color: #adadad;
      font-size: 13px; }
      .box.style3 .category-data .categoryTitle {
        color: #e4a614;
        font-size: 14px; }
      .box.style3 .category-data .categoryTitle:before {
        content: ""; }
    .box.style3 .titleWrapperStyle3 {
      margin-top: 20px;
      font-size: 18px;
      color: #676767;
      display: block;
      line-height: 1.4;
      font-weight: 300; }
  .box.c_292px_262px {
    max-width: 292px;
    width: 48%;
    margin-top: 0; }
    .box.c_292px_262px.c_292px_262px_last {
      width: 31%;
      margin-top: 3.6%; }
  .box.c_450px_242px {
    max-width: 450px;
    width: 48%;
    margin-top: 4%; }
  .box.c_449px_401px {
    width: 48%;
    max-width: 610px; }
  .box.c_950px_400px {
    margin-top: 4%; }
  .box.c_300px_410px {
    width: 300px;
    height: 410px;
    box-sizing: border-box;
    position: relative; }
    .box.c_300px_410px .innerBox {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 20px; }
    .box.c_300px_410px.newspapper {
      height: 485px;
      background-color: #073b5d; }
      .box.c_300px_410px.newspapper .newspapperTitle {
        font-size: 26px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        box-sizing: border-box;
        padding-top: 5px; }
        .box.c_300px_410px.newspapper .newspapperTitle a {
          color: #fff; }
      .box.c_300px_410px.newspapper img {
        width: 285px;
        float: right;
        margin-top: 80px; }
  .box.texni .category-data {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    padding: 0 30px;
    margin-top: 30px; }
    .box.texni .category-data .categoryTitle {
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      font-family: 'Roboto Slab', serif; }
      .box.texni .category-data .categoryTitle:before {
        content: ""; }
  .box.texni .description {
    margin-top: 20px;
    width: 65%;
    line-height: 1.5;
    font-weight: 100; }
  .box.texni .author {
    color: #e4a614 !important;
    margin-bottom: 5px;
    display: block; }
  .box.texni .moreNews {
    font-size: 12px !important;
    font-weight: 100;
    text-align: right;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    padding-top: 10px;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 0;
    color: #fff;
    margin-right: 30px; }
  .box.interviews .titleWrapper {
    text-align: center;
    width: 88%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    .box.interviews .titleWrapper .title {
      font-size: 24px;
      font-weight: 300;
      line-height: 1.5; }
    .box.interviews .titleWrapper .more {
      padding: 10px 20px;
      color: #e4a614;
      display: inline-block;
      background-color: #fff;
      margin-top: 40px;
      margin-bottom: 20px; }
    .box.interviews .titleWrapper .author {
      color: #e4a614;
      margin-bottom: 20px;
      font-size: 16px; }
    .box.interviews .titleWrapper .authorBorder {
      width: 100px;
      height: 4px;
      border-top: 4px solid #fff;
      margin: 20px auto; }

.slider .sliderBox {
  width: 100%;
  background-color: #073b5d;
  color: #fff;
  position: relative; }
  .slider .sliderBox .category-data {
    position: relative; }
  .slider .sliderBox .moreNews {
    font-size: 12px !important;
    font-weight: 100;
    text-align: right;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    padding-top: 10px;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 0;
    margin-top: -10px; }
  .slider .sliderBox.sliderBoxBrown {
    background-color: #a9543e; }
  .slider .sliderBox .sliderBoxInner {
    width: 47%;
    float: left;
    box-sizing: border-box; }
    .slider .sliderBox .sliderBoxInner.sliderBoxInnerHalf {
      width: 50%; }
    .slider .sliderBox .sliderBoxInner .category-data {
      margin-top: 20px; }
    .slider .sliderBox .sliderBoxInner:first-child {
      padding: 30px; }
    .slider .sliderBox .sliderBoxInner a {
      color: #fff; }
      .slider .sliderBox .sliderBoxInner a.categoryTitle {
        font-size: 30px;
        display: table;
        width: 100%; }
    .slider .sliderBox .sliderBoxInner .titleWrapper {
      position: absolute;
      bottom: 30px;
      width: 42%; }
      .slider .sliderBox .sliderBoxInner .titleWrapper .date-views {
        font-weight: 100; }
      .slider .sliderBox .sliderBoxInner .titleWrapper div, .slider .sliderBox .sliderBoxInner .titleWrapper a {
        margin-top: 20px;
        display: block; }
      .slider .sliderBox .sliderBoxInner .titleWrapper .sliderDescription {
        line-height: 1.5;
        font-size: 14px;
        font-weight: 100; }
        .slider .sliderBox .sliderBoxInner .titleWrapper .sliderDescription p {
          line-height: 1.4;
          font-weight: 100; }
      .slider .sliderBox .sliderBoxInner .titleWrapper .title {
        font-size: 20px;
        line-height: 1.2; }
  .slider .sliderBox a.mainWrapper {
    display: block; }
    .slider .sliderBox a.mainWrapper img.main {
      width: 100%; }

.roi3-4Box {
  margin-top: 20px; }
  .roi3-4Box.roi3-4BoxCategory {
    width: 47.5%; }
  .roi3-4Box .roiImageWrapper {
    width: 30%;
    max-width: 140px;
    float: left; }
    .roi3-4Box .roiImageWrapper a img {
      width: 100%;
      max-width: 100%; }
  .roi3-4Box .titleWrapper {
    width: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px; }
    .roi3-4Box .titleWrapper .date-views {
      margin-top: 3px;
      font-weight: 100;
      color: #aeaeae; }
    .roi3-4Box .titleWrapper .category-data a {
      color: #e4a614; }
    .roi3-4Box .titleWrapper .titleInnerWrapper {
      margin-top: 10px;
      display: block; }
      .roi3-4Box .titleWrapper .titleInnerWrapper .title {
        font-weight: 400;
        font-size: 15px;
        color: #ababab;
        line-height: 1.2; }

.fullWidth {
  width: 100% !important; }

.marginTop20 {
  margin-top: 20px !important; }

.saint {
  max-width: 24.25% !important;
  margin-left: 1%;
  float: left;
  margin-top: 4%; }
  .saint .titleWrapper {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    display: table; }
    .saint .titleWrapper a {
      display: table-cell;
      vertical-align: middle; }
  .saint.noMarginLeft {
    margin-left: 0 !important;
    clear: left; }

.saintsBanner {
  padding: 40px 0; }

@media only screen and (max-width: 1280px) {
  .sliderBoxInner .title {
    font-size: 18px !important; }
  .sliderBoxInner .category-data {
    margin-top: 5px !important; } }
@media only screen and (max-width: 1180px) {
  .box.style1 .boxTitle {
    background-color: transparent;
    left: 10px;
    right: 10px;
    padding: 45px 20px 10px 20px; }
    .box.style1 .boxTitle .boxTitleInner .boxTitleInnerInner .category-data {
      margin-top: -39px; }
    .box.style1 .boxTitle .boxTitleInner .boxTitleInnerInner .title {
      font-size: 18px; }

  .sliderBoxInner .titleWrapper {
    bottom: 15px !important; }

  .flex-direction-nav .flex-next {
    right: 7px !important; }
  .flex-direction-nav .flex-prev {
    right: 25px !important; }

  .noMarginTop {
    margin-top: 0 !important; }

  .leftWrapper .banner728x90 {
    display: none; }

  .c_292px_414px .title {
    font-size: 16px !important; }

  /* Tablet Portrait size to standard 1024 (devices and browsers) */ }
@media only screen and (max-width: 1024px) {
  .sliderBoxBrown .moreNews {
    display: none !important; }
  .sliderBoxBrown .sliderDescription {
    display: none !important; }

  .texni .moreNews {
    display: none !important; }

  .interviews .titleWrapper .title {
    font-size: 20px !important; } }
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .c_292px_414px .title {
    font-size: 20px !important; }

  .topContentWrapper .box:first-child {
    width: 100%;
    margin: 0;
    float: left; }
  .topContentWrapper .box {
    width: 100%;
    margin: 1% 0 1% 1%;
    float: left;
    max-width: none !important;
    max-height: none !important; }
    .topContentWrapper .box .title {
      font-size: 20px !important; }
    .topContentWrapper .box.firstItem {
      margin-top: 1% !important;
      margin-left: 0;
      float: left; }

  .roi1Box {
    width: 100% !important;
    margin: 1% !important;
    float: left !important;
    max-width: none !important; }
    .roi1Box.c_292px_262px_last {
      display: none; }

  .sidebarArticle .border {
    width: 30px !important;
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .boxWrapper {
    width: 100% !important;
    margin-top: 0 !important; }

  .c_450px_242px {
    margin-top: 4% !important; }
    .c_450px_242px .date-views {
      display: none !important; }

  .roi3-4 {
    width: 100% !important;
    float: left !important;
    max-width: none !important; }
    .roi3-4 .roi3-4Box {
      width: 100% !important; }

  .slider .flex-direction-nav {
    display: none; }
  .slider .sliderBox .sliderDescription {
    display: none !important; }
    .slider .sliderBox .sliderDescription .titleWrapper {
      width: 40%; }
      .slider .sliderBox .sliderDescription .titleWrapper .date-views {
        margin-top: 15px !important; }
  .slider .sliderBox .moreNews {
    display: none !important; }

  .footerInner {
    width: 100% !important;
    float: left !important;
    margin: 0 !important; }

  .footerLogo {
    margin: 20px auto !important;
    text-align: center !important;
    float: none !important; }

  .footerMenu li {
    width: 100%;
    text-align: center;
    margin-top: 20px; }

  .bottomWrapper {
    text-align: center; }

  .newsLetter {
    float: none !important;
    margin: 0 auto !important;
    text-align: center; }

  .creator {
    float: none !important;
    margin-top: 20px; }

  .c_450px_242px {
    width: 100% !important;
    float: left !important;
    max-width: 950px !important; }

  .roi3-4Box {
    width: 100% !important; }

  .texni .description {
    display: none; }

  .c_292px_414px .date-views, c_610px_414px .date-views {
    display: none !important; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .leftWrapper {
    width: 100% !important; }

  .sidebarArticle {
    text-align: center; }

  .c_863px596px .boxTitle {
    left: 0px !important;
    right: 0px !important; }

  .roi1Box .articleInner .titleWrapper {
    font-size: 14px;
    line-height: 1.4; }
    .roi1Box .articleInner .titleWrapper .date-views {
      margin-bottom: 3px !important; }
    .roi1Box .articleInner .titleWrapper a {
      font-size: 14px !important;
      line-height: 1.4; }
      .roi1Box .articleInner .titleWrapper a span {
        font-size: 14px;
        line-height: 1.4; }

  .interviews {
    width: 80% !important;
    float: none !important;
    margin: 40px auto !important; }

  .texni .description {
    display: none; }

  .grid-main-inner {
    margin-right: auto !important;
    margin-left: auto !important; }

  .rightWrapper {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    float: left !important; }
    .rightWrapper .sideBarWidjet {
      width: 300px;
      margin: 40px auto;
      float: none;
      text-align: center; }
    .rightWrapper .afierwmata {
      width: 300px; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .c_417px288px .boxTitle {
    padding: 5px 0 !important;
    font-size: 14px; }
    .c_417px288px .boxTitle a span {
      font-size: 14px !important; }
    .c_417px288px .boxTitle .category-data {
      margin-top: -47px !important; }

  .roi1Box {
    width: 100% !important;
    float: none !important;
    margin: 20px auto !important; }

  .boxWrapper .roi1Box {
    margin-top: 0px !important;
    margin-top: 0 !important; }

  .sideBarWidjet {
    float: none !important;
    margin: 20px auto !important; }

  .widjet300 {
    float: none !important;
    margin: 20px auto !important; }

  .c_450px_242px {
    width: 100% !important;
    float: left;
    margin-top: 4% !important; }

  .roi3-4 {
    width: 100% !important;
    float: left !important; }

  .interviews {
    width: 100% !important; }
    .interviews .titleWrapper {
      top: 0 !important; }
      .interviews .titleWrapper .title {
        font-size: 18px !important; }

  .texni .category-data {
    margin: 2%;
    padding: 0 !important; } }
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  float: left;
  background-color: #f4f4f4;
  color: #c8c8c8; }

ul.tabs li {
  background: none;
  color: #222;
  cursor: pointer;
  width: 50%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0; }

ul.tabs li.current {
  background: #fff;
  color: #e4a614; }

.tab-content {
  display: none;
  background: #fff;
  margin-top: 100px; }

.tab-content.current {
  display: inherit; }

header#header {
  background-color: #073b5d;
  z-index: 9999; }
  header#header .wrapper {
    height: 100px; }
    header#header .wrapper .mobileNav {
      display: none; }
    header#header .wrapper nav {
      position: absolute;
      bottom: 0;
      right: 0; }
      header#header .wrapper nav ul li {
        display: inline-block;
        margin-left: 50px;
        height: 32px;
        -webkit-transform: translateZ(0); }
        header#header .wrapper nav ul li a {
          color: #fff; }
          header#header .wrapper nav ul li a span {
            font-size: 16px;
            font-weight: 100; }
        header#header .wrapper nav ul li.active {
          background-image: url(../img/menuBg.jpg);
          background-repeat: no-repeat;
          background-position: center bottom;
          backgound-position-x: center;
          background-position-y: bottom; }
          header#header .wrapper nav ul li.active a span {
            font-weight: 400; }
        header#header .wrapper nav ul li ul {
          display: none;
          position: absolute;
          background-color: #073B65;
          top: 33px;
          padding: 10px 0;
          max-width: 300px;
          width: 300px; }
          header#header .wrapper nav ul li ul li {
            width: 100%;
            margin: 0 !important;
            box-sizing: border-box;
            padding: 5px 0;
            height: auto;
            -webkit-transform: translateZ(0);
            background-image: none !important; }
            header#header .wrapper nav ul li ul li a {
              font-size: 14px;
              line-height: 1.5;
              display: block;
              padding: 0 15px;
              box-sizing: border-box; }
            header#header .wrapper nav ul li ul li:hover {
              background-image: none; }
            header#header .wrapper nav ul li ul li ul {
              display: none;
              position: relative;
              top: 0;
              padding: 0;
              margin: 10px 0 0 0;
              background-color: #3E688C; }
              header#header .wrapper nav ul li ul li ul li a {
                font-weight: 100;
                font-size: 16px;
                display: block;
                box-sizing: border-box;
                padding: 0 30px; }
            header#header .wrapper nav ul li ul li:hover ul {
              display: block; }
      header#header .wrapper nav ul li:hover {
        background-image: url(../img/menuBg.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        backgound-position-x: center;
        background-position-y: bottom; }
        header#header .wrapper nav ul li:hover a span {
          /*                                   font-weight: 400;*/ }
        header#header .wrapper nav ul li:hover > ul {
          display: block; }

.topContentWrapper .wrapper {
  padding: 120px 0 45px 0;
  box-sizing: border-box; }

.topContentWrapperGrey {
  position: absolute;
  top: 50%;
  height: 50%;
  background-color: #f5f5f5; }

.topBannerWrapper {
  padding: 0 0 40px 0; }

.homeTitle {
  display: block;
  font-size: 24px;
  color: #a9543e;
  box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 50px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold; }

.sidebarArticle {
  margin-top: 40px; }
  .sidebarArticle .sidebarArticleDate {
    font-size: 15px;
    color: #b5b5b5;
    font-weight: 200; }
  .sidebarArticle a {
    display: block;
    margin-top: 20px; }
    .sidebarArticle a .title {
      font-size: 22px;
      font-weight: 100;
      color: #676767;
      line-height: 1.4; }
      .sidebarArticle a .title:hover {
        color: #e4a614; }
  .sidebarArticle .border {
    margin-top: 20px;
    width: 50%;
    border-top: 1px solid #bbb;
    height: 1px; }

.banner300x250 {
  width: 300px; }

.roi3-4 {
  width: 48%;
  float: right;
  max-width: 450px;
  margin-top: 40px; }
  .roi3-4:first-child {
    float: left; }

.widjet300 {
  width: 300px;
  float: left; }

.sideBarWidjet {
  width: 300px;
  float: left;
  margin-top: 40px; }

.agionOros {
  margin-top: 80px; }

.marginTop80 {
  margin-top: 80px; }

.marginTop40 {
  margin-top: 40px; }

.contentWrapper {
  margin-top: 100px; }

.path li {
  display: inline-block;
  padding: 20px 0; }
  .path li a {
    font-size: 13px;
    font-weight: 300; }
  .path li:last-child a {
    font-weight: 400; }

.articleWrapper {
  margin-bottom: 40px; }

#article {
  margin-bottom: 40px;
  margin-top: 40px; }
  #article h1 {
    font-size: 30px;
    color: #484848;
    margin-top: 20px; }
  #article #article-supertitle {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 4px solid #ededed;
    display: inline-block;
    padding-bottom: 10px; }
  #article #article-photo, #article #article-video {
    margin-top: 40px; }
    #article #article-photo img, #article #article-video img {
      width: 100%; }
  #article .date {
    margin-top: 20px;
    font-size: 16px; }
  #article .shareTitle {
    margin-top: 20px;
    font-weight: bold; }
  #article .shareList {
    margin-top: 10px; }
    #article .shareList li {
      padding: 15px 20px;
      display: inline-block;
      background-color: black;
      padding-left: 50px;
      border-radius: 0.3em;
      border: 0px solid black; }
      #article .shareList li a {
        color: #fff;
        font-size: 12px; }
      #article .shareList li.facebook {
        background-image: url(../img/facebook.png);
        background-repeat: no-repeat;
        background-position: 20px center;
        background-color: #4054b2; }
      #article .shareList li.twitter {
        background-image: url(../img/twitter.png);
        background-repeat: no-repeat;
        background-position: 20px center;
        padding-left: 60px;
        background-color: #1daaf2; }
  #article #article-text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px; }
    #article #article-text a {
      text-decoration: underline;
      font-weight: bold; }
    #article #article-text strong, #article #article-text b {
      font-weight: bold;
      color: #000; }
    #article #article-text em {
      font-style: italic; }
    #article #article-text p {
      margin-bottom: 10px; }
    #article #article-text h1 {
      font-size: 26px;
      padding-bottom: 5px;
      color: #676767; }
    #article #article-text h2 {
      font-size: 23px;
      padding-bottom: 5px; }
    #article #article-text h3 {
      font-size: 20px;
      padding-bottom: 5px; }
    #article #article-text h4 {
      font-size: 18px;
      padding-bottom: 5px; }
    #article #article-text ul {
      list-style: disc !important;
      margin-left: 20px;
      display: inline-block; }
    #article #article-text ol {
      list-style: decimal !important;
      margin-left: 20px;
      display: inline-block; }
    #article #article-text blockquote {
      background: #f9f9f9;
      border-left: 10px solid #ccc;
      margin: 1.5em 10px;
      padding: 0.5em 10px;
      quotes: "“" "”" "‘" "’";
      font-size: 20px; }
    #article #article-text blockquote:before {
      color: #ccc;
      content: open-quote;
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em; }
    #article #article-text blockquote p {
      display: inline; }
    #article #article-text table th {
      background-color: #efefef;
      padding: 10px 0; }
    #article #article-text table td {
      border: 1px solid #e7e7e7;
      padding: 3px; }
  #article .article-gallery {
    padding: 40px 0; }
    #article .article-gallery .article-gallery-image {
      display: inline-block;
      margin-right: 20px;
      margin-top: 20px; }

.subsection-heading {
  margin-top: 20px;
  font-size: 30px; }

#related-articles {
  margin: 20px 0 80px 0; }
  #related-articles article:first-child {
    margin-left: 0; }
  #related-articles article {
    margin-left: 20px; }

.popular h3 {
  background-color: #e4a614;
  color: #fff;
  padding: 30px 20px 5px 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: 'Roboto Slab', serif; }
.popular .side-popular-list li {
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; }
  .popular .side-popular-list li .border {
    width: 150px;
    border-bottom: 1px solid #bbbbbb;
    margin-top: 40px; }
  .popular .side-popular-list li .category {
    color: #e4a614; }
  .popular .side-popular-list li .title {
    margin-top: 10px;
    width: 100%;
    display: block; }

.tagWrapper {
  margin-top: 140px; }

.contact p {
  width: auto;
  max-width: 200px;
  float: left;
  line-height: 1.5;
  margin-right: 20px; }
  .contact p strong {
    display: block;
    font-weight: bold;
    padding-bottom: 10px; }

#contact-formWrapper {
  margin-top: 60px;
  margin-bottom: 80px; }
  #contact-formWrapper .validation {
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block; }
  #contact-formWrapper input {
    width: 200px;
    padding: 15px 10px;
    border: 2px solid #bdbdbd;
    float: left;
    margin-right: 40px;
    font-size: 12px; }
  #contact-formWrapper input[name=number] {
    margin-right: 0 !important; }
  #contact-formWrapper textArea {
    width: 100%;
    max-width: 745px;
    border: 2px solid #bdbdbd;
    height: 300px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px; }
  #contact-formWrapper .innerForm {
    margin-top: 40px; }
  #contact-formWrapper .innerFormFirst {
    margin-top: 20px !important; }
  #contact-formWrapper h3 {
    font-size: 26px; }
  #contact-formWrapper button {
    border: 0 solid black;
    padding: 15px 80px;
    background-color: #e4a614;
    color: #fff;
    font-size: 16px;
    margin-top: 40px; }

#map {
  height: 400px;
  margin: 20px 0; }

.sliderWrapper {
  box-sizing: border-box;
  padding: 120px 0 60px 0; }

.sliderBanner {
  position: absolute;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: -165px; }

.agiologio {
  height: 410px;
  background-color: #ededed;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  position: relative; }
  .agiologio .agiologioTitle {
    margin-top: 20px;
    font-size: 30px; }
  .agiologio .agiologioDesc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3; }
  .agiologio .agiologioMore {
    position: absolute;
    bottom: 40px;
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #009aff; }

.afierwmata {
  height: 410px;
  background-color: #ededed;
  text-align: left;
  box-sizing: border-box;
  position: relative; }
  .afierwmata .moreNews {
    font-size: 14px !important;
    font-weight: 100;
    text-align: right;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    padding-top: 7px;
    display: inline-block;
    height: 20px;
    color: #fff;
    margin-top: -20px; }
  .afierwmata .afierwmataTitle {
    color: #fff;
    font-size: 22px;
    border-bottom: 4px solid #fff;
    display: inline-block;
    margin-top: 20px;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 5px;
    color: #fff; }
    .afierwmata .afierwmataTitle a {
      color: #fff; }
  .afierwmata .afierwmaArticleTitle {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    font-family: 'Roboto Slab', serif; }
    .afierwmata .afierwmaArticleTitle a {
      color: #fff; }
  .afierwmata .afierwmataMore {
    padding: 10px 20px;
    color: #e4a614;
    display: inline-block;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 20px; }
  .afierwmata .afierwmataBotton {
    position: absolute;
    bottom: 0;
    height: 60px;
    background-color: #e4a614;
    width: 100%;
    padding-top: 5px; }
    .afierwmata .afierwmataBotton .table {
      width: 100%;
      height: 60px; }
      .afierwmata .afierwmataBotton .table .tableCell {
        text-align: center; }

.search {
  position: absolute;
  right: 0;
  margin-top: 20px;
  display: none;
  padding-left: 30px; }
  .search.visible {
    display: block; }

.closeSearch {
  position: absolute;
  top: 15px;
  left: 7px; }
  .closeSearch img {
    width: 16px; }

.newsLetter, .search {
  width: 300px;
  background-color: #073b5d; }
  .newsLetter .newsLetterTitle, .search .newsLetterTitle {
    box-sizing: border-box;
    padding: 10px 0;
    color: #fff; }
  .newsLetter #newsletter-msg, .search #newsletter-msg {
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 0;
    color: #E4A614 !important; }
  .newsLetter input[type=email], .newsLetter input[type=text], .search input[type=email], .search input[type=text] {
    width: 200px;
    background-color: #084166;
    height: 40px;
    outline: 0;
    border: 0px solid black;
    padding-left: 10px;
    color: #7e7e7e;
    font-size: 14px;
    float: left; }
    .newsLetter input[type=email] ::-webkit-input-placeholder, .newsLetter input[type=text] ::-webkit-input-placeholder, .search input[type=email] ::-webkit-input-placeholder, .search input[type=text] ::-webkit-input-placeholder {
      color: #7e7e7e;
      font-weight: 100;
      padding-left: 5px; }
    .newsLetter input[type=email] :-moz-placeholder, .newsLetter input[type=text] :-moz-placeholder, .search input[type=email] :-moz-placeholder, .search input[type=text] :-moz-placeholder {
      /* Firefox 18- */
      color: #7e7e7e;
      font-weight: 100; }
    .newsLetter input[type=email] ::-moz-placeholder, .newsLetter input[type=text] ::-moz-placeholder, .search input[type=email] ::-moz-placeholder, .search input[type=text] ::-moz-placeholder {
      /* Firefox 19+ */
      color: #7e7e7e;
      font-weight: 100; }
    .newsLetter input[type=email] :-ms-input-placeholder, .newsLetter input[type=text] :-ms-input-placeholder, .search input[type=email] :-ms-input-placeholder, .search input[type=text] :-ms-input-placeholder {
      color: #7e7e7e;
      font-weight: 100; }
  .newsLetter button, .newsLetter input[type=submit], .search button, .search input[type=submit] {
    background-color: #084166;
    height: 42px;
    outline: 0;
    border: 0px solid black;
    color: #fff;
    font-weight: 100;
    margin-left: 5px;
    float: left;
    width: none !important; }

#footer {
  background-color: #073b5d; }
  #footer .footerLogo {
    margin-top: 15px; }
  #footer .mainFooterWrapper {
    padding: 40px 0 40px 0;
    box-sizing: border-box;
    min-height: 150px; }
  #footer .footerInner {
    width: 50%; }
    #footer .footerInner nav ul {
      height: 200px;
      /*your fixed height*/ }
      #footer .footerInner nav ul li {
        float: left;
        width: 33.3%;
        padding-bottom: 30px;
        display: inline-block;
        /*necessary*/ }
        #footer .footerInner nav ul li ul {
          display: none; }
        #footer .footerInner nav ul li a {
          line-height: 1.3;
          color: #fff; }
  #footer .footerMenu {
    float: right;
    margin-top: 60px;
    overflow: hidden; }
    #footer .footerMenu li {
      margin-right: 15px;
      display: inline-block; }
      #footer .footerMenu li a {
        font-size: 14px;
        color: #fff; }
        #footer .footerMenu li a:hover {
          color: #e4a614; }
      #footer .footerMenu li.contact {
        margin-right: 0 !important; }

.bottomWrapper {
  border-top: 1px solid #022c48;
  padding: 20px 0;
  color: #e4a614; }
  .bottomWrapper a {
    color: #e4a614; }
    .bottomWrapper a.creator {
      display: inline-block;
      float: right;
      position: relative;
      padding-right: 115px; }
      .bottomWrapper a.creator img {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-top: -14px; }

.categoryWrapper {
  background: url(../img/categorybg.jpg) repeat-x;
  background-position: left 10px; }

.articleWrapper {
  background: url(../img/articlebg.jpg) repeat-x;
  background-position: left 10px; }
  .articleWrapper aside {
    margin-top: 80px; }

.pagination {
  margin: 80px 0 100px 0;
  padding: 10px 0;
  border-top: 1px solid #e8e8e8; }
  .pagination ul li {
    display: inline-block;
    padding: 0 5px; }
    .pagination ul li a {
      color: #878786;
      font-weight: 400;
      font-size: 16px; }

.tags {
  width: 100%;
  background-color: #f5f5f5; }
  .tags .wrapper {
    padding-top: 40px; }
    .tags .wrapper h3 {
      font-size: 16px;
      color: #a9543e;
      font-weight: bold;
      box-sizing: border-box;
      padding-left: 40px; }
    .tags .wrapper .tagsInner {
      box-sizing: border-box;
      padding: 20px 40px;
      background-color: #fff;
      margin-top: 10px; }
      .tags .wrapper .tagsInner a {
        display: inline-block;
        margin-left: 5px;
        font-weight: 500;
        margin-top: 5px; }
  .tags .padding100 {
    padding-top: 40px; }
  .tags #article {
    margin-top: 0 !important; }

.socialMedia {
  overflow: hidden;
  width: 170px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 100 !important;
  cursor: pointer; }
  .socialMedia:hover {
    background-image: none !important; }
    .socialMedia:hover .socialMediaInnerWrapper {
      transform: translateX(-250px);
      -webkit-transform: translateX(-250px);
      -moz-transform: translateX(-250px); }
  .socialMedia .socialMediaInnerWrapper {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-top: 18px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0); }
  .socialMedia .socialMediaInner {
    cursor: pointer;
    width: 100%;
    position: absolute;
    right: 0;
    margin-right: -274px;
    margin-top: -22px; }
    .socialMedia .socialMediaInner a {
      margin-left: 40px; }
    .socialMedia .socialMediaInner img {
      height: 20px; }

.sortingTitle {
  font-size: 18px;
  font-size: 100; }

.sorting {
  margin-top: 20px; }
  .sorting .selectWrapper {
    margin-left: 20px;
    display: inline-block; }
    .sorting .selectWrapper:first-child {
      margin-left: 0 !important; }

.resetDate {
  position: absolute;
  margin-top: 3px !important;
  left: 0; }

.datepicker {
  background-color: #efefef;
  border: 0px;
  outline: 0;
  height: 35px;
  margin: 0;
  /*    position: absolute;*/
  /*    margin-left: 3px;*/
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  width: 150px;
  font-size: 14px; }
  .datepicker::-webkit-input-placeholder {
    color: #073b5d;
    font-size: 14px; }
  .datepicker:-moz-placeholder {
    /* Firefox 18- */
    color: #073b5d;
    font-size: 14px; }
  .datepicker::-moz-placeholder {
    /* Firefox 19+ */
    color: #073b5d;
    font-size: 14px; }
  .datepicker:-ms-input-placeholder {
    color: #073b5d;
    font-size: 14px; }

.selectWrapper {
  position: relative;
  padding-left: 10px;
  float: left; }

.resetLink {
  display: inline-block;
  width: 10px;
  height: 35px;
  position: absolute;
  left: 3px;
  margin-top: 12px !important; }

.agiologioWrapper {
  background-image: url(../img/agiologiobg.jpg);
  background-repeat: repeat-x;
  background-position: top left; }

.dateLabel {
  font-weight: bold; }

.saint .titleWrapper {
  text-align: center; }

.topHomeBanner {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -85px; }

.separator {
  width: 100%;
  float: left; }

/* Tablet Portrait size to standard 1024 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .epikairotita {
    text-align: left !important; }
    .epikairotita .title {
      font-size: 17px !important; }

  header#header {
    height: 56px; }
    header#header .wrapper {
      text-align: center;
      width: 100% !important;
      height: 56px; }
      header#header .wrapper .inneHeader {
        width: 100%; }
      header#header .wrapper .logo {
        display: inline-block;
        margin-top: 5px; }
        header#header .wrapper .logo img {
          height: 34px; }
      header#header .wrapper nav {
        display: none;
        top: 56px;
        width: 100%;
        z-index: 9999; }
        header#header .wrapper nav ul {
          width: 102%;
          margin-left: -1px;
          background-color: #073b5d; }
          header#header .wrapper nav ul li {
            width: 100%;
            margin: 0;
            padding: 10px 0;
            text-align: center;
            height: auto;
            background-image: none !important; }
          header#header .wrapper nav ul li#categories {
            padding: 0; }
            header#header .wrapper nav ul li#categories > a {
              display: none; }
            header#header .wrapper nav ul li#categories ul {
              display: block;
              position: static;
              background-color: transparent;
              width: 100%;
              max-width: none;
              padding: 0;
              margin: 0; }
      header#header .wrapper .mobileNav {
        display: block; }

  .topContentWrapper {
    margin-top: 20px; }
    .topContentWrapper .wrapper {
      padding: 60px 0 60px 0; }

  .banner300x250 {
    margin: 40px auto !important; }

  #related-articles article {
    margin: 20px auto !important;
    float: none !important; }

  .contentWrapper {
    margin-top: 60px; }

  #article {
    margin-top: 0px !important; }

  .sliderBoxInnerHalf, .sliderBoxInner {
    width: 100% !important;
    box-sizing: border-box; }
    .sliderBoxInnerHalf .titleWrapper, .sliderBoxInner .titleWrapper {
      box-sizing: border-box;
      padding: 0 20px;
      width: 100% !important; }
    .sliderBoxInnerHalf:first-child, .sliderBoxInner:first-child {
      padding: 0px !important; }
      .sliderBoxInnerHalf:first-child .category-data, .sliderBoxInner:first-child .category-data {
        margin-top: 40px !important;
        position: absolute;
        box-sizing: border-box;
        padding: 0 20px; }

  .widjet300 {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important; }

  .interviews {
    width: 100% !important;
    margin-top: 20px; }

  .footerMenu {
    float: none !important; }

  .creator {
    display: inline-block !important;
    text-align: center !important; }

  .copyright {
    display: block; }

  .roi1Box .date-views {
    display: none !important; }

  .socialMedia span {
    display: none; }
  .socialMedia .socialMediaInnerWrapper {
    transform: translateX(-250px);
    -webkit-transform: translateX(-295px);
    -moz-transform: translateX(-250px); }
    .socialMedia .socialMediaInnerWrapper:hover {
      transform: translateX(-250px);
      -webkit-transform: translateX(-295px);
      -moz-transform: translateX(-250px); }

  .sorting {
    padding: 0 0 20px 0; }

  .selectWrapper {
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 20px !important; }
    .selectWrapper input {
      margin-left: 0 !important; }

  .saint {
    width: 80% !important;
    max-width: none !important;
    float: left !important; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .homeTitle {
    text-align: center; }

  .banner728x90 {
    display: none; }

  .topBannerWrapper {
    display: none; }

  .padding100 {
    padding: 40px 0 !important; }

  .topContentWrapper .wrapper {
    padding: 60px 0 20px 0 !important; }

  .saint {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin-left: auto;
    margin-right: auto; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

/*# sourceMappingURL=styles.css.map */
