/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
		1. GENERAL
			1.1 GRID CLASSES
			1.2 SECTION AND CONTENT STYLES
			1.3 ENTRY META
			1.4 ENTRY FOOTER
			1.5 WORDPRESS CLASSES
			1.6 GALLERIES
			1.7 PAGINATION
			1.8 BROWSER FIX CLASSES
		2. LAYOUTS
			2.1 LAYOUT A
			2.2 LAYOUT B
			2.3 LAYOUT C
		3. TYPOGRAPHY
		4. FORMS
		5. BUTTONS
		6. HEADER
		7. MENUS
			6.1 SIDEBAR MENU
		8. FOOTER
		9. SINGLE POST CLASSES
			9.1 AUTHOR AREA
			9.2 SINGLE STICKY BAR
		10. WIDGETS
		11. COMMENTS
		12. COVER AREA CLASSES
		13. RESPONSIVE 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
   General
--------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
pre {
  white-space: pre-wrap;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.vh-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 111;
}
.text-center {
  text-align: center;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*--------------------------------------------------------------
   Grid Classes
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-lg-2,
.col-lg-4,
.col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.col-lg-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-lg-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.typology-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}

@media(max-width: 1100px){
  .typology-posts .typology-layout-a{
    width:calc(50% - 30px);
    max-width:calc(50% - 30px);
  }
}
/*--------------------------------------------------------------
   Section and Content Styles
--------------------------------------------------------------*/
.typology-section {
  /*-webkit-box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.15);*/
  /*box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.15);*/
  max-width: 1200px;
  margin: 0 auto 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}
.typology-fake-bg .typology-section:first-child {
  top: 0 !important;
  position: relative;
  z-index: 900;
}
.typology-flat .typology-fake-bg .typology-section:first-child {
  top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.typology-flat .typology-section {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.typology-fake-bg {
  position: relative;
  z-index: 9010;
}
.typology-fake-bg .typology-section:first-child {
  margin-bottom: 0;
}
.typology-section {
  padding: 35px 15px;
  position: relative;
}
.typology-section > *:last-child {
  margin-bottom: 0;
}
.typology-section .section-head:first-child {
  margin-top: -4rem;
}
.typology-flat .typology-section {
  padding: 13rem 0 0;
}
.single.typology-flat .typology-section-related {
  padding-top: 0;
}
.section-content {
  width: 804px;
  max-width:calc(100% - 336px);
  margin: 0px;
}
.section-content-c {
  max-width: 840px;
  padding-top: 4rem;
}
.section-content-c .typology-posts {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-head {
  margin-bottom: 8rem;
}
.section-title {
  text-align: center;
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 0;
}
.typology-post {
  position: relative;
  margin-bottom: 30px;
}

.typology-post:last-child:after {
  display: none;
}
.typology-post:last-child {
  padding-bottom: 0;
}
.entry-title a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/*--------------------------------------------------------------
   Entry Meta
--------------------------------------------------------------*/
.meta-item {
  display: inline-block;
  vertical-align: top;
}
.entry-meta {
  margin-top: 0.8rem;
}

.entry-header,
.entry-footer {
  position: relative;
  z-index: 2;
}

.entry-header h1{
  font-size:23px;
  line-height:24px;
  font-weight: normal;
  margin-bottom:42px;
}

.typology-story {
  margin-bottom: 6rem;
}
.sticky .entry-title a:before {
  content: "\f08d";
  font-family: "FontAwesome";
  line-height: 1;
  outline: 0;
  font-size: 80%;
  margin-right: 10px;
}
.sticky.typology-layout-c .entry-title a:before {
  margin-right: 5px;
}
/*--------------------------------------------------------------
   Entry Footer
--------------------------------------------------------------*/
.entry-footer .typology-button {
  margin-right: 1.5rem;
}
.post-letter {
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.07);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -9rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  text-transform: uppercase;
}
.layout-b {
  text-align: center;
}
.layout-b .post-letter {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*--------------------------------------------------------------
   WordPress Classes
--------------------------------------------------------------*/
.aligncenter,
.alignnone {
  clear: both;
  display: block;
  margin: 0 auto 3.6rem;
  max-width: 100%;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 5rem;
  margin-bottom: 2.6rem;
  max-width: 100%;
  margin-top: 0.75rem;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 5rem;
  margin-bottom: 2.6rem;
  margin-top: 0.75rem;
}
.wp-caption-text {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 1rem;
}
.typology-featured-image {
  position: relative;
  padding: 0 !important;
  border: none !important;
  display: block;
  margin-bottom: 3.6rem;
}
.typology-featured-image:after,
.style-thumbnail .entry-image a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.typology-featured-image:hover:after,
.style-thumbnail .entry-image a:hover:after {
  opacity: 0.2;
}
.style-thumbnail .entry-image {
  position: relative;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.meta-item .typology-count {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  min-width: 24px;
  height: 24px;
  line-height: 10px;
  padding: 6px 0;
  vertical-align: 1px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}
/*--------------------------------------------------------------
   Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.gallery .gallery-icon,
.gallery .gridlove-popup {
  display: inline-block;
  height: 100%;
}
.gallery-icon img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-item {
  display: inline-block;
  padding: 0 2px 2px 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  position: relative;
}
.gallery-columns-1.owl-carousel {
  padding: 0;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-1 {
  display: block;
}
.gallery .gallery-item a:after {
  content: "\f0b2";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  height: 59px;
  width: 59px;
  text-align: center;
  line-height: 61px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  pointer-events: auto;
  opacity: 0;
  margin-left: -31px;
  margin-top: -31px;
}
.gallery-columns-4 .gallery-item a:after,
.gallery-columns-5 .gallery-item a:after,
.gallery-columns-6 .gallery-item a:after,
.gallery-columns-7 .gallery-item a:after {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-left: -20px;
  margin-top: -20px;
}
.gallery-columns-8 .gallery-item a:after,
.gallery-columns-9 .gallery-item a:after {
  display: none;
}
.gallery .gallery-item a:hover:after {
  opacity: 1;
}
.entry-content .gallery,
.entry-content .gallery-columns-1.owl-carousel {
  margin-bottom: 3.6rem;
}
.gallery-columns-1 .owl-controls {
  width: 100%;
  bottom: auto !important;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  pointer-events: none;
}
.gallery-columns-1 .owl-next {
  right: 30px;
  position: absolute;
}
.gallery-columns-1 .owl-prev {
  left: 30px;
  position: absolute;
}
.mfp-title {
  top: -48px;
  left: 20px;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 8px;
  position: absolute;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}
.mfp-title:empty,
.mfp-counter:empty {
  padding: 0;
}
.gallery-columns-1 .owl-item .gallery-item {
  display: none;
}
.gallery-columns-1 .gallery-item:first-child {
  display: block;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28%;
  flex: 0 0 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.11%;
  flex: 0 0 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-icon .herald-popup {
  position: relative;
  float: left;
  outline: none;
  width: 100%;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  padding-right: 0;
}
.gallery-columns-1 .gallery-item {
  padding: 0;
}
.gallery-caption {
  display: none;
}
.gallery-columns-1 .owl-nav > div,
.gridlove-cover-slider .owl-nav > div {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  pointer-events: auto;
}
.gallery-columns-1 .owl-nav {
  width: 100%;
  bottom: auto!important;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  pointer-events: none;
  position: absolute;
}
.gallery-columns-1 .owl-next {
  right: 30px;
  position: absolute;
}
.gallery-columns-1 .owl-next i {
  margin-top: 14px;
  margin-right: -3px;
}
.gallery-columns-1 .owl-prev {
  left: 30px;
  position: absolute;
}
.gallery-columns-1 .owl-prev i {
  margin-top: 14px;
  margin-left: -3px;
}
.gallery-columns-1 .owl-nav > div:hover,
.gridlove-cover-slider .owl-nav > div:hover {
  background: #fff;
}
.typology-popup {
  color: #333;
}
.gallery .owl-item .gallery-icon {
  display: block;
}
/*--------------------------------------------------------------
   Pagination Classes
--------------------------------------------------------------*/
.typology-pagination {
  text-align: center;
  position: relative;
  padding-bottom: 0;
  width: 100%;
  padding-top:30px;
}
.typology-pagination .navigation {
  position: relative;
  margin: 0 auto;
  display: block;
  height: 42px;
}
.typology-pagination a,
.typology-pagination span {
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  font-weight: 400 !important;
  text-decoration: none;
  border: none !important;
  color: #868686 !important;
}

.typology-pagination a:hover{
  color: #1a71f4 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.typology-pagination span{
  background: #1a71f4 !important;
  color: #fff !important;
  border-radius:3px;
}
.typology-pagination a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.typology-pagination a:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
}
.typology-pagination .nav-links .prev,
.typology-pagination .nav-links .next,
.typology-pagination .load-more a,
.typology-pagination .prev a,
.typology-pagination .next a,
.typology-pagination .infinite-scroll a {
  min-width: 160px;
}

:focus{
  outline: none !important
}

.typology-pagination .nav-links .prev,
.typology-pagination .nav-links .next{
  text-indent: -999em;
  width:49px !important;
  min-width: 0 !important;
  height:36px;
  position: relative;
  background: none !important;
  border:2px solid #c4c9cd !important;
  border-radius:5px;
}

.typology-pagination .nav-links .prev:hover,
.typology-pagination .nav-links .next:hover{
  border-color: #1a71f4 !important;
}

.typology-pagination .nav-links .prev:before,
.typology-pagination .nav-links .next:after{
  position: absolute;
  top: 9px;
  left: 17px;
  width:9px;
  height:16px;
  margin: 0 !important;
  background: url('../img/arrow-ico.svg') 0 0 no-repeat;
}

.typology-pagination .nav-links .next:after{
  -webkit-transform: scale(-1);
  transform: scale(-1);
  left: 21px;
  top: 10px;
}


.typology-pagination .nav-links .prev:before,
.typology-pagination .nav-links .next:after,
.typology-pagination .prev a:before,
.typology-pagination .next a:after {
  font-family: "FontAwesome";
  font-size: 1.3rem;
}
.typology-pagination .prev a:before,
.typology-pagination .nav-links .prev:before {
  content: "\f104";
  margin-right: 7px;
}
.typology-pagination .next a:after,
.typology-pagination .nav-links .next:after {
  content: "\f105";
  margin-left: 7px;
}
.typology-pagination .nav-links .prev,
.typology-pagination .nav-links .next {
  margin: 0;
}
.typology-pagination .nav-links .prev,
.typology-pagination .nav-links .next,
.typology-pagination .current,
.typology-pagination .load-more a,
.typology-pagination .prev a,
.typology-pagination .next a,
.typology-pagination .infinite-scroll a {
  border: 1px solid transparent;
}
.typology-pagination .page-numbers {
  width:31px;
  height:33px;
  line-height:33px;

}

.typology-pagination .load-more a{
  height:33px;
  border: 2px solid #c4c9cd !important;
  background: none !important;
  color: #c4c9cc !important;
  border-radius:5px;
}

.typology-pagination .load-more a:hover{
  border: 2px solid #1a71f4 !important;
  color: #1a71f4 !important;
}

.typology-pagination .nav-links .prev,
.typology-pagination .nav-links .next,
.typology-pagination .prev a,
.typology-pagination .next a {
  position: absolute;
  top: 0;
}
.typology-pagination .prev a,
.typology-pagination .nav-links .prev {
  left: 0;
}
.typology-pagination .next a,
.typology-pagination .nav-links .next {
  right: 0;
}
.typology-pagination .dots {
  border: 1px solid transparent;
  min-width: 1px;
}
.load-more-active a {
  pointer-events: none;
}
.typology-loader {
  font-size: 8px;
  width: 32px;
  margin: 0 auto 0 -16px;
  opacity: 0;
  top: 17px;
  height: 10px;
  left: 50%;
  z-index: -1;
  position: absolute;
}
_:-ms-fullscreen, :root .typology-loader { top:32px }
.load-more-active .typology-loader {
  opacity: 1;
  z-index: 100;
}
.typology-pagination .load-more-active a {
  font-size: 0;
  border: 2px solid #1a71f4 !important;
}
.dot {
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #1a71f4 !important;
  position: absolute;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.dot1,
.dot2 {
  left: 0;
}
.dot3 {
  left: 1.5em;
}
.dot4 {
  left: 3em;
}
@-webkit-keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
    transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
    transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
    transform: translateX(1.5em);
  }
}
@keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
    transform: translateX(1.5em);
  }
}
@-webkit-keyframes revealback {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.001);
    transform: scale(0.001);
  }
}
@keyframes revealback {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.001);
    transform: scale(0.001);
  }
}
.dot1 {
  -webkit-animation-name: reveal;
  animation-name: reveal;
}
.dot2,
.dot3 {
  -webkit-animation-name: slide;
  animation-name: slide;
}
.dot4 {
  -webkit-animation-name: revealback;
  animation-name: revealback;
}
.infinite-scroll {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.infinite-scroll.load-more-active {
  opacity: 1;
}
.infinite-scroll a {
  font-size: 0;
}
.typology-archive-title:after {
  content: "\22C5";
  top: -1.5px;
  position: relative;
  margin: 0 5px;
}
.typology-load-more-active a {
  background: #aaa;
}
.more-link {
  display: none;
}
.typology-cover-slider .owl-stage,
.typology-cover-slider .owl-stage-outer,
.typology-cover-slider.owl-drag .owl-item {
  height: 100%;
}
.typology-cover-slider .owl-dots {
  position: absolute;
  bottom: 135px;
  left: 0;
  width: 100%;
  height: 40px;
}
.typology-cover-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  opacity: 0.6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.typology-cover-slider .owl-dots .owl-dot.active span,
.typology-cover-slider .owl-dots .owl-dot span:hover {
  opacity: 1;
}
.typology-cover-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.typology-cover-slider .owl-next,
.typology-cover-slider .owl-prev {
  position: absolute;
  color: #333;
}
.typology-cover-slider .owl-next i,
.typology-cover-slider .owl-prev i {
  position: absolute;
  top: 50%;
  font-size: 32rem;
  opacity: 0.1;
  margin-top: -160px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.typology-cover-slider .owl-next:hover i,
.typology-cover-slider .owl-prev:hover i {
  opacity: 0.1;
}
.typology-cover-slider .owl-prev {
  left: 0;
  width: 20%;
  top: 0;
  height: 100%;
}
.typology-cover-slider .owl-prev i {
  left: 30px;
}
.typology-cover-slider .owl-next {
  right: 0;
  width: 20%;
  top: 0;
  height: 100%;
}
.typology-cover-slider .owl-next i {
  right: 30px;
}
.error404 .entry-content {
  margin-top: 11rem;
}

.error404 .typology-post:after {
  display: none;
}
.error404 .typology-post {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mks_pullquote {
  padding: 40px;
}
.entry-content a[class*="mks_"],
.entry-content a[class*="mks_"]:hover {
  border: none;
  padding-bottom: 0;
}
.mks_dropcap {
  margin: 5px 15px 0 0;
  padding: 20px 26px;
}
.mks_separator {
  float: none;
}
.mks_separator:after {
  content: "";
  display: table;
  clear: both;
}
.mks_progress_bar,
.entry-content a[class*=mks_] {
  margin-bottom: 3.6rem;
}
/*--------------------------------------------------------------
   Browser Fix Classes
--------------------------------------------------------------*/
_:-moz-tree-row(hover),
body .typology-header .typology-site-branding {
  display: table-cell;
}
_:-ms-input-placeholder,
:root .typology-sidebar-header {
  position: absolute;
}
_:-ms-input-placeholder,
:root .cover-item-container {
  width: 950px;
}
_::-moz-svg-foreign-content,
:root .typology-posts {
  display: table-cell;
}
_::-moz-svg-foreign-content,
:root .col-lg-2,
_::-moz-svg-foreign-content,
:root .col-lg-4,
_::-moz-svg-foreign-content,
:root .col-lg-6,
_::-moz-svg-foreign-content,
:root .col-lg-10 {
  display: inline-block;
}
_::-moz-svg-foreign-content,
:root .col-lg-6 {
  width: 49%;
}
/*--------------------------------------------------------------
   Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
   Layout A
--------------------------------------------------------------*/
.typology-layout-a {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
}
.typology-layout-a a{
  display: block;
  text-decoration: none;
}

.typology-layout-a a:hover .custom-post-title{
  color: #1a71f4;
}

.typology-layout-a.typology-post:last-child {
  margin-bottom: 0;
}
.entry-footer {
  margin-top: 3rem;
}
/*--------------------------------------------------------------
   Layout B
--------------------------------------------------------------*/
.typology-post.typology-layout-b:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  left: 5.9rem;
  top: 25px;
  display: block;
}
.typology-post.typology-layout-b:last-of-type:before {
  height: 7rem;
}
.typology-layout-b {
  padding-left: 14rem;
  padding-bottom: 7rem;
  margin-bottom: 0;
  padding-top: 6rem;
}
.typology-layout-b:first-child {
  padding-top: 0;
}
.typology-layout-b .post-date {
  position: absolute;
  top: 8px;
  left: -180px;
  text-align: center;
  width: 75px;
}
.typology-layout-b .post-date-day {
  font-size: 6rem;
  display: block;
  line-height: 5rem;
}
.post-date-month {
  text-transform: uppercase;
}
.typology-layout-b .post-date:after {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  display: block;
  border-radius: 50%;
  left: 94px;
  top: 17px;
  z-index: 2;
}
.typology-layout-b:only-of-type:before {
  display: none;
}
.typology-layout-b .post-date-hidden {
  display: none;
}
/*--------------------------------------------------------------
   Layout C
--------------------------------------------------------------*/
.typology-layout-c.typology-post {
  padding: 0 60px;
  margin: 0 0 15rem;
}
.typology-layout-c.typology-post:after {
  display: none;
}
.typology-layout-c .post-letter {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.typology-layout-c .typology-featured-image {
  margin-bottom: 1.8rem;
}
.typology-layout-c.post-image-on {
  margin: 0 0 7rem;
}
.typology-layout-c:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.typology-layout-c .entry-header {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
   Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  line-height: 1.88;
  margin: 0 !important;
  background-color: #fff !Important;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 2rem;
}
.typology-cover .entry-title,
.typology-cover h1 {
  line-height: 1.2;
}
h1,
.h1 {
  line-height: 1.2;
}
h2,
.h2 {
  line-height: 1.25;
}
h3,
.h3 {
  line-height: 1.3;
}
h4,
.h4 {
  line-height: 1.35;
}
h5,
.h5 {
  line-height: 1.5;
}
h6,
.h6 {
  line-height: 1.4;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6 {
  margin-bottom: 3.6rem;
}

.entry-content h3,
.entry-content h2{
  font-size:23px;
  line-height:27px;
  margin: 0 0 25px;
  color: #232528;
  font-weight: normal;
}
.meta-item {
  vertical-align: top;
  margin-right: 15px;
}
.meta-item a {
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.1s ease-in-out;
  transition: border-bottom 0.1s ease-in-out;
}
.meta-item:after {
  content: "/";
  right: -7px;
  position: relative;
}
.meta-item:last-child:after {
  display: none;
}
.meta-item a:hover {
  border-bottom: 1px solid;
}
.section-title {
  line-height: 1;
}
p {
  font-size:15px;
  line-height:25px;
  color: #232528;
  margin: 0 0 25px;
}

.typology-fake-bg{
  background: none !important;
}
.entry-content > img{
  float: left;
  max-width:50%;
  margin-right:30px;
  margin-bottom:30px;
  border-radius: 5px;
}
.typology-layout-a .entry-content p:only-of-type {
  margin-bottom: 0;
  font-size:15px;
  line-height:23px;
  color: #868686;
}
.typology-layout-b .entry-content p:only-of-type {
  margin-bottom: 0;
}
.entry-title {
  margin-bottom: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.custom-post-title {
  font-size: 18px;
  line-height:25px;
  color: #232528;
  margin: 0 0 13px;
  padding: 0;
  font-weight: normal;
  text-transform: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.entry-title a {
  text-decoration: none;
}

blockquote,
q {
  position: relative;
  padding: 8rem 8rem 7rem 8rem;
  margin-bottom: 3.6rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.88;
  border: 1px double rgba(0, 0, 0, 0.1);
  margin: 6rem 0;
  display: block;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 63px;
  text-align: center;
  left: 50%;
  margin-left: -20px;
  color: #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px #FFF;
  box-shadow: 0 0 0 10px #FFF;
  font-size: 3.6rem;
  font-weight: 600;
}
blockquote:before,
q:before {
  content: "\201D";
  top: -2rem;
}
blockquote p,
q p {
  margin-bottom: 0;
}
blockquote cite,
q cite {
  display: block;
  opacity: 0.6;
  font-size: 80%;
  margin-top: 2rem;
}
.entry-content ul li,
.entry-content ol li,
.comment-list .comment-content ol li,
.comment-list .comment-content ul li {
  margin-bottom: 4px;
}
.comment-list .comment-content address,
.entry-content address,
.comment-list .comment-content dl,
.entry-content dl,
.comment-list .comment-content ol,
.entry-content ol,
.comment-list .comment-content ul,
.entry-content ul {
  margin-bottom: 3.6rem;
}
.comment-list .comment-content address address,
.entry-content address address,
.comment-list .comment-content dl address,
.entry-content dl address,
.comment-list .comment-content ol address,
.entry-content ol address,
.comment-list .comment-content ul address,
.entry-content ul address,
.comment-list .comment-content address dl,
.entry-content address dl,
.comment-list .comment-content dl dl,
.entry-content dl dl,
.comment-list .comment-content ol dl,
.entry-content ol dl,
.comment-list .comment-content ul dl,
.entry-content ul dl,
.comment-list .comment-content address ol,
.entry-content address ol,
.comment-list .comment-content dl ol,
.entry-content dl ol,
.comment-list .comment-content ol ol,
.entry-content ol ol,
.comment-list .comment-content ul ol,
.entry-content ul ol,
.comment-list .comment-content address ul,
.entry-content address ul,
.comment-list .comment-content dl ul,
.entry-content dl ul,
.comment-list .comment-content ol ul,
.entry-content ol ul,
.comment-list .comment-content ul ul,
.entry-content ul ul {
  margin-bottom: 0;
}
.comment-list .comment-content ul,
.entry-content ul,
.comment-list .comment-content ul li,
.entry-content ul li {
  list-style: disc;
}
.comment-list .comment-content ol,
.entry-content ol,
.comment-list .comment-content ol li,
.entry-content ol li {
  list-style: decimal;
}
pre {
  background: rgba(105, 105, 105, 0.1);
  padding: 15px 20px;
  margin-bottom: 3rem;
}
.widget-title {
  line-height: 1.2;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid;
  border-left: 1px solid;
  margin-bottom: 24px;
}
table:last-child {
  margin-bottom: 0;
}
td,
th {
  padding: 10px 15px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.post-date-month {
  font-size: 1.4rem;
}
/*--------------------------------------------------------------
   Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
select,
textarea {
  border: 1px solid;
  padding: 15px;
  outline: none;
  line-height: 1;
  width: 100%;
  font-size: 1.3rem;
  margin: 0;
  height: 40px;
  vertical-align: baseline;
  -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}
textarea,
div#user-submitted-posts textarea.usp-textarea {
  min-height: 200px;
  line-height: 22px;
}
select {
  width: 100%;
}
select option {
  display: inline-block;
}
button {
  outline: none;
}
.s2_form_widget input[type="submit"] {
  min-width: 120px;
}
div.wpcf7-response-output,
#usp-success-message,
#usp-error-message {
  margin: 0;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
}
div.wpcf7-validation-errors,
.error,
.usp-callout-failure {
  color: #FFF;
  background: #e74c3c;
}
div.wpcf7-mail-sent-ok,
.success,
#usp-success-message {
  color: #FFF;
  background: #27ae60;
}
.success,
.error,
#usp-success-message {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  border-radius: 2px;
}
span.wpcf7-not-valid-tip {
  display: none;
  position: absolute;
  top: -4px;
  right: 12px;
  left: auto;
  padding: 6px 10px;
  border: none;
  color: white;
  background: #f1c40f;
}
.invalid span.wpcf7-not-valid-tip {
  display: block;
}
textarea.wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid {
  border-color: #f1c40f;
}
.wpcf7-form label {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="password"],
.wpcf7-form select,
.wpcf7-form textarea {
  margin-top: 10px;
}
.wpcf7-form p {
  margin-bottom: 10px;
}
.wpcf7-form input[type=submit] {
  min-width: 100px;
}
input::-webkit-input-placeholder {
  line-height: normal!important;
}
div.wpcf7 {
  margin-top: 3.6rem;
}
#mc_embed_signup .sub-menu {
  margin-top: 10px;
}
#mc_embed_signup input[type="submit"] {
  width: 100%;
}
/*--------------------------------------------------------------
   Buttons
--------------------------------------------------------------*/
.submit,
.mks_read_more a,
input[type="submit"],
a.mks_button,
.typology-button,
.widget .mks_autor_link_wrap a,
.widget .mks_read_more a {
  height: 40px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 40px;
  min-width: 160px;
  font-size: 1.1rem;
  border: 1px solid;
  font-weight: normal;
  outline: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.submit:hover,
.mks_read_more a:hover,
input[type="submit"]:hover,
a.mks_button:hover,
.typology-button:hover,
.widget .mks_autor_link_wrap a:hover,
.widget .mks_read_more a:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
}
.submit:focus,
.mks_read_more a:focus,
input[type="submit"]:focus,
a.mks_button:focus,
.typology-button:focus,
.widget .mks_autor_link_wrap a:focus,
.widget .mks_read_more a:focus {
  -webkit-box-shadow: 0 3px 7px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 3px 7px 0 rgba(1, 1, 1, 0.15);
  text-decoration: none;
}
.button-invert {
  background: transparent;
  border: 1px solid;
}
.typology-button i {
  margin-right: 5px;
}
.entry-content a.mks_button {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a.mks_button:hover {
  opacity: 1;
}
.hover-on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.hover-on:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
}
.hover-on:focus {
  -webkit-box-shadow: 0 3px 7px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 3px 7px 0 rgba(1, 1, 1, 0.15);
  text-decoration: none;
}
/*--------------------------------------------------------------
   Header
--------------------------------------------------------------*/
.typology-header-wide .container {
  max-width: 100%;
}
.typology-header {
  position: relative;
  width: 100%;
  top: 0 !important;
  left: 0;
  height:auto !important;
  /*z-index: 9001;*/
}
.typology-header .container,
.typology-header .col-lg-12 {
  height: 100%;
  position: relative;
}
.typology-header a {
  text-decoration: none;
}
.slot-l,
.slot-r {
  position: absolute;
  z-index: 1001;
  display: table;
  top: 0;
}
.slot-l {
  left: 15px;
}
.slot-r {
  right: 0;
}
.typology-header-wide .slot-r {
  right: 15px;
}
.slot-c {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 1000;
  display: table;
}
.slot-c,
.slot-l,
.slot-r {
  height: 100%;
}
.slot-c > div,
.slot-c > nav,
.slot-c > ul,
.slot-l > div,
.slot-l > nav,
.slot-l > ul,
.slot-r > div,
.slot-r > nav,
.slot-r > ul {
  display: table-cell;
  vertical-align: middle;
}
/* Logo */
.site-title {
  margin-bottom: 0;
  line-height: 1.2;
  /*     min-height: 4rem; */
  top: 0;
}
.site-title img {
  max-width: 200px;
}
.typology-site-description {
  font-size: 1.2rem;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-style: italic;
  top: 1px;
}
.site-title,
.typology-site-description {
  position: relative;
}
.typology-header .typology-site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slot-l .typology-nav {
  padding-left: 1.5rem;
}
.slot-c .typology-site-branding {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slot-c .typology-site-branding .typology-site-description {
  border: none;
  padding: 0;
  margin: 0;
}
.typology-sidebar-header .typology-site-description {
  display: none;
}
.typology-sidebar-header .site-title {
  top: 0;
}
/*.typology-header {*/
/*position: fixed;*/
/*}*/
.typology-cover {
  overflow: hidden;
}
.typology-cover-item {
  width: 100%;
}
.typology-slider-wrapper-fixed {
  width: 100%;
}
.typology-header.typology-header-sticky {
  height: 70px;
  z-index: 9002;
  top: -70px;
}
/*--------------------------------------------------------------
   Menus
--------------------------------------------------------------*/
.typology-header .typology-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.typology-header .typology-nav > li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  height: 4rem;
  padding: 0;
  position: relative;
}
.typology-header .typology-nav a,
.typology-header .typology-nav span {
  padding: 13px 15px;
  display: block;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.typology-header .typology-nav i {
  font-size: 1.4rem;
}
.typology-header .typology-nav > .current-menu-item,
.typology-header .typology-nav > .current-menu-parent {
  background: rgba(0, 0, 0, 0.1);
}
.typology-header .typology-nav li.current-menu-parent:hover,
.typology-header .typology-nav li.current-menu-item:hover {
  background: transparent;
}
.typology-header .typology-nav .sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  width: 200px;
  list-style: none;
  margin: 0;
  z-index: 9999;
  text-align: left;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2);
  left: -9999px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.typology-header .typology-nav .sub-menu .sub-menu {
  top: -8px;
}
.typology-header .typology-nav .sub-menu li:hover .sub-menu {
  left: 100%;
}
.typology-header .typology-nav .sub-menu > li:first-child .sub-menu {
  top: 0;
}
.typology-header .typology-nav .sub-menu > li {
  position: relative;
}
.typology-header .typology-nav li:hover > .sub-menu {
  opacity: 1;
  left: 0;
  pointer-events: auto;
  visibility: visible;
}
.typology-header .typology-nav li:hover > .sub-menu .sub-menu {
  left: 100%;
}
.typology-header .typology-nav .sub-menu a {
  display: block;
  width: 100%;
  padding: 8px 15px 0 20px;
  line-height: 22px;
  height: auto;
  -webkit-transition: padding 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out;
}
.typology-header .typology-nav .sub-menu > li:first-child > a {
  padding: 15px 15px 0 20px;
}
.typology-header .typology-nav .sub-menu > li:last-child > a {
  padding: 8px 15px 15px 20px;
}
.typology-header .typology-nav .sub-menu > li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 7px;
  font-size: 10px;
  float: right;
  opacity: 0.5;
}
.typology-header .typology-nav .sub-menu > li:hover > a {
  padding-left: 25px;
  padding-right: 15px;
}
.typology-header .typology-nav .sub-menu li:only-of-type a {
  padding: 15px 15px 15px 20px;
}
.typology-header .typology-nav span {
  cursor: pointer;
}
.typology-header .typology-nav > li:hover > a,
.typology-header .typology-nav > li:hover > span {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}
.typology-header .typology-nav {
  font-size: 0;
}
.typology-header .typology-site-branding + .typology-main-navigation {
  padding-left: 20px;
}
/*--------------------------------------------------------------
   Sidebar Menu
--------------------------------------------------------------*/
.typology-lock {
  overflow: hidden!important;
  padding-right: 17px;
}
.typology-lock .typology-header {
  padding-right: 17px;
}
.typology-sidebar-overlay {
  width: 100%;
  height: 100%;
  height: calc(160%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.typology-sidebar {
  width: 407px;
  height: 100%;
  position: fixed;
  padding: 160px 0 0;
  top: 0;
  right: 0;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  -webkit-transform: translate3D(437px, 0, 0);
  transform: translate3D(437px, 0, 0);
  -webkit-transition: visibility 1ms linear 0.2s, -webkit-transform 0.2s ease;
  transition: visibility 1ms linear 0.2s, -webkit-transform 0.2s ease;
  -webkit-transition: visibility 1ms linear .2s,-webkit-transform .2s ease;
  transition: visibility 1ms linear .2s,-webkit-transform .2s ease;
  transition: transform .2s ease,visibility 1ms linear .2s;
  transition: transform .2s ease,visibility 1ms linear .2s,-webkit-transform .2s ease;
  transition: transform 0.2s ease, visibility 1ms linear 0.2s, -webkit-transform 0.2s ease;
}
.typology-sidebar-open .typology-sidebar {
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}
.typology-sidebar-open .typology-sidebar-overlay {
  opacity: 1;
  visibility: visible;
}
.typology-sidebar-header-wrapper {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.typology-sidebar-header {
  position: fixed;
  width: 100%;
  left: 0;
  height: 110px;
  top: 0;
  padding: 0;
}
.typology-sidebar-header a {
  text-decoration: none;
}
.typology-sidebar-close {
  padding: 10px;
  cursor: pointer;
  color: #FFF;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  right: -10px;
}
.typology-sidebar-close:hover {
  opacity: 1;
}
/* Action Button */
.typology-action-button .sub-menu {
  width: 310px;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.2;
  right: 0;
  left: auto;
}
.typology-action-button .sub-menu ul {
  padding: 35px 40px;
  list-style: none;
}
.typology-action-button .sub-menu ul li {
  margin-bottom: 20px;
}
.typology-action-button .sub-menu ul li:last-child {
  margin-bottom: 0;
}
.typology-action-button .sub-menu ul a {
  position: relative;
  padding: 0 15px;
}
.typology-action-button .sub-menu ul a:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -8px;
  top: 8px;
}
.typology-header .typology-mobile-visible {
  display: none;
}
.typology-header .typology-nav li ul.typology-rev {
  left: auto!important;
  right: 0;
}
.typology-header .typology-nav li .sub-menu ul.typology-rev {
  left: auto!important;
  right: 100%;
}
.typology-responsive-menu {
  display: none;
}
.typology-responsive-menu .typology-nav li:before {
  display: none;
}
.typology-responsive-menu .typology-nav li {
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.typology-responsive-menu .typology-nav a {
  display: block;
  padding-bottom: 12px;
  text-transform: none;
}
.typology-responsive-menu .typology-nav .sub-menu {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding-top: 12px;
}
.typology-responsive-menu .typology-nav .sub-menu a {
  padding-left: 20px;
}
.typology-responsive-menu .typology-nav li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.typology-nav-widget-acordion {
  position: absolute;
  right: -5px;
  top: -4px;
  cursor: pointer;
  font-size: 18px;
  width: 32px;
  text-align: center;
  height: 31px;
  line-height: 31px;
}
.menu-item-has-children span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.typology-responsive-menu .menu-item-has-children.active > span,
.widget_pages .page_item_has_children.active > span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/*--------------------------------------------------------------
   Footer
--------------------------------------------------------------*/
.typology-footer {
  padding: 30px 0!important;
  border-top:1px solid #e8ecf0;
  background: #fff !important;
}
.typology-footer .container > .col-lg-4 {
  margin-bottom: 8rem;
}
.typology-footer .col-lg-4 {
  padding-right: 50px;
  padding-left: 50px;
}
.typology-footer .container {
  max-width: 1170px;
  padding:0 15px;
}
.typology-footer .widget p:last-child {
  margin-bottom: 0;
}

.typology-footer .foot-logo{
  background: url('../img/logo-rus.png') 0 50% no-repeat;
  padding-left:80px;
  height:90px;
  padding-top: 10px;
}

.foot-logo h4{
  font-size:12px;
  line-height:25px;
  margin: 0 0 3px;
  color: #232528 !important;
  font-weight: normal;
}

.foot-logo h2{
  font-size:21px;
  line-height:25px;
  margin: 0 0 1px;
  color: #232528 !important;
  font-weight: normal;
}

.foot-logo h3{
  font-size:14px;
  line-height:25px;
  font-weight: normal;
  margin: 0;
  color: #232528 !important;
}
/*--------------------------------------------------------------
   Single Posts Classes
--------------------------------------------------------------*/
.single .typology-single-post:after,
.page .typology-single-post:after {
  display: none;
}
.typology-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 1.6rem;
}
.typology-social-icons a {
  height: 50px;
  text-align: center;
  color: #FFF;
  width: 100%;
  margin-right: 15px;
}
.typology-social-icons a:last-child {
  margin-right: 0;
}
.typology-facebook {
  background: #3b5998;
}
.typology-twitter {
  background: #55acee;
}
.typology-pinterest {
  background: #c8232c;
}
.typology-reddit {
  background-color: #336699;
}
.typology-stumbleupon {
  background-color: #ff2618;
}
.typology-gplus {
  background-color: #dd4b39;
}
.typology-linkedin {
  background-color: #0e76a8;
}
.typology-mailto {
  background-color: #95a5a6;
}
.typology-social-icons a i {
  line-height: 5rem;
  font-size: 1.8rem;
}
/*--------------------------------------------------------------
   Author Area
--------------------------------------------------------------*/
.avatar {
  border-radius: 50%;
}
.typology-author-links a {
  text-decoration: none;
  margin-right: 1.5rem;
}
/*--------------------------------------------------------------
   Single Sticky Bar
--------------------------------------------------------------*/
.typology-single-sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 95px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 110px, 0);
  transform: translate3d(0, 110px, 0);
}
.typology-single-sticky a {
  text-decoration: none;
  font-size: 1.4rem;
}
.typology-single-sticky.typology-single-sticky-show,
.typology-single-sticky .typology-sticky-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.typology-sticky-content {
  max-width: 1170px;
  margin: 0 auto;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.typology-show-meta .meta,
.typology-show-prev-next .prev-next {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.typology-show-meta .prev-next,
.typology-show-prev-next .meta {
  height: 0;
}
.typology-header-wide .typology-sticky-content {
  max-width: 100%;
  padding: 0 35px;
}
.typology-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 95px;
}
.typology-sticky-l,
.typology-sticky-r {
  max-width: 300px;
}
.prev-next .typology-sticky-l,
.prev-next .typology-sticky-r {
  min-width: 300px;
}
.typology-prev-next-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.typology-prev-next-nav .typology-next-link a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
.typology-sticky-l .typology-pn-ico {
  margin-right: 2rem;
}
.typology-sticky-r .typology-pn-ico {
  margin-left: 2rem;
}
.typology-prev-next-nav .typology-pn-link {
  line-height: 2rem;
}
.typology-sticky-c {
  text-align: center;
}
.typology-sticky-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.typology-sticky-author img {
  margin-right: 1rem;
}
.typology-sticky-comments i {
  margin-right: 1rem;
}
.typology-sticky-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sticky-author-date {
  display: block;
}
.sticky-author-date,
.typology-sticky-c {
  font-size: 1.2rem;
}
.page .section-content .typology-single-post,
.single .section-content .typology-single-post {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.mejs-container {
  margin-bottom: 3.6rem;
}
.textwidget a,
.entry-content a,
.comment-reply-link,
.logged-in-as a,
.comment-content a,
.typology-footer .widget p a {
  text-decoration: none;
  border-bottom: none !important;
}
.comment-reply-link:hover,
.entry-content a:hover,
.widget .textwidget a:hover,
.logged-in-as a:hover,
.comment-content a:hover,
.textwidget a:hover,
.typology-footer .widget p a:hover {
  text-decoration: underline;
  color: #1a71f4;
}
.entry-tags a {
  margin-right: 15px;
}
.entry-tags {
  margin-bottom: 3.6rem;
}
.typology-button-social,
.typology-icon-social {
  height: 40px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 40px;
  min-width: 160px;
  font-size: 1.1rem;
  border: 1px solid;
  font-weight: normal;
  outline: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  min-width: 1px;
}
.typology-button-social:hover,
.typology-icon-social:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
}
.typology-button-social:focus,
.typology-icon-social:focus {
  -webkit-box-shadow: 0 3px 7px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 3px 7px 0 rgba(1, 1, 1, 0.15);
  text-decoration: none;
}
.typology-button-social {
  width: 160px;
}
.typology-icon-social {
  width: 40px;
  padding: 0 10px;
}
.typology-link-pages {
  display: block;
  margin-bottom: 3.6rem;
}
.typology-link-pages a,
.typology-link-pages > span {
  font-size: 1.1rem;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #333 !important;
  color: #333;
  display: inline-block;
  text-decoration: none;
  min-width: 40px;
  margin: 0 4px;
  height: 40px;
  padding-bottom: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.typology-link-pages > span {
  background: #333;
  color: #FFF;
}
.typology-link-pages a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
}
.entry-content .entry-tags:first-child {
  margin-top: 6rem;
}
.sticky-author-title {
  line-height: 1.6;
}
/*--------------------------------------------------------------
   Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 5rem;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.widget:only-of-type {
  margin-bottom: 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul ul {
  margin-top: 1rem;
}
.widget ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
.widget a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.widget_nav_menu ul li:before,
.widget_rss ul li:before,
.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.typology-responsive-menu ul li:before,
.typology_category_widget ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*Calendar Widget*/
.widget_calendar table {
  background: transparent;
  width: 100%;
  table-layout: fixed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_calendar table thead {
  font-size: 1.2rem;
}
.widget_calendar table thead th {
  text-align: center;
}
.widget_calendar table tbody td {
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 0;
}
.widget_calendar table tfoot {
  background: transparent;
}
.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget_calendar table caption {
  font-size: 1.2rem;
  position: absolute;
  top: -5px;
  right: 0;
}
.widget_calendar table tbody td a {
  display: inline-block;
  min-width: 16px;
  height: 25px;
  border-bottom: 1px solid;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget_calendar table tbody td a:hover {
  min-width: 20px;
}
.widget_calendar {
  padding: 0;
  position: relative;
}
.widget_calendar .widget-title {
  padding: 0 0 2rem;
  margin-bottom: 0;
}
.widget_calendar #today {
  position: relative;
}
.widget_calendar #today:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: -15px 0 0 -15px;
}
/* Tags Widget */
.entry-tags a,
.widget_tag_cloud a {
  font-size: 12px!important;
  display: inline-block;
  vertical-align: top;
  padding: 9px 20px;
  height: 30px;
  line-height: 1;
  margin-right: 2px;
  margin-bottom: 7px;
  background: rgba(0, 0, 0, 0.07);
  border: none;
}
.entry-tags a:hover,
.widget_tag_cloud a:hover {
  border: none;
}
.widget .post-date {
  display: block;
  font-size: 1.4rem;
}
/* RSS widget */
.rss-widget-icon {
  display: none;
}
.rss-date {
  display: block;
  font-size: 1.2rem;
}
.rssSummary {
  margin-top: 1rem;
}
.widget_rss cite {
  margin-top: 1rem;
  display: block;
}
.typology-button-search {
  margin-top: 1rem;
}
.mks_ads_widget ul {
  text-align: center;
}
.mks_ads_widget .widget-title {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.widget.mks_ads_widget li {
  padding: 0;
}
.widget.mks_ads_widget .small li,
.widget.mks_ads_widget ul.custom li,
.widget.mks_adswidget_ul.small li,
.widget.mks_adswidget_ul.custom li {
  margin-bottom: 15px;
  margin-right: 11px;
}
.mks_author_widget h3 {
  font-size: 1.8rem;
}
.mks_author_widget p,
.mks_social_widget p {
  margin: 0 0 1.8rem;
}
.mks_author_widget p:last-child {
  margin-bottom: 0;
}
.mks_themeforest_widget {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.8rem 3rem;
}
.mks_themeforest_widget {
  padding: 2.2rem 2.2rem;
}
.mks_themeforest_widget .widget-title {
  text-align: center;
}
.widget.mks_author_widget img {
  margin: 5px 20px 0 0;
}
.widget .mks_read_more {
  margin-bottom: 0;
  margin-top: 18px;
}
.widget .mks_read_more a {
  width: 100%;
}
ul.flickr li,
.widget ul.flickr li {
  padding: 0;
}
ul.flickr a img {
  -o-object-fit: cover;
  object-fit: cover;
}
ul.flickr a img {
  opacity: 1;
}
.mks_flickr_widget a {
  position: relative;
}
.mks_flickr_widget a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.mks_flickr_widget a:hover:after {
  opacity: 0.2;
}
ul.mks_social_widget_ul li {
  margin-bottom: 2px;
}
/* Search widget */
.typology-search-form {
  position: relative;
}
.entry-content .typology-button-search {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50px;
  height: 100%;
  min-width: 100px;
  margin: 0;
}
.error404 .widget .typology-search-form {
  margin: 0;
}
.error404 .typology-search-form {
  max-width: 420px;
}
.entry-content input[type="text"] {
  max-width: 100%;
  margin-right: 1rem;
}
.widget .typology-icon-button {
  width: 100%;
}
/* Typology Posts */
.typology_posts_widget .post {
  position: relative;
  margin-bottom: 2rem;
  display: block;
}
.typology_posts_widget .post-letter {
  font-size: 10rem;
  left: 0;
}
.typology_posts_widget h6 {
  margin-bottom: 0;
}
.typology_posts_widget .entry-meta {
  margin-top: .4rem;
}
.style-timeline .post {
  padding: 0 0 0 70px;
}
.style-dropcap .post {
  padding: 0 0 0 32px;
}
.style-timeline .post-date {
  position: absolute;
  top: 10px;
  left: 3px;
}
.style-timeline .post-date {
  text-align: center;
}
.style-timeline .post-date-day {
  font-size: 2.7rem;
  display: block;
  line-height: 0.5;
}
.style-timeline .post-date-month {
  font-size: 1rem;
}
.typology_posts_widget .style-timeline .post:before {
  height: 100%;
  width: 1px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 54px;
  background: rgba(0, 0, 0, 0.1);
}
.typology_posts_widget .style-timeline .post {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.typology_posts_widget .style-timeline .post:last-child {
  padding-bottom: 0;
}
.style-thumbnail .entry-image {
  float: left;
  max-width: 70px;
  margin-right: 15px;
}
/*--------------------------------------------------------------
   Comments
--------------------------------------------------------------*/
.comment-form label {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px;
}
.comment-respond {
  width: 100%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 33.33%;
  padding: 0 15px 0 0;
  margin-bottom: 20px;
}
.comment-form-url {
  padding: 0;
}
.comment-form p {
  margin-bottom: 5px;
}
.comment-form p:last-child {
  margin-bottom: 0;
}
.form-submit {
  margin-top: 25px;
  clear: both;
  display: inline-block;
}
.comment-respond {
  margin-bottom: 0;
}
.comment-list {
  list-style: none;
  padding: 0;
  margin: 8rem  0 0;
  clear: both;
}
.comment-list li {
  list-style: none;
}
.comment-list .avatar {
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.comment-author b {
  font-size: 18px;
}
.comment-list .says {
  display: none;
}
.comment-list .comment-metadata {
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 12px;
}
.comment-meta a {
  text-decoration: none;
}
.comment-content {
  margin-left: 95px;
}
.reply {
  font-size: 1.4rem;
  margin-left: 95px;
}
.comment-reply-link {
  text-decoration: none;
}
.comment-content p {
  margin-bottom: 1.3rem;
}
.comment-body {
  margin-bottom: 6rem;
}
.comment-list .children {
  margin-left: 98px;
  padding: 0;
}
.comment-list .comment-respond {
  margin-bottom: 35px;
}
.comment .comment-respond {
  margin: 0 0 6rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5rem;
  position: relative;
}
.comment .comment-respond .comment-form-comment label {
  display: none;
}
.comment-form {
  position: relative;
}
#cancel-comment-reply-link {
  font-size: 0;
}
#cancel-comment-reply-link:after {
  position: absolute;
  top: -20px;
  right: -20px;
  content: "\f00d";
  font-family: "FontAwesome";
  height: 40px;
  width: 40px;
  color: #FFF;
  border-radius: 50%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 40px;
}
#cancel-comment-reply-link:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#cancel-comment-reply-link:hover:after {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
}
#cancel-comment-reply-link:focus:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 5px 10px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 5px 10px 0 rgba(1, 1, 1, 0.15);
  text-decoration: none;
}
.comment-reply-title {
  float: right;
}
.comment-notes,
.comment-form .logged-in-as {
  margin-bottom: 25px;
}
.pingback .comment-content,
.trackback .comment-content {
  margin-left: 0;
}
.bypostauthor .comment-author {
  position: relative;
}
.bypostauthor .comment-author:before {
  content: "\f007";
  font-family: "FontAwesome";
  font-size: 11px;
  line-height: 27px;
  height: 30px;
  width: 30px;
  color: #FFF;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: -9px;
  top: -6px;
  border: 2px solid #FFF;
}
.comment-author .fn {
  text-transform: uppercase;
}
.comment-subscription-form label {
  font-size: 1.4rem;
}
.comment-subscription-form [type=checkbox],
.comment-subscription-form [type=radio] {
  vertical-align: -2px;
}
.comment .comment-respond .submit {
  min-width: 190px;
}
.comment-list > li:last-child > .comment-body + .comment-respond {
  margin-top: 6rem;
}
article:only-of-type {
  background: transparent;
}
.comment-list li:last-child .children li:last-child article {
  margin-bottom: 0;
}
.comment-list li:last-child .children li:only-of-type article {
  margin-bottom: 3rem;
}
/*--------------------------------------------------------------
  Cover Area Classes
--------------------------------------------------------------*/
.typology-cover {
  position: relative;
}
.cover-item-container {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.typology-cover {
  text-align: center;
}

.typology-cover .entry-title {
  margin-bottom: 2rem;
}
.typology-cover .entry-footer {
  margin-top: 2rem;
}
.typology-cover-content {
  position: relative;
  height: 100%;
}
.typology-cover-item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 155px 0 215px;
}
.typology-flat .typology-cover-item {
  padding: 155px 0 195px;
}
.typology-flat .typology-cover-slider .owl-dots {
  bottom: 75px;
}
.cover-letter {
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.1);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}
.entry-pre-title {
  color: #FFF;
  text-transform: uppercase;
}
.typology-cover .entry-title a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.typology-cover .entry-title:hover a {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.typology-cover-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.typology-cover-img {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
}
.typology-cover-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.typology-cover-slider {
  max-height: 90vh;
  overflow: hidden;
}
.typology-cover-slider.owl-loaded {
  max-height: initial;
  overflow: initial;
}
/*--------------------------------------------------------------
  Responsive
--------------------------------------------------------------*/
@media (max-width: 1366px) {
  .typology-cover-item {
    min-height: 100vh;
  }
  .typology-cover {
    height: calc(113.9vh);
  }
  .cover-letter {
    font-size: 50rem;
  }
  .typology-cover-slider .owl-next,
  .typology-cover-slider .owl-prev {
    width: 15%;
  }
  .typology-cover-slider .owl-next i,
  .typology-cover-slider .owl-prev i {
    font-size: 20rem;
    margin-top: -100px;
  }
  .typology-flat .typology-cover {
    height: calc(100vh);
  }
}
@media (max-width: 1260px) {

  .slot-l {
    left: 0;
  }
  .slot-r {
    right: -15px;
  }
  .typology-single-sticky {
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .cover-item-container {
    max-width: 850px;
  }
}
@media (max-width: 1024px) {
  .typology-post {
    margin-bottom:30px;
  }
  .post-letter {
    left: -7rem;
  }
  .section-head {
    margin-bottom: 6rem;
  }
  .typology-post.typology-layout-b:first-child {
    padding-top: 0;
  }
  .typology-post.typology-layout-b {
    padding-left: 14rem;
    padding-bottom: 7rem;
    margin-bottom: 0;
    padding-top: 6rem;
  }
  .typology-post.typology-layout-b:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cover-item-container {
    max-width: 750px;
  }
  .owl-nav {
    display: none;
  }
  .typology-cover .entry-title,
  .typology-cover h1 {
    font-size: 5.4rem !important;
  }
  .typology-layout-c.typology-post {
    padding: 0 10px;
  }
}
@media (max-width: 1000px) {
  .typology-cover .entry-title,
  .typology-cover h1 {
    font-size: 4.8rem !important;
  }
  .cover-item-container {
    max-width: 650px;
  }
  .page.typology-single-post .entry-header {
    margin-top: 4rem;
  }
  .typology-post.typology-layout-b {
    padding-left: 10rem;
  }
  .typology-layout-b .post-date {
    left: -140px;
  }
}
@media (max-width: 800px) {
  .cover-item-container {
    max-width: 610px;
  }
  .cover-letter {
    font-size: 60rem;
  }
  .entry-footer .typology-button:first-child {
    margin-right: 2%;
  }
  .entry-meta {
    line-height: 1.5;
  }
  .typology-footer .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .typology-pagination .infinite-scroll a,
  .typology-pagination .load-more a,
  .typology-pagination .next a,
  .typology-pagination .prev a {
    width: 49%;
    min-width: auto;
  }
  .typology-pagination .infinite-scroll a,
  .typology-pagination .load-more a {
    max-width: 160px;
  }
  blockquote,
  q {
    padding: 7rem 7rem 6rem;
    font-size: 1.8rem;
  }
  .alignleft,
  .alignright,
  .aligncenter {
    display: inline;
    max-width: 100%;
    clear: both;
    float: none;
    display: block;
    margin: 0 auto 3.6rem;
  }
  .prev-next .typology-sticky-l,
  .prev-next .typology-sticky-r {
    min-width: 250px;
    max-width: 250px;
  }
  .typology-layout-b .post-date-hidden {
    display: block;
  }
  .typology-layout-b .post-date {
    display: none;
  }
  .typology-post.typology-layout-b:before,
  .typology-layout-b .post-date:after {
    display: none;
  }
  .typology-post.typology-layout-b {
    padding-left: 0;
    margin-bottom: 6rem;
  }
  .typology-layout-b .post-date {
    left: 0;
    top: -30px;
    width: auto;
    text-align: center;
  }
  .typology-layout-b .post-date-day {
    font-size: 2rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 5px;
  }
  .typology-layout-b .post-date-day {
    vertical-align: middle;
    display: inline-block;
  }
  .typology-post.typology-layout-b {
    padding-top: 2rem;
  }
  .typology-layout-c.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-content-c {
    max-width: 320px;
  }
  .typology-layout-a .post-letter,
  .typology-single-post .post-letter {
    display: none;
  }
}
@media (max-width: 680px) {
  .typology-responsive-menu {
    display: block;
  }
  .typology-header .typology-main-navigation {
    display: none;
  }
  .typology-section {
    margin-bottom: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .section-content {
    margin: 0 auto 5rem;
  }
  .section-content-c {
    padding-top: 5rem;
  }
  .section-head {
    margin-bottom: 4rem;
  }
  .typology-posts .typology-post {
    margin-bottom: 3rem;
    padding-bottom: 4rem;
  }
  blockquote,
  q {
    padding: 3rem 3rem 2.4rem;
    margin: 3rem 0;
  }
  .entry-tags,
  .mejs-container {
    margin-bottom: 2rem;
  }
  .typology-author .col-lg-2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .typology-author .col-lg-10 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .typology-author .typology-author-box-title,
  .typology-author-links {
    text-align: center;
  }
  .typology-author .typology-button-social {
    margin-bottom: 1rem;
  }
  .comment-content,
  .reply,
  .comment-list .children {
    margin-left: 0;
  }
  .comment-content {
    clear: both;
  }
  .comment-body {
    margin-bottom: 3rem;
  }
  .comment .comment-respond {
    padding: 2rem;
  }
  .comment-list > li:last-child > .comment-body + .comment-respond {
    margin-top: 3rem;
  }
  .comment-form p,
  .comment-respond .submit {
    width: 100%;
    padding: 0;
  }
  .comment-respond .submit {
    max-width: 50%;
  }
  .typology-footer .col-lg-4 {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cover-item-container {
    max-width: 80%;
  }
  .typology-post.typology-layout-b:before {
    left: 6.9rem;
  }
  .typology-layout-b .post-date {
    left: -130px;
  }
  .typology-layout-b .post-date-day {
    font-size: 5.6rem;
    line-height: 4.1rem;
  }
  .post-date-month {
    font-size: 1.2rem;
  }


  .typology-fake-bg .typology-section:first-child {
    top: 0 !important;
  }
  body .typology-fake-bg:first-child {
    margin-top: 0;
  }
  pre {
    margin-bottom: 2rem;
  }
  .section-content-c .typology-posts {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .typology-layout-c.typology-post {
    margin: 0 0 7rem;
  }
  .page.typology-single-post .entry-header {
    margin-top: 0;
  }
  .section-content-c .post-letter {
    display: block;
    font-size: 18rem;
  }
  .section-content-c {
    max-width: 380px;
  }
}
@media (max-width: 620px) {
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .typology-section .section-head:first-child {
    margin-top: 0;
  }
  .typology-social-icons a {
    height: 40px;
  }
  .typology-social-icons a i {
    line-height: 4rem;
  }
  .typology-footer .container > .col-lg-4 {
    margin-bottom: 0;
    margin-top: 2rem;
  }
  .prev-next .typology-sticky-l,
  .prev-next .typology-sticky-r {
    font-size: 85%;
  }
  .typology-sticky-r .typology-pn-ico {
    margin-left: 1rem;
  }
  .typology-sticky-l .typology-pn-ico {
    margin-right: 1rem;
  }
  .prev-next .typology-sticky-l,
  .prev-next .typology-sticky-r {
    min-width: 190px;
    max-width: 190px;
  }
  .section-content-c {
    padding-top: 3rem;
  }
  .typology-layout-c.typology-post:last-child {
    margin: 0;
  }
  .cover-letter {
    display: none;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 1.5em;
  }
  .typology-section {
    width: 100%;
  }
  .entry-footer .typology-button {
    width: 100%;
    min-width: auto;
  }
  .typology-post .entry-footer .typology-button:first-child {
    margin-right: 0.5rem;
  }
  .entry-footer .typology-button:first-child,
  .typology-cover .typology-button:first-child {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .entry-footer .typology-button,
  .typology-cover .typology-button {
    margin-right: 0;
    margin-left: 0;
    max-width: 49%;
  }
  .typology-site-description {
    display: none;
  }
  .typology-sidebar-header {
    height: 75px;
    padding: 0 40px;
  }
  .typology-sidebar {
    max-width: 320px;
    padding: 100px 40px 40px;
  }
  .typology-cover .typology-button {
    max-width: 200px;
  }
  .cover-letter {
    font-size: 45rem !important;
  }
  .typology-cover + .typology-section {
    margin-top: 0;
  }
  .typology-section {
    padding: 2.8rem 8% 4rem;
  }
  .typology-cover {
    height: 100vh;
  }
  .typology-cover-slider .owl-dots {
    bottom: 10px;
  }
  .section-title {
    padding-bottom: 3rem;
  }
  .section-head {
    margin-bottom: 3rem;
    margin-top: 1rem !important;
  }
  .widget,
  .widget:only-of-type {
    margin-bottom: 4rem;
  }
  .typology-footer .widget {
    font-size: 1.2rem !important;
  }
  .typology-cover .entry-title,
  .typology-cover h1 {
    font-size: 2.7rem !important;
  }
  h1,
  .h1,
  .typology-layout-b .entry-title {
    font-size: 2.7rem !important;
  }
  h2,
  .h2 {
    font-size: 2.5rem !important;
  }
  h3,
  .h3 {
    font-size: 2.3rem !important;
  }
  h4,
  .h4,
  .typology-layout-c .h4 {
    font-size: 2rem !important;
  }
  h5,
  .h5 {
    font-size: 1.8rem !important;
  }
  h6,
  .h6 {
    font-size: 1.6rem !important;
  }
  .typology-pagination {
    padding-top: 4rem;
    margin-top: 4rem;
  }
  .typology-pagination .page-numbers {
    min-width: 31px;
    margin: 0 1px;
  }
  .comment-content a,
  .comment-reply-link,
  .entry-content a,
  .logged-in-as a,
  .textwidget a,
  .typology-footer .widget a {
    padding-bottom: 2px;
  }
  .alignright,
  .alignleft {
    margin-bottom: 2rem;
  }
  .entry-header {
    margin-bottom: 1.6rem;
  }
  blockquote,
  q {
    padding: 4rem 4rem 3rem;
    line-height: 3rem;
  }
  .entry-content .typology-button-search,
  .widget .typology-icon-button {
    position: relative;
    top: 10px;
    right: 0;
    max-width: 100%;
    height: 100%;
    min-width: 100px;
    margin: 0;
    min-width: 100%;
  }
  .error404 .entry-content {
    margin-top: 1rem;
  }
  pre {
    margin-bottom: 2rem;
  }
  .entry-content address,
  .entry-content dl,
  .entry-content ol,
  .entry-content ul {
    margin-bottom: 1rem;
  }
  .typology-flex-center,
  .typology-sticky-content,
  .typology-single-sticky {
    height: 60px;
  }
  .typology-single-sticky {
    font-size: 85%;
  }
  .typology-sticky-author img {
    max-width: 30px;
  }
  .sticky-author-title {
    line-height: 1.4;
  }
  .typology-sticky-l .typology-pn-ico {
    margin-right: 1rem;
  }
  .typology-sticky-r .typology-pn-ico {
    margin-left: 1rem;
  }
  .prev-next .typology-sticky-l,
  .prev-next .typology-sticky-r {
    min-width: 100px;
    width: 100px;
    font-size: 85%;
  }
  .typology-prev-next-nav .typology-pn-link {
    display: none;
  }
  .typology-sticky-comments {
    font-size: 0;
  }
  .typology-sticky-comments i {
    font-size: 2.9rem;
  }
  .typology-pn-ico i {
    font-size: 2rem;
    margin-top: 6px;
  }
  .section-content-c {
    max-width: 300px;
  }
  .typology-cover .entry-header {
    margin-bottom: 0;
  }
  .typology-cover-item {
    min-height: 100%;
    padding: 1px 0;
  }
}
@media (max-width: 320px) {
  .cover-letter {
    font-size: 37rem;
  }
  .typology-sidebar-header {
    padding: 0 40px;
  }
  .typology-sidebar {
    max-width: 100%;
    padding: 100px 30px 40px;
  }
  .meta-item {
    font-size: 1.2rem !important;
  }
  .entry-meta {
    line-height: 1.5;
  }
  .typology-cover .typology-button {
    max-width: 130px;
    width: 130px;
  }
  .cover-item-container {
    max-width: 70%;
  }
  .entry-footer .typology-button {
    max-width: 100%;
  }
  .typology-social-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .typology-social-icons a {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .entry-tags,
  .mejs-container {
    margin-bottom: 1rem;
  }
  .typology-author .typology-button-social {
    width: 100%;
  }
  .typology-icon-social {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .comment-respond .submit {
    max-width: 100%;
  }
  blockquote,
  q {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .typology-cover .entry-title,
  .typology-cover h1 {
    font-size: 2.4rem !important;
    line-height: 1.4;
  }

  .widget,
  .widget:only-of-type {
    margin-bottom: 3rem;
  }
  .typology-cover .entry-footer .typology-button {
    width: 80%;
  }
}
@media (max-width: 740px) and (orientation: landscape) {
  .typology-sidebar-header {
    height: 75px;
    padding: 0 30px;
  }
  .typology-sidebar {
    max-width: 320px;
    padding: 100px 40px 40px;
  }
  .typology-cover {
    height: auto;
  }
  .typology-cover-slider .owl-dots {
    bottom: 0;
  }
  .typology-cover .cover-letter {
    display: none;
  }
}
.cover-custom {
  background: #1e73be url(../img/header-bg-rus.png) 50% 100% repeat;
  padding-top:12px;
  padding-bottom:12px;
}

.typology-site-branding img {
  display: block;
}

.logo_wrap_h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin: 0;
  font-weight: normal;
}

.header_title {
  margin-left: 30px;
}

.header_title p {
  margin: 0;
  font-size: 22px;
  color: #fff;
  line-height: 26px;
}

.header_title span {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

div.header_phone_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slot-l.slot_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: auto;
  position: relative;
  padding: 0 15px;
}

.header_phone_wrap .number_item {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}

.header_phone_wrap .number_item:last-child {
  margin-left: 58px;
}

.header_phone_wrap .number_item a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.header_phone_wrap .number_item a:hover{
  text-decoration: underline;
}

.custom-nav {
  background-color: #1c7ac2;
}

.sub_nav_container .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  padding: 0 15px;
}

.yuzo_related_post .yuzo-list-color{
  position: static !important;
}


.sub_nav_container .menu li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}

.sub_nav_container .menu a {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-transition: all .2s;
  transition: all .2s;
  line-height: 20px;
}

.nav-links{
  width:100%;
}

.sub_nav_container .menu a:hover,
.sub_nav_container .menu .current-menu-item a {
  background: #146fb5;
}



.sub_nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}


.typology-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-right: 15px;
}

.typology-search-form .search-btn {
  height: 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  position: absolute;
  display: block;
  width:20px;
  right: 19px;
  top: calc(50% - 10px);
  padding: 0;
  cursor: pointer;
  fill: #fff;
}

.sub_nav_container .typology-search-form svg {
  width:20px;
  height: 20px;
  display: block;
  fill: #fff;
}



.typology-search-form input{
  padding:0 50px 0 15px;
  border-radius: 3px;
  font-size:14px;
}

.sub_nav_container .typology-search-form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2e8cd3;
  color: #fff;
  border-radius: 3px;
  border: 0 none;
  width: 270px;
  padding-right: 40px;
}

.entry-content .typology-search-form .search-btn{
  right:30px;
  top: calc(50% - 10px)
}

.entry-content .typology-search-form .search-btn svg{
  fill: #1c7ac2;
  width:20px;
  height:20px;
}

.sub_nav_container .typology-search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.sub_nav_container .typology-search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.sub_nav_container .typology-search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.sub_nav_container .typology-search-form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.custom-sidebar {
  max-width: 336px;
  width: 100%;
  margin-left: 30px;
}

.sb_headings_block {
  background-color: #f2f4f9;
  border-radius: 3px;
  overflow: hidden;
  height: 48px;
  -webkit-transition: height .3s;
  transition: height .3s;
  margin-bottom: 82px;
}


.sb_headings_block.is_active .headings:after{
  -webkit-transform: scale(-1);
  transform: scale(-1);
  top: calc(50% - 6px);
}

.sb_headings_block ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px;
}

.sb_headings_block li{
  list-style: none;
  margin: 0 0 10px;
  display: block;
  line-height:20px;
}

.sb_headings_block a {
  text-decoration: none;
  color: #232528;
  line-height:20px;
  font-size: 14px;
  display: inline-block;
  padding: 0 20px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sb_headings_block a:hover{
  color: #1c7ac2;
}

.sb_headings_block .current-menu-item a{
  color: #1c7ac2;
}

.sb_headings_block .current-menu-item a:before{
  content: '';
  position: absolute;
  width:5px;
  height:5px;
  background: #1c7ac2;
  left: 10px;
  border-radius:50%;
  top: calc(50% - 2px);
}

.sb_headings_block .headings {
  text-decoration: none;
  padding: 14px 20px;
  position: relative;
}

.sb_headings_block .headings:after{
  position: absolute;
  content: '';
  width:12px;
  height: 8px;
  top: calc(50% - 4px);
  right:25px;
  background: url('../img/arrow-down.svg') 0 0/100% no-repeat;
}

.entry-img-custom{
  display: block;
  overflow: hidden;
  width:100%;
  height:190px;
  border-radius:5px;
  margin-bottom:14px;
}

.entry-img-custom img{
  display: block;
  border-radius:5px;
  height:100%;
  min-width: 100%;
  width:100%;
  min-height:100%;
  -o-object-fit: cover;
  object-fit: cover;
}

blockquote{
  text-decoration: none;
  border: none !important;
  padding: 0;
  color: #385eab !important;
  margin:0 0 25px;
  text-align: left;
}

blockquote:before{
  display: none;
}

blockquote a{
  text-decoration: none;
  border: none !important;
  padding: 0;
  color: #385eab !important;
}

blockquote a:hover{
  color: #1a71f4 !important;
  text-decoration: underline;
}

blockquote a:before{
  width:43px;
  display: inline-block;
  height: 43px;
  vertical-align: middle;
  content: '';
  margin-right:15px;
  border-radius:50%;
  background: #1a71f4 url('../img/download-ico.svg') 50% 50% no-repeat;
}

div#toc_container{
  background: #f2f4f9 !important;
  border-radius: 5px;
  border: none !important;
  padding: 24px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toc_container p.toc_title{
  font-size:23px;
  line-height:27px;
  text-align: left;
  font-weight: normal;
  color: #232528;
  margin: 0 0 13px;
}

#toc_container p.toc_title+ul.toc_list{
  margin: 0;

}

#toc_container a:hover{
  color: #1a71f4;
}

#toc_container p.toc_title+ul.toc_list a{
  font-size:14px;
  line-height:25px;
  color: #385eab;
  text-decoration: none;
  border: none;
  padding-bottom: 0 !important;
}

#toc_container p.toc_title+ul.toc_list a:hover{
  text-decoration: underline;
  color: #1a71f4;
}

.entry-content ul{
  margin: 0;
  padding: 0 0 25px 30px;
}

.entry-content ul li{
  margin: 0;
  font-size:14px;
  line-height:25px;
  list-style: none;
}

.entry-content ul li:before{
  content: '•';
  color: #1a71f4;
  vertical-align: middle;
  display: inline-block;
  margin-right:7px;
}

.yuzo-list-color{
  background: none !important;
  padding:0 0 0 30px !important;
}

.yuzo-list-color a{
  padding: 0;
  color: #385eab;
  border: none !important;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.yuzo-list-color a:hover{
  color: #1a71f4;
}

.contact-block{
  position: relative;
  background: #f2f4f9;
  border-radius: 5px;
  text-align: center;
  padding:0 30px 30px;
  width:270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index:99;
}

.contact-block.fix-pos{
  position: fixed;
  top: 60px;
  right: calc(50% - (1170px / 2));
}

@media(max-width: 1230px){
  .contact-block.fix-pos{
    right:15px;
  }
}

.contact-block.fix-bottom{
  position: absolute;
  top: auto;
  bottom: 35px;
  right: 15px;
}

.contact-block p{
  font-size:14px;
  line-height:20px;
  color: #232528;
  margin: 0 0 21px;
}

.contact-list{
  margin: 0;
  padding: 0;
}

.contact-list li{
  list-style: none;
  display: block;
  color: #232528;
  font-size:14px;
  line-height:25px;
  margin-bottom:12px;
}

.contact-list li a{
  display: block;
  color: #232528;
  text-decoration: none;
  font-size:21px;
  line-height:25px;
}

.contact-list li a:hover{
  color: #1a71f4;
}

.contact-title{
  margin: 0 0 6px;
  padding: 0;
  font-weight: normal;
  font-size:23px;
  line-height:34px;
  color: #232528;
}

.menu-btn{
  display: none;
  color: #fff;
  font-size: 18px;
  line-height:40px;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-btn:before{
  content: '';
  width:20px;
  vertical-align: middle;
  height:16px;
  background: url('../img/menu-ico.svg') 0 0 no-repeat;
  display: inline-block;
  margin-right:5px;
}

.contact-block img{
  display: block;
  position: relative;
  top: -49px;
  margin: 0 auto -29px;
}



@media(max-width: 991px){
  .typology-site-branding{
    width:60%;
  }
  .sub_nav_container .typology-search-form input{
    width:200px;
  }
  .section-content{
    max-width:100%;
  }
  .header_title p{
    font-size:18px;
  }
  .header_phone_wrap .number_item a{
    font-size:14px;
  }
  .header_phone_wrap .number_item:last-child{
    margin-left:20px;
  }
  .typology-section{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-sidebar{
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width:100%;
    padding-top:30px;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
  }
  .sb_headings_block,
  .contact-block{
    width:47%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
  }

}

@media (max-width: 767px){
  .slot-l.slot_flex_wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
  .typology-site-branding{
    width:auto;
  }
  .logo_wrap_h1{
    margin-bottom:20px;
  }
  .menu-btn{
    display: block;
  }
  .sub_nav_container{
    padding: 15px;
  }
  .typology-header{
    z-index:9999 !important;
  }
  .menu-header-menu-container{
    position: absolute;
    top: 100%;
    width:100%;
    left: 0;
    right: 0;
    z-index:9;
    border-top:1px solid #fff;
    background: #1c7ac2;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s;
    transition: height .3s;
  }
  .typology-search-form{
    margin-right: 0;
  }
}

@media (max-width: 630px){
  .custom-sidebar{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-top: 0;
  }
  .sb_headings_block, .contact-block{
    width:300px;
  }
  div#toc_container{
    padding:15px !important;
  }
  .entry-content ul{
    padding-left:10px;
  }
  .typology-section{
    padding-left:15px;
    padding-right:15px;
  }
  .typology-footer{
    padding:15px 0!important;
  }
  .typology-posts .typology-layout-a{
    max-width:100%;
    width:100%;
  }
  .sub_nav_container .menu{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub_nav_container .menu a{
    white-space: nowrap;
  }
  .entry-content > img{
    float: none;
    display: block;
    margin: 0 auto 30px;
    width:100%;
    max-width:100%;
  }
}

body{
  overflow-x: hidden;
}

@media (max-width: 480px){
  .header_title{
    margin-left:0px;
    padding-top:10px;
    text-align: center;
  }
  .sub_nav_container .menu li{
    width:100%;
  }
  .sub_nav_container .menu li a{
    display: block;
    width:100%;
  }
  .header_title p{
    font-size:16px;
  }
  .logo_wrap_h1{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

  }
  .sb_headings_block, .contact-block{
    width:100%;
  }
  .sub_nav_container .typology-search-form input{
    width:170px;
  }

  .typology-footer .foot-logo{
    background-position: 50% 0;
    padding-top:90px;
    padding-left: 0;
    padding-bottom:20px;
    text-align: center;
  }

  .foot-logo h2{
    font-size:16px !important;
  }
  .foot-logo h4{
    font-size:12px !important;
  }
  .foot-logo h3{
    font-size:14px !important;
  }
}