﻿/* reset */
@charset "UTF-8";
html, body {
  height: 100%; }

html {
  box-sizing: border-box;
 }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6; }

ul, li, p, h1, h2, h3, h4, h5, h6, a, input, fieldset,textarea  {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: none;
  text-decoration: inherit;
  border: none; }

.clr {
  clear: both; }

ul {
  list-style: none; }

/* end reset */


.container {
  width: 96%;
  margin: 0 auto;
  max-width: 1200px;
}

header {
    padding:20px 0;
    background: #0d0b39;
}

header .logo img {
  display: block;
  margin:0 auto;
}

.home-baner {
  background:url(images/home-baner.png) center center no-repeat;
  height:300px;
  padding: 65px 0;
  margin-bottom:20px;
}

.home-baner p {
  color:#FFF;
  text-align: center;
}

.home h1 {
  color:#FFF;
  text-align:center;
}

h1 {
    color: #2a2665;
    font-size:35px;
    padding:-bottom:10px;
    font-weight:bold;
}

h2 {
    color: #2a2665;
    font-size:24px;
    padding-bottom:10px;
    font-weight: bold;
}

.copyright {
    text-align: center;
    font-size: 11px;
    color: #FFF;
    padding: 20px 0;
    background: #0d0b39;
}

p {
  color:#808080;
  margin-bottom:10px;
}

.standard-page {
  padding:20px 0 50px 0;
}

.home-content {
  padding-bottom:40px;
}

.copyright p {
  color:#FFF;
}

@media screen and (max-width:1000px) {
  .home-baner {
    background:#303876;
    padding:20px;
    height:auto;
  }
  h1 {
    font-size:20px;
  }
  h2 {
    font-size:16px;
  }
  p {
    font-size:14px;
  }
}

.flags {
  text-align:center;
}

.flags a {
  padding:5px 20px;
  display: inline-block;
  cursor:pointer;
}


header .logo {
  float:left;
  margin-top:10px;
}

header .menu-list {
  float:right;
  text-align: right;
}

header ul li {
  display: inline-block;
  padding:10px 20px;
}

header ul li a {
  color:#25aae1;
  font-weight:700;
}

header ul li a:hover {
  border-bottom:4px solid #25aae1;
}

header ul li.current-menu-item a {
  border-bottom:4px solid #25aae1;
}

.toggle-nav {
  display: none;
  border-radius:5px;
  background:#283891;
  width:220px;
  margin:0 auto;
  text-align:center;
  padding:10px 0;
  margin-bottom:10px;
}

.toggle-nav a {
  color:#FFF;
  display: block;
  font-weight: 400;
}

@media screen and (max-width:996px) {
  header .logo,
  header .menu-list {
    float:none;
    margin-top:0;
    text-align: center;
  }
  header {
    padding: 10px 0;
  }
}

/* lists */
.standard-page ul {
  padding: 10px 0;
}
.standard-page ul li {
  position: relative;
  color:#808080;
}
.standard-page ul li:before {
  margin-right: 10px;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  content: "\f111";
  font-size: 12px;
  color: #38a4d6;
}
/*blog */
.blog-banner {
  background: url(images/home-baner.png) center center no-repeat;
  height: 90px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.blog-banner h1 {
  color:#FFF;
}
.article-title {
  color: #283891;
  font-size: 24px;
  line-height: 1;
  padding: 10px 0;
}
.blog-list-single-post {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.blog-list-single-post p {
  padding: 10px 0;
  color: #323232;
}
.blog-post-more-link {
  background:#0d0b39;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  color:#FFF;
}
.blog-post-more-link:hover {
  background:#25aae1;
}
/* 404 */
.template-404 {
  text-align: center;
  padding:30px 0;
}
.template-404 h2 {
  font-size:80px;
  line-height: 1;
}
.template-404 a {
  background-color: #0d0b39;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  margin-top:20px;
}
.template-404 a:hover {
  opacity:0.9;
  color: #ffffff;
}