@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700');

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  outline: none;
}

body {
  background-color: #222b33;
  color: #93a4b4;
  font-size: 1.3em;
  line-height: 1.8;
  font-family: 'Nunito Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: #0075a3;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.header {
  background-color: #222b33;
  padding: 10px 0;
}

.logo {
  padding: 30px 15px;
}

.head-ads {
  text-align: right;
}

.ex-head-ads {
  width: 728px;
  height: 90px;
  background-color: #29343d;
  float: right;
  max-width: 100%;
}

.slicknav_menu {
  display: none;
}

.head-menu {
  background-color: #1a2127;
  margin-bottom: 30px;
  display: block;
}

.head-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.head-menu ul li {
  display: inline-block;
  float: left;
}

.head-menu ul li a {
  display: block;
  font-size: 1.1em;
  padding: 0 15px;
  line-height: 55px;
  color: #93a4b4;
  font-weight: 700;
}

.head-menu ul li:hover > a {
  color: #fff;
  background-color: rgba(0,0,0,0.1);
}

.page-wrapper {
  margin-bottom: 30px;
}

.one-sidebar {
  margin-bottom: 30px;
  background-color: #1a2127;
  padding: 25px;
}

.one-sidebar h3 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
  font-size: 1.3em;
}

.one-sidebar h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #222b33;
}

.one-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.one-sidebar ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  font-weight: 700;
  font-size: 1.1em;
}

.one-sidebar ul li:last-child {
  border-bottom: 0;
}

.one-sidebar ul li a {
  display: block;
  padding: 5px 0;
}

.page-cntn {
}

.article-wrap {
  background-color: #1a2127;
  padding: 30px;
}

.article-ads {
  margin-bottom: 30px;
  text-align: center;
}

.article-wrap p {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.article-wrap h1 {
  font-size: 2.6em;
  margin: 0 0 15px;
  padding: 0 0 15px;
  color: #fff;
  position: relative;
}

.article-wrap h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #222b33;
}

.footer {
  background-color: #1a2127;
  padding: 40px 0;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.footer ul li {
  display: block;
  margin: 0 10px;
}

.footer ul li a {
  display: block;
  padding: 5px 5px;
  font-size: 1.1em;
  font-weight: 700;
}

.side-ads {
  margin-bottom: 30px;
  text-align: center;
}

.category-cntn {
}

.category-cntn .one-cat {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #222b33;
}

.category-cntn .one-cat h2 {
  margin: 0 0 10px;
  font-size: 1.6em;
  padding: 0;
  font-weight: 600;
}

.category-cntn .one-cat h2   a {
  color: #f1c40f;
}

.category-cntn .one-cat h2   a:hover {
  color: #ffdd59;
}

.category-cntn .one-cat p {
  font-size: 1em;
  margin: 0;
}

.cat-title {
  font-size: 1.2em !important;
  color: #93a4b4 !important;
  font-weight: 700;
}
