@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-05-05, 09:45:59
    Author     : emem
*/
/*** 01. Google Fonts ***/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26 wrz 2019, 08:40:05
    Author     : Emem
*/
/*** 02. Default styles ***/
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.75em;
  font-weight: 400;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

hr {
  margin-top: 0px;
  margin-bottom: -20px;
  border: 0;
}

.bg-main {
  background-size: cover;
  height: 80vh;
}

h3.card-title {
  text-align: center;
  height: 2.5em;
  overflow: hidden;
}

.card:hover {
  transform: scale(1.05);
}
.card:hover h3:hover {
  text-decoration: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 1 paź 2019, 13:13:53
    Author     : Emem
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26 wrz 2019, 08:40:05
    Author     : Emem
*/
.mt-main {
  margin-top: 1rem !important;
}

.mt-half {
  margin-top: 0.5rem !important;
}

.mt-quarter {
  margin-top: 0.25rem !important;
}

.mt-2x {
  margin-top: 2rem !important;
}

.mt-3x {
  margin-top: 3rem !important;
}

.mt-swipe {
  margin-top: 2.5rem !important;
}

.pt-main {
  padding-top: 1rem !important;
}

.pt-half {
  padding-top: 0.5rem !important;
}

.pt-quarter {
  padding-top: 0.25rem !important;
}

.pt-2x {
  padding-top: 2rem !important;
}

.pt-3x {
  padding-top: 2rem !important;
}

.mb-main {
  margin-bottom: 1rem !important;
}

.mb-half {
  margin-bottom: 0.5rem !important;
}

.mb-quarter {
  margin-bottom: 0.25rem !important;
}

.mb-2x {
  margin-bottom: 2rem !important;
}

.mb-3x {
  margin-bottom: 3rem !important;
}

.mb-swipe {
  margin-bottom: 2.5rem !important;
}

.pb-main {
  padding-bottom: 1rem !important;
}

.pb-half {
  padding-bottom: 0.5rem !important;
}

.pb-quarter {
  padding-bottom: 0.25rem !important;
}

.pb-2x {
  padding-bottom: 2rem !important;
}

.pb-3x {
  padding-bottom: 2rem !important;
}

.ml-main {
  margin-left: 1rem !important;
}

.ml-half {
  margin-left: 0.5rem !important;
}

.ml-quarter {
  margin-left: 0.25rem !important;
}

.ml-2x {
  margin-left: 2rem !important;
}

.ml-3x {
  margin-left: 3rem !important;
}

.ml-swipe {
  margin-left: 2.5rem !important;
}

.pl-main {
  padding-left: 1rem !important;
}

.pl-half {
  padding-left: 0.5rem !important;
}

.pl-quarter {
  padding-left: 0.25rem !important;
}

.pl-2x {
  padding-left: 2rem !important;
}

.pl-3x {
  padding-left: 2rem !important;
}

.mr-main {
  margin-right: 1rem !important;
}

.mr-half {
  margin-right: 0.5rem !important;
}

.mr-quarter {
  margin-right: 0.25rem !important;
}

.mr-2x {
  margin-right: 2rem !important;
}

.mr-3x {
  margin-right: 3rem !important;
}

.mr-swipe {
  margin-right: 2.5rem !important;
}

.pr-main {
  padding-right: 1rem !important;
}

.pr-half {
  padding-right: 0.5rem !important;
}

.pr-quarter {
  padding-right: 0.25rem !important;
}

.pr-2x {
  padding-right: 2rem !important;
}

.pr-3x {
  padding-right: 2rem !important;
}

.m-main {
  margin: 1rem !important;
}

.mx-main {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-2x {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-3x {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-half {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-main {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-2x {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-3x {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-half {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-main {
  padding: 1rem !important;
}

.p-half {
  padding: 0.5rem !important;
}

.px-main {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-2x {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-3x {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-half {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-quarter {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-main {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2x {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-3x {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-half {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-quarter {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-sticky {
  padding-top: 3.5rem;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9 paź 2019, 11:20:29
    Author     : Emem
*/
.background-text {
  background-color: #000;
}

.color-text {
  color: #000;
}

.background-primary {
  background-color: rgb(198, 9, 32);
}

.color-primary {
  color: rgb(198, 9, 32);
}

.color-primary-08 {
  color: rgba(198, 9, 32, 0.8);
}

.background-second {
  background-color: #ffcd26;
}

.color-second {
  color: #ffcd26;
}

.background-second-dark {
  background-color: #ffcc00;
}

.color-second-dark {
  color: #ffcc00;
}

.color-second-dark-08 {
  color: rgba(255, 204, 0, 0.8);
}

.color-red {
  color: #ff0000;
}

.background-red {
  background-color: #ff0000;
}

.background-light {
  background-color: #f7f7f7;
}

.color-light {
  color: #f7f7f7;
}

.color-light-08 {
  color: rgba(247, 247, 247, 0.8);
}

.background-wcag-bar {
  background-color: #f5f5f5;
}

.background-dark-grey {
  background-color: #888;
}

.color-dark-grey {
  color: #888;
}

.background-dark {
  background-color: #272a3e;
}

/*
body.contrast .background-primary {
    background-color: $wcag-background-color;
}

body.contrast .background-second {
    background-color: $wcag-background-color;
}

body.contrast .background-second-dark {
    background-color: $wcag-background-color;
}

body.contrast .background-light {
    background-color: $wcag-background-color;
}
*/
body.contrast .color-primary {
  color: #ffff00;
}

body.contrast .color-second {
  color: #ffff00;
}

body.contrast .color-second-dark {
  color: #ffff00;
}

body.contrast .color-light {
  color: #ffff00;
}

/*** typography ***/
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101010;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.75em;
  margin: 0 0 10px 0;
}

h1 {
  font-size: 2.25em;
  margin-top: 100px;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

/* paragraph */
p {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.75em;
  font-weight: 400;
  margin: 0 0 20px;
}

/* lists */
ul {
  list-style-type: none;
}

/* links */
a {
  color: rgb(198, 9, 32);
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: underline;
}

a:focus:not(:focus-visible) {
  border-width: 0 !important;
  outline-width: 0px !important;
}

a:focus {
  border: 2px solid white;
  outline: 2px solid black !important;
  outline-offset: 1px;
}

img.full-width {
  width: 100%;
  height: auto;
}

.mb-30 {
  margin-bottom: 30px;
}

.small,
small {
  font-size: 80%;
}

b,
strong {
  font-weight: bold;
}

/*** form element ***/
/* text field */
/*
button,
input,
optgroup,
select,
textarea {

}
*/
input[type=password]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
textarea:focus {
  outline: none;
}

input[type=password],
input[type=email],
input[type=text],
input[type=file],
select,
textarea {
  max-width: 100%;
  margin-bottom: 15px;
  border-color: #ececec;
  padding: 18px 0px 10px;
  height: auto;
  background-color: transparent;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.75em;
  font-weight: 400;
  color: #101010;
  background-image: none;
  border-bottom: 1px solid #aaa;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
  border-bottom-width: 2px;
  border-color: #101010;
}

/*
select {
    padding: 10px;
    border-radius: 5px;
}
*/
input[type=radio],
input[type=checkbox] {
  display: inline;
}

/* Scrollbar  */
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #101010;
}

::-webkit-scrollbar-thumb:hover {
  background: #101010;
}

/* Selection */
::-webkit-selection {
  color: #888;
  background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
  color: #888;
  background: rgba(0, 0, 0, 0.1);
}

::selection {
  color: #888;
  background: rgba(0, 0, 0, 0.1);
}

/* footer */
.theme-footer p {
  margin-bottom: 0;
  color: #999;
}

.theme-footer a {
  color: #101010;
}

@media screen and (max-width: 768px) {
  #theme-aside .theme-footer {
    position: relative;
    padding-top: 90px;
  }
}
#theme-aside .theme-footer span {
  display: block;
}

#theme-aside .theme-footer ul {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

#theme-aside .theme-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}

#theme-aside .theme-footer ul li a {
  color: #101010;
  padding: 2px;
}

#theme-aside .theme-footer ul li a:hover,
#theme-aside .theme-footer ul li a:active,
#theme-aside .theme-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #101010;
}

article p {
  margin: 0 0 1em 0;
  line-height: 1.5;
  font-size: 1.5em;
  font-family: "PT Serif", serif;
}

article a.source {
  color: rgb(198, 9, 32);
  font-weight: bold;
}

.font-sans {
  font-family: "Montserrat", sans-serif;
}

.font-serif {
  font-family: "PT Serif", serif;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: rgb(198, 9, 32);
}

.nav-link {
  color: #000;
}

.nav-link:hover {
  color: rgb(198, 9, 32);
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
  width: 1em;
  height: 1em;
}

.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#list div.font-serif p {
  font-family: "PT Serif", serif;
  line-height: 1.3;
}

/*** 03. Sidebar styles ***/
#theme-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#theme-aside {
  padding: 60px 30px;
  width: 23%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  scrollbar-width: none;
}

@media screen and (max-width: 768px) {
  #theme-aside {
    width: 270px;
    transform: translateX(-270px);
    padding-top: 4em;
  }
}
#theme-aside #theme-logo {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 60px;
  display: block;
  width: 100%;
}

#theme-aside #theme-logo span {
  text-align: center;
  font-size: 0.8em;
  color: #888;
  font-weight: 400;
  letter-spacing: 3px;
}

#theme-logo-footer {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #theme-aside #theme-logo {
    margin-bottom: 60px;
  }
}
#theme-aside #theme-logo a {
  display: inline-block;
  text-align: center;
  color: #101010;
  letter-spacing: 3px;
}

#theme-logo-footer a {
  display: inline-block;
  text-align: center;
  color: #101010;
}

#theme-aside #theme-logo a span {
  display: block;
  margin-top: 0px;
  text-align: center;
}

#theme-aside #theme-main-menu ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #theme-aside #theme-main-menu ul {
    margin: 0 0 30px 0;
  }
}
#theme-aside #theme-main-menu ul li {
  margin: 15px 0 15px 0;
  padding: 0 0 10px 0;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #ececec;
}

#theme-aside #theme-main-menu ul li a {
  color: #888;
  text-decoration: none;
  position: relative;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transition: 0.3s;
}

#theme-aside #theme-main-menu ul li a:hover {
  text-decoration: none;
  color: #101010;
}

#theme-aside #theme-main-menu ul li.theme-active a {
  color: #101010;
}

#theme-aside #theme-main-menu ul li.theme-active a:after {
  visibility: visible;
  transform: scaleX(1);
}

#theme-aside .theme-footer {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #888;
  padding: 30px;
}

/*** 03. Sidebar styles ***/
#theme-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#theme-aside-dark {
  padding: 60px 30px;
  width: 500px;
  transform: translateX(-500px);
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: hidden;
  z-index: 1001;
  transition: 0.5s;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  scrollbar-width: none;
}

@media screen and (max-width: 1200px) {
  #theme-aside-dark {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #theme-aside-dark {
    width: 270px;
    transform: translateX(-270px);
    padding-top: 4em;
  }
}
#theme-aside-dark #theme-logo {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1em;
  margin-bottom: 60px;
  display: block;
  width: 100%;
}

#theme-aside-dark #theme-logo span {
  text-align: center;
  font-size: 0.8em;
  color: #ddd;
  font-weight: 400;
  letter-spacing: 3px;
}

#theme-logo-footer {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #theme-aside-dark #theme-logo {
    margin-bottom: 60px;
  }
}
#theme-aside-dark #theme-logo a {
  display: inline-block;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
}

#theme-logo-footer a {
  display: inline-block;
  text-align: center;
  color: #101010;
}

#theme-aside-dark #theme-logo a span {
  display: block;
  margin-top: 0px;
  text-align: center;
}

#theme-aside-dark #theme-main-menu ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #theme-aside-dark #theme-main-menu ul {
    margin: 0 0 30px 0;
  }
}
#theme-aside-dark #theme-main-menu ul li {
  margin: 15px 0 15px 0;
  padding: 0 0 10px 0;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #ececec;
}

#theme-aside-dark #theme-main-menu ul li a {
  color: #ddd;
  text-decoration: none;
  position: relative;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transition: 0.3s;
}

#theme-aside-dark #theme-main-menu ul li a:hover {
  text-decoration: none;
  color: #fff;
}

#theme-aside-dark #theme-main-menu ul li.theme-active a {
  color: #101010;
}

#theme-aside-dark #theme-main-menu ul li.theme-active a:after {
  visibility: visible;
  transform: scaleX(1);
}

#theme-aside-dark .theme-footer {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #888;
  padding: 30px;
}

/*** 04. Content styles ***/
#theme-main {
  width: 100%;
  float: right;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #theme-main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #theme-main {
    width: 100%;
  }
}
.theme-hero {
  min-height: 560px;
  background: #fff url(../img/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: 0;
  clear: both;
}

.theme-hero .btn {
  font-size: 24px;
}

.theme-hero .btn.btn-primary {
  padding: 15px 30px !important;
}

/*** 05. Slider styles ***/
.theme-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

.theme-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

.theme-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  min-height: 400px;
}

.theme-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  right: 20px;
  float: right;
  width: auto;
}

.theme-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 6px;
}

.theme-hero .flexslider .flex-control-nav li a {
  background: #fff;
  box-shadow: none;
  width: 8px;
  height: 8px;
  cursor: pointer;
}

.theme-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: #101010;
}

.theme-hero .flexslider .flex-direction-nav {
  display: none;
}

.theme-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 500px;
  padding: 0;
  z-index: 9;
}

.theme-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 20px;
  position: relative;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.theme-hero .flexslider .slider-text > .slider-text-inner .desc {
  bottom: 0px;
  left: 0;
  padding: 20px;
  background: transparent;
  text-align: center;
}

.theme-hero .flexslider .slider-text > .slider-text-inner .desc .image_wrap {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-bottom: 0;
}

.theme-hero .flexslider .slider-text > .slider-text-inner .arrow {
  position: absolute;
  bottom: 3vh;
  width: 97%;
  text-align: center;
  z-index: 8;
}

.theme-hero .flexslider .slider-text > .slider-text-inner .arrow.bounce {
  animation: bounce 2s infinite;
}

.theme-hero .flexslider .slider-text > .slider-text-inner .arrow i {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
}

.theme-hero .flexslider .slider-text > .slider-text-inner .arrow i:hover:after {
  transform: scale(1.2);
  opacity: 0;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .theme-hero .flexslider .slider-text > .slider-text-inner {
    text-align: center;
  }
  .theme-hero .flexslider .slider-text > .slider-text-inner .arrow {
    width: 89%;
  }
}
.theme-hero .flexslider .slider-text > .slider-text-inner h1,
.theme-hero .flexslider .slider-text > .slider-text-inner h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0px;
  line-height: normal;
}

.theme-hero .flexslider .slider-text > .slider-text-inner h2,
.theme-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 27px;
  line-height: 1.75em;
  color: #fff;
  font-weight: 700;
  margin: 0;
  letter-spacing: -1px;
}

.theme-hero .flexslider .slider-text > .slider-text-inner h2 b,
.theme-hero .flexslider .slider-text > .slider-text-inner h2 b {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .theme-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
  .theme-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 20px;
  }
}
.theme-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .theme-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 30px;
  }
}
.theme-hero .flexslider .slider-text > .slider-text-inner p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .theme-hero .flexslider .slider-text > .slider-text-inner .btn {
    width: 100%;
  }
}
body.offcanvas-sidebar {
  overflow-x: hidden;
}

body.offcanvas-sidebar #theme-aside, body.offcanvas-sidebar #theme-aside-dark {
  transform: translateX(0);
  width: 500px;
  z-index: 999;
  position: fixed;
}

body.offcanvas-sidebar #theme-main,
body.offcanvas-sidebar .theme-nav-toggle {
  top: 0;
  transform: translateX(500px);
}

@media screen and (max-width: 768px) {
  body.offcanvas-sidebar #theme-aside, body.offcanvas-sidebar #theme-aside-dark {
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
  }
  body.offcanvas-sidebar #theme-main,
  body.offcanvas-sidebar .theme-nav-toggle {
    top: 0;
    transform: translateX(270px);
  }
}
/*** 06. Heading styles ***/
.theme-heading {
  font-family: "Montserrat", sans-serif;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.2;
}

.theme-heading span {
  display: block;
}

.theme-about-heading {
  color: #101010;
  font-weight: 700;
  font-size: 24px;
}

.theme-about-contact-wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 13px;
  box-sizing: border-box;
}

.theme-about-contact-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.theme-about-contact-wrap ul li {
  margin: 0px 0px 10px 0px;
  width: 50%;
  float: left;
}

.theme-about-contact-wrap ul li:nth-of-type(2n) {
  clear: right;
}

.theme-about-contact-wrap ul li label {
  min-width: 90px;
  display: inline-block;
  font-weight: 700;
  color: #101010;
}

.theme-about-contact-wrap ul li a {
  text-decoration: none;
  color: #888;
  position: relative;
  transition: all 0.3s ease;
}

.theme-about-contact-wrap ul li a:hover {
  color: #BD0A0D;
}

.theme-post-heading {
  color: #101010;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
}

.theme-post-heading span {
  display: block;
}

.heading-meta {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .theme-post-heading {
    margin-bottom: 15px;
  }
}
/*** 9. Footer styles ***/
#theme-footer2 {
  padding: 120px;
}

#theme-footer2 h2 {
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 3px;
}

#theme-footer2 h2 span {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  #theme-footer2 {
    padding: 100px 30px 80px 30px;
    text-align: center;
  }
}
.theme-lead {
  font-size: 14px;
  line-height: 2em;
  color: #fff;
}

/* social 1 */
.theme-social {
  padding: 0;
  margin: 0;
  text-align: center;
}

.theme-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.theme-social li a {
  font-size: 22px;
  color: #101010;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .theme-social li a {
    padding: 10px 8px;
  }
}
.theme-social li a:hover {
  color: #101010;
}

.theme-social li a:hover,
.theme-social li a:active,
.theme-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #101010;
}

/* social 2 */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
  float: right;
  margin-bottom: 10px;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  ul.social-network {
    display: inherit;
    text-align: center;
    float: none;
    margin-bottom: 0;
  }
}
/* 16. Skills Progress Bar */
.bar {
  position: relative;
  background-color: #ececec;
  height: 3px;
  margin: 0 0 15px 0;
}

.bar-fill {
  position: absolute;
  height: 3px;
}

.bar-title {
  position: relative;
  font-size: 15px;
  text-align: left;
  margin: 0 0 5px 0;
  color: #101010;
}

.percent {
  position: absolute;
  right: 0;
}

/* Animations for Skills Progress Bar */
.bar-fill-developer {
  width: 90%;
  background-color: #101010;
  animation: bar-fill-developer 2s ease-out;
  -moz-animation: bar-fill-developer 2s ease-out;
  -webkit-animation: bar-fill-developer 2s ease-out;
}

@keyframes bar-fill-developer {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}
.bar-fill-photoshop {
  width: 80%;
  background-color: #101010;
  animation: bar-fill-photoshop 2s ease-out;
  -moz-animation: bar-fill-photoshop 2s ease-out;
  -webkit-animation: bar-fill-photoshop 2s ease-out;
}

@keyframes bar-fill-photoshop {
  0% {
    width: 0px;
  }
  100% {
    width: 80%;
  }
}
.bar-fill-webdesign {
  width: 95%;
  background-color: #101010;
  animation: bar-fill-webdesign 2s ease-out;
  -moz-animation: bar-fill-webdesign 2s ease-out;
  -webkit-animation: bar-fill-webdesign 2s ease-out;
}

@keyframes bar-fill-webdesign {
  0% {
    width: 0px;
  }
  100% {
    width: 95%;
  }
}
.bar-fill-socialmedia {
  width: 85%;
  background-color: #101010;
  animation: bar-fill-socialmedia 2s ease-out;
  -moz-animation: bar-fill-socialmedia 2s ease-out;
  -webkit-animation: bar-fill-socialmedia 2s ease-out;
}

@keyframes bar-fill-socialmedia {
  0% {
    width: 0px;
  }
  100% {
    width: 85%;
  }
}
/* 14. Section styles */
.theme-references,
.theme-testimonials,
.theme-skills,
.theme-blog,
.theme-post,
.theme-projects,
.theme-recent-projects,
.theme-team,
.theme-about,
.theme-services,
.theme-contact {
  padding-top: 60px;
  padding-bottom: 60px;
  clear: both;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .theme-testimonials,
  .theme-skills,
  .theme-post,
  .theme-projects,
  .theme-blog,
  .theme-about,
  .theme-contact {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .theme-team {
    padding-top: 0px;
  }
  .heading-meta {
    margin-bottom: 0px;
  }
  .theme-services {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .theme-references {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .theme-recent-projects {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.section-white {
  background: #fff;
}

.section-gray {
  background: #f7f7f7;
}

/*** 07. Blog & Post styles ***/
.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}
.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  transform: scale(1);
  transition: 0.3s;
}

.blog-entry .desc {
  padding: 20px;
}

.blog-entry .desc h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 500;
}

.blog-entry .desc h3 small {
  font-size: 0.7em;
  font-weight: 400;
}

.blog-entry .desc h3 a {
  color: #101010;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

.blog-entry .desc span {
  display: block;
  margin-bottom: 0px;
  font-size: 13px;
  color: #888 !important;
}

.blog-entry .desc span small i {
  color: #888;
}

.blog-entry .desc .lead {
  font-size: 12px;
  color: #101010;
  font-weight: 400;
}

.blog-entry .desc .lead:hover {
  color: #101010;
}

.blog-entry:hover .blog-img img {
  transform: scale(1.1);
}

.theme-post img {
  padding-bottom: 30px;
}

/* Sidebar */
.theme-sidebar-block {
  margin-bottom: 60px;
  position: relative;
}

.theme-sidebar-block .theme-sidebar-block-title {
  color: #101010;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}

/* Search */
.theme-sidebar-search-form {
  position: relative;
}

.theme-sidebar-search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
  border: 0;
  padding: 12px 20px;
  font-size: 16px;
  transition: all 0.3s;
  color: #888;
  background: transparent;
}

/* Categories */
.ul1 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ul1 > li {
  padding: 5px 0;
  border-bottom: 1px solid #f7f7f7;
  line-height: 32px;
}

.ul1 > li a {
  color: #888;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.ul1 > li a:hover {
  color: #101010;
  text-decoration: none;
}

/* Latest Posts */
.latest {
  margin-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 20px;
}

.latest a {
  display: block;
  text-decoration: none;
}

.latest a .txt1 {
  font-weight: 700;
  line-height: 1.75em;
}

.latest a .txt2 {
  color: #888;
  font-size: 13px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.latest a:hover .txt2 {
  color: #101010;
}

/* Tags, Keywords */
.tags {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.tags li {
  display: inline-block;
  margin: 0 5px 5px 0px;
  float: left;
}

.tags li a {
  display: inline-block;
  background: #fff;
  border: 1px solid #ececec;
  padding: 9px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-decoration: none;
  font-size: 13px;
  color: #888;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.tags li a:hover {
  background: #101010;
  color: #fff;
  border-color: #101010;
}

/* Pagination */
.theme-pagination-wrap {
  padding: 0;
  margin: 0;
  text-align: center;
}

.theme-pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}

.theme-pagination-wrap li a {
  background: #f7f7f7;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #888;
  font-weight: 400;
  border-radius: 50%;
}

.theme-pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}

.theme-pagination-wrap li a.active {
  background-color: #101010;
  border: 1px solid #101010;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .theme-pagination-wrap {
    padding: 0 0 60px 0;
    margin: 0;
    text-align: center;
  }
}
/*Post Comment */
.comments-area {
  padding: 30px 0;
}

.comments-area .comments-title {
  font-size: 24px;
  line-height: 1.75em;
  font-weight: 700;
}

ol.comment-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

ol.comment-list li.comment {
  position: relative;
  padding: 0;
}

ol.comment-list li.comment .comment-body {
  position: relative;
  padding: 20px 30px 20px 120px;
  margin-left: 40px;
  color: #101010;
  position: relative;
}

ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 0px;
}

ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 20px;
  left: -40px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color: #fff;
}

ol.comment-list li.comment .comment-author .name {
  display: inline-block;
  color: #101010;
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 700;
  margin-bottom: 0;
}

ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #888;
  font-weight: 700;
}

ol.comment-list li.comment .comment-meta {
  color: #888;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
}

ol.comment-list li.comment .comment-meta a {
  color: #101010;
}

ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  vertical-align: top;
}

ol.comment-list li.comment p {
  font-size: 15px;
  line-height: 1.75em;
  margin: 0 0 20px;
  color: #888;
}

ol.comment-list li.comment .reply a {
  position: absolute;
  top: 50px;
  right: 30px;
  margin-top: -5px;
  font-size: 13px;
  color: #888;
}

ol.comment-list li .children {
  list-style: none;
  margin-left: 80px;
}

ol.comment-list li .children li {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .comments-area .padding-30 {
    padding: 15px;
  }
  ol.comment-list li.comment .comment-body {
    margin-bottom: 30px;
    margin-left: 30px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -35px;
    height: 70px;
    width: 70px;
  }
  ol.comment-list li .children {
    margin-left: 20px;
  }
  ol.comment-list li.comment .reply a {
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    margin-left: 26px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -15px;
    top: 12px;
    width: 60px;
    height: 60px;
  }
  ol.comment-list li.comment .comment-body {
    padding-left: 55px;
  }
}
.inline-image img {
  width: 100% !important;
}

.image-credit-wrapper {
  overflow: hidden;
  position: relative;
}

.image-credit {
  background: rgba(0, 0, 0, 0.7);
  color: #ccc;
  display: inline-block;
  font-size: 0.8em;
  font-family: helvetica;
  font-weight: 300;
  padding: 0.25em;
  position: absolute;
  bottom: 0;
  right: 0;
}

figcaption {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/*** 11. Services styles ***/
.theme-feature {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  padding: 30px;
  border: 1px solid #ececec;
}

.theme-feature .theme-icon {
  text-align: center;
  background: transparent;
  margin-bottom: 10px;
}

.theme-feature .theme-text {
  width: 100%;
}

.theme-feature .theme-text h2,
.theme-feature .theme-text h3 {
  margin: 0;
  padding: 0;
}

.theme-feature .theme-text h3 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #101010;
  font-size: 18px;
}

.theme-feature.theme-feature-sm .theme-text {
  margin-top: 6px;
}

.theme-feature.theme-feature-sm .theme-icon i {
  color: #101010;
  font-size: 40px;
}

@media screen and (max-width: 1200px) {
  .theme-feature.theme-feature-sm .theme-icon i {
    font-size: 28px;
  }
}
/* 13. Team styles */
.team {
  position: relative;
  margin-bottom: 30px;
}

.team .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: 0.3s;
}

.team .desc .con {
  padding: 30px;
  display: block;
  position: relative;
}

.team .desc .con .icon {
  position: absolute;
}

.team .desc .con .icon span {
  display: inline;
  padding-right: 5px;
}

.team .desc .con .icon i {
  font-size: 16px;
  color: #fff;
}

.team .desc h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, -15px, 0);
  margin-bottom: 0px;
}

.team .desc h3 a {
  color: #fff;
}

.team .desc span {
  display: block;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, 15px, 0);
  margin-bottom: 10px;
}

.team .desc span a {
  color: #101010;
}

.team:hover .desc {
  opacity: 1;
}

.team:hover .desc h3 {
  transform: translate3d(0, 0, 0);
}

.team:hover .desc span {
  transform: translate3d(0, 0, 0);
}

.team-desc h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.team-desc span {
  display: block;
  color: #666;
  font-size: 13px;
  margin-bottom: 15px;
}

.team-desc span a {
  color: #666;
}

.team-desc .icon span {
  display: inline;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .team .desc {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
  }
  .team .desc h3 {
    font-style: 28px;
    transform: translate3d(0, 0, 0);
    color: #101010;
  }
  .team .desc span {
    transform: translate3d(0, 0, 0);
  }
}
.calendar-month-name {
  font-size: 1em;
}

.calendar-day-number {
  font-size: 2em;
}

.calendar-day-normal {
  color: #000;
}

.calendar-day-holiday {
  color: #E30000;
}

.calendar-events {
  font-size: 1.2em;
}

.about-text p {
  font-size: 1.2em;
}

/*** 10. Contact styles ***/
.map-section {
  overflow: hidden;
  margin-bottom: 60px;
}

#contactMap {
  width: 100%;
  height: 550px;
}

.addo-more-contact {
  background: #fafafa;
}

/* Form */
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  height: 54px;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.75em;
  font-weight: 400;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #101010;
  border-bottom: 2px solid #101010;
}

.form-check-input[type=checkbox] {
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  height: 1.5em;
  width: 1.5em;
}

.form-check-input:checked[type=checkbox] {
  background-color: rgb(198, 9, 32);
  border-color: rgb(198, 9, 32);
}

.form-check-input:focus[type=checkbox] {
  border-color: rgb(198, 9, 32);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(40, 89, 85, 0.25);
}

label.form-check-label {
  padding-left: 0.5em;
}

form div.required label.form-label:after, form div.required label.form-check-label:after {
  content: " * ";
  color: red;
}

.toolbar {
  padding: 0;
}

.btn {
  font-size: 1em;
  line-height: 1.75;
  font-weight: 400;
  color: rgb(198, 9, 32);
  border: 2px solid rgb(198, 9, 32);
  transition: background-color 0.15s ease-out;
  background: none;
  margin-top: 10px;
  border-radius: 0;
  margin-right: 10px;
}

.btn:hover {
  color: #fff;
  background-color: rgb(198, 9, 32);
  border-color: rgb(198, 9, 32);
}

#message {
  height: 130px;
}

.box-gallery-wrapper > ul {
  list-style: none;
}

@supports (display: grid) {
  .box-gallery-wrapper > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  @media only screen and (max-width: 991px) {
    .box-gallery-wrapper > ul {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (max-width: 575px) {
    .box-gallery-wrapper > ul {
      grid-template-columns: 1fr;
    }
  }
  .card + .card {
    margin-top: 0;
  }
}
.box-gallery + .box-gallery {
  margin-top: 1.5rem;
}

@supports (display: grid) {
  .box-gallery + .box-gallery {
    margin-top: 0;
  }
}
.box-gallery {
  display: flex;
  flex-direction: column;
  position: relative;
}

/*** 12. Navigation styles ***/
.theme-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.theme-nav-toggle.active i::before,
.theme-nav-toggle.active i::after {
  background: #fff;
}

.theme-nav-toggle.dark.active i::before,
.theme-nav-toggle.dark.active i::after {
  background: #101010;
}

.theme-nav-toggle:hover,
.theme-nav-toggle:focus,
.theme-nav-toggle:active {
  outline: none;
}

.theme-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 30px;
  height: 3px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all 0.2s ease-out;
  top: -5px;
}

.theme-nav-toggle i::before,
.theme-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: 0.2s;
}

.theme-nav-toggle.dark i {
  position: relative;
  color: #101010;
  background: #101010;
  transition: all 0.2s ease-out;
}

.theme-nav-toggle.dark i::before,
.theme-nav-toggle.dark i::after {
  background: #101010;
  transition: 0.2s;
}

.theme-nav-toggle i::before {
  top: -7px;
}

.theme-nav-toggle i::after {
  bottom: -7px;
}

.theme-nav-toggle.active i {
  background: transparent;
}

.theme-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

.theme-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

.theme-nav-toggle {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  padding: 16px 15px;
  transition: 0.5s;
  background: rgba(198, 9, 32, 0.75);
  margin: 15px 30px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .theme-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}
.js .animate-box {
  opacity: 0;
}

.menu-btn {
  color: #ddd;
  font-size: 28px;
  display: block;
  cursor: pointer;
  padding: 16px 15px;
  background: rgba(198, 9, 32, 0.75);
  border-radius: 50%;
  border: 0;
}

.menu-btn:hover {
  background: #c60920;
  color: #fff;
}

.menu-btn:focus {
  color: #fff;
  background: rgba(198, 9, 32, 0.75);
}

.menu-close {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 16px 15px;
  background: none;
  border: none;
}

.hero-bg {
  width: 100%;
  margin-right: -100%;
  position: relative;
  opacity: 1;
  display: block;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  height: 80vh;
  -webkit-backface-visibility: hidden;
}

.hero-bg .hero-text {
  display: table;
  height: 80vh;
  padding: 0;
  z-index: 9;
}

.hero-bg .hero-text .hero-text-inner {
  width: 100vw;
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 20px;
  position: relative;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.hero-bg .hero-text .hero-text-inner .desc {
  padding: 20px;
  background: transparent;
  text-align: center;
}

.hero-bg .hero-text .hero-text-inner .hero-calendar {
  padding: 0 0 1em 0;
  border: 2px solid #ddd;
  margin: 0.5em auto;
  display: inline-block;
  min-width: 10vw;
}

@media screen and (max-width: 767px) {
  .hero-bg .hero-text .hero-text-inner .hero-calendar {
    min-width: 40vw;
  }
}
.hero-bg .arrow.bounce {
  animation: bounce 2s infinite;
}

.hero-bg .arrow {
  position: absolute;
  bottom: 3vh;
  width: 100vw;
  text-align: center;
  z-index: 8;
}

@media screen and (max-width: 767px) {
  .hero-bg .hero-text .hero-text-inner {
    text-align: center;
  }
  /*
  .hero-bg .arrow {
      width: 89%;
  }
  */
}
.hero-bg .hero-text .hero-text-inner h1 {
  font-size: 3em;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .hero-bg .hero-text .hero-text-inner h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .hero-bg .hero-text .hero-text-inner h1 {
    font-size: 1.5em;
  }
}
.hero-bg .hero-text .hero-text-inner h2 {
  font-size: 27px;
  line-height: 1.75em;
  color: #fff;
  font-weight: 700;
  margin: 0;
  letter-spacing: -1px;
}

.hero-bg .hero-text .hero-text-inner h2 b,
.hero-bg .hero-text .hero-text-inner h2 b {
  color: #fff;
}

.hero-bg .hero-text .hero-text-inner .desc .image_wrap {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin-bottom: 0;
}

.hero-bg .hero-text .hero-text-inner .heading-section {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .hero-bg .hero-text .hero-text-inner .heading-section {
    font-size: 30px;
  }
}
.hero-bg .hero-text .hero-text-inner p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .hero-bg .hero-text .hero-text-inner .btn {
    width: 100%;
  }
}
/*
 * flip v1.7.1 - A Beautifully Animated Flip Clock
 * Copyright (c) 2020 PQINA - https://pqina.nl/flip/
 */
.tick {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}

.tick * {
  box-sizing: inherit;
}

.tick [data-view] {
  max-width: 100%;
}

.tick span[data-view] {
  display: inline-block;
}

.tick [data-layout~=pad] {
  margin: -0.25em;
}

.tick [data-layout~=pad] > * {
  margin: 0.25em;
}

.tick [data-layout~=horizontal] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tick [data-layout~=horizontal][data-layout~=baseline] {
  align-items: baseline;
}

.tick [data-layout~=horizontal][data-layout~=center] {
  justify-content: center;
}

.tick [data-layout~=horizontal][data-layout~=right] {
  justify-content: flex-end;
}

.tick [data-layout~=horizontal][data-layout~=left] {
  justify-content: flex-start;
}

.tick [data-layout~=horizontal][data-layout~=fill], .tick [data-layout~=horizontal][data-layout~=stretch] {
  align-content: stretch;
  flex-wrap: nowrap;
}

.tick [data-layout~=horizontal][data-layout~=fill] > *, .tick [data-layout~=horizontal][data-layout~=stretch] > * {
  flex: 1 0 0;
  width: 100%;
}

.tick [data-layout~=horizontal][data-layout~=multi-line] {
  flex-wrap: wrap;
}

.tick [data-layout~=horizontal][data-layout~=fit] {
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  white-space: nowrap;
  justify-content: flex-start;
}

.tick [data-layout~=vertical] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tick [data-layout~=vertical][data-layout~=top] {
  justify-content: flex-start;
}

.tick [data-layout~=vertical][data-layout~=bottom] {
  justify-content: flex-end;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=middle] {
  justify-content: center;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=left] {
  align-items: flex-start;
}

.tick [data-layout~=vertical][data-layout~=right] {
  align-items: flex-end;
}

.tick [data-layout~=vertical][data-layout~=center] {
  text-align: center;
}

.tick [data-layout~=vertical][data-layout~=fill], .tick [data-layout~=vertical][data-layout~=stretch] {
  align-items: stretch;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=fill] > *, .tick [data-layout~=vertical][data-layout~=stretch] > * {
  flex: 1 0 0;
}

.tick [data-layout~=vertical] > * + * {
  margin-top: 0.5em;
}

.tick [data-layout~=overlay] {
  position: relative;
}

.tick [data-layout~=overlay] > * {
  margin: 0;
}

.tick [data-layout~=overlay][data-layout~=center] {
  text-align: center;
}

.tick [data-layout~=overlay][data-layout~=left] {
  text-align: left;
}

.tick [data-layout~=overlay][data-layout~=right] {
  text-align: right;
}

.tick [data-layout~=overlay] > [data-overlay=fill], .tick [data-layout~=overlay] > [data-overlay=stretch] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tick [data-layout~=overlay] > [data-overlay=center] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tick-flip {
  position: relative;
  text-align: center;
}

.tick-flip * {
  border-radius: inherit;
  white-space: pre;
  letter-spacing: inherit;
  text-indent: inherit;
}

.tick-flip-front {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tick-flip-back {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tick-flip-spacer {
  display: block;
  visibility: hidden;
}

.tick-flip-shadow {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  color: transparent !important;
  background: transparent !important;
}

.tick-flip-shadow-top {
  bottom: calc(50% - 1px);
}

.tick-flip-shadow-bottom {
  top: calc(50% + 1px);
}

.tick-flip-card-shadow {
  position: absolute;
  left: 0.15em;
  right: 0.15em;
  bottom: 0.125em;
  height: 0.5em;
  background-color: transparent;
  border-radius: 0;
  opacity: 0;
  transform-origin: 0 100%;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5), 0 0.125em 0.5em rgba(0, 0, 0, 0.75);
  z-index: 0;
}

.tick-flip-card {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 4em;
}

.tick-flip-panel-back, .tick-flip-panel-front {
  position: absolute;
  left: 0;
  width: 100%;
  height: 51%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.tick-flip-panel-back-text, .tick-flip-panel-front-text {
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  height: 100%;
  overflow: hidden;
}

.tick-flip-panel-text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
  height: 200%;
  top: -100%;
}

.tick-flip-panel-front {
  transform-origin: center bottom;
  top: 0;
  z-index: 2;
  box-shadow: inset 0 1px hsla(0, 0%, 100%, 0.05);
}

.tick-flip-panel-back {
  transform-origin: center top;
  top: 50%;
  z-index: 1;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}

.tick-flip-panel-back:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 0, transparent 30%);
}

.tick-flip-panel-back-shadow {
  z-index: 2;
}

.tick-flip-panel-back-highlight {
  z-index: 3;
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow, .tick-flip-panel-front-shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.tick-flip-panel-front-shadow {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}

.tick-flip-panel-back-shadow {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}

.tick-flip-panel-back-highlight {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.3));
}

.tick [data-style*="shadow:inner"], .tick [data-style*="shadow:inner"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back, .tick [data-style*="shadow:none"] .tick-flip-panel-front, .tick [data-style*="shadow:none"] .tick-flip-shadow {
  box-shadow: none;
}

.tick [data-style*="shadow:none"] .tick-flip-back:after, .tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after, .tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow {
  background-image: none;
}

.tick [data-style*="rounded:none"] {
  border-radius: 0;
}

.tick [data-style*="rounded:panels"] .tick-flip-front, .tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.tick [data-style*="rounded:panels"] .tick-flip-back, .tick [data-style*="rounded:panels"] .tick-flip-panel-back:after, .tick [data-style*="rounded:panels"] .tick-flip-shadow-top {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.tick-flip {
  margin-left: 0.0625em;
  margin-right: 0.0625em;
  min-width: 1.125em;
  border-radius: 0.125em;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}

.tick-flip-panel {
  color: #edebeb;
  background-color: #333232;
}

.tick-flip-shadow {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
}

#mapa svg {
  display: block;
  max-width: 100%;
  margin: auto;
  max-height: 100vh;
}

@media screen and (max-width: 768px) {
  #mapa svg {
    max-height: 60vh;
  }
}
#dekanaty * {
  fill: #263238;
  fill-opacity: 1;
  stroke: #fff;
}

#dekanaty *.dekanat-clickable {
  fill: rgb(198, 9, 32);
  fill-opacity: 0.25;
  cursor: pointer;
}

#dekanaty *.dekanat-clickable.on {
  fill-opacity: 1 !important;
}

#dekanaty *.dekanat-clickable.selecting {
  fill: #dc3545;
  fill-opacity: 1 !important;
}

#dekanaty *.dekanat-clickable.reg-cz {
  fill-opacity: 0.8;
}

#dekanaty *.dekanat-clickable.reg-za {
  fill-opacity: 0.65;
}

#dekanaty *.dekanat-clickable.reg-wi {
  fill-opacity: 0.5;
}

#dekanaty *.dekanat-clickable.reg-ra {
  fill-opacity: 0.35;
}

.parafie {
  display: none;
}

.modal-dialog-video {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body-video {
  position: relative;
  padding: 0px;
  background-color: #000;
}

.close-video {
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  margin-right: 0.25em;
}

#dekanaty *.dekanat-clickable.fill-opacity-1 {
  fill-opacity: 0.1;
}

#dekanaty *.dekanat-clickable.fill-opacity-2 {
  fill-opacity: 0.2;
}

#dekanaty *.dekanat-clickable.fill-opacity-3 {
  fill-opacity: 0.3;
}

#dekanaty *.dekanat-clickable.fill-opacity-4 {
  fill-opacity: 0.4;
}

#dekanaty *.dekanat-clickable.fill-opacity-5 {
  fill-opacity: 0.5;
}

#dekanaty *.dekanat-clickable.fill-opacity-6 {
  fill-opacity: 0.6;
}

#dekanaty *.dekanat-clickable.fill-opacity-7 {
  fill-opacity: 0.7;
}

.parafia-link {
  margin-top: 1em;
  display: block;
}

.list-dekanaty {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-dekanaty li {
  padding: 2px 4px;
  display: inline-block;
  width: 100%;
}

.list-dekanaty li.on {
  background: red;
  color: white;
  font-weight: bold;
}

.description {
  pointer-events: none;
  position: absolute;
  font-size: 14px;
  text-align: center;
  background: #212529;
  padding: 5px 15px;
  z-index: 5;
  max-height: 40px;
  line-height: 14px;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #212529;
  transform: translateX(-50%);
  display: none;
}

.description.active {
  display: block;
}

.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #212529;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0px solid #aaa;
  border-radius: 0px;
}

ul {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

:disabled {
  background-color: transparent;
}

/**
 * Multiple Select2
 */
.select2-container--material {
  width: 100% !important;
  /**
   * Textbox
   */
  /**
   * Dropdown
   */
  /**
   * Options
   */
  /**
   * Focused textbox
   */
  /**
   * Disabled textbox
   */
}

.select2-container--material ::-moz-placeholder {
  color: inherit;
}

.select2-container--material ::placeholder {
  color: inherit;
}

.select2-container--material .select2-selection {
  /* @extend input */
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  box-sizing: inherit;
  /* @extend .form-control */
  display: block;
  width: 100%;
  color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0 0.6rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  /* @extend input[type=text] */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  width: 100%;
  font-size: 1rem;
  box-shadow: none;
  transition: all 0.3s;
  min-height: 2.1rem;
}

.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
  float: left;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
  float: right;
}

.select2-container--material .select2-selection--multiple {
  /**
   * Multiple selected options
   */
  /**
   * Multiple selected option clear button
   */
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
  /* @extend .mdl-chip */
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  /* Hide default content */
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #000;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}

.select2-container--material .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}

.select2-container--material .select2-dropdown {
  border: 0;
}

.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
}

.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material .select2-results__options {
  /* @extend .zf-shadow-depth* */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* @extend .dropdown-content */
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width, height;
  /* @extend .dropdown-content inline styles */
}

.select2-container--material .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  /* @extend .dropdown-content li>a, .dropdown-content li>span */
  font-size: 1.2rem;
  display: block;
  padding: 1rem;
  /**
   * Disabled options
   */
  /**
   * Selected option
   */
  /**
   * Active/hovered option
   */
}

.select2-container--material .select2-results__option[aria-disabled=true] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}

.select2-container--material .select2-results__option[aria-selected=true] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  color: #4285f4;
  background-color: #eee;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
}

.select2-container--material.select2-container--focus .select2-selection {
  /* @extend input[type=text]:focus */
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}

.download-box {
  color: rgb(198, 9, 32);
}

/* 17. Button style */
/* button primary */
.button-primary {
  display: inline-block;
  height: auto;
  padding: 15px 32px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: #101010;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.button-primary:hover,
.button-primary:focus {
  border: 1px solid #101010;
  background-color: transparent;
  color: #101010;
}

/* button secondary */
.button-secondary {
  display: inline-block;
  height: auto;
  padding: 15px 32px;
  border: 1px solid #101010;
  border-radius: 80px;
  background-color: transparent;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #101010;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.button-secondary:hover {
  border-color: #000;
  background-color: #101010;
  color: #fff;
}

/* button tersiyer */
.button-tersiyer {
  display: inline-block;
  height: auto;
  padding: 15px 32px;
  border: 1px solid #fff;
  border-radius: 80px;
  background-color: transparent;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.button-tersiyer:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #101010;
}

/* button link */
.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
}

.link-btn i {
  margin-left: 5px;
  font-size: 10px;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #101010;
  transition: all ease 0.4s;
}

.link-btn:hover::before {
  width: 100%;
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Material Design Icons";
  content: "\f005d";
  text-align: center;
  line-height: 1.75em;
  font-size: 1.25em;
  font-weight: 700;
  color: #555;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #555;
  stroke-width: 3;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.progress-wrap {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.progress-wrap::after {
  color: #555;
}

.progress-wrap svg.progress-circle path {
  stroke: #555;
}

#menu {
  display: none;
  background: rgb(198, 9, 32);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1100;
}
#menu.open {
  opacity: 0.97;
  visibility: visible;
}
#menu.open li:nth-child(1) {
  animation-delay: 0.1s;
}
#menu.open li:nth-child(2) {
  animation-delay: 0.2s;
}
#menu.open li:nth-child(3) {
  animation-delay: 0.3s;
}
#menu.open li:nth-child(4) {
  animation-delay: 0.4s;
}
#menu.open li:nth-child(5) {
  animation-delay: 0.5s;
}
#menu.open li:nth-child(6) {
  animation-delay: 0.6s;
}
#menu.open li:nth-child(7) {
  animation-delay: 0.7s;
}
#menu.open li:nth-child(8) {
  animation-delay: 0.8s;
}
#menu.open li:nth-child(9) {
  animation-delay: 0.9s;
}
#menu.open li:nth-child(10) {
  animation-delay: 1s;
}
#menu.open li {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
#menu ul:hover a {
  opacity: 0.5;
}
#menu ul a {
  -webkit-transform: translateZ(0);
  transition: opacity 0.3s ease-in-out;
}
#menu ul a:hover {
  opacity: 1;
}
#menu .main-nav {
  position: relative;
  top: 30%;
  transform: translateY(-30%);
}
#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .main-nav a {
  color: #ffffff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
#menu .main-nav a:first {
  padding-top: 0;
}
#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}
#menu .menu-footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 50px;
  z-index: 1110;
}
.toggle-menu span {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 1px);
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

.menu-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9 paź 2019, 11:37:14
    Author     : Emem
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26 wrz 2019, 08:40:05
    Author     : Emem
*/
.border-dotted-top {
  border-top: 1px dashed rgb(198, 9, 32);
}

.border-solid-top {
  border-top: 1px solid rgb(198, 9, 32);
}

.border-dotted-bottom {
  border-bottom: 1px dashed rgb(198, 9, 32);
}

.border-solid-bottom {
  border-bottom: 1px solid rgb(198, 9, 32);
}

.border-dotted-left {
  border-left: 1px dashed rgb(198, 9, 32);
}

.border-solid-left {
  border-left: 1px solid rgb(198, 9, 32);
}

.border-dotted-right {
  border-right: 1px dashed rgb(198, 9, 32);
}

.border-solid-right {
  border-right: 1px solid rgb(198, 9, 32);
}

.border-solid {
  border: 1px solid rgb(198, 9, 32);
}

.border-dotted {
  border: 1px dashed rgb(198, 9, 32);
}

section.section-projects, section.section-announcements {
  padding: 1em 0;
}
section.section-projects h2, section.section-announcements h2 {
  text-align: center;
  color: rgb(198, 9, 32);
}
section.section-projects h3.card-title, section.section-announcements h3.card-title {
  text-align: center;
  height: 2.5em;
  overflow: hidden;
}
section.section-projects .card:hover, section.section-announcements .card:hover {
  transform: scale(1.05);
}
section.section-projects .card:hover h3:hover, section.section-announcements .card:hover h3:hover {
  text-decoration: none;
}

section.section-projects h3 {
  height: 3em;
}

.donate {
  /*padding: 50px*/
  color: #FFF;
}

.donate p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}

.donate h3 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
}

.denomination {
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
  background-color: #2c82c9;
  transition: background-color 0.2s ease;
}

.denomination label {
  font-weight: 600;
  cursor: pointer;
}

.denomination input {
  left: -10001px;
  position: absolute;
}

.denomination-other {
  width: 100%;
}

.denomination-other input {
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  width: inherit;
  text-align: center;
  border: none;
  padding: 13px 0;
  background-color: #2c82c9;
  transition: background-color 0.2s ease;
}

.denomination-other input:hover {
  background-color: #ec3029;
}

.denomination-other input:before {
  position: absolute;
  left: 6px;
  top: 2px;
  content: "$";
}

.donate-amount .selected, .denomination-other input.selected, .donate-amount .denomination:hover {
  background-color: #EC3029;
  border: 0;
}

.donate-black h2 {
  font-family: "Oswald", sans-serif;
  color: #FFF;
  font-size: 32px;
  margin-bottom: 30px;
}

.donate-black h2 span {
  display: block;
  float: left;
  font-size: 16px;
  padding-top: 7px;
  margin-right: 20px;
  text-align: center;
  width: 30px;
  height: 25px;
  background-color: #ec3029;
  border-radius: 50%;
}

.donate-type label,
.donate-payment label {
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
}

.donate-blue {
  background-color: rgba(44, 130, 201, 0.9);
  padding: 25px;
}

.donate-black {
  padding: 25px;
}

.donate-submit button {
  font-family: "Oswald", sans-serif;
  width: 100%;
  background-color: #ec3029;
  border: none;
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  padding: 14px 0;
  margin: 30px 0;
  text-transform: uppercase;
  cursor: pointer;
}

.donate-submit button:disabled {
  background-color: rgba(236, 48, 41, 0.75);
}

.donate-submit small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}

:-moz-placeholder {
  color: #FFF;
  font-weight: 300;
}

::-moz-placeholder {
  color: #FFF;
  font-weight: 300;
}

:-ms-input-placeholder {
  font-weight: 300;
  color: #FFF;
}

input:focus {
  outline: none;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

.donate input {
  font-size: 1.2em;
  color: #fff;
  border-bottom-width: 1px;
  border-color: #ccc;
}

input:focus,
textarea:focus {
  border-bottom-width: 2px;
  border-color: #fff;
}

.errorMessage {
  color: #ff4444;
}

/*   
 .checkbox label:after,
 .radio label:after {
   content: '';
   display: table;
   clear: both; }

 .checkbox .cr,
 .radio .cr {
   position: relative;
   display: inline-block;
   border: 1px solid #a9a9a9;
   border-radius: .25em;
   width: 1.3em;
   height: 1.3em;
   float: left;
   margin-right: .5em; }

 .radio .cr {
   border-radius: 50%; }

 .checkbox .cr .cr-icon,
 .radio .cr .cr-icon {
   position: absolute;
   font-size: .8em;
   line-height: 0;
   top: 50%;
   left: 20%; }

 .radio .cr .cr-icon {
   margin-left: 0.04em; }

 .checkbox label input[type="checkbox"],
 .radio label input[type="radio"] {
   display: none; }

 .checkbox label input[type="checkbox"] + .cr > .cr-icon,
 .radio label input[type="radio"] + .cr > .cr-icon {
   transform: scale(3) rotateZ(-20deg);
   opacity: 0;
   transition: all .3s ease-in; }

 .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
 .radio label input[type="radio"]:checked + .cr > .cr-icon {
   transform: scale(1) rotateZ(0deg);
   opacity: 1; }

 .checkbox label input[type="checkbox"]:disabled + .cr,
 .radio label input[type="radio"]:disabled + .cr {
   opacity: .5; }

   */
.donate .has-error .help-block {
  background-color: #bb0000;
  color: #fff;
  font-weight: 700;
  padding: 0.25em;
}

article h1 {
  margin: 3em 0 0.25em 0;
}
article h2 {
  margin: 0 0 0.25em 0;
  font-size: 1.5em;
}
article p {
  margin: 0 0 1em 0;
  line-height: 1.5;
  font-size: 1.75em;
  font-family: "PT Serif", serif;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26 wrz 2019, 08:40:05
    Author     : Emem
*/
.go-tab {
  list-style: none;
  margin: 0;
  padding: 0;
}

.go-tab a {
  position: absolute;
  top: 10px;
  left: 50%;
  display: inline-block;
  width: 200px;
  font-size: 15px;
  font-weight: bold;
  color: rgb(198, 9, 32);
  text-align: center;
  background: #FFF;
  padding: 5px 10px;
  border: 2px solid rgb(198, 9, 32);
  margin-left: -100px;
  clip: rect(1px, 1px, 1px, 1px);
  z-index: 1000;
}

.go-tab a:focus {
  outline: none;
  clip: auto;
}

.go-tab a:hover {
  text-decoration: none;
}

.contrast img { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.font-medium {
  font-size: 1.3rem;
}

.font-big {
  font-size: 1.6rem;
}

.btn-contrast:hover {
  color: #ffff00;
}

.contrast {
  background: #000;
  color: #ffff00;
}

.contrast a {
  color: #ffff00;
}

.contrast a:hover {
  text-decoration: underline;
  color: #ffff00;
}

.contrast a:focus, .contrast a.btn:focus, .contrast a:focus .issue-article-box, .contrast button:focus, .contrast button.btn-secondary:focus {
  border-color: #fff;
}

.navbar-accessibility {
  padding: 0;
}

.navbar-accessibility ul {
  font-size: 1.2em;
  padding: 0.25rem 1rem;
}

.navbar-accessibility .link-contrast {
  background-color: #000;
}

.navbar-accessibility a {
  color: #ffff00;
}

.contrast #home {
  display: none;
}

.contrast aside {
  background: #000;
  border-right: 2px solid #fff;
}

.contrast .section-gray {
  background: #000;
}

.contrast .blog-entry {
  background: none;
  color: #ffff00;
}

.contrast p,
.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast .color-primary,
.contrast .color-text {
  color: #ffff00;
}

.contrast .blog-entry:hover {
  background: #ffff00;
  color: #000;
}

.contrast .blog-entry:hover p,
.contrast .blog-entry:hover h1,
.contrast .blog-entry:hover h2,
.contrast .blog-entry:hover h3,
.contrast .blog-entry:hover h4,
.contrast .blog-entry:hover h5,
.contrast .blog-entry:hover h6,
.contrast .blog-entry:hover .color-primary {
  color: #000;
}

.contrast .border-solid {
  border-color: #ffff00;
}

.contrast .blog-entry:hover .blog-img img {
  transform: scale(1);
}

.contrast .btn {
  background-color: #000;
  border: 2px solid #ffff00;
  color: #ffff00;
}

.contrast .btn:hover {
  background-color: #ffff00;
  color: #000;
  border: 2px solid #ffff00;
  text-decoration: none;
}

.contrast #theme-aside-dark #theme-main-menu ul li a {
  color: #ffff00;
}

.contrast #theme-aside-dark #theme-main-menu ul li a:hover {
  text-decoration: underline;
}

.contrast #theme-aside-dark #theme-logo a, .contrast #theme-aside-dark #theme-logo a span {
  color: #ffff00;
}

.contrast .theme-feature, .contrast .background-light {
  background: #000;
}

.contrast .calendar-day-normal {
  color: #ffff00;
}

.contrast input[type=password],
.contrast input[type=email],
.contrast input[type=text],
.contrast input[type=file],
.contrast textarea {
  color: #ffff00;
  background-image: none;
  border-bottom: 1px solid #ffff00;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.contrast input:focus,
.contrast textarea:focus {
  border-bottom-width: 3px;
}

.contrast input::-moz-placeholder, .contrast textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffff00;
  opacity: 1; /* Firefox */
}

.contrast input::placeholder,
.contrast textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffff00;
  opacity: 1; /* Firefox */
}

.contrast input:-ms-input-placeholder,
.contrast textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffff00;
}

.contrast input::-ms-input-placeholder,
.contrast textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffff00;
}

.contrast .nav-pills .nav-link {
  color: #ffff00;
}

.contrast .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: none;
  color: #ffff00;
  border: 2px solid #ffff00;
}

.contrast #theme-footer2 {
  background: none;
  color: #ffff00;
  border-top: 2px solid #fff;
}

.contrast #theme-footer2 h2, .contrast #theme-footer2 h2 span {
  color: #ffff00;
}

.contrast .navbar-accessibility .link-contrast {
  background-color: #fff;
}

.contrast .navbar-accessibility .link-contrast a {
  color: #000;
}

.js .contrast .animate-box {
  opacity: 1;
}/*# sourceMappingURL=site.css.map */