@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Anton|Oswald:200,300,400,500,600,700');
/*
Project:    POLARIS
Version:    1.0
----------------------

[ Table of contents ]

1.GENERAL SETTINGS
------------------
1.1 Basic settings
1.2 Swiper Slider 
1.3 Pjax(Ajax) container
1.4 Typography 
1.5 Button settings  ||.button
1.6 Pages settings   ||#page-section 

2.NAVIGATION FOR LARGE DEVICES
------------------------------
3.MOBILE NAVIGATION
-------------------

4.HOME PAGE
-----------
4.1 Logo ||.logo
4.2 Home Intro Text ||.intro-text
4.3 Home Swiper Settings
4.4 Home Swiper Images || .img-1,.img-2,.img-3

5.ABOUT PAGE
------------
5.1 About background image ||.about-bg 
5.2 Skillbar
5.3 Clients Section

6. PORTFOLIO PAGE
-----------------
6.1 Portfolio background image ||.portfolio-bg
6.2 Portfolio Slide || .portfolio-slider
6.3 Scrollbar || .swiper-scrollbar-drag

7. CATEGORY PORTFOLIO PAGE
--------------------------
7.1 Category background ||.category-bg
7.2 Button back  || .button-portfolio-back

8. NEWS PAGE
------------
8.1 News background ||.news-bg 

9. SINGLE NEWS PAGE
-------------------
9.1 Other News Block  ||.other-news
9.2 Social Share Icon ||.social-share
9.3 Arrows 

10. CONTACT PAGE
----------------

11.FOOTER 
---------
11.1 Social icons

12. MEDIA QUERIES FOR RESPONSIVE DESIGN
---------------------------------------
@media (max-width: 767.98px)
12.1 About page
12.2 Skill section
12.3 Portfolio Page
12.4 Portfolio Category
12.5 News Page
12.6 Contacts Page

@media (max-width: 575.98px)
12.7 Home Logo
12.8 Mobile-Menu
About Page
12.9 Skill Section
12.10 Portfolio Page
12.11 Footer

@media (max-height: 575.98px)
12.12 Home Logo    
*/
/*--- 1.GENERAL SETTINGS ---*/
/* Preloader */
.preloader {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}
#preloader_3 {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#preloader_3:before {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  content: '';
  position: absolute;
  background: #3FD411;
  -webkit-animation: preloader_3_before 1.5s infinite ease-in-out;
          animation: preloader_3_before 1.5s infinite ease-in-out;
}
#preloader_3:after {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  content: '';
  position: absolute;
  background: #EEC50F;
  left: 22px;
  -webkit-animation: preloader_3_after 1.5s infinite ease-in-out;
          animation: preloader_3_after 1.5s infinite ease-in-out;
}
@-webkit-keyframes preloader_3_before {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(50px) scale(1.2) rotate(260deg);
            transform: translateX(50px) scale(1.2) rotate(260deg);
    background: #909090;
    border-radius: 0px;
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
@keyframes preloader_3_before {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(50px) scale(1.2) rotate(260deg);
            transform: translateX(50px) scale(1.2) rotate(260deg);
    background: #909090;
    border-radius: 0px;
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes preloader_3_after {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-50px) scale(1.2) rotate(-260deg);
            transform: translateX(-50px) scale(1.2) rotate(-260deg);
    background: #000000;
    border-radius: 0px;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes preloader_3_after {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-50px) scale(1.2) rotate(-260deg);
            transform: translateX(-50px) scale(1.2) rotate(-260deg);
    background: #000000;
    border-radius: 0px;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
/* 1.1 Basic settings */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff!important;
}
a:hover {
  text-decoration: none;
}
ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
  color: #5e5e5e;
}
html {
  font-size: 14px;
}
html,
body {
  position: relative;
  height: 100%;
  touch-action: auto;
  overflow: hidden;
}
body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  /*- 14px -*/
  line-height: 1.5714285714285714rem;
  /* 22px */
  color: #fff;
  background: #fff;
  overflow: hidden;
}
.time-anime {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ps__thumb-y {
  background-color: #5e5e5e;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #3d3d3d;
  width: 11px;
}
/* 1.2 Swiper Slider */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  z-index: 0;
}
.home-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.swiper-pagination {
  z-index: 8;
}
.swiper-pagination-fraction {
  color: #e8e8e8;
  font-family: 'Work Sans', sans-serif;
  font-size: 2rem;
  font-weight: 200;
}
.swiper-pagination-current {
  font-size: 2.571rem;
  font-weight: 300;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: calc(50% - 25px);
  background-image: none;
  font-size: 48px;
  color: #fff;
  font-weight: 100;
  transition-duration: 0.3s;
  height: 100px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  margin-right: 7px;
  margin-left: 7px;
}
.swiper-button-prev:before {
  content: url(../img/arrow_prev.svg);
  font-family: "Ionicons";
  width: 100%;
  height: 100%;
  position: absolute;
  color: #c0c0c0;
}
.swiper-button-next:before {
  content: url(../img/arrow_next.svg);
  font-family: "Ionicons";
  width: 100%;
  height: 100%;
  position: absolute;
  color: #c0c0c0;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 12px 0;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet {
  background: #212121;
}
.swiper-pagination-bullet-active {
  background: #212121;
}
/* 1.3 Pjax(Ajax) container */
#pjax-container {
  width: 100%;
  height: 100%;
}
/*1.4 Typography */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
h1 {
  font-size: 4.286rem;
  /* -60px- */
  color: #fafafa;
}
h2 {
  font-size: 3.429rem;
  /* -48px- */
}
h3 {
  font-size: 2.571rem;
  /* -36px- */
}
h4 {
  font-size: 2rem;
  /* -28px- */
}
h5 {
  font-size: 1.286rem;
  /* -18px- */
}
h6 {
  font-size: 1.143rem;
  /* -16px- */
}
.h4 {
  font-size: 2rem;
}
.caption-400 {
  margin-top: 88px;
  font-weight: 800;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
}
.caption-500 {
  font-weight: 600;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 1.143rem;
}
.header-page-content {
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
}
.header-page-content h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 6rem;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: -0.429rem;
  text-transform: uppercase;
  font-weight: 800;
}
.header-page-content p {
  margin-top: 22px;
  font-family: 'Work Sans', sans-serif;
  color: #a8a8a8;
  font-style: italic;
}
/* 1.5 Button settings */
.button {
  border: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 30px;
  font-size: 1rem;
  /*- 14px -*/
  letter-spacing: 0.1rem;
  margin-top: 44px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  border: 2px solid #212121;
  position: relative;
  overflow: hidden;
  background: #212121;
  z-index: 0;
}
.btn-1:after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}
.btn-1c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fafafa;
  z-index: -1;
}
.btn-1c:hover:after,
.btn-1c:active:after {
  width: 100%;
}
.btn-1c:hover,
.btn-1c:active {
  color: #212121;
  z-index: 3;
}
/* 1.6 Pages settings */
#page-section {
  width: 100%;
  max-width: 100%;
  z-index: 0;
  position: absolute;
  padding-top: 144px;
  overflow: hidden;
}
.p_scroll {
  overflow: hidden;
  height: 100%;
}
.page-bg {
  height: 100%;
}
.page-content {
  position: absolute;
  width: 100%;
}
.animation-content {
  opacity: 0;
}
.bg-main {
  top: 0;
  left: 0;
  position: fixed;
  background-color: #181818;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header-pages {
  position: relative;
  width: 100%;
  height: 200px;
}
/* 2.NAVIGATION FOR LARGE DEVICES */
.navBgColor {
  background: #ffffff;
  transition-duration: .3s;
}
.navigation {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 30px;
  padding-left: 15px;
  position: absolute;
  right: 0px;
  font-family: 'Oswald', sans-serif;
  z-index: 11;
  transition-duration: .3s;
}
.navigation div {
  display: inline-block;
}
.navigation div a {
  color: #7d7d7d;
  font-weight: 400;
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 1.143rem;
  transition-duration: .3s;
  padding-bottom: 2px;
}
.navigation div a:hover {
  color: #212121;
  border-bottom: 2px solid #212121;
  padding-bottom: 3px;
}
.nav-active {
  color: #212121 !important;
  border-bottom: 3px solid #212121;
  padding-bottom: 3px;
}
/* -- 3.MOBILE NAVIGATION -- */
#icon-burger-menu {
  width: 30px;
  height: 10px;
  position: absolute;
  z-index: 12;
  top: 10px;
  right: 15px;
  padding: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
#icon-burger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #5e5e5e;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#icon-burger-menu span:nth-child(1) {
  top: 0px;
}
#icon-burger-menu span:nth-child(2),
#icon-burger-menu span:nth-child(3) {
  top: 8px;
}
#icon-burger-menu span:nth-child(4) {
  top: 16px;
}
#icon-burger-menu.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#icon-burger-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#icon-burger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#icon-burger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*-- 4.HOME PAGE--*/
/* 4.1 Logo */
.logo {
  left: 15px;
  top: 10px;
  position: absolute;
  z-index: 9;
  opacity: 1;
}
.logo img {
  width: 180px;
  height: 60px;
}
.home-content {
  position: absolute;
  width: 100%;
}
/* 4.2 Home Intro Text */
.intro-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 90px;
  z-index: 7;
}
.intro-text h1 {
  font-family: 'Oswald', sans-serif;
  color: #3d3d3d;
  font-size: 5.571rem;
  font-weight: 800;
  letter-spacing: -0.2857rem;
  text-transform: uppercase;
}
.left-text {
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0.6s;
  -webkit-transform: translate3d(0, 30%, 0);
          transform: translate3d(0, 30%, 0);
  opacity: 0;
}
.header-block-txt h5 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #3d3d3d;
  letter-spacing: 0.071rem;
  /* 1px */
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0.9s;
  -webkit-transform: translate3d(0, 30%, 0);
          transform: translate3d(0, 30%, 0);
  opacity: 0;
}
.header-block-txt p {
  margin-top: 22px;
  color: #212121;
  width: 50%;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 1.1s;
  -webkit-transform: translate3d(0, 30%, 0);
          transform: translate3d(0, 30%, 0);
  opacity: 0;
}
.header-block-txt .home-button {
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 1.3s;
  -webkit-transform: translate3d(0, 30%, 0);
          transform: translate3d(0, 30%, 0);
  opacity: 0;
}
/*-- animation-header-text --*/
.swiper-slide.swiper-slide-active .intro-text > .left-text,
.swiper-slide.swiper-slide-active .intro-text > .header-block-txt > h5,
.swiper-slide.swiper-slide-active .intro-text > .header-block-txt > p,
.swiper-slide.swiper-slide-active .intro-text > .header-block-txt > .home-button {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* -----------------------------------------*/
/* 4.3 Home Swiper Settings */
.home-slider > .swiper-wrapper > .swiper-slide:after {
  content: "";
  background-color: rgba(255, 255, 255, 0) !important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  z-index: 6;
}
.swiper-pagination-bullet {
  border-radius: 0;
  width: 16px;
  height: 16px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.0714rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 11px;
  left: 0;
  right: 0;
  width: 60px;
  margin: 0 auto;
}
.home-slider > .swiper-wrapper > .swiper-slide {
  background-position: center;
  background-size: cover;
  text-align: left;
}
/* 4.4 Home Swiper Images */
.img-1 {
  height: 100%;
  width: 100%;
  background-image: url(../img/img-home/1.jpg);
  background-size: cover;
  background-position: center;
}
.img-2 {
  height: 100%;
  width: 100%;
  background-image: url(../img/img-home/2.jpg);
  background-size: cover;
  background-position: center;
}
.img-3 {
  height: 100%;
  width: 100%;
  background-image: url(../img/img-home/3.jpg);
  background-size: cover;
  background-position: center;
}
.home-slider > .swiper-wrapper > .swiper-slide {
  display: block;
}
/* 5.ABOUT PAGE */
.about-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  position: absolute;
}
.about-info h4 {
  margin-top: 110px;
}
.about-info p {
  margin-top: 22px;
}
.personal-info {
  margin-top: 22px;
}
/* 5.2 Skillbar */
.skill-section .caption-400 {
  margin-bottom: 22px;
}
.wrap-skill-circle {
  margin-top: 11px;
}
.about-services-section-content {
  margin-top: 22px;
}
.block-1 p,
.block-2 p,
.block-3 p,
.block-4 p {
  margin-top: 11px;
}
.block-3,
.block-4 {
  margin-top: 22px;
}
/* 5.3 Clients Section */
.clients-section .caption-400 {
  margin-bottom: 22px;
}
.client-slide {
  margin-bottom: 110px;
}
/* 6. PORTFOLIO PAGE */
.portfolio-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  position: absolute;
}
/* 6.2 Portfolio Slider */
.portfolio-slider {
  overflow: hidden;
  padding-top: 110px;
  margin-bottom: 110px;
  height: 540px;
}
.portfolio-slider .swiper-wrapper {
  height: 300px;
}
.tilt-item {
  -webkit-transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
          transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.tilt-item a {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.portfolio-slider > .swiper-wrapper > .swiper-slide > .tilt-item > a > img {
  width: 300px;
  height: 300px;
}
.tilt-item-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateZ(20px) scale(0.9);
  transform: translateZ(20px) scale(0.9);
}
.portfolio-slider-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  font-size: 2rem;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: relative;
  width: 340px;
  bottom: -88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background: #c0c0c0;
}
/* 6.3 Scrollbar */
.swiper-scrollbar-drag {
  background: #212121;
  height: 24px;
  border-radius: 24px;
  top: -12px;
  transition-duration: .2s!important;
}
.swiper-scrollbar-drag:hover {
  top: -14px;
  height: 28px;
  width: 28px!important;
  transition-duration: .2s!important;
}
/* 7. CATEGORY PORTFOLIO PAGE */
.grid {
  margin-top: 78px;
}
/* fluid 3 columns */
.grid-item {
  margin-bottom: 10px;
}
.grid-sizer,
.grid-item {
  width: 33.333%;
}
.grid-item {
  width: 360px;
}
#gallery {
  margin-top: 100px;
}
.column-4 {
  position: relative;
  float: left;
  min-height: 1px;
  width: 25%;
  padding-left: 4px;
  padding-right: 4px;
  /* Space between tiles */
  margin-top: 8px;
}
.column-3 {
  position: relative;
  float: left;
  min-height: 1px;
  width: 33.333333%;
  padding-left: 5px;
  padding-right: 5px;
  /* Space between tiles */
  margin-top: 10px;
}
.column-2 {
  position: relative;
  float: left;
  min-height: 1px;
  width: 50%;
  padding-left: 4px;
  padding-right: 4px;
  /* Space between tiles */
  margin-top: 8px;
}
.my-sizer-element {
  width: 8.33333%;
}
/* default styles so shuffle doesn't have to set them (it will if they're missing) */
.my-shuffle {
  position: relative;
  overflow: hidden;
}
/* Ensure images take up the same space when they load */
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
}
.aspect--16x9 {
  padding-bottom: 56.25%;
}
.aspect--9x80 {
  padding-bottom: calc(112.5% + 8px);
}
.aspect--32x9 {
  padding-bottom: calc(28.125% - 3px);
}
.aspect__inner img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works {
  overflow: hidden;
  width: 100%;
  background: #000;
}
.works img,
.works:before,
.works:after {
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.works img {
  max-width: 100%;
  vertical-align: top;
}
.works:before,
.works:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.works:before {
  width: 60px;
  height: 2px;
  left: 0;
}
.works:after {
  height: 60px;
  width: 2px;
  top: 100%;
}
.works a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.works:hover img,
.works.hover img {
  -webkit-opacity: 0.3;
  opacity: 0.3;
}
.works:hover:before,
.works.hover:before,
.works:hover:after,
.works.hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
/* Small reset */
*,
::before,
::after {
  box-sizing: border-box;
}
figure {
  margin: 0;
  padding: 0;
}
/* 7.1 Category background */
.category-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  position: absolute;
}
/* 7.2 Button back */
.button-portfolio-back {
  text-align: center;
  margin-bottom: 110px;
}
/*  8. NEWS PAGE */
.news-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  position: absolute;
}
.header-news-page {
  position: relative;
  margin-top: 130px;
  background-image: url(../img/news-img/news_1.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  width: 100%;
  height: 500px;
}
.news-content {
  padding-top: 110px;
  margin-bottom: 110px;
}
.news-post p {
  margin-top: 22px;
}
.button-news-read-more .button {
  margin-top: 22px;
}
.news-post-2 {
  margin-top: 44px;
}
.post-2,
.post-3 {
  margin-top: 66px;
}
.news-content > .row > div > h4.caption-400 {
  margin-top: 0;
}
/* 9. SINGLE NEWS PAGE */
.single-news-content {
  margin-top: 110px;
  margin-bottom: 110px;
}
.single-news-content .caption-400 {
  margin-top: 44px;
}
.single-news-content p {
  margin-top: 22px;
}
/* 9.1 Other News Block */
.other-news .caption-400 {
  margin-top: 0;
  text-transform: uppercase;
}
.other-news p {
  margin-top: 0;
  color: #7d7d7d;
}
.title-other-news {
  margin-top: 22px;
  display: inline-block;
  color: #3d3d3d;
  font-weight: 600;
  font-size: 1.286rem;
}
.title-other-news:hover {
  color: #212121;
}
blockquote {
  margin: 22px 0;
  color: #3d3d3d;
  padding-left: 15px;
  font-size: 1.286rem;
  border-left: 5px solid #3d3d3d;
  font-weight: 500;
}
/* 9.2 Social Share Icon */
.social-share {
  margin-top: 22px;
  float: right;
  /* border: 1px solid @text-400; */
  padding: 2px 10px;
  background-color: #212121;
}
.social-share span {
  font-weight: 600;
  color: #c0c0c0;
}
button.sharer {
  background-color: transparent;
  color: #e8e8e8;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 5px;
}
button.sharer:hover {
  color: #ffffff;
}
/* 9.3 Arrows */
.pager {
  margin-top: 44px;
}
.previous,
.next {
  display: inline-block;
}
li.next {
  float: right;
}
.pager li > a,
.pager li > span {
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #3d3d3d;
  height: 100%;
  font-size: 1.286rem;
  border-bottom: 3px solid #3d3d3d;
}
.pager li > a:hover,
.pager li > span:hover {
  color: #212121;
}
.previous {
  transition-duration: .5s;
}
.previous:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.previous > a i {
  font-size: 2.571rem;
  /* 36px */
  vertical-align: middle;
  margin-right: 5px;
}
.next {
  transition-duration: .5s;
}
.next:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.next > a i {
  font-size: 2.571rem;
  /* 36px */
  vertical-align: middle;
  margin-left: 5px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
  transition-duration: .5s;
}
/* 10. CONTACT PAGE */
.contact-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  position: absolute;
}
.contacts {
  padding-top: 110px;
  margin-bottom: 110px;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  color: #5e5e5e !important;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 2px solid #c0c0c0;
  border-radius: 0;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contactForm {
  margin-top: -14px;
}
.form-group {
  margin-bottom: 11px;
}
#message {
  height: 88px;
}
#form-submit {
  margin-top: 33px;
}
input:focus {
  background-color: transparent!important;
}
.contact-info h4 {
  margin-top: 0;
}
textarea {
  background: transparent;
}
.text-success {
  margin-top: 11px;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.form-control:focus {
  border-color: #c0c0c0;
  box-shadow: none;
  background-color: transparent;
}
.list-unstyled {
  color: #7d7d7d;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent!important;
}
button:focus {
  outline: none;
}
/*---- 11.FOOTER ----*/
footer {
  position: fixed;
  z-index: 7;
  bottom: 11px;
  width: 100%;
}
footer span {
  color: #5e5e5e;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 100;
}
/* 11.1 Social icons */
.social-link-footer {
  display: inline-block;
  font-size: 1.286rem;
  /*- 18px -*/
  float: right;
}
.social-link-footer i {
  margin-right: 4px;
  color: #5e5e5e;
  transition-duration: 0.1s;
}
.social-link-footer i:hover {
  color: #212121;
}
/* 12. MEDIA QUERIES FOR RESPONSIVE DESIGN */
@media (min-width: 576px) {
  .width-container {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .width-container {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .width-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .width-container {
    max-width: 1150px;
  }
}
@media (max-width: 991.98px) {
  .intro-text h1 {
    font-size: 3.429rem;
  }
}
@media (max-width: 767.98px) {
  /* 12.1 About page */
  .header-page-content h2 {
    font-size: 4.286rem;
    letter-spacing: -0.214rem;
  }
  .about-info h4 {
    margin-top: 0;
  }
  .caption-400 {
    margin-top: 44px;
  }
  .block-2 {
    margin-top: 22px;
  }
  /*  12.2 Skill section */
  .circle-block-3,
  .circle-block-4 {
    margin-top: 11px;
  }
  /* 12.3 Portfolio Page */
  .portfolio-slider {
    padding-top: 0;
    height: 356px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    bottom: -44px;
  }
  .column-3 {
    width: 50%;
  }
  /* 12.4 Portfolio Category */
  #gallery {
    margin-top: -10px;
  }
  /* 12.5 News Page */
  .news-content {
    padding-top: 0;
  }
  .news-post h4.caption-400 {
    margin-top: 11px!important;
  }
  .single-news-content {
    margin-top: 0;
  }
  .other-news {
    margin-top: 44px;
  }
  /* 12.6 Contacts Page */
  #contactForm {
    margin-top: 44px;
  }
  .contacts {
    padding-top: 0px;
  }
}
@media (max-width: 575.98px) {
  /* 12.7 Home Logo */
  .logo img {
    width: 40px;
    height: 40px;
  }
  .intro-text {
    padding-left: 50px;
  }
  .intro-text h1 {
    font-size: 2.571rem;
  }
  .swiper-pagination {
    display: none;
  }
  .header-block-txt h5 {
    font-size: 0.857rem;
    /* 12px */
  }
  .button {
    margin-top: 22px;
  }
  .header-block-txt p {
    margin-top: 11px;
    width: 80%;
  }
  .column-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* 12.8 Mobile-Menu */
  #icon-burger-menu {
    display: block;
  }
  .navigation {
    right: -220px;
    padding: 66px 44px;
    background-image: url(../img/mobile-nav-bg.jpg);
    background-size: cover;
    transition-duration: .5s;
  }
  .navigation div {
    display: block;
    margin-top: 22px;
  }
  .navigation div a {
    font-size: 1.286rem;
    color: #3d3d3d;
    font-weight: 500;
  }
  .show-menu {
    right: 0;
  }
  /*  About Page */
  /*  12.9 Skill Section */
  .circle-block-2 {
    margin-top: 11px;
  }
  /* 12.10 Portfolio Page */
  .swiper-container-horizontal > .swiper-scrollbar {
    width: 260px;
  }
  /* 12.11 Footer */
  footer span {
    font-size: 0.714rem;
    /* 10px */
  }
}
@media (max-height: 575.98px) {
  /* 12.12 Home Logo */
  .logo img {
    width: 40px;
    height: 40px;
  }
  .intro-text {
    padding-left: 50px;
  }
  .intro-text h1 {
    font-size: 2.571rem;
    letter-spacing: -0.143rem;
  }
  .swiper-pagination {
    display: none;
  }
  .header-block-txt h5 {
    font-size: 0.857rem;
    /* 12px */
  }
  .button {
    margin-top: 22px;
  }
  .header-block-txt p {
    margin-top: 11px;
    width: 80%;
  }
}
