
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html,body {
    height : 100%;
    direction: ltr;
}

body {
  margin-bottom: 80px; /* Margin bottom by footer height */
}

body {
    background-color: #fff;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}

.container {
  width: auto;
  max-width: 992px;
  padding: 0 15px;
}

.logo {
  padding-top : 40px;
}

img.centered {
   display: block;
   margin: auto auto;
}

#bgcol {
  background: url('../images/fcl-bg.png') top left no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  #bgcol {
    background: url('../images/fcl-bg-big02.jpeg') top left no-repeat;
    background-size: contain;
  }
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.heading {
    color : #FCF2EB; /* gold */
    font-size: 35px !important;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
}

.content {
    color : #00468C; /* dark blue*/
}

.xs-heading {
    color : #00468C; /* dark blue*/
    font-weight: normal;
    padding-top: 10px;
    text-align: center;
}

.coming-soon {
    color: #FCF2EB; /* gold */
    font-size: 35px !important;
    font-weight: bolder;
    text-align: center;
}

.xs-coming-soon {
    color: #FCF2EB; /* gold */
    font-size: 35px !important;
    font-weight: bold;
    text-align: center;
}

.countdown {
    text-align: center;
}

.styled {
    margin-bottom: 60px;
}

.styled div {
    display: inline-block;
    /*margin-left: 15px;*/
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    margin: 15px;
    height: 100px;
    text-shadow: none;
    vertical-align: middle;
    color: #00468C; /* dark blue */
}

@media (max-width: 576px) {
  .styled div {
    /*margin-left: 5px;*/
    font-size: 36px;
    margin: 0 10px;
  }

  .styled div span {
    font-size: 12px;
  }
}

/* IE7 inline-block hack */
*+html .styled div {
    display: inline;
    zoom: 1;
}

.styled div:first-child {
    margin-left: 0;
}

.styled div span {
    display: block;
    font-size: 22px;
    margin-top: -10px;
    font-weight: bold;
    text-align: center;
    color : #FCF2EB; /* gold */
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px; /* Set the fixed height of the footer here */
  line-height: 80px; /* Vertically center the text there */
  background-color: #f5f5f5;
  text-align: center;
}

@media (max-width: 576px) {
  .footer {
    font-size: 10px;
  }
}

.maintenance-bg {
  background: url('../images/maintenance-bg.jpeg') top left no-repeat;
  background-size: contain;
  width: 100%;
  height: 511px;
  margin-top: 10px;
}

a {
    text-decoration: none;
    color : #00468C; /* dark blue*/
}

a:hover {
    text-decoration: none;
}

.current-lang {
    color : #FCF2EB; /* gold */
}
