/*
Theme Name: Landing Page
Version: 1.0
Author: Whale Shark Studio, Design by Zoran & Code by Davor Popovic
Author URI: http://www.whalesharkstudio.com/
Description: HTML & css theme by Whale Shark Studio
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300|Raleway:400,700);
.container:after, .half:after, .clear:after,
.clearfix:after, #menu:after, #top-section .featured:after, #protection .row:after, .no-touch #cd-vertical-nav a:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

/* 2.0 - Reset http://meyerweb.com/eric/tools/css/reset/  */
/* -------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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; }

/* 3.0 - Layout */
/* -------------------- */
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  color: #25252a;
  text-align: center;
  font-size: 87.5%;
  /* 87.5% Base font size: 14px */
  line-height: 1.429;
  position: relative; }

.logo img {
  width: 95%;
  max-width: 130px;
  margin: 1em 0;
}

.container {
  width: 90%;
  max-width: 940px;
  padding: 2em 0;
  position: relative;
  text-align: center; }
  @media all and (max-width: 980px) {
    .container {
      max-width: 600px; } }
  @media all and (max-width: 680px) {
    .container {
      max-width: 400px; } }

.links {
  width: 100%;
  height: 20px;
  display: inline-block;
  margin: 1em 0 2em;
}
  @media all and (max-width: 980px) {
    .links {
     width: 100%; } }

.image-ad,
.text-ad {
  display: inline-block;
  width: 100%;
  height: 100px;
  margin: 1em 0;
}
  @media all and (max-width: 980px) {
    .image-ad,.text-ad {
     width: 100%; } }

div {
  width: auto;
  height: auto;
  margin: 0 auto; }

/* 4.0 - Typography & Elements */
/* -------------------- */
/* 4.1 - Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0 0 0.5em;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif; }

h1 {
  font-size: 2.857em; }
  @media all and (max-width: 980px) {
    h1 {
      font-size: 2.6em; } }

h2 {
  font-size: 2.143em; }
  @media all and (max-width: 980px) {
    h2 {
      font-size: 2em; } }

h3 {
  font-size: 1.571em; }
  @media all and (max-width: 980px) {
    h3 {
      font-size: 1.4em; } }

h4 {
  font-size: 1.286em;
  font-weight: 700;
  color: #2954a2;
  text-transform: none;
  font-family: "Raleway", sans-serif; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.857em; }

/* 4.2 - Anchors */
a, a:focus {
  outline: 0; }

a img {
  border: 0px;
  text-decoration: none; }

a:link, a:visited {
  color: #84a5e0;
  text-decoration: none; }

a:hover, a:active, a:focus {
  color: #44c7a7;
  text-decoration: none; }

/* 4.3 - Paragraphs */
p {
  margin-bottom: 1.143em; }

* p:last-child {
  margin-bottom: 0; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

::-moz-selection {
  background: #62b3ea;
  color: #fff; }

::selection {
  background: #62b3ea;
  color: #fff; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }