 /* raleway-regular - latin */
 @font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/raleway-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../webfonts/raleway-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../webfonts/raleway-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../webfonts/raleway-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../webfonts/raleway-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../webfonts/raleway-v19-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/raleway-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../webfonts/raleway-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../webfonts/raleway-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
  url('../webfonts/raleway-v19-latin-600.woff') format('woff'), /* Modern Browsers */
  url('../webfonts/raleway-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../webfonts/raleway-v19-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../webfonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../webfonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../webfonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../webfonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../webfonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../webfonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../webfonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
  url('../webfonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
  url('../webfonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../webfonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
body{
  font-family: 'Raleway', sans-serif;
}
a{
  text-decoration: none;
}
.nav-link{
  font-weight: 600;
}
#site-logo{
  width: 320px;
}
.container{
  max-width:100%;
  padding-right: 0;
  padding-left: 0;
}
#abo-banner{
  padding:15px;
  background-color: #fff9ab;
}
#banner-content{
  box-shadow: inset 0px -150px 200px -30px rgb(0 0 0 / 50%);
}
#read-banner{
  box-shadow: inset 0px 150px 200px -30px rgb(0 0 0 / 50%);
}
#abo-banner a{
  color:white;
}
#abo-heading{
  font-size:5em;
}
#abo-sub-heading{
  font-size:2.1em;
}
.descr {
  width: 65%;
}
#articles{
  width:95%;
  margin:auto;
}
.tm-gallery-page {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin:auto;
}
.tm-paging-item {
  list-style: none;
  display: inline-block;
  border: 1px solid #2F956D;
  margin: 7px;
}
.tm-paging-link {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #2F956D;
  background-color: transparent;
}
.tm-paging-links{
  text-align:center;
}
.tm-paging-link.active, .tm-paging-link:hover {
  background-color: #2F956D;
  color: white;
}
.hidden {
  display: none !important;
}
.col-lg-3, .col-lg-4, .col-lg-6, .col-md-4, .col-md-6, .col-sm-6, .col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.tm-section-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.ytb-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tm-footer {
  padding: 25px 15px;
  margin-top: 40px;
}
.col-md-4 {
  width:100%;
}
.w3-ul{
  margin-left: -30px;
}
.tm-footer a {
  color: #626364;
  text-decoration: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 23px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider.round {
    border-radius: 34px;
}
.tm-site-description {
    font-size: 1.1rem;
    font-weight: 400;
}
.tm-section-title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round:before {
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
@media (min-width: 992px){
  .col-lg-3{
   flex: 0 0 25%;
   max-width: 24.99%;
 }
}
@media (min-width: 768px){
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 768px){
  #site-logo{
    width:230px;
  }
  #abo-sub-heading{
    font-size:1.5em;
  }
  .descr{
    width: 100%;
    margin:auto;
  }
  #articles{
    margin-left:15px;
  }
}
@media (max-width: 992px){
  #menu-links-container{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
  }
}