html, body {height: 100%;}

body {margin: 0 auto;
      padding: 0;
      font-family: 'Exo 2', sans-serif;
      color: #000;
      font-size: 21px;
      font-weight: 300;}



*:focus {outline: 0;}

a {text-decoration: none;
   cursor: pointer;}

b, strong {font-weight: 600;}

div {box-sizing: border-box;}


.f-left {float: left;}

.f-right {float: right;}

.clear {clear: both;}

.center {text-align: center;}

.logo {z-index: 5;
  width: 400px;
       padding: 15px 0 9px 0;
       border-radius: 0 0 55px 55px;
       -moz-border-radius: 0 0 55px 55px;
       -webkit-border-radius: 0 0 55px 55px;
       background: #003557;
       margin: 0 auto;
       text-align: center;
       position: absolute;
       left: calc(50% - 200px);
      top:0;}

.logo img {width: 290px;}

h1, h2 {text-align: center;
         color: #6F9FF3;
         text-transform: uppercase;
         font-weight: 900;}

.violet {color: #A55CA5;}

.slider {z-index: -5;
          width: 100%;
         background-size: cover;}

.footer {background: #003557;
          width: 100%;
          padding: 65px 0 55px 0;
          text-align: center;}


.footer img {width: 317px;}


#ftg-22 .ftg-items .loading-bar i {background: none!important;}

#cookieChoiceInfo {background: #20C2D8!important;
                   color: #fff!important;}

#cookieChoiceDismiss {color: #AA5CA7!important;}

.gallery {width: calc(100% - 10px);
	      margin: 0 auto;}
