/*
Theme Name:         Shuttea
License: GNU General Public License v2 or later
Theme URI:          http://shuttea.netgon.ru
Description:        Responsive WordPress theme that intended to be used by photographers for their promotional purposes.
Version:            1.0
Author:             NETGON
Author URI:         http://themeforest.net/user/netgon
License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain:        shuttea  
Tags: right-sidebar, custom-logo, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready


/**-----------------------------------------------------------------
  ----------------------------------------------------------------
  [Table of contents]

  Body and general styles

  1. MAIN Content
  2. HEADER
  3. HEADER dark
  4. FOOTER
  5. NAVIGATION top
  6. NAVIGATION bottom
  7. Section INTRO
  8. Section INTRO dark
  9. Section INTRO bright
  10. Section INTRO regular
  11. Section ABOUT
  12. Section ABOUT regular
  13. Section PORTFOLIO
  14. Section PORTFOLIO regular
  15. Section COUNTERS
  16. Section PRICING
  17. Section TESTIMONIALS
  18. Section CONTACTS
  19. Section MAP
  20. Section CUSTOM QUOTE
  21. Section BLOG
  22. Blog post
  23. Blog post preview
  24. Blog post fullview
  25. Blog post fullview SIDEBAR
  26. Aside BLOG SIDEBAR
  27. WordPress Core

  Universal styles */

/**-----------------------------------------------------------------
  [Body and general styles]
  -------------------------------------------------------------**/
html {
  font-size: 16px;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  line-height: 1;
  color: #000000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  overflow-x: hidden;
}

p {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 16px;
}

strong {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  display: inline-block;
  color: #111;
  margin-top: 0;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 30px 0px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin: 20px 0px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin: 15px 0px;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 10px 0px;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
    list-style: decimal;
}

ul.list-default {
  margin-bottom: 24px;
}

ul.list-default li {
  margin-bottom: 15px;
  vertical-align: middle;
}

ul.list-default li:before {
  content: '\e684';
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  font-size: 1.5rem;
  vertical-align: middle;
  padding-bottom: 3px;
}

ul.list-default li:last-child {
  margin-bottom: 0;
}

blockquote {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-left: 20px;
  margin-bottom: 24px;
  padding: 10px 20px;
  border-left: 6px solid #888;
}

a {
  text-decoration: none;
  color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #111;
}

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #888;
  border-color: #888;
}

figure {
  margin-bottom: 24px;
}

figure figcaption {
  margin-top: 10px;
  text-align: center;
}

small {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

input[type=text], input[type=email], textarea {
  display: inline-block;
  width: 100%;
  outline: none;
  border: 2px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #111;
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}


/**-----------------------------------------------------------------
  [1. MAIN Content]
  -------------------------------------------------------------**/
.main-content section {
  z-index: 100;
}

.main-content section header.header-section {
  width: 100%;
  margin-bottom: 50px;
}

.main-content section header.header-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}

.main-content section header.header-section h2:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  margin-top: 5px;
  margin-left: 3px;
  background-color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0px, 0px);
  transform: translate3d(-50px, 0px, 0px);
}

.main-content section header.header-section h2.heading-bright {
  color: #fff;
}

.main-content section header.header-section h2.heading-bright:after {
  background-color: #fff;
}

.main-content section header.header-section .heading-extra {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  text-transform: none;
  color: #ccc;
}

.main-content section .section-content {
  padding: 80px 0px;
}

.main-content section:hover header.header-section h2:after {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/**-----------------------------------------------------------------
  [2. HEADER]
  -------------------------------------------------------------**/
header.main-header {
  z-index: 200;
  width: 100%;
  padding: 50px;
  background: #000;
}

header.main-header nav.nav-top .logo-wrapper .composition-text-primary {
  color: #fff;
}

header.main-header nav.nav-top .logo-wrapper .composition-text-secondary {
  color: #ccc;
}

header.main-header nav.nav-top .btn-menu {
  background-color: #fff;
}

header.main-header nav.nav-top .btn-menu:before, header.main-header nav.nav-top .btn-menu:after {
  background-color: #fff;
}

header.main-header nav.nav-top .btn-menu.open {
  background-color: #fff;
}

/**-----------------------------------------------------------------
  [3. HEADER dark]
  -------------------------------------------------------------**/
header.main-header.main-header-dark nav.nav-top .logo-wrapper .composition-text-primary {
  color: #ffffff;
}

header.main-header.main-header-dark nav.nav-top .logo-wrapper .composition-text-secondary {
  color: #888;
}

header.main-header.main-header-dark nav.nav-top .menu-toggle.open .btn-menu:before, header.main-header.main-header-dark nav.nav-top .menu-toggle.open .btn-menu:after {
  background-color: #fff;
}

header.main-header.main-header-dark nav.nav-top .btn-menu {
  background-color: #333;
}

header.main-header.main-header-dark nav.nav-top .btn-menu:before, header.main-header.main-header-dark nav.nav-top .btn-menu:after {
  background-color: #333;
}

/**-----------------------------------------------------------------
  [4. FOOTER]
  -------------------------------------------------------------**/
footer.main-footer {
  background-color: #111;
}

/**-----------------------------------------------------------------
  [5. NAVIGATION top]
  -------------------------------------------------------------**/
nav.nav-top {
  display: table;
  width: 100%;
}

nav.nav-top .logo-wrapper, nav.nav-top .menu-wrapper {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  position: relative;
}

nav.nav-top .logo-wrapper {
  z-index: 100;
}

nav.nav-top .logo-wrapper .logo-composition, nav.nav-top .logo-wrapper .text-composition {
  display: table-cell;
  vertical-align: middle;
}

nav.nav-top .logo-wrapper .logo-composition a{
  border-bottom: none;
}

nav.nav-top .logo-wrapper .text-composition {
  padding-left: 20px;
}

nav.nav-top .logo-wrapper .composition-img {
  max-width: 64px;
}

nav.nav-top .logo-wrapper .composition-text-primary {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
}

nav.nav-top .logo-wrapper .composition-text-secondary {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.34375rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 1rem;
  padding-left: 3px;
  margin-top: 5px;
}

nav.nav-top .menu-wrapper {
  width: 64px;
  height: 64px;
  float: right;
  text-align: right;
  z-index: 500;
}

nav.nav-top .menu-toggle {
  display: inline-block;
  border: none;
  padding: 15px 0px;
}

nav.nav-top .menu-toggle.open .btn-menu {
  background-color: transparent !important;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

nav.nav-top .menu-toggle.open .btn-menu:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.nav-top .menu-toggle.open .btn-menu:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav.nav-top:hover .btn-menu:before {
  top: -18px;
}

nav.nav-top:hover .btn-menu:after {
  top: 18px;
}

nav.nav-top .hamburgermenu-wrapper {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: #333;
  z-index: 400;
  -webkit-transform: translate3d(0px, -50px, 0px);
  transform: translate3d(0px, -50px, 0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.nav-top .hamburgermenu-wrapper.expanded {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

nav.nav-top .hamburgermenu-wrapper.expanded ul.list-top-menu > li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

nav.nav-top ul.list-top-menu {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

nav.nav-top ul.list-top-menu > li {
  display: block;
  margin-bottom: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
}

nav.nav-top ul.list-top-menu > li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.34375rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #888;
  border: none;
}

nav.nav-top ul.list-top-menu > li a:hover {
  color: #fff;
}

nav.nav-top ul.list-top-menu > li:nth-child(1) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

nav.nav-top ul.list-top-menu > li:nth-child(2) {
  -webkit-transition-delay: 0.20s;
  transition-delay: 0.20s;
}

nav.nav-top ul.list-top-menu > li:nth-child(3) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

nav.nav-top ul.list-top-menu > li:nth-child(4) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

nav.nav-top ul.list-top-menu > li:nth-child(5) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}

nav.nav-top ul.list-top-menu > li:nth-child(6) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

nav.nav-top ul.list-top-menu > li:nth-child(7) {
  -webkit-transition-delay: 0.40s;
  transition-delay: 0.40s;
}

nav.nav-top ul.list-top-menu > li:nth-child(8) {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}

nav.nav-top ul.list-top-menu > li:nth-child(9) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

nav.nav-top ul.list-top-menu > li:last-child {
  margin-bottom: 0;
}

nav.nav-top ul.list-top-menu ul.list-social {
  padding-top: 30px;
}

nav.nav-top ul.list-top-menu ul.list-social > li a {
  border: 2px solid #888;
}

nav.nav-top ul.list-top-menu ul.list-social > li a:hover {
  border-color: #fff;
  color: #333;
  background: #fff;
}

/**-----------------------------------------------------------------
  [6. NAVIGATION bottom]
  -------------------------------------------------------------**/
nav.nav-bottom .bottom-menu-wrapper {
  display: table;
  width: 100%;
  padding: 30px 0px;
}

nav.nav-bottom .logo-wrapper {
  display: table-cell;
  vertical-align: middle;
}

nav.nav-bottom .logo-wrapper .composition-img {
  max-width: 225px;
}

nav.nav-bottom ul.list-bottom-menu {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

nav.nav-bottom ul.list-bottom-menu > li, nav.nav-bottom ul.list-bottom-menu  li, nav.nav-bottom ul.list-bottom-menu  ul{
  display: inline-block;
                    float:left;
}
                  
nav.nav-bottom ul.list-bottom-menu > li a, nav.nav-bottom ul.list-bottom-menu  li a, nav.nav-bottom ul.list-bottom-menu  ul a{
  display: inline-block;
  margin-right: 60px;
  margin-top: 8px;
}
                  
ul.list-bottom-menu { 
  padding-left: 32px;
}

nav.nav-bottom ul.list-bottom-menu > li a, nav.nav-bottom ul.list-bottom-menu  li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #888;
  border: none;
}

nav.nav-bottom ul.list-bottom-menu > li a:hover, nav.nav-bottom ul.list-bottom-menu  li a:hover {
  color: #fff;
}

nav.nav-bottom ul.list-bottom-menu > li:last-child, nav.nav-bottom ul.list-bottom-menu  li:last-child {
  margin-right: 0;
}

nav.nav-bottom .bottom-copyright-wrapper {
  background: #333;
  padding: 10px 0px;
  text-align: center;
}

nav.nav-bottom .bottom-copyright-wrapper small {
  color: #888;
}

/**-----------------------------------------------------------------
  [7. Section INTRO]
  -------------------------------------------------------------**/
section.section-intro {
  position: relative;
  height: 100vh;
  width: 100%;
  display: table;
}

section.section-intro h1 {
  margin-bottom: 20px;
}

section.section-intro .heading-extra {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 4px;
}

section.section-intro .heading-welcome {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #fff;
}

section.section-intro .heading-welcome:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #111;
}

section.section-intro .info-block {
  display: table-cell;
  vertical-align: middle;
  z-index: 100;
}

section.section-intro ul.list-buttons {
  margin-top: 50px;
  padding-left: 4px;
}

section.section-intro ul.list-buttons > li {
  display: inline-block;
  margin-right: 22px;
}

section.section-intro ul.list-buttons > li:last-child {
  margin-right: 0;
}

/**-----------------------------------------------------------------
  [8. Section INTRO dark]
  -------------------------------------------------------------**/
section.section-intro.section-intro-dark {
  background-size: cover;
  background-position-x: 40%;
  background-color: #000;
}

section.section-intro.section-intro-dark h1 {
  color: #fff;
}

section.section-intro.section-intro-dark h1 span {
  color: #ffffff;
}

/**-----------------------------------------------------------------
  [9. Section INTRO bright]
  -------------------------------------------------------------**/
section.section-intro.section-intro-bright {
  background-size: cover;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

section.section-intro.section-intro-bright .info-block {
  text-align: left;
}

section.section-intro.section-intro-bright h1 {
  color: #111;
}

section.section-intro.section-intro-bright h1 span {
  color: #ccc;
}

section.section-intro.section-intro-bright .heading-extra {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fffff;
}

section.section-intro.section-intro-bright .heading-welcome {
  color: #111;
}

section.section-intro.section-intro-bright .heading-welcome:after {
  left: 4px;
  right: auto;
}

/**-----------------------------------------------------------------
  [10. Section INTRO regular]
  -------------------------------------------------------------**/
section.section-intro-regular {
  position: relative;
  background-color: #111;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

section.section-intro-regular .section-content {
  padding: 100px 0px;
}

section.section-intro-regular:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

section.section-intro-regular h1 {
  text-transform: uppercase;
  letter-spacing: 0.34375rem;
  color: #fff;
  margin: 0;
}

/**-----------------------------------------------------------------
  [11. Section ABOUT]
  -------------------------------------------------------------**/
section.section-about {
  position: relative;
}

section.section-about.gray {
  /*background-color: #333;*/
}

section.section-about:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: #fff;
  z-index: -1;
}

section.section-about:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #333;
  z-index: -1;
}

section.section-about header.header-section {
  margin-bottom: 20px;
}

section.section-about .info-block {
  position: relative;
}

section.section-about .inner-wrapper {
  display: table;
  width: 100%;
}

section.section-about .tablecell-wrapper {
  display: table-cell;
  vertical-align: middle;
}

section.section-about .info-block-about {
  padding: 0px 30px 0px 50px;
  background: #fff;
}

section.section-about .info-block-about .inner-wrapper {
  text-align: left;
  border: 2px solid #111;
  padding: 30px 50px;
}

section.section-about .info-block-services {
  padding: 0px 50px 0px 30px;
}

section.section-about ul.list-services {
  display: inline-block;
  width: 100%;
  position: relative;
}

section.section-about ul.vline:before, section.section-about ul.hline:after {
  content: '';
  position: absolute;
  margin: auto;
  background-color: #888;
}

section.section-about ul.list-services:before {
  height: 100%;
  width: 1px;
  left: 0;
  right: 0;
}

section.section-about ul.list-services:after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
}

section.section-about ul.list-services > li {
  float: left;
  width: 50%;
  text-align: center;
}

section.section-about ul.list-services > li a {
  display: block;
  padding: 100px 0px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.34375rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  background-color: #333;
  border: none;
}

section.section-about ul.list-services > li a:hover {
  color: #111;
  background-color: #fff;
}

/**-----------------------------------------------------------------
  [12. Section ABOUT regular]
  -------------------------------------------------------------**/
section.section-about.section-about-regular:before, section.section-about.section-about-regular:after {
  width: 0;
  height: 0;
}

section.section-about.section-about-regular .info-block {
  padding: 0px 15px;
}

section.section-about.section-about-regular .info-block-about .inner-wrapper {
  text-align: left;
}

section.section-about.section-about-regular .info-block-image {
  background-color: #fff;
}

/**-----------------------------------------------------------------
  [13. Section PORTFOLIO]
  -------------------------------------------------------------**/
section.section-portfolio {
  background-color: #111;
}

section.section-portfolio .section-content {
  padding: 80px 0px 0px;
}

section.section-portfolio header.header-section {
  text-align: right;
}

section.section-portfolio header.header-section h2 {
  color: #fff;
}

section.section-portfolio header.header-section h2:after {
  background-color: #fff;
}

section.section-portfolio .grid-portfolio .grid-sizer {
  padding: 0;
  margin: 0;
  min-height: 0;
}

section.section-portfolio .grid-portfolio .grid-portfolio-item {
  padding: 0;
}

section.section-portfolio .grid-portfolio .grid-portfolio-item:before, section.section-portfolio .grid-portfolio .grid-portfolio-item:after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 100;
}

section.section-portfolio .grid-portfolio .grid-portfolio-item:before {
  bottom: 20px;
  left: 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: translate3d(-20px, 20px, 0);
  transform: translate3d(-20px, 20px, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

section.section-portfolio .grid-portfolio .grid-portfolio-item:after {
  bottom: 20px;
  right: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

section.section-portfolio .grid-portfolio .grid-portfolio-item:hover:before, section.section-portfolio .grid-portfolio .grid-portfolio-item:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

section.section-portfolio .grid-portfolio .grid-portfolio-item:hover .gallery-item-link:before, section.section-portfolio .grid-portfolio .grid-portfolio-item:hover .gallery-item-link:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

section.section-portfolio .grid-portfolio .grid-portfolio-item:hover .gallery-item-link-overlay {
  opacity: 1;
}

section.section-portfolio .grid-portfolio .grid-portfolio-item:hover .gallery-item-link-overlay:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

section.section-portfolio .grid-portfolio .gallery-item-link {
  display: block;
  position: relative;
  border: none;
  width: 100%;
}

section.section-portfolio .grid-portfolio .gallery-item-link img {
  width: 100%;
  height: auto;
}

section.section-portfolio .grid-portfolio .gallery-item-link:before, section.section-portfolio .grid-portfolio .gallery-item-link:after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 100;
}

section.section-portfolio .grid-portfolio .gallery-item-link:before {
  top: 20px;
  left: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: translate3d(-20px, -20px, 0);
  transform: translate3d(-20px, -20px, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

section.section-portfolio .grid-portfolio .gallery-item-link:after {
  top: 20px;
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate3d(20px, -20px, 0);
  transform: translate3d(20px, -20px, 0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

section.section-portfolio .grid-portfolio .gallery-item-link .item-content {
  display: none;
}

section.section-portfolio .grid-portfolio .gallery-item-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.section-portfolio .grid-portfolio .gallery-item-link-overlay:after {
  content: '\e618';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  color: #fff;
  font-family: 'Pe-icon-7-stroke';
  font-size: 3rem;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/**-----------------------------------------------------------------
  [14. Section PORTFOLIO regular]
  -------------------------------------------------------------**/
section.section-portfolio.section-portfolio-regular ul.list-portfolio-categories {
  width: 100%;
  background-color: #333;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.section-portfolio.section-portfolio-regular ul.list-portfolio-categories > li {
  padding: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;  
}

section.section-portfolio.section-portfolio-regular ul.list-portfolio-categories > li a {
  display: block;
  padding: 36px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.34375rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  background-color: #333;
  border-right: 1px solid #888;
  border-bottom: none;
}

section.section-portfolio.section-portfolio-regular ul.list-portfolio-categories > li a:hover, section.section-portfolio.section-portfolio-regular ul.list-portfolio-categories > li a:focus, section.section-portfolio.section-portfolio-regular ul.list-portfolio-categories > li a:active {
  color: #111;
  background-color: #fff;
}

section.section-portfolio.section-portfolio-regular ul.list-portfolio-categories > li:last-child a {
  border: none;
}

/**-----------------------------------------------------------------
  [15. Section COUNTERS]
  -------------------------------------------------------------**/
section.section-counters {
  background-color: #333;
}

section.section-counters .section-content {
  padding: 80px 0px 0px;
}

section.section-counters .fact-counter-wrapper {
  width: 100%;
  margin-bottom: 80px;
}

section.section-counters .counter-has-border {
  /*border-right: 1px solid #888;*/
}

section.section-counters .counter:last-of-type .fact-counter-wrapper {
  border-right: none;
}

section.section-counters .fact-counter {
  color: #fff;
  display: table;
  margin: 0 auto;
  padding: 0px 15px;
}

section.section-counters .fact-counter .counting-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  text-align: left;
}

section.section-counters .fact-counter i {
  font-size: 5rem;
  width: 80px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

section.section-counters .fact-counter .counting-number {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  vertical-align: top;
}

section.section-counters .fact-counter .counting-descr {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ccc;
  margin-top: 5px;
  padding-left: 2px;
}

/**-----------------------------------------------------------------
  [16. Section PRICING]
  -------------------------------------------------------------**/
section.section-pricing .section-content {
  padding: 80px 0px 50px;
}

section.section-pricing .pricing-table {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding: 40px 30px 50px;
  background: #fff;
  border: 2px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.section-pricing .pricing-table hr {
  margin-bottom: 30px;
}

section.section-pricing .pricing-table:hover {
  border-color: #888;
}

section.section-pricing .pricing-table-head {
  display: table;
  border-collapse: separate;
  border-spacing: 0px 10px;
  width: 100%;
}

section.section-pricing .pricing-table-head .pricing-table-heading, section.section-pricing .pricing-table-head .pricing-table-tariff {
  display: table-row;
}

section.section-pricing .pricing-table-head .option-name-wrapper {
  display: table-cell;
  text-align: left;
}

section.section-pricing .pricing-table-head .option-name-wrapper .option-name {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
}

section.section-pricing .pricing-table-head .option-value-wrapper {
  display: table-cell;
  text-align: right;
}

section.section-pricing .pricing-table-head .option-value-wrapper .option-value {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #111;
  text-transform: uppercase;
}

section.section-pricing .pricing-table-head .option-rating-wrapper {
  display: table-cell;
  text-align: left;
}

section.section-pricing .pricing-table-head .option-rating-wrapper .option-rating {
  display: inline-block;
}

section.section-pricing .pricing-table-head .option-cost-wrapper {
  display: table-cell;
  text-align: right;
}

section.section-pricing .pricing-table-head .option-cost-wrapper .option-cost {
  display: inline-block;
  padding: 10px 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  color: #fff;
  background: #111;
}

section.section-pricing .pricing-table-content {
  margin-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0px;
}

section.section-pricing ul.list-pricing-features {
  display: block;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: #333;
}

section.section-pricing ul.list-pricing-features > li {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

section.section-pricing ul.list-pricing-features > li:last-child {
  margin-bottom: 0;
}

/**-----------------------------------------------------------------
  [17. Section TESTIMONIALS]
  -------------------------------------------------------------**/
section.section-testimonials {
  background-color: #333;
}

section.section-testimonials header.header-section {
  text-align: right;
}

section.section-testimonials ul.clients-list > li {
  padding: 0;
  cursor: pointer;
}

section.section-testimonials ul.clients-list > li:hover .carousel-item-link-overlay {
  opacity: 0;
}

section.section-testimonials ul.clients-list > li.active .carousel-item-link-overlay {
  opacity: 0;
}

section.section-testimonials .carousel-item-link {
  display: block;
  position: relative;
  border: none;
}

section.section-testimonials .carousel-item-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.section-testimonials .owl-carousel .owl-item {
  width: 100%;
}

section.section-testimonials .owl-carousel .owl-item-img, section.section-testimonials .owl-carousel .owl-item-content {
  padding: 0px 15px 15px 50px;
}

section.section-testimonials .owl-carousel .owl-item-content {
  padding: 0px 50px 0px 15px;
}

section.section-testimonials .owl-carousel .owl-item-content .inner-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 30px 50px;
  background: #fff;
}

section.section-testimonials .owl-carousel .owl-item-content .inner-wrapper:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #fff transparent transparent;
}

section.section-testimonials .owl-carousel .owl-item-content ul.list-social {
  margin-top: 30px;
}

section.section-testimonials .owl-carousel .owl-item-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  margin-top: 0;
}

section.section-testimonials .owl-carousel .owl-item-content h3 span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 1rem;
  color: #333;
  margin-top: 5px;
}

section.section-testimonials .owl-carousel .owl-item-content h3 span:after {
  content: '';
  display: block;
  margin-top: 16px;
  width: 40px;
  height: 2px;
  background-color: #ccc;
}

section.section-testimonials .thumbnails-block {
  padding: 15px 50px 0px;
}

/**-----------------------------------------------------------------
  [18. Section CONTACTS]
  -------------------------------------------------------------**/
section.section-contacts {
  position: relative;
}

section.section-contacts:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: #fff;
  z-index: -1;
}

section.section-contacts:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #333;
  z-index: -1;
}

section.section-contacts .info-block {
  padding: 80px 15px;
}

section.section-contacts .info-block .inner-wrapper {
  width: 100%;
}

section.section-contacts .info-block-form {
  text-align: right;
}

section.section-contacts .info-block-contacts {
  background-color: #333;
}

section.section-contacts .info-block-contacts h2 {
  color: #fff;
}

section.section-contacts .info-block-contacts h2:after {
  background-color: #fff;
}

section.section-contacts .info-block-contacts p {
  color: #fff;
}

section.section-contacts .form-contact .btn-cta {
  margin-top: 5px;
}

section.section-contacts ul.list-contacts {
  margin-top: -30px;
}

section.section-contacts ul.list-contacts > li {
  display: table;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #888;
}

section.section-contacts ul.list-contacts > li:last-child {
  border: none;
}

section.section-contacts ul.list-contacts .contact-icon {
  display: table-cell;
  vertical-align: middle;
  width: 112px;
}

section.section-contacts ul.list-contacts .contact-icon i {
  color: #fff;
  font-size: 5rem;
}

section.section-contacts ul.list-contacts .contact-info {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

section.section-contacts ul.list-contacts .contact-info h3 {
  color: #fff;
  margin: 0;
}

section.section-contacts ul.list-contacts .contact-info h3 span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 1rem;
  color: #ccc;
}

/**-----------------------------------------------------------------
  [19. Section MAP]
  -------------------------------------------------------------**/
section.section-map .google-map {
  width: 100%;
  height: 50vh;
}

/**-----------------------------------------------------------------
  [20. Section CUSTOM QUOTE]
  -------------------------------------------------------------**/
section.section-customquote {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  position: relative;
}

section.section-customquote:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

section.section-customquote header.header-section {
  margin-bottom: 20px;
}

/**-----------------------------------------------------------------
  [21. Section BLOG]
  -------------------------------------------------------------**/
.section-comments {
  margin: 50px 0px;
}

 .comments-heading {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #111;
}

 .section-comments .comment {
  margin-top: 30px;
}

.section-comments .comment.depth-2,
.section-comments .comment.depth-3,
.section-comments .comment.depth-4,
.section-comments .comment.depth-5,
.section-comments .comment.depth-6,
.section-comments .comment.depth-7,
.section-comments .comment.depth-8,
.section-comments .comment.depth-9,
.section-comments .comment.depth-10 {
  margin-left: 30px;
}

.section-comments .comment-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

 .comment-content .comment-heading {
  padding: 0px 0px 16px;
}

.comment-content .comment-heading h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #111;
  margin: 0px 10px 0px 0px;
}

.section-comments .comment-content .comment-heading time {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #111;
}

.section-comments .comment-content .comment-text {
  border-top: 1px solid #ccc;
  padding: 16px 0px;
}

.section-comments .comment-content .comment-text p {
  margin: 0px;
}

 .section-comments .comment-controls .btn-cta, .section-comments .comment-controls .comment-reply-link {
  width: auto;
  padding: 8px 12px 8px 16px;
}

 .comment-respond {
  margin-top: 50px;
}

 .comment-respond input[type=text],   .comment-respond input[type=email] {
  display: inline-block;
  width: 49.1%;
}

 .comment-respond .input-left {
  float: left;
}

 .comment-respond .input-right {
  float: right;
}

 .comment-respond .comments-heading {
  margin-bottom: 1px;
}

 .comment-respond .btn-cta, .section-comments .comment-respond .comment-reply-link {
  margin-top: 10px;
}

 .section-comments .page-numbers {
  margin-top: 20px;
  display: inline-block;
}

/**-----------------------------------------------------------------
  [22. Blog post]
  -------------------------------------------------------------**/
article.blog-post .post-content {
  border: 2px solid #ccc;
  padding: 50px 30px;
}

article.blog-post header.post-header {
  width: 100%;
  margin-bottom: 20px;
}

article.blog-post header.post-header a {
  display: block;
  border: none;
}

article.blog-post header.post-header h1 {
  margin: 0;
}

article.blog-post ul.list-post-info {
  display: table;
  margin: 0px 0px 20px;
}

article.blog-post ul.list-post-info > li {
  display: table-cell;
  color: #111;
  padding: 0px 20px;
  border-right: 1px solid #888;
}

article.blog-post ul.list-post-info > li a {
  color: #111;
}

article.blog-post ul.list-post-info > li a i {
  vertical-align: middle;
}

article.blog-post ul.list-post-info > li a span {
  padding-left: 5px;
  vertical-align: middle;
}

article.blog-post ul.list-post-info > li a time {
  padding-left: 2px;
  vertical-align: middle;
}

article.blog-post ul.list-post-info > li:first-child {
  padding: 0px 20px 0px 0px;
}

article.blog-post ul.list-post-info > li:last-child {
  border-right: none;
  padding: 0px 0px 0px 20px;
}

article.blog-post ul.list-post-info > li.info-datetime a, article.blog-post ul.list-post-info > li.info-comments a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  color: #111;
  border: none;
}

article.blog-post ul.list-post-info > li.info-author a, article.blog-post ul.list-post-info > li.info-category a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #888;
  border: none;
}

article.blog-post ul.list-post-info > li.info-author a:hover, article.blog-post ul.list-post-info > li.info-category a:hover {
  color: #ccc;
}

article.blog-post ul.list-social.list-social-share {
  display: inline-block;
}

article.blog-post ul.list-social.list-social-share > li a {
  color: #111;
  border-color: #ccc;
}

article.blog-post ul.list-social.list-social-share > li a:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

article.blog-post footer.post-footer .footer-content-wrapper {
  width: 100%;
  height: 100%;
}

article.blog-post footer.post-footer .footer-content-wrapper.footer-content-wrapper-dark {
  background: #333;
}

article .img-responsive {
  max-height: 580px;
  width: auto;
  max-width: 100%;
}

article .protected-post-form label {
  margin-right: 12px;
}

article .protected-post-form input[type=password] {
  display: inline-block;
  outline: none;
  border: 2px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article .protected-post-form input[type=submit] {
  padding: 1px 12px;
  background-color: #111;
  color: #fff;
  border: 2px solid #111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article .protected-post-form input[type=submit]:hover {
  background-color: transparent;
  border-color: #888;
  color: #333;
}

/**-----------------------------------------------------------------
  [23. Blog post preview]
  -------------------------------------------------------------**/
article.blog-post.blog-post-preview {
  background-color: #333;
  margin-bottom: 50px;
}

article.blog-post.blog-post-preview.sticky {
  background-color: #000;
}

article.blog-post.blog-post-preview:last-child {
  margin-bottom: 0;
}

article.blog-post.blog-post-preview .post-media a {
  border: none;
}

article.blog-post.blog-post-preview .post-content {
  border: none;
}

article.blog-post.blog-post-preview header.post-header h2 {
  margin: 0;
  color: #fff;
}

article.blog-post.blog-post-preview .post-descr {
  color: #fff;
  border-bottom: 1px solid #888;
}

article.blog-post.blog-post-preview .post-descr p {
  margin-bottom: 30px;
}

article.blog-post.blog-post-preview footer.post-footer {
  margin: 30px 0px 0px;
}

article.blog-post.blog-post-preview footer.post-footer .btn-secondary {
  float: right;
}

article.blog-post.blog-post-preview ul.list-post-info > li {
  color: #fff;
  border-right: 1px solid #888;
}

article.blog-post.blog-post-preview ul.list-post-info > li a {
  color: #fff;
}

article.blog-post.blog-post-preview ul.list-post-info > li:last-child {
  border: none;
}

article.blog-post.blog-post-preview ul.list-post-info > li.info-datetime a, article.blog-post.blog-post-preview ul.list-post-info > li.info-comments a {
  color: #fff;
}

article.blog-post.blog-post-preview ul.list-post-info > li.info-author a, article.blog-post.blog-post-preview ul.list-post-info > li.info-category a {
  color: #fff;
}

article.blog-post.blog-post-preview ul.list-post-info > li.info-author a:hover, article.blog-post.blog-post-preview ul.list-post-info > li.info-category a:hover {
  color: #fff;
}

article.blog-post.blog-post-preview ul.list-social.list-social-share:before {
  color: #fff;
}

article.blog-post.blog-post-preview ul.list-social.list-social-share > li a {
  color: #ccc;
  border-color: #ccc;
}

article.blog-post.blog-post-preview ul.list-social.list-social-share > li a:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

/**-----------------------------------------------------------------
  [24. Blog post fullview]
  -------------------------------------------------------------**/
article.blog-post.blog-post-full ul.list-social.list-social-share {
  background-color: #333;
  padding: 20px;
  width: 100%;
}

article.blog-post.blog-post-full ul.list-social.list-social-share:before {
  color: #fff;
}

article.blog-post.blog-post-full ul.list-social.list-social-share > li a {
  color: #fff;
}

article.blog-post.blog-post-full ul.list-social.list-social-share > li a:hover {
  color: #333;
}

article.blog-post.blog-post-full ul.list-tags.list-tags-heading {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px 20px 10px;
  width: 100%;
}

article.blog-post.blog-post-full ul.list-tags.list-tags-heading:before {
  content: 'Tags:';
  display: inline-block;
  color: #111;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  margin-right: 10px;
}

article {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

article h1, article h2 {
  width: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/**-- styles for pages, posts and comments content --**/
.post-descr h1,
.post-descr h2,
.post-descr h3,
.post-descr h4,
.post-descr h5,
.post-descr h6,
.section-comments h1,
.section-comments h2,
.section-comments h3,
.section-comments h4,
.section-comments h5,
.section-comments h6,
.s-page-content h1,
.s-page-content h2,
.s-page-content h3,
.s-page-content h4,
.s-page-content h5,
.s-page-content h6 {
  display: block;
}

.post-descr ul, 
.post-descr ol, 
.comment-text ol, 
.comment-text ul,
.s-page-content ol, 
.s-page-content ul {
  margin: initial;
  padding: 0 0 0 20px;
  margin-top: 10px;
  line-height: 1.2
}

.post-descr ol, 
.comment-text ol, 
.s-page-content ol {
  padding: 0 0 0 60px;
}


.post-descr ol>li, 
.comment-text ol>li, 
.s-page-content ol>li {
  margin-bottom: 18px;
}

.post-descr ul>li, 
.comment-text ul>li, 
.s-page-content ul>li {
  margin-bottom: 10px;
}

.post-descr ul>li:before, 
.comment-text ul>li:before,
.s-page-content ul>li:before {
  content: '\e684';
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  font-size: 1.5rem;
  vertical-align: middle;
  padding-bottom: 3px;
}

.post-descr a,
.comment-text a,
.s-page-content a {
    border: none;
    text-decoration: underline;
}

.post-descr table,
.comment-text table,
.s-page-content table {
    border-collapse: collapse;
}

.post-descr table, 
.post-descr th, 
.post-descr td,
.comment-text table,
.comment-text th,
.comment-text td,
.s-page-content table,
.s-page-content th,
.s-page-content td {
    border: 1px solid black;
}

.post-descr th, 
.post-descr td,
.comment-text th,
.comment-text td,
.s-page-content th,
.s-page-content td {
    padding: 12px;
}

.comment-text img, 
.comment-text iframe,
.s-page-content iframe {
  max-width: 100%;
}

.post-descr iframe {
  width: 100%;
}

article.blog-post-full ul.list-post-info.cat .info-category, 
article.blog-post-full  .info-category a {
  display:inline-block;
  border-right: none;
  padding: 2px;
  color: #888;
  text-decoration: none;
  border-bottom: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

article.blog-post-full ul.list-post-info.cat .info-category a:hover {
  color: #ccc;
}

article.blog-post-full ul.list-post-info.cat {
  padding-bottom: 16px;
  border-bottom: 1px solid #888;
}


/**-----------------------------------------------------------------
  [25. Blog post fullview SIDEBAR]
  -------------------------------------------------------------**/
/**-----------------------------------------------------------------
  [26. Aside BLOG SIDEBAR]
  -------------------------------------------------------------**/
aside.sidebar {
  border: 2px solid #ccc;
  padding: 50px 20px;
  word-wrap: break-word
}

aside.sidebar p.text-about {
  line-height: 1.5rem;
  margin: 0;
}

aside.sidebar .caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0px 0px 15px;
}

aside.sidebar .widget {
  margin-bottom: 50px;
}

aside.sidebar section.sidebar-section:last-child {
  margin-bottom: 0;
}

aside.sidebar ul > li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #ccc;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  line-height: 1.42857143;
}

aside.sidebar ul > li a {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #777;
  border: none;
  padding: 16px 0px;
  line-height: 1.42857143;
}

aside.sidebar select {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #888;
  padding: 10px 4px;
  line-height: 1.42857143;
  border: 2px solid #ccc;
  white-space: normal;
  max-width: 100%;
}

aside.sidebar ul > li a:hover {
  color: #ccc;
}

aside.sidebar ul > li a a {
  padding: 0px;
}

aside.sidebar ul > li:last-child {
  border-bottom: none;
}

aside.sidebar .widget_recent_entries ul > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

aside.sidebar .widget_recent_entries ul > li a {
  display: block;
  padding: 16px 0px;
  border: none;
  color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
}

aside.sidebar .widget_recent_entries ul > li h5 {
  color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

aside.sidebar .widget_recent_entries ul > li a:hover {
  color: #ccc;
}

aside.sidebar .widget_recent_entries ul > li:last-child {
  border-bottom: none;
}

aside.sidebar .widget_tag_cloud .tagcloud {
  padding: 16px 0px;
}

aside.sidebar .widget_rss .rss-date {
  color: #888;
}

aside.sidebar .widget_rss cite {
  color: #888;
}

aside.sidebar .widget_rss li {
  padding-bottom: 16px;
}

aside.sidebar .widget_calendar caption {
  font-size: 1.0rem;
    color: #777;
    font-weight: 700;
    padding-bottom: 12px;
}

aside.sidebar .widget_calendar table tbody td {
    padding: 6px;
    text-align: center;
}

aside.sidebar .widget_calendar table tbody tr {
  border-bottom: 1px solid #ccc;
}

aside.sidebar .widget_calendar table tbody td.pad {
  border: none;
}

aside.sidebar .widget_calendar table th {
    padding: 5px;
    text-align: center;
  border-bottom: 1px solid #ccc;
}

aside.sidebar .widget_calendar table tfoot td {
    padding-top: 12px;
    font-size: 1.0rem;
    color: #777;
    font-weight: 700;
}


aside.sidebar .widget_calendar table tfoot td#next {
    text-align: right;
} 

aside.sidebar ul ul.children {
    padding-left: 12px;
}

aside.sidebar ul ul.children li {
    border: none;
}

aside.sidebar img {
  max-width: 100%;
}

aside.sidebar .widget_recent_comments li {
  padding: 16px 0;
}

/**-----------------------------------------------------------------
  [27. WordPress Core]
  -------------------------------------------------------------**/
.s-page-content {
  margin: 30px 0 30px 0;
}

.post-descr img.alignnone,
.s-page-content img.alignnone{
    margin: 5px 20px 20px 0;
}

.post-descr img.aligncenter,
div.aligncenter,
.s-page-content img.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.post-descr img.alignright,
.s-page-content img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.post-descr img.alignleft,
.s-page-content img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    float: left;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
    float: right;
}

.wp-caption img, .post-descr img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}


/**-----------------------------------------------------------------
  [Universal styles]
  -------------------------------------------------------------**/


input[type=text]:focus, input[type=email]:focus, textarea:focus {
  border-color: #111;
}

textarea {
  height: 180px;
  resize: none;
}

.btn, .comment-reply-link {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.34375rem;
  line-height: 1.6;
  text-transform: uppercase;
  color: #111;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-cta, .comment-reply-link {
  width: 100%;
  padding: 25px;
  background-color: #111;
  color: #fff;
  border: 2px solid #111;
}

.btn-srch {
  padding: 10px;
}

.btn-cta:hover, .comment-reply-link:hover {
  background-color: transparent;
  border-color: #888;
}

.btn-cta:focus, .btn-cta:active, .comment-reply-link:focus, .comment-reply-link:active {
  color: #111;
  background-color: transparent;
  border-color: #111;
}

.btn-secondary {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.34375rem;
  line-height: 1.6;
  text-transform: uppercase;
  padding-left: 20px;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #888;
  border-color: #888;
}

.btn-secondary:hover:before, .btn-secondary:focus:before, .btn-secondary:active:before {
  left: -7px;
}

.btn-secondary:before {
  position: absolute;
  bottom: -6px;
  left: -9px;
  content: '\e684';
  font-family: 'Pe-icon-7-stroke';
  font-size: 1.5rem;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.btn-secondary-bright {
  color: #fff;
  border-color: #fff;
}

.btn-secondary-bright:hover, .btn-secondary-bright:focus, .btn-secondary-bright:active {
  color: #ccc;
  border-color: #ccc;
}

.btn-menu {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-menu:before, .btn-menu:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-menu:before {
  top: -15px;
  right: 0;
}

.btn-menu:after {
  top: 15px;
  right: 0;
}

hr {
  border-color: #ccc;
}

ul.list-social > li {
  display: inline-block;
  margin-right: 10px;
}

ul.list-social > li a {
  position: relative;
  display: table;
  text-align: center;
  width: 36px;
  height: 36px;
  border: 2px solid #333;
  color: #333;
  background: transparent;
}

ul.list-social > li a:hover {
  color: #fff;
  background: #333;
}

ul.list-social > li a i {
  display: table-cell;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 1rem;
}

ul.list-social > li:last-child {
  margin-right: 0;
}

ul.list-social.list-social-share:before {
  content: 'Share post:';
  display: inline-block;
  color: #111;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  margin-right: 10px;
}

ul.list-social.list-social-share > li {
  vertical-align: middle;
}

ul.list-technical > li {
  display: block;
  color: #fff;
  margin-bottom: 20px;
}

ul.list-technical > li i {
  margin-right: 5px;
}

ul.list-technical > li:last-child {
  margin-bottom: 0;
}

.tagcloud div {
  display: inline-block;
}

.widget_tag_cloud a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.widget_tag_cloud a {

  width: auto;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.75rem!important;
  background-color: #111;
  border: 2px solid #111;
  color: #fff;
  padding: 10px 20px;
}

.widget_tag_cloud a:hover {
  background-color: #fff;
  color: #111;
}

.widget_tag_cloud a:last-child {
  margin-right: 0;
}

ul.list-tags > li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

ul.list-tags > li a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  background-color: #111;
  border: 2px solid #111;
  color: #fff;
  padding: 10px 20px;
}

ul.list-tags > li a:hover {
  background-color: #fff;
  color: #111;
}

ul.list-tags > li:last-child {
  margin-right: 0;
}
ul.list-tags-heading:before {
  content: 'Tags';
  display: inline-block;
  color: #111;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  margin-right: 10px;
}

ul.page-numbers {
  width: 100%;
  text-align: center;
}

ul.page-numbers > li {
  display: inline-block;
  width: 30px;
  height: 48px;
  vertical-align: middle;
}

ul.page-numbers > li a, ul.page-numbers > li span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  border: none;
  color: #888;
  font-size: 1.5rem;
}

ul.page-numbers > li span {
  color: #000;
}

ul.page-numbers > li a i {
  font-size: 2.25rem;
  vertical-align: middle;
  padding-bottom: 5px;
}

ul.page-numbers > li a:hover, ul.page-numbers > li a:focus, ul.page-numbers > li a:active {
  color: #111;
}

.rating-1s:before, .rating-2s:before, .rating-3s:before, .rating-4s:before, .rating-5s:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 1rem;
}

.rating-1s:before {
  content: '\e611';
}

.rating-2s:before {
  content: '\e611      \e611';
}

.rating-3s:before {
  content: '\e611      \e611      \e611';
}

.rating-4s:before {
  content: '\e611      \e611      \e611      \e611';
}

.rating-5s:before {
  content: '\e611      \e611      \e611      \e611     \e611';
}

.scroll-hidden {
  overflow: hidden;
}

.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.row-flex, .row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.row-flex > div[class*='col-'] {
  margin: -.2px;
  /* hack adjust for wrapping */
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.is-fixed {
  position: fixed !important;
}

.blueimp-gallery > .slides > .slide {
  position: relative;
}

.blueimp-gallery > .slides > .slide > .slide-content {
  max-width: 80%;
  position: absolute;
  top: 0;
  left: -20%;
  right: 0;
  bottom: 0;
  margin: auto;
}

.blueimp-gallery .wrapper-slide-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20%;
}

.blueimp-gallery .wrapper-slide-info > .slide-info {
  display: table;
  width: 100%;
  height: 100%;
  background: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 50px;
}

.blueimp-gallery .wrapper-slide-info > .slide-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  color: #fff;
}

.blueimp-gallery .wrapper-slide-info > .slide-info h3 span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 5px;
  color: #ccc;
}

.blueimp-gallery .wrapper-slide-info > .slide-info .item-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.blueimp-gallery .wrapper-slide-info > .slide-info .item-content-description {
  padding: 10px 0px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  color: #fff;
  margin-bottom: 30px;
}

.blueimp-gallery .wrapper-slide-info > .slide-info .item-content-description p {
  margin-bottom: 0;
}

.blueimp-gallery .wrapper-slide-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
}

.blueimp-gallery .wrapper-slide-controls > .slide-controls {
  display: table;
  width: 100%;
  padding: 22px;
}

.blueimp-gallery .wrapper-slide-controls > .slide-controls a.prev, .blueimp-gallery .wrapper-slide-controls > .slide-controls a.next {
  display: table-cell;
  vertical-align: middle;
  font-size: 4.5rem;
  color: #888;
  border: none;
}

.blueimp-gallery .wrapper-slide-controls > .slide-controls a.prev:hover, .blueimp-gallery .wrapper-slide-controls > .slide-controls a.next:hover {
  color: #fff;
}

.blueimp-gallery .wrapper-slide-controls > .slide-controls a.prev {
  text-align: left;
}

.blueimp-gallery .wrapper-slide-controls > .slide-controls a.next {
  text-align: right;
}

.blueimp-gallery .wrapper-slide-controls > .slide-controls .slide-controls-counter {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.15625rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding-bottom: 8px;
}

.blueimp-gallery .wrapper-slide-controls > .slide-controls .slide-controls-counter .slide-current {
  color: #fff;
}

.blueimp-gallery .wrapper-slide-controls > .slide-controls .slide-controls-counter .slide-total {
  color: #888;
}

.blueimp-gallery .wrapper-slide-controls > .slide-controls .slide-controls-counter .slide-total:before {
  content: ' / ';
}

.blueimp-gallery > .close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 4.5rem;
  color: #888;
  border: none;
  margin: 0;
  padding: 22px;
}

.blueimp-gallery > .close:hover {
  color: #fff;
}

.no-padding {
  padding: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.color-white {
  color: #fff;
}

.header-absolute header.main-header {
  background-color: transparent;
  position: absolute;
}

.form-modal .modal-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 525px;
  margin: auto;
  padding: 0px 15px;
}

.form-modal .modal-dialog {
  display: table-cell;
  vertical-align: middle;
}

.form-modal .modal-header {
  padding: 0;
}

.form-modal .modal-header h2 {
  margin: 0px 0px 20px;
}

.form-modal .modal-header > .close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 4.5rem;
  color: #888;
  border: none;
  margin: 0;
  padding: 0;
}

.form-modal .modal-header > .close:hover {
  color: #111;
}

.form-modal .modal-content {
  position: relative;
  padding: 50px 30px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.gallery-caption,
.bypostauthor {}

nav.nav-top .hamburgermenu-wrapper {
  display: block;
  overflow-y: auto;
  text-align: center ;
}
nav.nav-top ul.list-top-menu {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

nav.nav-top ul.list-top-menu .dropdown-menu {
  position: relative;
  float: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-align: center;

}

nav.nav-top ul.list-top-menu .dropdown-menu li a{
  font-size: 14px;
  background: none;
}

.not-found input[type=text] {
  width: 70%;
}

.not-found .btn-cta {
  width: 20%;
}

.post-content span.info-category {
  margin-left: 20px;
}

.post-content ul.list-post-info.cat > span.info-category {
  margin-left: 0;
}

.section-parallax {
  background-position-x: 40% !important;
}
/*==========  Desktop First Method  ==========*/
/* X Large screens */
@media only screen and (max-width: 1600px) {
  /**/
  .blueimp-gallery > .slides > .slide > .slide-content {
    max-width: 67%;
    left: -33%;
  }
  .blueimp-gallery .wrapper-slide-info {
    width: 33%;
  }
  .blueimp-gallery .wrapper-slide-controls {
    width: 33%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  section.section-testimonials .owl-carousel .owl-item-content .inner-wrapper:before {
    bottom: 30%;
  }
  article.blog-post ul.list-post-info {
    width: 100%;
  }
  article.blog-post ul.list-post-info > li {
    text-align: center;
    vertical-align: middle;
  }
  article.blog-post ul.list-post-info > li a span, article.blog-post ul.list-post-info > li a time {
    margin-top: 5px;
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  section.section-intro-regular {
    background-attachment: scroll;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  .main-content section header.header-section {
    text-align: left;
  }
  header.main-header {
    padding: 30px;
  }
  section.section-intro .info-block {
    text-align: center !important;
  }
  section.section-intro.section-intro-bright .heading-welcome:after {
    left: 0;
    right: 0;
  }
  section.section-about:before, section.section-about:after {
    width: 0;
    height: 0;
  }
  section.section-about .info-block {
    padding: 0px;
  }
  section.section-about .info-block-about {
    padding: 0px 30px;
    margin-bottom: 50px;
  }
  section.section-about .info-block-about .inner-wrapper {
    padding: 50px;
  }
  section.section-about ul.list-services:before {
    height: auto;
    max-height: 100%;
    top: 30px;
    bottom: 30px;
    margin: auto;
  }
  section.section-about ul.list-services:after {
    width: auto;
    max-width: 100%;
    left: 30px;
    right: 30px;
    margin: auto;
  }
  section.section-portfolio.section-portfolio-regular ul.list-portfolio-categories > li a {
    border-bottom: 1px solid #888;
  }
  section.section-counters .fact-counter .counting-wrapper {
    padding-left: 20px;
  }
  section.section-counters .counter-has-border {
    border: none;
  }
  section.section-testimonials .owl-carousel .owl-item-img, section.section-testimonials .owl-carousel .owl-item-content {
    padding: 0px 30px;
  }
  section.section-testimonials .owl-carousel .owl-item-content .inner-wrapper {
    padding: 50px;
  }
  section.section-testimonials .owl-carousel .owl-item-content .inner-wrapper:before {
    top: -12px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fff transparent;
  }
  section.section-testimonials .thumbnails-block {
    margin-top: 30px;
    padding: 0px 30px;
  }
  section.section-contacts ul.list-contacts {
    margin-top: 0;
  }
  section.section-contacts:before {
    width: 100%;
  }
  section.section-contacts:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
  section.section-contacts .info-block {
    padding: 80px 0px;
  }
  section.section-contacts .info-block-contacts {
    background-color: transparent;
    padding: 80px 0px;
  }
  article.blog-post .post-content {
    padding: 30px;
  }
  aside.sidebar {
    margin-top: 50px;
  }
  .blueimp-gallery > .slides {
    width: 100%;
    height: 56%;
  }
  .blueimp-gallery > .slides > .slide > .slide-content {
    max-width: 100%;
    left: 0;
  }
  .blueimp-gallery .wrapper-slide-info {
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    bottom: 90px;
  }
  .blueimp-gallery .wrapper-slide-info > .slide-info {
    max-width: 100%;
    padding: 30px;
  }
  .blueimp-gallery .wrapper-slide-controls {
    width: 100%;
  }
  .blueimp-gallery .wrapper-slide-controls > .slide-controls {
    padding: 6px;
  }
  .blueimp-gallery > .close {
    padding: 6px;
  }
  ul.list-technical > li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  ul.list-technical > li:last-child {
    margin-right: 0;
  }
  nav.nav-bottom .bottom-menu-wrapper {
    display: block;
    text-align: center;
  }
  nav.nav-bottom .logo-wrapper {
    display: inline-block;
  }
  nav.nav-bottom ul.list-bottom-menu {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
  nav.nav-bottom ul.list-bottom-menu > li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  nav.nav-bottom ul.list-bottom-menu > li:last-child {
    margin-bottom: 0;
  }
  .main-content section.section-about .section-content {
    padding-bottom: 0px;
    margin-bottom: -2px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
  .main-content section header.header-section {
    text-align: center;
  }
  section.section-intro-regular {
    background-size: cover;
    background-position: 0 0;
  }
  section.section-about .info-block-about .inner-wrapper {
    padding: 30px;
  }
  section.section-counters .fact-counter {
    min-width: 320px;
  }
  .blueimp-gallery > .slides {
    height: 67%;
  }
  .blueimp-gallery .wrapper-slide-info {
    width: 100%;
    bottom: auto;
  }
  .blueimp-gallery .wrapper-slide-info > .slide-info {
    display: block;
  }
  .blueimp-gallery .wrapper-slide-info > .slide-info .item-content-wrapper {
    display: block;
    width: 100%;
  }
  .blueimp-gallery .wrapper-slide-info > .slide-info ul.list-technical {
    display: none;
  }
  .blueimp-gallery .wrapper-slide-controls {
    width: 100%;
  }
  .blueimp-gallery .wrapper-slide-controls > .slide-controls {
    width: 100%;
  }
  section.section-blog .section-comments .comment-respond input[type=text], section.section-blog .section-comments .comment-respond input[type=email] {
    display: block;
    width: 100%;
  }
  .comment-reply-link {
    font-size: 12px;
    
  }
  .section-comments .comment-controls .comment-reply-link {
    padding: 6px 8px 6px 10px;
  }
  .section-comments .comment.depth-2,
  .section-comments .comment.depth-3,
  .section-comments .comment.depth-4,
  .section-comments .comment.depth-5,
  .section-comments .comment.depth-6,
  .section-comments .comment.depth-7,
  .section-comments .comment.depth-8,
  .section-comments .comment.depth-9,
  .section-comments .comment.depth-10 {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 768px) and (max-height: 900px) {
  .blueimp-gallery > .slides {
    height: 60%;
  }
}

@media only screen and (max-width: 768px) and (max-height: 800px) {
  .blueimp-gallery > .slides {
    height: 100%;
  }
  .blueimp-gallery .wrapper-slide-info > .slide-info {
    display: none;
  }
  .blueimp-gallery .wrapper-slide-controls > .slide-controls {
    background-color: #333;
  }
}

@media only screen and (max-width: 720px) {
  article.blog-post ul.list-post-info, article.blog-post.blog-post-preview ul.list-post-info {
    display: block;
    width: auto;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: 10px 0px;
  }
  article.blog-post ul.list-post-info > li, article.blog-post.blog-post-preview ul.list-post-info > li {
    padding: 10px 0px;
    display: block;
    border: none;
    text-align: left;
  }
  article.blog-post ul.list-post-info > li:first-child, article.blog-post ul.list-post-info > li:last-child, article.blog-post.blog-post-preview ul.list-post-info > li:first-child, article.blog-post.blog-post-preview ul.list-post-info > li:last-child {
    padding: 10px 0px;
  }
  article.blog-post ul.list-post-info > li a span, article.blog-post ul.list-post-info > li a time, article.blog-post.blog-post-preview ul.list-post-info > li a span, article.blog-post.blog-post-preview ul.list-post-info > li a time {
    display: inline-block;
    margin-top: 0;
  }
  article.blog-post ul.list-post-info > li.info-category a span, article.blog-post.blog-post-preview ul.list-post-info > li.info-category a span {
    padding-left: 0;
  }
  article.blog-post footer.post-footer .btn-secondary, article.blog-post.blog-post-preview footer.post-footer .btn-secondary {
    margin-top: 20px;
    float: none;
  }
  article.blog-post ul.list-social.list-social-share {
    display: block;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  html {
    font-size: 80%;
  }
  h1 {
    margin: 24px 0px;
  }
  h2 {
    margin: 16px 0px;
  }
  h3 {
    margin: 12px 0px;
  }
  h4 {
    margin: 8px 0px;
  }
  h5 {
    margin: 0;
  }
  p {
    margin-bottom: 13px;
  }
  ul.list-default {
    margin-bottom: 19px;
  }
  ul.list-default li {
    margin-bottom: 12px;
  }
  header.main-header {
    position: relative;
    padding: 15px;
    background-color: #111;
  }
  nav.nav-top .logo-wrapper .text-composition {
    display: none;
  }
  nav.nav-top ul.list-top-menu > li {
    margin-bottom: 10px;
  }
  nav.nav-top ul.list-top-menu ul.list-social {
    padding-top: 20px;
  }
  nav.nav-bottom ul.list-bottom-menu {
    margin-top: 15px;
  }
  nav.nav-bottom .bottom-menu-wrapper {
    padding: 24px 0px;
  }
  .main-content section header.header-section {
    text-align: center;
    margin-bottom: 40px;
  }
  .main-content section .section-content {
    padding: 64px 0px;
  }
  section.section-intro ul.list-buttons > li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.section-intro ul.list-buttons > li:last-child {
    margin-bottom: 0;
  }
  section.section-intro-regular .section-content {
    padding: 80px 0px;
  }
  section.section-about header.header-section {
    margin-bottom: 16px;
  }
  section.section-about ul.list-services:before {
    height: auto;
    max-height: 100%;
    top: 15px;
    bottom: 15px;
    margin: auto;
  }
  section.section-about ul.list-services:after {
    width: auto;
    max-width: 100%;
    left: 15px;
    right: 15px;
    margin: auto;
  }
  section.section-about .info-block-about {
    padding: 0px 15px;
    margin-bottom: 25px;
  }
  section.section-portfolio.section-portfolio-regular ul.list-portfolio-categories {
    width: 100%;
    background-color: #333;
    text-align: center;
  }
  section.section-portfolio.section-portfolio-regular ul.list-portfolio-categories > li {
    display: block;
    width: 100%;
    padding: 0;
  }
  section.section-portfolio.section-portfolio-regular ul.list-portfolio-categories > li a {
    display: block;
    padding: 18px 0px;
    border-right: none;
  }
  section.section-counters .fact-counter-wrapper {
    margin-bottom: 25px;
  }
  section.section-counters .fact-counter {
    width: 100%;
    min-width: 0;
    padding: 0;
  }
  section.section-pricing .section-content {
    padding: 64px 0px 49px;
  }
  section.section-pricing .pricing-table {
    padding: 30px 30px 25px;
    margin-bottom: 25px;
  }
  section.section-testimonials .owl-carousel .owl-item-content .inner-wrapper {
    padding: 30px;
  }
  section.section-testimonials .owl-carousel .owl-item-img, section.section-testimonials .owl-carousel .owl-item-content {
    padding: 0px 15px;
  }
  section.section-testimonials .thumbnails-block {
    margin-top: 25px;
    padding: 0px 15px;
  }
  section.section-contacts .info-block {
    padding: 64px 0px;
  }
  section.section-contacts ul.list-contacts .contact-icon {
    width: 80px;
  }
  section.section-contacts:after {
    bottom: -18px;
  }
  section.section-blog .section-comments .comment-content .comment-heading time {
    display: block;
  }
  .blueimp-gallery > .slides {
    height: 100%;
  }
  .blueimp-gallery .wrapper-slide-info > .slide-info {
    display: none;
  }
  .blueimp-gallery .wrapper-slide-controls > .slide-controls {
    background-color: #333;
  }
  ul.list-social > li a {
    width: 27px;
    height: 27px;
  }
  .btn-secondary:before {
    bottom: -2px;
    left: -6px;
  }
  .btn-secondary:hover:before, .btn-secondary:focus:before, .btn-secondary:active:before {
    left: -4px;
  }
  article.blog-post.blog-post-preview {
    margin-bottom: 40px;
  }
  article.blog-post.blog-post-preview .post-content {
    padding: 30px;
  }
  article.blog-post.blog-post-preview .post-descr p {
    margin-bottom: 16px;
  }
  article.blog-post.blog-post-preview footer.post-footer {
    margin: 25px 0px 0px;
  }
}

div.p404 {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* XLarge Devices, Wide Screens */
@media only screen and (min-width: 1920px) {
  /**/
  section.section-intro-regular, section.section-customquote {
    background-size: cover;
  }
}
