@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 ***/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,700;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*
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: "Work Sans", 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;
}

/*
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: #c71312;
}

.color-primary {
  color: #c71312;
}

.color-primary-08 {
  color: rgba(199, 19, 18, 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: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 1.75em;
  margin: 0 0 10px 0;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

/* paragraph */
p {
  font-family: "Work Sans", 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: #101010;
  transition: 0.5s;
}

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

a:link {
  text-decoration: none;
}

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 {
  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],
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 #ececec;
  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;
}

.alert-success {
  background: transparent;
  color: #888;
  border: 1px solid #101010;
  border-radius: 0px;
}

select {
  padding: 10px;
  border-radius: 5px;
}

table,
th,
tr,
td {
  border: 1px solid #101010;
}

th,
tr,
td {
  padding: 10px;
}

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

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

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

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #c71312;
}

.nav-link {
  color: #000;
}

.nav-link:hover {
  color: #c71312;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/*** 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: 1200px) {
  #theme-aside {
    width: 30%;
  }
}
@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: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  color: #888;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 60px;
  display: block;
  width: 100%;
}

#theme-aside #theme-logo span {
  text-align: center;
  font-size: 1.3em;
  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: "Work Sans", 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: 10px 30px 60px 30px;
  width: 23%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  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: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  color: #bbb;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 60px;
  display: block;
  width: 100%;
}

#theme-aside-dark #theme-logo span {
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  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: #ddd;
  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: #ccc;
  text-decoration: none;
  position: relative;
  padding: 0;
  font-family: "Work Sans", 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: 77%;
  float: right;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #theme-main {
    width: 70%;
  }
}
@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-family: "Work Sans", sans-serif;
  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: 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: "Work Sans", sans-serif;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
}

.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: "Work Sans", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
}

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

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

.toolbar {
  padding: 0;
}

.btn {
  font-size: 1em;
  line-height: 1.75;
  font-weight: 400;
  color: #c71312;
  border: 2px solid #c71312;
  transition: background-color 0.15s ease-out;
  background: none;
  margin-top: 10px;
  border-radius: 0;
  margin-right: 10px;
}

.btn:hover {
  color: #fff;
  background-color: #c71312;
  border-color: #c71312;
}

#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;
  border-bottom: none !important;
}

.theme-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 20px;
  height: 1px;
  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: 20px;
  height: 1px;
  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:hover i::before {
  top: -10px;
}

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

.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: hidden;
  padding: 12px 15px;
  transition: 0.5s;
  background: #101010;
  margin: 15px 30px;
  border-radius: 50%;
}

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

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

/*
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 #c71312;
}

.border-solid-top {
  border-top: 1px solid #c71312;
}

.border-dotted-bottom {
  border-bottom: 1px dashed #c71312;
}

.border-solid-bottom {
  border-bottom: 1px solid #c71312;
}

.border-dotted-left {
  border-left: 1px dashed #c71312;
}

.border-solid-left {
  border-left: 1px solid #c71312;
}

.border-dotted-right {
  border-right: 1px dashed #c71312;
}

.border-solid-right {
  border-right: 1px solid #c71312;
}

.border-solid {
  border: 1px solid #c71312;
}

.border-dotted {
  border: 1px dashed #c71312;
}

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.5em;
  font-family: "PT Serif", serif;
}

article p.lead {
  font-weight: 700;
  font-size: 1.75em;
}

article p.pyt {
  margin-bottom: 0.25em;
  font-weight: 500;
  color: #c71312;
}

article p.author {
  margin-bottom: 0.25em;
  font-weight: 700;
  color: #c71312;
}

article p.issue {
  margin-bottom: 0.25em;
  font-weight: 700;
  color: #c71312;
  font-size: 1.1em;
}

article blockquote.blockquote-text {
  padding: 0em 2em 0 1em;
  border-left-width: 0;
  margin: 1.5em 2em;
  padding: 1em 1em;
}

article blockquote {
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1em 2em;
  padding: 1em 2em;
  position: relative;
  transition: 0.2s border ease-in-out;
  clear: both;
  z-index: 0;
}

/*
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: #c71312;
  text-align: center;
  background: #FFF;
  padding: 5px 10px;
  border: 2px solid #c71312;
  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=main.css.map */