/*STYLE.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: Magzy.*/
/* Version: 1.0 Initial Release*/
/* Build Date: 04-04-2015*/
/* Author: Oleg.*/
/* Website:
/* Copyright: (C) 2015 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LOADER*/
/* 02 - RESET */
/* 03 - SWIPER STYLE */
/* 04 - MAGNIFIC POPUP*/
/* 05 - BASE STYLE */
/* 06 - ELEMENTS */
/* 07 - MODIFIRES */
/* 08 - SPRITE */
/* 09 - HEADE */
/* 10 - NAVIGATION */
/* 11 - CONTENT */
/* 12 - ABOUT PAGE */
/* 13 - GALLERY PAGE */
/* 14 - CONTENT PAGE */
/* 15-  ARTICLE */
/* 16 - BLOG */
/* 17 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999999999999;
  background: #fff;
}

.loader-content {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -50px;
}

.loader-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: rotate 1s linear infinite;
  -ms-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}

.circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: left;
  margin: 5px;
  background: #d92121;
}

.circ-1 {
  -webkit-animation: squeeze1 1s ease-in infinite;
  -ms-animation: squeeze1 1s ease-in infinite;
  animation: squeeze1 1s ease-in infinite;
}

.circ-2 {
  -webkit-animation: squeeze2 1s ease-in infinite;
  -webkit-animation: squeeze2 1s ease-in infinite;
  -ms-animation: squeeze2 1s ease-in infinite;
  animation: squeeze2 1s ease-in infinite;
}

.circ-3 {
  -webkit-animation: squeeze3 1s ease-in infinite;
  -webkit-animation: squeeze3 1s ease-in infinite;
  -ms-animation: squeeze3 1s ease-in infinite;
  animation: squeeze3 1s ease-in infinite;
}

.circ-4 {
  -webkit-animation: squeeze4 1s ease-in infinite;
  -ms-animation: squeeze4 1s ease-in infinite;
  animation: squeeze4 1s ease-in infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    opacity: 1;
  }
  25% {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  50% {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  75% {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  100% {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-webkit-keyframes squeeze1 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(25%, 25%);
  }
}
@keyframes squeeze1 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(25%, 25%);
  }
}
@-ms-keyframes squeeze1 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(25%, 25%);
  }
}
@-webkit-keyframes squeeze2 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-25%, 25%);
  }
}
@-ms-keyframes squeeze2 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-25%, 25%);
  }
}
@keyframes squeeze2 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-25%, 25%);
  }
}
@-webkit-keyframes squeeze3 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(25%, -25%);
  }
}
@-ms-keyframes squeeze3 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(25%, -25%);
  }
}
@keyframes squeeze3 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(25%, -25%);
  }
}
@-webkit-keyframes squeeze4 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-25%, -25%);
  }
}
@-ms-keyframes squeeze4 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-25%, -25%);
  }
}
@keyframes squeeze4 {
  from {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-25%, -25%);
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - LOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - SWIPER STYLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  box-sizing: border-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - MAGNIFIC POPUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - BASE STYLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  color: #222;
}

h1 {
  font-size: 36px;
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 26px;
  line-height: 1.3;
}

h3 {
  font-size: 20px;
  line-height: 1.3;
}

h4 {
  font-size: 18px;
  line-height: 1.3;
}

h5 {
  font-size: 16px;
  line-height: 1.3;
}

h6 {
  font-size: 14px;
  line-height: 1.3;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
  line-height: 1.5;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #222;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #d92121;
}

a {
  color: #222;
}
a:hover {
  text-decoration: underline; /*orig none*/
  color: #d92121;
}

a:focus, button:focus, input:focus {
  outline: none;
  text-decoration: underline;  /*orig none*/
  color: inherit;
}

p {
  margin-bottom: 15px;
  color: #777;
}

/* 06 - ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.widget-block {
  margin-top: 30px;
  background: #fff;
  padding: 45px 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 361px) {
  .widget-block {
    padding-bottom: 15px;
  }
}

.widget-padding {
  padding: 0 30px;
}
@media screen and (max-width: 361px) {
  .widget-padding {
    padding: 0 15px;
  }
}

.title-block {
  position: relative;
  padding-left: 30px;
  margin-bottom: 55px;
}
.title-block:before {
  content: '';
  width: 5px;
  height: 15px;
  background: #d92121;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .title-block {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 360px) {
  .title-block {
    padding-left: 15px;
  }
}

.title-block-right {
  padding-right: 30px;
  text-align: right;
}
.title-block-right:before {
  content: '';
  left: auto;
  right: 0;
}
@media screen and (max-width: 361px) {
  .title-block-right {
    padding-right: 15px;
  }
}

.title-block-center {
  padding: 30px 0 0;
  text-align: center;
  margin-bottom: 35px;
  clear: both;
}
.title-block-center:before {
  content: '';
  left: 50%;
  right: auto;
  width: 15px;
  height: 5px;
  top: 0;
  margin-left: -7.5px;
}
@media screen and (max-width: 768px) {
  .title-block-center {
    margin-bottom: 20px;
  }
}

.close-panel {
  background: #d92121;
  width: 32px;
  height: 27px;
  position: absolute;
  right: 15px;
  top: 41px;
  cursor: pointer;
  text-align: center;
  z-index: 222;
  transition: height 0.3s ease;
}
.close-panel:hover {
  height: 32px;
}
.close-panel i {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  position: relative;
  top: 3px;
}

.close-panel-active i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.title {
  font-size: 20px;
}

.main-banner {
  min-height: 400px;
  position: relative;
  margin-top: 30px;
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 361px) {
  .main-banner {
    padding: 15px;
  }
}

.main-banner-title {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.main-banner-title .banner-title {
  color: #fff;
  font-size: 36px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .main-banner-title .banner-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 481px) {
  .main-banner-title .banner-title {
    font-size: 30px;
  }
}
.main-banner-title .sub-title {
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
@media screen and (max-width: 361px) {
  .main-banner-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.search-container {
  padding: 30px;
}

.search-form {
  background: #f9f9f9;
  position: relative;
}
.search-form input {
  border: none;
  background: none;
}
.search-form .search-input {
  padding: 13px 40px 14px 20px;
  font-size: 12px;
  color: #999;
  width: 100%;
}
.search-form .search-input::-webkit-input-placeholder {
  color: #999;
}
.search-form .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  opacity: 1;
}
.search-form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
.search-form .search-input:-ms-input-placeholder {
  color: #999;
}
.search-form .submit-input {
  position: absolute;
  right: 12px;
  top: 13px;
}

.category-container {
  padding: 45px 0 8px;
}
.category-container .title-block {
  margin-bottom: 20px;
}

.category-list li {
  border-bottom: 1px solid #f4f4f4;
}
.category-list li a {
  font-size: 13px;
  font-weight: 700;
  color: #777;
  padding: 18px 30px;
  display: block;
  position: relative;
}
.category-list li a:hover {
  color: #d92121;
}
.category-list li a:after {
  content: '';
  width: 5px;
  height: 15px;
  background: #d92121;
  position: absolute;
  top: 16px;
  left: -5px;
  transition: left 0.2s linear;
}
.category-list li a:hover:after {
  left: 0;
}
.category-list li a span {
  text-align: right;
}
@media screen and (max-width: 361px) {
  .category-list li a {
    padding-left: 15px;
  }
}
.category-list li:last-of-type {
  border-bottom: none;
}
.category-list li.active a {
  color: #d92121;
}
.category-list li.active a:after {
  left: 0;
}
.category-list li.active a i:before {
  opacity: 1;
}
.category-list li.active a i:after {
  opacity: 0;
}

.category-list-ico li a {
  padding-left: 60px;
}
.category-list-ico li a i {
  position: absolute;
  left: 30px;
  top: 19px;
}
.category-list-ico li a i:before {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s linear;
}
.category-list-ico li a i:after {
  content: '';
  display: block;
  opacity: 1;
  position: absolute;
  transition: opacity 0.3s linear;
}
.category-list-ico li a:hover i:before {
  opacity: 1;
}
.category-list-ico li a:hover i:after {
  opacity: 0;
}

/* === 05. - 004. tag-widget === */
.tag-widget-block {
  padding-bottom: 25px;
}
@media screen and (max-width: 361px) {
  .tag-widget-block {
    padding-bottom: 10px;
  }
}

.tag {
  display: inline-block;
  font-size: 10px;
  color: #888;
  padding: 13px 14px;
  background: #f6f6f6;
  margin: 0 5px 5px 0;
  float: left;
  transition: background 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
}

.tag:hover, .tag.act {
  background: #d92121;
  color: #fff;
}

.text-widget {
  padding-bottom: 20px;
}

.text-widget-content img {
  max-width: 100%;
  margin-bottom: 18px;
}

.social-block {
  margin-top: 12px;
}
.social-block a {
  display: inline-block;
  padding: 6px;
  background: #fff;
  margin-right: 4px;
  width: 27px;
  height: 27px;
  position: relative;
  transition: background 0.2s ease;
}
.social-block a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.social-block a i:before {
  content: '';
  opacity: 0;
}
.social-block a:hover {
  background: #d92121;
}
.social-block a:hover i:before {
  opacity: 1;
}

.gallrery-links {
  padding-right: 0;
  max-width: 370px;
}
.gallrery-links a {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  overflow: hidden;
}
.gallrery-links a img {
  height: auto;
  max-width: 77px;
  display: block;
}

.popular-post {
  overflow: hidden;
  padding: 0 30px;
  margin-bottom: 30px;
}
.popular-post a {
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.popular-post:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 361px) {
  .popular-post {
    padding: 0 15px;
  }
}

.popular-title {
  font-size: 11px;
  padding: 8px 0 10px;
  overflow: hidden;
}
.popular-title a {
  text-transform: uppercase;
  color: #333;
  font-size: 11px;
  line-height: 1.3;
  display: inline;
}
.popular-title a:hover {
  color: #d92121;
}

.popular-date {
  display: block;
  color: #999;
  font-size: 10px;
  font-weight: 700;
}

.photo-slider-nav {
  position: relative;
  margin-top: 50px;
}

.photo-slider .swiper-slide img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.photo-slider .nav-slider-min-left {
  left: 0;
}
.photo-slider .nav-slider-min-right {
  right: 0;
}

.drop-down-container {
  padding: 0 30px;
}

.drop-down {
  margin-bottom: 10px;
}
.drop-down:last-of-type {
  margin-bottom: 0;
}

.dropcontainer {
  position: relative;
  font-size: 16px;
  color: #777;
}

.trigger {
  color: #999;
  padding: 18px 15px 16px;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  display: block;
  box-sizing: border-box;
  transition: all 0.5s ease;
  position: relative;
  background: #f9f9f9;
}
.trigger:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 23px;
}
.trigger:hover {
  text-decoration: none;
  color: #999;
}
.trigger:focus {
  color: #999;
}

.activetrigger {
  background: #f9f9f9;
  color: #999;
  padding: 18px 15px 16px;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  display: block;
  position: relative;
}
.activetrigger:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 23px;
}
.activetrigger:hover {
  text-decoration: none;
  color: #999;
}

.dropcontainer ul {
  font-size: 12px;
  border-top: none;
  list-style-type: none;
  padding: 10px 15px 16px;
  margin: 0;
  width: 100%;
  z-index: 100;
  position: relative;
  top: -5px;
  background: #f9f9f9;
  overflow: hidden;
}

.dropcontainer ul li {
  padding: 10px 0;
  transition: all 0.5s ease;
  position: relative;
}
.dropcontainer ul li a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.dropcontainer ul li:after {
  content: '';
  width: 5px;
  height: 15px;
  background: #d92121;
  position: absolute;
  top: 9px;
  left: -25px;
  transition: left 0.2s linear;
}
.dropcontainer ul li:hover:after {
  left: -15px;
}

.dropcontainer ul li:hover {
  outline: none;
}

.dropcontainer ul li:first-child {
  display: none;
}

.dropcontainer ul li:last-child {
  border-bottom: none;
}

.dropdownhidden {
  display: none;
}

.dropdownvisible {
  height: auto;
}

.twitter-container {
  padding-bottom: 0;
}
.twitter-container h3 {
  margin-bottom: 12px;
}

.twitter-box {
  border-bottom: 1px solid #f4f4f4;
  padding: 30px 50px 30px 70px;
  position: relative;
}
.twitter-box:last-of-type {
  border-bottom: none;
}
.twitter-box:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 27px;
}

.tw-time {
  font-size: 12px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.tw-text {
  font-size: 12px;
  color: #777;
  font-weight: 500;
  line-height: 1.5;
}

.tw-name {
  color: #d92121;
  font-weight: 700;
}

.comments-widget {
  padding-bottom: 0;
}
.comments-widget .title-block {
  margin-bottom: 10px;
}

.comments-box {
  overflow: hidden;
  padding: 30px 30px 23px;
  border-bottom: 1px solid #f4f4f4;
}
.comments-box:last-of-type {
  border-bottom: none;
}
.comments-box .main-text, .comments-box .article p, .article .comments-box p, .comments-box .comments-block p, .comments-block .comments-box p {
  padding-top: 10px;
  margin-bottom: 0;
}

.comments-info {
  overflow: hidden;
}

.avatar {
  float: left;
  margin-right: 15px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.cm-data-time {
  display: block;
  color: #999;
  margin: 10px 0;
  font-weight: 700;
  font-size: 10px;
}
.cm-data-time span {
  display: inline-block;
  margin-right: 5px;
}

.by-on {
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
  color: #999;
}

.by {
  color: #222;
}

.on {
  color: #d92121;
}

.soc-media a {
  display: block;
  color: #fff;
  margin-top: 10px;
  opacity: 0.95;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 12px 12px 44px;
  position: relative;
}
.soc-media a.soc-facebook {
  background: #3b5998;
}
.soc-media a.soc-twit {
  background: #55acee;
}
.soc-media a.soc-pins {
  background: #c82028;
}
.soc-media a.soc-google {
  background: #e1584b;
}
.soc-media a.soc-rs {
  background: #e17842;
}
.soc-media a:hover {
  opacity: 1;
}
.soc-media a:first-of-type {
  margin-top: 0;
}
.soc-media a i {
  position: absolute;
  top: 10px;
  left: 15px;
}

.widget-tab-min .popular-container {
  margin-top: 30px;
}

.nav-tabs-container {
  border-bottom: 1px solid #f4f4f4;
}

.nav-tabs {
  border-bottom: none;
}

.main-tab-nav li {
  background: #f9f9f9;
}
.main-tab-nav li a {
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 900;
  color: #222;
}
.main-tab-nav li a:hover {
  border-color: #f4f4f4;
}
.main-tab-nav li:first-of-type a {
  border-right: none !important;
}

.main-tab-content {
  padding: 26px 0 0;
}

.content-tab {
  overflow: hidden;
}
.content-tab h5 {
  margin-bottom: 30px;
}
.content-tab img {
  margin-right: 15px;
  float: left;
}
@media screen and (max-width: 400px) {
  .content-tab img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-radius: 0;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .nav-tabs {
    display: table !important;
    margin: 0 auto !important;
  }
}

/* === 05. - 013. Accordion widget === */
.ac-container {
  width: 100%;
  margin: 0 auto 0;
  text-align: left;
}
.ac-container .aco {
  margin-bottom: 10px;
  font-weight: 700;
  color: #555;
  padding: 5px 0;
  background: #f9f9f9;
}
.ac-container .aco:last-of-type {
  margin-bottom: 0;
}

.ac-container label {
  padding: 13px 15px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #000022;
  transition: color 0.4s ease;
  font-size: 12px;
}
.ac-container label:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 15px;
}

.ac-container label:hover {
  color: #d92121;
}

.ac-container input:checked + label {
  color: #d92121;
}
.ac-container input:checked + label:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 15px;
}

.ac-container input {
  display: none;
}

.ac-container .acord {
  margin-top: -1px;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
  transition: height 0.3s ease-in-out;
}

.ac-container .acord p {
  padding: 20px 15px 25px;
}

.ac-container input:checked ~ .acord {
  transition: height 0.5s ease-in-out;
}

.ac-container input:checked ~ .acord.ac-small {
  height: 200px;
}

.widget-list {
  padding-bottom: 5px;
}

.list-style {
  margin-left: 15px;
}
.list-style li {
  padding-left: 21px;
  color: #777;
  margin-bottom: 24px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .list-style {
    margin-bottom: 30px;
  }
}

.circle-style li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 5px;
  background: #d92121;
  border-radius: 50%;
}

.line-style li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
}

.number-style {
  counter-reset: num;
}
.number-style li {
  padding-left: 33px;
}
.number-style li:before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 0;
  top: -4px;
  width: 20px;
  height: 20px;
  background: #d92121;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.icon-style li {
  padding-left: 27px;
}
.icon-style li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 560px) {
  .col-list {
    width: 100%;
  }
}

.nav-widget-block {
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .nav-widget-block {
    padding-bottom: 0;
  }
}

.nav-slider-v1, .nav-slider-v2 {
  display: inline-block;
}

.nav-slider-element {
  width: 110px;
  position: relative;
  height: 50px;
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 530px) {
  .nav-slider-element {
    margin-bottom: 30px;
  }
}

.nav-slider {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #d92121;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  opacity: .8;
  transition: opacity 0.3s ease;
}
.nav-slider:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.nav-slider:hover {
  opacity: 1;
}

.nav-slider_black {
  background: #222;
}

.nav-slider_grey {
  background: #f9f9f9;
}

.nav-slider-left {
  left: 0;
}

.nav-slider-right {
  right: 0;
}

.nav-slider-lf_grey {
  left: 0;
}

.nav-slider-rg_grey {
  right: 0;
}

.nav-slider-element-v2 {
  width: 38px;
  position: relative;
  float: left;
  height: 50px;
  margin-right: 30px;
}
@media screen and (max-width: 530px) {
  .nav-slider-element-v2 {
    height: 20px;
  }
}

.nav-slider-min {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

.nav-slider-min-left {
  left: 30px;
}
@media screen and (max-width: 361px) {
  .nav-slider-min-left {
    left: 15px;
  }
}

.nav-slider-min-right {
  right: 30px;
}
@media screen and (max-width: 361px) {
  .nav-slider-min-right {
    right: 15px;
  }
}

.nav-slider-min-left-b {
  left: 0;
}

.nav-slider-min-right-b {
  right: 0;
}

.slider-points {
  margin-right: 30px;
}

.pagination .swiper-pagination-switch {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px 0;
  background: #e0e0e0;
  display: inline-block;
  cursor: pointer;
}
.pagination .swiper-visible-switch {
  background: #e0e0e0;
}
.pagination .swiper-active-switch {
  background: #d92121;
}

.more-link-container {
  display: inline-block;
}
.more-link-container a {
  margin-right: 30px;
  float: left;
}
@media screen and (max-width: 665px) {
  .more-link-container .more-link, .more-link-container .posts-type3-link:before {
    margin-bottom: 20px;
  }
}

.more-link, .posts-type3-link:before {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  color: #d92121;
  border-bottom: 2px solid #d92121;
  padding-bottom: 8px;
  padding-right: 20px;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.more-link:hover, .posts-type3-link:hover:before {
  color: #222;
  border-color: #222;
}
.more-link:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
}

.more-link-left {
  padding-right: 0;
  padding-left: 20px;
}
.more-link-left:after {
  content: none;
}
.more-link-left:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
}

.more-link-b-r {
  color: #222;
}
.more-link-b-r:hover {
  color: #d92121;
  border-color: #222;
}

.more-link-black {
  color: #222;
  border-color: #222;
}
.more-link-black:hover {
  color: #d92121;
  border-color: #d92121;
}

.big-btn-row {
  margin-top: 27px;
}
@media screen and (max-width: 992px) {
  .big-btn-row {
    margin-top: 6px;
  }
}

.btn-row .main-btn {
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
@media screen and (max-width: 1200px) {
  .btn-row:first-of-type {
    margin-top: 30px;
  }
}

.main-btn {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #d92121;
  display: inline-block;
  padding: 25px 20px;
  transition: background 0.3s ease,  0.3s ease;
}
.main-btn:hover {
  background: #222;
  color: #fff;
}

.main-btn-min {
  padding: 15px;
}

.main-btn_black {
  background: #222;
}
.main-btn_black:hover {
  background: #d92121;
}

.main-btn_grey {
  color: #999;
  background: #f9f9f9;
}

.main-btn_bord {
  background: #fff;
  color: #d92121;
  border: 2px solid #d92121;
  box-sizing: border-box;
  padding: 23px 18px;
}

.main-btn-min-bord {
  padding: 13px;
}

.btn-ico {
  position: relative;
  margin-right: 25px;
}
.btn-ico:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
}

.message-block {
  padding-bottom: 0;
}

.mesage-box {
  padding: 20px 100px 1px 30px;
  border-left: 5px solid #d92121;
  background: #f9f9f9;
  margin-bottom: 10px;
  position: relative;
}
.mesage-box .main-text, .mesage-box .article p, .article .mesage-box p, .mesage-box .comments-block p, .comments-block .mesage-box p {
  color: #999;
  line-height: 2.5;
}
@media screen and (max-width: 361px) {
  .mesage-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mesage-box_black {
  background: #222;
}

.mesage-box_red {
  background: #d92121;
  border-color: #222;
  margin-bottom: 0;
}
.mesage-box_red .main-text, .mesage-box_red .article p, .article .mesage-box_red p, .mesage-box_red .comments-block p, .comments-block .mesage-box_red p {
  color: #fff;
}

.close-m {
  position: absolute;
  right: 9px;
  top: 7px;
}

.typography-style h1, .typography-style h2, .typography-style h3, .typography-style h4, .typography-style h5 {
  margin-bottom: 18px;
}

.typography-container .title-block {
  margin-bottom: 35px;
}

.typography-text-block {
  padding-top: 5px;
}
.typography-text-block:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .typography-text-block:first-of-type {
    margin-top: 30px;
  }
}

h4.text-title {
  color: #777;
  margin-bottom: 14px;
}

.main-text, .article p, .comments-block p {
  color: #777;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}

.info-text {
  color: #777;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0;
}

.text {
  font-size: 16px;
  color: #777;
  line-height: 1.5;
}

.radio-check-container {
  float: left;
  padding-top: 10px;
}
@media screen and (max-width: 361px) {
  .radio-check-container {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.check-container, .radio-container {
  float: left;
}

.radio-container {
  margin-left: 30px;
}

.label-radio, .label-check {
  width: 18px;
  height: 18px;
  background: #e0e0e0;
  cursor: pointer;
}
.label-radio:before, .label-check:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #e0e0e0;
  display: block;
}

.label-radio {
  border-radius: 50%;
}
.label-radio:before {
  border-radius: 50%;
}

.input-radio, .input-check {
  display: none;
}
.input-radio:checked + label:before, .input-check:checked + label:before {
  border: 6px solid #d92121;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - MODIFIERS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.transition-color, a, .sub-nav li a, .nav ul li a, .filter-nav li {
  transition: color 0.4s linear;
}

.container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}

.clip {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.bg img {
  position: absolute;
}

.bg {
  background-repeat: no-repeat;
  background-position: 50% 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.layer, .main-banner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.box-shadow, .widget-block, .home-carousel-container:after, .home-carousel-container:before, .news-content, .info-box-mini, .about-container, .member-container, .tm-content, .brands-container, .gallery-container, .gallery-box, .filter-block, .fashion-box, .container-content, .article-post, .related-post, .comments-block, .news-list-block, .post-list-block, .news-for-all, .posts-type3-block, .random-photo-block, .news-info-container, .col-info {
  box-shadow: 0.5px 0.9px 5px rgba(0, 0, 0, 0.05);
}

.img-animation, .gallrery-links a img, .popular-post img, .gallery-link img, .fashion-link img, .img-item img, .related-post-link img, .news-link img, .random-photo-container a img {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  transition-timing-function: ease-out;
  transition-duration: 2000ms;
}

.img-animation-act, .gallrery-links a:hover img, .popular-post a:hover img, .gallery-link:hover img, .fashion-link:hover img, .img-item:hover img, .related-post-link:hover img, .news-link:hover img, .random-photo-container a:hover img {
  -webkit-transform: scale(1.15, 1.15);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 1500ms;
  -moz-transform: scale(1.15, 1.15);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 1500ms;
  -webkit-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  transition-timing-function: ease-out;
  transition-duration: 1500ms;
  position: relative;
  z-index: 3;
}

.padding-slider {
  padding-bottom: 45px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - SPRITE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.email-ico, .submit-subscribe, .tw, .twitter-box:before, .icon-12, .icon-10, .icon-13,
.icon-9, .icon-1, .icon-2, .icon-4, .icon-5,
.icon-7, .icon-8, .search-ico, .search-form .submit-input, .eye-ico, .icon-14,
.icon-3, .soc-g, .soc-p, .soc-tw, .h-photo, .following-header a i.photo:after,
.photo,
.social-block a i.h-photo:before, .stars-grey, .stars, .call-ico, .btn-ico:before, .com-ico,
.google,
.social-block a i.h-google:before, .h-google, .following-header a i.google:after, .h-twitter, .following-header a i.twitter:after, .icon-11, .icon-6,
.line-arow-left,
.more-link-left:before, .line-arow, .more-link:after, .nav-ico-left-b, .nav-slider-min-left-b, .nav-ico-left, .nav-slider-min-left, .nav-ico-right-b, .nav-slider-min-right-b,
.nav-ico-right,
.nav-slider-min-right, .slider-arrow-left, .slider-arrow-right, .twitter, .social-block a i.h-twitter:before, .cat-ico3-r, .category-list-ico li a i.cat-icon3:before,
.cat-ico3,
.category-list-ico li a i.cat-icon3:after, .close-ico-w, .mesage-box_red .close-m, .close-ico, .close-m, .delete-foto, .fav-ico, .h-in,
.heart-ico, .in, .social-block a i.h-in:before, .soc-rss, .cat-ico1-r, .category-list-ico li a i.cat-icon1:before, .cat-ico1, .category-list-ico li a i.cat-icon1:after,
.cat-ico2-r,
.category-list-ico li a i.cat-icon2:before, .cat-ico2, .category-list-ico li a i.cat-icon2:after, .cat-ico4-r, .category-list-ico li a i.cat-icon4:before, .cat-ico4, .category-list-ico li a i.cat-icon4:after, .cat-ico6-r, .category-list-ico li a i.cat-icon6:before, .icon-style li:nth-of-type(2):before,
.cat-ico6,
.category-list-ico li a i.cat-icon6:after, .cat-ico7-r, .category-list-ico li a i.cat-icon7:before, .icon-style li:nth-of-type(3):before, .cat-ico7, .category-list-ico li a i.cat-icon7:after, .h-p, .following-header a i.p:after, .p, .social-block a i.h-p:before,
.reply-ico,
.reply:after, .ar-b, .ar-t, .ac-container input:checked + label:after, .arrow-bottom, .trigger:after, .ac-container label:after, .arrow-top, .activetrigger:after,
.cat-ico8-r,
.category-list-ico li a i.cat-icon8:before,
.icon-style li:nth-of-type(4):before, .cat-ico8, .category-list-ico li a i.cat-icon8:after, .cat-ico5-r, .category-list-ico li a i.cat-icon5:before, .icon-style li:nth-of-type(1):before, .cat-ico5, .category-list-ico li a i.cat-icon5:after, .m-fb,
.soc-fb, .ar-w, .arro-top-white, .arrow-left-b, .nav-slider-lf_grey:after, .arrow-left, .nav-slider-left:after,
.arrow-right-b,
.nav-slider-rg_grey:after, .arrow-right-red, .nav ul li .sub-menu li a i:after, .arrow-right, .nav-slider-right:after, .arrow-top-white, .ok-ico, .line-style li:before,
.facebook,
.social-block a i.h-facebook:before, .h-facebook, .following-header a i.facebook:after {
  display: inline-block;
  background: url("../img/sprite.png") no-repeat;
  text-align: left;
}

.email-ico, .submit-subscribe {
  background-position: -0px -0px;
  width: 28px;
  height: 22px;
}

.tw, .twitter-box:before {
  background-position: -0px -22px;
  width: 21px;
  height: 18px;
}

.icon-12 {
  background-position: -0px -40px;
  width: 20px;
  height: 20px;
}

.icon-10 {
  background-position: -0px -60px;
  width: 19px;
  height: 19px;
}

.icon-13 {
  background-position: -0px -79px;
  width: 19px;
  height: 19px;
}

.icon-9 {
  background-position: -0px -98px;
  width: 19px;
  height: 19px;
}

.icon-1 {
  background-position: -0px -117px;
  width: 18px;
  height: 18px;
}

.icon-2 {
  background-position: -0px -135px;
  width: 18px;
  height: 16px;
}

.icon-4 {
  background-position: -0px -151px;
  width: 18px;
  height: 16px;
}

.icon-5 {
  background-position: -0px -167px;
  width: 18px;
  height: 18px;
}

.icon-7 {
  background-position: -0px -185px;
  width: 18px;
  height: 17px;
}

.icon-8 {
  background-position: -0px -202px;
  width: 18px;
  height: 18px;
}

.search-ico, .search-form .submit-input {
  background-position: -0px -220px;
  width: 18px;
  height: 18px;
}

.eye-ico {
  background-position: -0px -238px;
  width: 16px;
  height: 10px;
}

.icon-14 {
  background-position: -0px -248px;
  width: 16px;
  height: 20px;
}

.icon-3 {
  background-position: -0px -268px;
  width: 16px;
  height: 16px;
}

.soc-g {
  background-position: -0px -284px;
  width: 16px;
  height: 16px;
}

.soc-p {
  background-position: -0px -300px;
  width: 16px;
  height: 16px;
}

.soc-tw {
  background-position: -0px -316px;
  width: 16px;
  height: 14px;
}

.h-photo, .following-header a i.photo:after {
  background-position: -0px -330px;
  width: 15px;
  height: 15px;
}

.photo, .social-block a i.h-photo:before {
  background-position: -0px -345px;
  width: 15px;
  height: 15px;
}

.stars-grey {
  background-position: -0px -360px;
  width: 15px;
  height: 15px;
}

.stars {
  background-position: -0px -375px;
  width: 15px;
  height: 15px;
}

.call-ico, .btn-ico:before {
  background-position: -0px -390px;
  width: 14px;
  height: 14px;
}

.com-ico {
  background-position: -14px -390px;
  width: 14px;
  height: 14px;
}

.google, .social-block a i.h-google:before {
  background-position: -0px -404px;
  width: 14px;
  height: 13px;
}

.h-google, .following-header a i.google:after {
  background-position: -14px -404px;
  width: 14px;
  height: 13px;
}

.h-twitter, .following-header a i.twitter:after {
  background-position: -0px -417px;
  width: 14px;
  height: 13px;
}

.icon-11 {
  background-position: -14px -417px;
  width: 14px;
  height: 20px;
}

.icon-6 {
  background-position: -0px -430px;
  width: 14px;
  height: 18px;
}

.line-arow-left, .more-link-left:before {
  background-position: -14px -437px;
  width: 14px;
  height: 5px;
}

.line-arow, .more-link:after {
  background-position: -14px -442px;
  width: 14px;
  height: 5px;
}

.nav-ico-left-b, .nav-slider-min-left-b {
  background-position: -14px -447px;
  width: 14px;
  height: 19px;
}

.nav-ico-left, .nav-slider-min-left {
  background-position: -0px -448px;
  width: 14px;
  height: 19px;
}

.nav-ico-right-b, .nav-slider-min-right-b {
  background-position: -14px -466px;
  width: 14px;
  height: 19px;
}

.nav-ico-right, .nav-slider-min-right {
  background-position: -0px -467px;
  width: 14px;
  height: 19px;
}

.slider-arrow-left {
  background-position: -14px -485px;
  width: 14px;
  height: 5px;
}

.slider-arrow-right {
  background-position: -0px -486px;
  width: 14px;
  height: 5px;
}

.twitter, .social-block a i.h-twitter:before {
  background-position: -14px -490px;
  width: 14px;
  height: 13px;
}

.cat-ico3-r, .category-list-ico li a i.cat-icon3:before {
  background-position: -15px -330px;
  width: 13px;
  height: 12px;
}

.cat-ico3, .category-list-ico li a i.cat-icon3:after {
  background-position: -15px -342px;
  width: 13px;
  height: 12px;
}

.close-ico-w, .mesage-box_red .close-m {
  background-position: -15px -354px;
  width: 13px;
  height: 13px;
}

.close-ico, .close-m, .delete-foto {
  background-position: -15px -367px;
  width: 13px;
  height: 13px;
}

.fav-ico {
  background-position: -0px -491px;
  width: 13px;
  height: 13px;
}

.h-in {
  background-position: -13px -503px;
  width: 13px;
  height: 13px;
}

.heart-ico {
  background-position: -0px -504px;
  width: 13px;
  height: 13px;
}

.in, .social-block a i.h-in:before {
  background-position: -13px -516px;
  width: 13px;
  height: 13px;
}

.soc-rss {
  background-position: -0px -517px;
  width: 13px;
  height: 13px;
}

.cat-ico1-r, .category-list-ico li a i.cat-icon1:before {
  background-position: -16px -238px;
  width: 12px;
  height: 12px;
}

.cat-ico1, .category-list-ico li a i.cat-icon1:after {
  background-position: -16px -250px;
  width: 12px;
  height: 12px;
}

.cat-ico2-r, .category-list-ico li a i.cat-icon2:before {
  background-position: -16px -262px;
  width: 12px;
  height: 13px;
}

.cat-ico2, .category-list-ico li a i.cat-icon2:after {
  background-position: -16px -275px;
  width: 12px;
  height: 13px;
}

.cat-ico4-r, .category-list-ico li a i.cat-icon4:before {
  background-position: -16px -288px;
  width: 12px;
  height: 10px;
}

.cat-ico4, .category-list-ico li a i.cat-icon4:after {
  background-position: -16px -298px;
  width: 12px;
  height: 10px;
}

.cat-ico6-r, .category-list-ico li a i.cat-icon6:before, .icon-style li:nth-of-type(2):before {
  background-position: -16px -308px;
  width: 12px;
  height: 12px;
}

.cat-ico6, .category-list-ico li a i.cat-icon6:after {
  background-position: -13px -529px;
  width: 12px;
  height: 12px;
}

.cat-ico7-r, .category-list-ico li a i.cat-icon7:before, .icon-style li:nth-of-type(3):before {
  background-position: -0px -530px;
  width: 12px;
  height: 13px;
}

.cat-ico7, .category-list-ico li a i.cat-icon7:after {
  background-position: -12px -541px;
  width: 12px;
  height: 13px;
}

.h-p, .following-header a i.p:after {
  background-position: -0px -543px;
  width: 12px;
  height: 15px;
}

.p, .social-block a i.h-p:before {
  background-position: -12px -554px;
  width: 12px;
  height: 15px;
}

.reply-ico, .reply:after {
  background-position: -0px -558px;
  width: 12px;
  height: 10px;
}

.ar-b {
  background-position: -16px -320px;
  width: 11px;
  height: 7px;
}

.ar-t, .ac-container input:checked + label:after {
  background-position: -15px -380px;
  width: 11px;
  height: 7px;
}

.arrow-bottom, .trigger:after, .ac-container label:after {
  background-position: -0px -568px;
  width: 11px;
  height: 7px;
}

.arrow-top, .activetrigger:after {
  background-position: -11px -569px;
  width: 11px;
  height: 7px;
}

.cat-ico8-r, .category-list-ico li a i.cat-icon8:before, .icon-style li:nth-of-type(4):before {
  background-position: -0px -575px;
  width: 11px;
  height: 14px;
}

.cat-ico8, .category-list-ico li a i.cat-icon8:after {
  background-position: -11px -576px;
  width: 11px;
  height: 14px;
}

.cat-ico5-r, .category-list-ico li a i.cat-icon5:before, .icon-style li:nth-of-type(1):before {
  background-position: -18px -117px;
  width: 10px;
  height: 13px;
}

.cat-ico5, .category-list-ico li a i.cat-icon5:after {
  background-position: -18px -130px;
  width: 10px;
  height: 13px;
}

.m-fb {
  background-position: -18px -143px;
  width: 10px;
  height: 16px;
}

.soc-fb {
  background-position: -18px -159px;
  width: 10px;
  height: 16px;
}

.ar-w {
  background-position: -20px -40px;
  width: 8px;
  height: 6px;
}

.arro-top-white {
  background-position: -20px -46px;
  width: 8px;
  height: 6px;
}

.arrow-left-b, .nav-slider-lf_grey:after {
  background-position: -20px -52px;
  width: 8px;
  height: 11px;
}

.arrow-left, .nav-slider-left:after {
  background-position: -19px -63px;
  width: 8px;
  height: 11px;
}

.arrow-right-b, .nav-slider-rg_grey:after {
  background-position: -19px -74px;
  width: 8px;
  height: 11px;
}

.arrow-right-red, .nav ul li .sub-menu li a i:after {
  background-position: -19px -85px;
  width: 8px;
  height: 11px;
}

.arrow-right, .nav-slider-right:after {
  background-position: -19px -96px;
  width: 8px;
  height: 11px;
}

.arrow-top-white {
  background-position: -19px -107px;
  width: 8px;
  height: 6px;
}

.ok-ico, .line-style li:before {
  background-position: -18px -175px;
  width: 8px;
  height: 6px;
}

.facebook, .social-block a i.h-facebook:before {
  background-position: -21px -22px;
  width: 7px;
  height: 15px;
}

.h-facebook, .following-header a i.facebook:after {
  background-position: -18px -181px;
  width: 7px;
  height: 15px;
}

/* 09 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header {
  transition: margin 0.5s ease;
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 992px) {
  .header {
    border-bottom: 1px solid #f4f4f4;
  }
}

.header-panel {
  background: #222;
  padding: 26px 0 28px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .header-panel {
    display: none;
  }
}

.panel-hide {
  margin-top: -67px;
}

.sub-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 15px;
  top: -2px;
}
.sub-nav li {
  float: left;
  margin-right: 13px;
}
.sub-nav li.active a {
  color: #d92121;
}
.sub-nav li a {
  color: #fff;
  font-size: 13px;
}
.sub-nav li a:hover {
  text-decoration: none;
  color: #d92121;
}

.date {
  color: #fff;
  font-size: 13px;
  clear: both;
  display: table;
  margin: 0 auto;
}

.following-header {
  position: absolute;
  right: 15px;
  top: -2px;
}
.following-header span {
  color: #fff;
  font-size: 13px;
}
.following-header a {
  display: inline-block;
  margin-left: 10px;
  padding: 0 5px;
}
.following-header a i {
  position: relative;
  top: 1px;
}
.following-header a i:after {
  content: '';
  display: inline-block;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.following-header a:hover i:after {
  opacity: 1;
}
.following-header a:last-of-type {
  padding-right: 0;
}

.container-title {
  text-align: center;
  padding: 50px 0 55px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .container-title {
    z-index: -1;
    padding: 30px 0;
  }
}

.logo {
  color: #222;
  margin-bottom: 5px;
  display: inline-block;
}
.logo:hover {
  text-decoration: none;
  color: inherit;
}

.sub-title {
  color: #999;
  font-size: 14px;
  margin-top: 17px;
  font-weight: 400;
  padding: 0 15px;
  line-height: 1.5;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - NAVIGATION */
/*
/*
/*  border-top: 1px solid #f4f4f4;
/*  border-bottom: 1px solid #f4f4f4;
/*-------------------------------------------------------------------------------------------------------------------------------*/
.nav-container {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #eef2f4;
}
@media screen and (max-width: 992px) {
  .nav-container {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    display: none;
  }
  .nav-container .container {
    width: 100%;
    max-width: 100%;
  }
}

.nav-container-responsive {
  position: fixed;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  border: none;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.98);
  left: 0;
  top: 0;
  z-index: 999;
  overflow-x: auto;
  overflow-y: auto;
  display: block;
}
.nav-container-responsive .nav {
  margin-top: 30px;
}

.nav {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .nav {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.nav ul {
  margin: 0;
  padding: 0;
}
.nav ul li {
  float: left;
  margin: 0 34px;
}
@media screen and (max-width: 1200px) {
  .nav ul li {
    margin: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .nav ul li {
    float: none !important;
    text-align: center !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .nav ul li a {
    text-transform: uppercase;
    font-size: 11px;
    color: #d4d4d4 !important;
    display: block !important;
    padding: 20px 25px;
  }
  .nav ul li a:hover {
    color: #d92121 !important;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .nav ul li a:hover i {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .nav ul li > a {
    border-bottom: 1px solid #2c2c2c;
  }
  .nav ul li > a:hover {
    background: #d92121;
    color: #d4d4d4 !important;
  }
}
.nav ul li a {
  font-size: 16px;
  color: #222;
  position: relative;
  font-weight: 500;
  display: inline-block;
  padding: 33px 0;
}
.nav ul li a:after {
  content: '';
  position: absolute;
  top: 43px;
  left: -4px;
  background: #d92121;
  font-size: 30px;
  width: 3px;
  height: 3px;
}
.nav ul li a:hover {
  text-decoration: none;
}
.nav ul li a:hover .plus:after {
  background: #d4d4d4;
}
.nav ul li a:hover .plus:before {
  background: #d4d4d4;
}
.nav ul li.active a, .nav ul li:hover a {
  color: #d92121;
}
.nav ul li .sub-menu {
  z-index: 99999;
  position: absolute;
  left: 0;
  background: rgba(34, 34, 34, 0.98);
  min-width: 276px;
}
@media screen and (max-width: 1200px) {
  .nav ul li .sub-menu {
    min-width: 220px;
  }
}
@media screen and (max-width: 992px) {
  .nav ul li .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin: 0;
    width: 100% !important;
    top: 0;
    min-width: 100%;
  }
}
.nav ul li .sub-menu li {
  float: none;
  margin: 0;
  position: relative;
}
.nav ul li .sub-menu li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #d4d4d4;
  display: block;
  padding: 20px 25px;
  border-bottom: 1px solid #2c2c2c;
  position: relative;
}
.nav ul li .sub-menu li a:after {
  content: none !important;
}
.nav ul li .sub-menu li a:hover:before {
  opacity: 1;
}
.nav ul li .sub-menu li a i {
  position: absolute;
  right: 25px;
  top: 19px;
}
.nav ul li .sub-menu li a i:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s linear;
}
.nav ul li .sub-menu li.active:before, .nav ul li .sub-menu li:hover:before {
  content: '';
  width: 5px;
  height: 15px;
  background: #d92121;
  position: absolute;
  top: 18px;
  left: 0;
}
.nav ul li .sub-menu li.active a i:after, .nav ul li .sub-menu li:hover a i:after {
  opacity: 1;
}
.nav ul li .sub-menu li .sub-sub-menu {
  position: absolute;
  left: 277px;
  visibility: visible;
  opacity: 0;
  top: 0;
  margin-top: 50px;
  margin-left: 0;
  transition: all .3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .nav ul li .sub-menu li .sub-sub-menu {
    left: 221px;
  }
}
@media screen and (max-width: 992px) {
  .nav ul li .sub-menu li .sub-sub-menu {
    display: none;
    transition: none;
  }
}
.nav ul li .sub-menu li .sub-sub-menu li a {
  font-size: 10px;
  padding: 21px 25px 20px;
}
@media screen and (max-width: 992px) {
  .nav ul li .sub-menu li .sub-sub-menu {
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    margin: 0;
  }
}
.nav ul li .sub-menu li .sub-sub-menu-right {
  left: auto;
  right: 277px;
}
@media screen and (max-width: 1200px) {
  .nav ul li .sub-menu li .sub-sub-menu-right {
    right: 221px;
  }
}
.nav ul li .sub-menu li:hover .sub-sub-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
  z-index: 999999999;
}
.nav ul li .sub-menu-type2 {
  transition: none;
  visibility: visible;
  opacity: 1;
  margin-top: 22px;
}
@media screen and (max-width: 992px) {
  .nav ul li .sub-menu-type2 {
    margin-top: 0 !important;
  }
}
.nav ul li .sub-menu-type2 li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 992px) {
  .nav ul li .sub-menu-type2 li {
    width: 100% !important;
    margin-top: 0;
  }
  .nav ul li .sub-menu-type2 li .news-wrap {
    display: none !important;
  }
  .nav ul li .sub-menu-type2 li .menu-title {
    padding-top: 22px;
  }
  .nav ul li .sub-menu-type2 li .news-info {
    padding-bottom: 22px !important;
    margin-bottom: 0;
    border-bottom: 1px solid #2c2c2c !important;
  }
}
.nav ul li .sub-menu-type2 li:hover:before {
  content: none;
}
.nav ul li .sub-menu-type2 li a {
  border-bottom: none;
}
@media screen and (max-width: 992px) {
  .nav ul li .sub-menu-type2 li a i {
    display: none !important;
  }
}
.nav ul li .sub-menu-type2 li .news-info {
  padding: 0 25px;
}
.nav ul li .sub-menu-type2 li .menu-title a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 10px;
}
.nav ul li .sub-menu-type2 li .menu-title a:hover {
  color: #d92121 !important;
}
@media screen and (max-width: 992px) {
  .nav ul li .sub-menu-type2 li {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .nav ul .search-ico, .nav ul .search-form .submit-input, .search-form .nav ul .submit-input {
    display: none;
  }
}

.submenu-parent {
  position: relative;
}
@media screen and (max-width: 992px) {
  .submenu-parent:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}

.drop-menu-container {
  display: none;
  margin-left: -25px;
  z-index: 99999;
  position: absolute;
  left: 0;
  top: 40px;
  background: rgba(34, 34, 34, 0.98);
  min-width: 276px;
}
@media screen and (max-width: 1200px) {
  .drop-menu-container {
    min-width: 220px;
  }
}
@media screen and (max-width: 992px) {
  .drop-menu-container {
    margin-left: 0;
    position: relative;
    top: 0;
  }
  .drop-menu-container a i {
    display: block !important;
  }
}

.drop-menu-container-right {
  margin-left: 0;
  margin-right: -25px;
  right: 0;
  left: auto;
  text-align: right;
}
.drop-menu-container-right .sub-menu li:hover:before {
  left: auto  !important;
  right: 0 !important;
}
.drop-menu-container-right .sub-menu li a i {
  left: 25px  !important;
  right: auto !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.images-menu-container {
  position: absolute;
  left: 15px;
  top: 0;
  display: none;
}
.images-menu-container img {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .images-menu-container {
    margin-top: 0;
    position: relative;
    left: 0;
  }
  .images-menu-container img {
    display: none;
  }
}

.images-menu:hover .images-menu-container {
  z-index: 999999999;
  margin: 20px 0 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .images-menu:hover .images-menu-container {
    margin-top: 0;
    transition: none;
  }
}

.sub-menu-type3 {
  visibility: visible;
  opacity: 1;
}
.sub-menu-type3 li:hover:before {
  content: none !important;
}
.sub-menu-type3 li:hover a i:after {
  opacity: 0 !important;
}
.sub-menu-type3 li:hover a:hover i:after {
  opacity: 1 !important;
}
.sub-menu-type3 ul.ul-config li:hover:before {
  content: none !important;
}
.sub-menu-type3 ul.ul-config li:hover a i:after {
  opacity: 0 !important;
}
.sub-menu-type3 ul.ul-config li:hover a:hover i:after {
  opacity: 0 !important;
}

@media screen and (max-width: 992px) {
  .nav ul li.submenu-parent .sub-menu li a i {
    background: none;
    right: 33px;
    height: 30px;
    width: 30px;
    top: 10px !important;
  }
  .nav ul li.submenu-parent .sub-menu li a i:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 9px;
    width: 2px !important;
    height: 10px !important;
    background-image: none !important;
    background-color: #d92121;
    opacity: 1 !important;
    transition: opacity 0.3s ease;
  }
  .nav ul li.submenu-parent .sub-menu li a i:before {
    content: '';
    position: absolute;
    cursor: pointer;
    left: 11px;
    top: 13px;
    width: 10px;
    height: 2px;
    background: #d92121;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .nav ul li.submenu-parent .sub-menu li a i.i-active:after {
    opacity: 0 !important;
  }

  .nav ul li.submenu-parent a:hover i {
    display: block !important;
  }
  .nav ul li.submenu-parent a:hover i:after {
    background-color: #d4d4d4 !important;
  }
  .nav ul li.submenu-parent a:hover i:before {
    background: #d4d4d4 !important;
  }
}
.sub-ul {
  margin-right: 30px !important;
}
.sub-ul li a {
  border-bottom: 1px solid #2c2c2c !important;
  margin-right: 30px !important;
}
@media screen and (max-width: 992px) {
  .sub-ul li a {
    margin-right: 0 !important;
  }
}
.sub-ul li a:hover {
  color: #d92121 !important;
}
@media screen and (max-width: 992px) {
  .sub-ul {
    margin-right: 0 !important;
  }
}

.ul-config li a {
  padding-left: 45px !important;
}
.ul-config li a i {
  right: auto !important;
  left: 20px !important;
  top: 16px !important;
}
@media screen and (max-width: 992px) {
  .ul-config li a i {
    display: none;
  }
}
.ul-config li a:hover {
  color: #d92121 !important;
}
@media screen and (max-width: 992px) {
  .ul-config li a {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 992px) {
  .responsive-wrapp {
    display: none;
    width: 100% !important;
  }
}

.menu-button {
  width: 42px;
  height: 18px;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 15px;
  display: none;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (max-width: 481px) {
  .menu-button {
    top: 35%;
  }
}
.menu-button span {
  height: 3px;
  margin-top: 4px;
  background: #d92121;
  display: block;
  position: relative;
  top: 0;
  transition: all 500ms ease-out;
}
@media screen and (max-width: 992px) {
  .menu-button {
    display: block;
  }
}
.menu-button span:first-child {
  margin-top: 0;
}
.menu-button.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.menu-button.active span:nth-child(2) {
  opacity: 0;
  top: 7px;
}
.menu-button.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -7px;
}

.search-ico-span {
  display: inline-block;
  cursor: pointer;
  margin-top: 33px;
}

.search-li {
  cursor: pointer;
}

.plus {
  display: none;
}
@media screen and (max-width: 992px) {
  .plus {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5555555555;
    width: 30px;
    height: 30px;
    border: 1px solid #d4d4d4;
  }
  .plus:after {
    content: '';
    position: absolute;
    left: 14px;
    top: 5px;
    width: 2px;
    height: 18px;
    background: #d92121;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .plus:before {
    content: '';
    position: absolute;
    cursor: pointer;
    left: 5px;
    top: 12px;
    width: 18px;
    height: 2px;
    background: #d92121;
  }
}

.plus-active:after {
  opacity: 0;
}

.search-block {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  height: 100%;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 992px) {
  .search-block {
    background: none;
    position: relative;
    display: block;
    margin-top: 100px;
  }
}

.search-form-container {
  max-width: 570px;
  margin: 22px auto 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 992px) {
  .search-ico, .search-form .submit-input {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .search-form .submit-input {
    display: block !important;
  }
}

/* 11 - CONTENT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main {
  background: #f4f4f4;
}

.main-padding {
  padding-bottom: 30px;
}

.home-carousel-container {
  padding: 30px 0 20px;
  background: #fff;
  position: relative;
}
.home-carousel-container .nav-slider {
  margin-top: 0;
  top: 60px;
}
.home-carousel-container:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
}
.home-carousel-container:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
}

.swiper-slide-carousel {
  padding: 0 15px;
}
.swiper-slide-carousel .carousel-img-box, .swiper-slide-carousel .sm-news-title, .swiper-slide-carousel .news-info {
  max-width: 300px;
  margin: 0 auto;
}
.swiper-slide-carousel .carousel-img-box img, .swiper-slide-carousel .sm-news-title img, .swiper-slide-carousel .news-info img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}
.swiper-slide-carousel .sm-news-title {
  text-transform: uppercase;
  padding: 14px 0 5px;
}
.swiper-slide-carousel .sm-news-title a {
  font-size: 11px;
}
.swiper-slide-carousel .news-author {
  margin-left: 0;
}
.swiper-slide-carousel .post-date {
  left: 0;
  right: auto;
}

.news-content {
  background: #fff;
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .news-content {
    padding-top: 36px;
  }
}

.news-content, .info-content {
  margin-top: 30px;
}
.news-content img, .info-content img {
  max-width: 100%;
  display: block;
  height: auto;
}

.main-news-block {
  padding: 0 30px;
}
@media screen and (max-width: 361px) {
  .main-news-block {
    padding: 0 15px;
  }
}

.news-block {
  padding-bottom: 60px;
  border-bottom: 1px solid #f4f4f4;
}
@media screen and (max-width: 992px) {
  .news-block {
    padding-bottom: 20px;
  }
}

.news-small {
  margin-bottom: 60px;
}
.news-small:last-of-type {
  margin-bottom: 0;
}
.news-small img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .news-small {
    width: 48%;
    float: left;
  }
  .news-small:first-of-type {
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .news-small:last-of-type {
    margin-left: 2%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 481px) {
  .news-small {
    width: 100% !important;
    margin: 0 0 30px !important;
  }
}

.sm-news-title {
  padding: 27px 0 20px;
  line-height: 1.4;
}
.sm-news-title a {
  color: #222222;
}
.sm-news-title a:hover {
  color: #d92121;
}

.news-info {
  margin-bottom: 22px;
}

.news-date, .news-author {
  font-size: 10px;
  color: #999;
  font-weight: bold;
}

.news-author {
  margin-left: 16px;
}
.news-author span {
  color: #d92121;
}
.news-author a {
  color: #999;
}
.news-author a:hover {
  color: #d92121;
}

@media screen and (max-width: 992px) {
  .main-news {
    margin-bottom: 30px;
  }
}

.main-news-title {
  font-weight: 700;
  line-height: 1.2;
  margin: 23px 0 16px;
}
.main-news-title a {
  color: #222;
}
.main-news-title a:hover {
  color: #d92121;
}

.main-news-text {
  font-size: 12px;
  margin-bottom: 20px;
}

.news-pagination {
  display: table;
  margin: 46px  auto 0;
}

.news-carousel-container {
  padding: 60px 15px 36px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}

.news-carousel .sm-news-title {
  padding-top: 20px;
}
.news-carousel .sm-news-title a {
  text-transform: none !important;
  font-size: 14px !important;
}
.news-carousel .main-text, .news-carousel .article p, .article .news-carousel p, .news-carousel .comments-block p, .comments-block .news-carousel p {
  max-width: 300px;
  margin: 0 auto;
}
.news-carousel .news-info {
  margin: 10px auto 15px;
}
.news-carousel .news-info .news-author {
  margin-left: 15px;
}
  /*margin-top: 0;top: 132px;*/
.news-carousel-container .nav-slider {
  z-index: 100;

  top: 100px;
}
@media screen and (max-width: 1200px) {
  .news-carousel-container .nav-slider {
    top: 109px;
  }
}
@media screen and (max-width: 768px) {
  .news-carousel-container .nav-slider {
    top: 132px;
  }
}

.carousel-nav {
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
}
.carousel-nav a {
  z-index: 999;
  margin-top: 0;
}

.carousel-img-box {
  position: relative;
  overflow: hidden;
}
.carousel-img-box .soc-info {
  position: absolute;
  left: 0;
  bottom: -200%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  padding: 14px 10px;
  transition: bottom 0.5s ease-in-out;
}
.carousel-img-box .soc-info a {
  color: #999;
  font-size: 11px;
  margin-right: 20px;
  display: inline-block;
}
.carousel-img-box .soc-info a i {
  margin-right: 5px;
  position: relative;
}
.carousel-img-box .soc-info a i.com-ico {
  top: 2px;
}
.carousel-img-box .soc-info a i.heart-ico {
  top: 2px;
}
.carousel-img-box:hover .soc-info {
  bottom: 0;
}

.other-news-container {
  background: #f9f9f9;
  position: relative;
}
.other-news-container:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  display: block;
}
@media screen and (max-width: 992px) {
  .other-news-container:after {
    content: none;
  }
}
.other-news-container .col-md-6 {
  position: static;
}

.img-new-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 23.5%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 992px) {
  .img-new-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .img-new-wrap {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .left-news-container {
    position: relative;
  }
}

.right-news-container .img-new-wrap {
  left: auto;
  right: 0;
}
@media screen and (max-width: 992px) {
  .right-news-container {
    position: relative;
  }
}

.other-news {
  padding: 60px 30px 30px;
}
@media screen and (max-width: 361px) {
  .other-news {
    padding: 30px 15px 30px;
  }
}

.left-news {
  float: right;
}
@media screen and (max-width: 479px) {
  .left-news {
    padding-bottom: 0 !important;
  }
}

.right-news {
  float: left;
}

.left-news, .right-news {
  padding: 80px 30px;
  width: 53%;
}
.left-news .news-date, .left-news .news-author, .right-news .news-date, .right-news .news-author {
  display: block;
  margin-left: 0;
}
.left-news .news-date, .right-news .news-date {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .left-news, .right-news {
    width: 50%;
  }
}
@media screen and (max-width: 481px) {
  .left-news, .right-news {
    padding: 50px 15px;
    width: 100%;
  }
}

.other-news-title {
  margin-bottom: 20px;
}
.other-news-title a {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 1.4;
}
.other-news-title a:hover {
  color: #d92121;
}

.right-news {
  text-align: right;
}

.info-box {
  margin-top: 30px;
  position: relative;
  min-height: 648px;
}
.info-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
  display: block;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .info-box {
    min-height: 500px;
  }
}
@media screen and (max-width: 481px) {
  .info-box {
    min-height: 400px;
  }
}

.info-box-mini {
  min-height: 345px;
}
.info-box-mini:before {
  content: none;
}

.info-box-content {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.info-box-title {
  font-size: 36px;
  color: #fff;
  font-weight: 900;
}

.info-box-sub-title {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 19px 0 26px;
}

.try-now {
  display: inline-block;
  background: #d92121;
  text-transform: uppercase;
  padding: 15px 16px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.try-now:hover {
  color: inherit;
}

.info-content .widget-block:first-of-type {
  margin-top: 0;
}

.popular-videos-container {
  background: #fff;
  padding: 56px 0 30px;
}
@media screen and (max-width: 768px) {
  .popular-videos-container {
    padding-top: 36px;
  }
}

.popular-video {
  padding: 0 15px 45px;
  border-bottom: 1px solid #f4f4f4;
}
@media screen and (max-width: 1200px) {
  .popular-video {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 361px) {
  .popular-video {
    padding-right: 0;
    padding-left: 0;
  }
}

.video-list {
  border-left: 1px solid #f4f4f4;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  .video-list {
    border-left: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.video-list-item {
  padding: 30px 10px 7px 20px;
  border-top: 1px solid #f4f4f4;
  cursor: pointer;
  transition: background 0.2s linear;
  display: block;
}
.video-list-item:last-of-type {
  border-bottom: 1px solid #f4f4f4;
}
.video-list-item.active, .video-list-item:hover {
  background: #f9f9f9;
}
@media screen and (max-width: 1200px) {
  .video-list-item:last-of-type {
    border-bottom: 0;
  }
}

.video-list-title {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.video-post-title {
  margin-bottom: 18px;
}
.video-post-title a {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.video-post-title a:hover {
  color: #d92121;
}

.video-container {
  margin-bottom: 25px;
}

.watch-video {
  padding-top: 56px;
}

.video-slider-container {
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .video-box-container {
    max-width: 300px;
    margin: 0 auto;
  }
  .video-box-container img {
    width: 100%;
    max-width: 100%;
  }
}

.video-box {
  position: relative;
  margin-bottom: 25px;
}

.play {
  position: absolute;
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  margin-top: -22.5px;
  margin-left: -22.5px;
  border-radius: 50%;
}
.play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -5px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #d92121;
}

.video-pagination {
  display: table;
  margin: 20px auto 0;
}

.v-post-title {
  margin-bottom: 20px;
}
.v-post-title a {
  font-size: 14px;
  color: #222;
}
.v-post-title a:hover {
  color: #d92121;
}

.aside .widget-block {
  padding-top: 56px;
}
@media screen and (max-width: 361px) {
  .aside .widget-block {
    padding-top: 36px;
  }
}
.aside .title-block {
  margin-bottom: 55px;
}
@media screen and (max-width: 361px) {
  .aside .title-block {
    margin-bottom: 35px;
  }
}
.aside .main-text, .aside .article p, .article .aside p, .aside .comments-block p, .comments-block .aside p {
  font-size: 12px;
}
.aside .widget-tab-min {
  margin-top: 30px;
  padding-top: 31px;
}
.aside .category-container .title-block {
  margin-bottom: 37px;
}
@media screen and (max-width: 361px) {
  .aside .category-container .title-block {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 992px) {
  .aside {
    margin-bottom: 30px;
  }
}

.aside-home {
  margin-bottom: 30px;
}

.tab-pane .comments-box:last-of-type {
  padding-bottom: 0;
}

.tag-widget {
  padding-top: 30px;
}

.img-box-no-opacity:before {
  content: none;
}

.subscribe {
  padding: 30px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 361px) {
  .subscribe {
    padding: 30px 15px 15px;
  }
}

.subscribe-input {
  background: #f9f9f9;
  color: #999999;
  padding: 20px 15px 18px;
  border: none;
  font-size: 12px;
  width: 80%;
  font-weight: 500;
}

.submit-subscribe {
  position: relative;
  border: none;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
}

.title-subscribe {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
}

.subscribe-form {
  position: relative;
  background: #f9f9f9;
  width: 100%;
  display: block;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - ABOUT PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.about-banner {
  min-height: 700px;
}
@media screen and (max-width: 1200px) {
  .about-banner {
    min-height: 500px;
  }
}
@media screen and (max-width: 601px) {
  .about-banner {
    min-height: 400px;
  }
}
@media screen and (max-width: 481px) {
  .about-banner {
    min-height: 300px;
  }
}

.about-info {
  background: #fff;
  text-align: center;
  padding: 50px 100px 45px;
}
.about-info h4 {
  margin: 35px 0;
}
@media screen and (max-width: 1200px) {
  .about-info h4 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .about-info h4 {
    margin: 20px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .about-info {
    padding: 50px 50px 45px;
  }
}
@media screen and (max-width: 481px) {
  .about-info {
    padding: 30px 30px 25px;
  }
}

.member-container img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .member-container {
    max-width: 270px;
    margin: 0 auto 30px;
  }
}

.our-team {
  margin-top: 30px;
}

.member-info {
  background: #fff;
  padding: 27px 15px 30px;
  text-align: center;
}
.member-info h6 {
  margin-bottom: 18px;
}
@media screen and (max-width: 992px) {
  .member-info .info-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .member-info .info-title {
    font-size: 14px;
  }
}

.info-title {
  color: #999;
  text-align: center;
  font-weight: 700;
}

.testimonials-container {
  margin-top: 20px;
  position: relative;
}

.tm-content {
  background: #fff;
  padding: 85px 100px 85px;
  text-align: center;
  position: relative;
}
.tm-content .info-title {
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  .tm-content {
    padding: 85px 50px 85px;
  }
}
@media screen and (max-width: 481px) {
  .tm-content {
    padding: 85px 30px 65px;
  }
}

.user-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -65px;
}
.user-img img {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 50%;
}

.slide-tm {
  padding-top: 75px;
}

.ts-pagination {
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 35px;
  z-index: 100;
}
@media screen and (max-width: 481px) {
  .ts-pagination {
    bottom: 30px;
  }
}

.brands-container {
  padding: 30px 30px;
  background: #fff;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .brands-container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 490px) {
  .brands-container > div {
    width: 100%;
    float: none;
  }
}

.brand-link {
  display: block;
  text-align: center;
}
.brand-link img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .brand-link {
    margin-bottom: 30px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - GALLERY PAGE*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.gallery-container {
  margin-top: 30px;
}

.gallery-nav-panel {
  background: #222;
  padding: 23px 0 23px 30px;
}
.gallery-nav-panel a {
  display: inline-block;
  color: #999999;
  font-size: 11px;
  margin: 0 10px;
}
.gallery-nav-panel a:hover {
  color: #d92121;
}
.gallery-nav-panel a i {
  display: inline-block;
  position: relative;
  top: -8px;
}
@media screen and (max-width: 481px) {
  .gallery-nav-panel a {
    margin: 0 5px;
  }
}
.gallery-nav-panel a:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 481px) {
  .gallery-nav-panel {
    padding-left: 15px;
  }
}

.gallery-info {
  background: #fff;
  padding: 45px 30px 40px;
}
.gallery-info h2 {
  margin-bottom: 30px;
}
.gallery-info .news-info {
  margin: 0 0 35px;
}
@media screen and (max-width: 481px) {
  .gallery-info {
    padding: 25px 15px 20px;
  }
}

.gallery, .fashion-slider {
  position: relative;
}
.gallery img, .fashion-slider img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 481px) {
  .gallery-nav a {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.gallery-box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .gallery-box {
    max-width: 270px;
    margin: 30px auto 0;
  }
}

.gallery-link, .fashion-link {
  display: block;
  overflow: hidden;
}
.gallery-link img, .fashion-link img {
  max-width: 100%;
  display: block;
}

.gallery-info-box {
  background: #fff;
  padding: 27px 19px 24px;
}
.gallery-info-box h3 {
  line-height: 1.3;
  margin-bottom: 16px;
}
.gallery-info-box h3 a {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  display: block;
}
.gallery-info-box h3 a:hover {
  color: #d92121;
}
.gallery-info-box .main-text, .gallery-info-box .article p, .article .gallery-info-box p, .gallery-info-box .comments-block p, .comments-block .gallery-info-box p {
  font-size: 12px;
}
@media screen and (max-width: 481px) {
  .gallery-info-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .related-gallery .col-gall {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 401px) {
  .related-gallery .col-gall {
    width: 100%;
  }
}

.filter-block {
  background: #fff;
  padding: 50px 0;
  margin-top: 30px;
}
.filter-block .title {
  float: left;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .filter-block .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .filter-block .title {
    float: none;
    text-align: center;
    padding: 30px 0 0;
  }
  .filter-block .title:before {
    content: '';
    left: 50%;
    right: auto;
    width: 15px;
    height: 5px;
    top: 0;
    margin-left: -7.5px;
  }
}
@media screen and (max-width: 768px) {
  .filter-block {
    padding: 0 0 30px;
  }
}

.filter-nav {
  display: inline-block;
  margin-top: 7px;
  margin-left: 20px;
}
.filter-nav li {
  float: left;
  margin: 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
}
.filter-nav li:hover {
  color: #d92121;
}
.filter-nav li.active {
  color: #d92121;
}
@media screen and (max-width: 768px) {
  .filter-nav {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .filter-nav {
    text-align: center;
  }
  .filter-nav li {
    float: none;
    margin-bottom: 30px;
  }
  .filter-nav li:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .col-gall {
    width: 50%;
  }
  .col-gall .gallery-box {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 401px) {
  .col-gall {
    width: 100%;
  }
}

.mix {
  display: none;
}

.fashion-box {
  margin-top: 30px;
}

.info-post {
  padding: 30px 30px 27px;
  background: #fff;
}
.info-post .news-date {
  display: block;
  margin-bottom: 18px;
}
.info-post .news-author {
  margin-left: 0;
}
.info-post .main-text, .info-post .article p, .article .info-post p, .info-post .comments-block p, .comments-block .info-post p {
  font-size: 12px;
}
@media screen and (max-width: 481px) {
  .info-post {
    padding: 15px 15px 12px;
  }
}

.info-post-title {
  text-transform: uppercase;
  margin: 25px 0 12px;
}
.info-post-title a {
  display: inline-block;
  color: #222;
  font-weight: 900;
  font-size: 11px;
  line-height: 1.3;
}
.info-post-title a:hover {
  color: #d92121;
}

.fashion-video-box {
  position: relative;
}
.fashion-video-box img {
  display: block;
  max-width: 100%;
  height: auto;
}

#container-masonry {
  position: relative;
}

.item {
  width: 25%;
}
@media screen and (max-width: 992px) {
  .item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 700px) {
  .item {
    width: 50%;
  }
  .item .fashion-box {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 410px) {
  .item {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - CONTENT PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.content-banner {
  min-height: 700px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .content-banner {
    min-height: 600px;
  }
}
@media screen and (max-width: 992px) {
  .content-banner {
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .content-banner {
    min-height: 100%;
    height: auto;
  }
}
.content-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
}
.content-banner .main-banner-title {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .content-banner .main-banner-title {
    padding: 60px 0;
    position: relative;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.content-banner_mod {
  margin-top: 0;
}
.content-banner_mod .main-text, .content-banner_mod .article p, .article .content-banner_mod p, .content-banner_mod .comments-block p, .comments-block .content-banner_mod p {
  color: #fff;
  text-align: center;
  max-width: 768px;
  margin: 32px auto 0;
  padding: 0 30px;
}

.content-page {
  background: #fff;
  padding: 45px 200px 66px;
}
.content-page h2 {
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .content-page h2 {
    margin-bottom: 23px;
  }
}
.content-page h4 {
  margin: 18px 0 35px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .content-page h4 {
    margin: 10px 0 25px;
  }
}
.content-page p {
  margin-bottom: 26px;
}
@media screen and (max-width: 1200px) {
  .content-page {
    padding: 45px 100px 50px;
  }
}
@media screen and (max-width: 768px) {
  .content-page {
    padding: 40px 50px 30px;
  }
}
@media screen and (max-width: 481px) {
  .content-page {
    padding: 35px 30px 20px;
  }
}
@media screen and (max-width: 361px) {
  .content-page {
    padding: 30px 15px 10px;
  }
}

.content-img-item, .content-item, .content-item-text {
  position: relative;
  width: 50%;
  min-height: 585px;
  float: left;
}
@media screen and (max-width: 1200px) {
  .content-img-item, .content-item, .content-item-text {
    min-height: 450px;
  }
}
@media screen and (max-width: 992px) {
  .content-img-item, .content-item, .content-item-text {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .content-img-item, .content-item, .content-item-text {
    min-height: 350px;
  }
}
@media screen and (max-width: 601px) {
  .content-img-item, .content-item, .content-item-text {
    min-height: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 481px) {
  .content-img-item, .content-item, .content-item-text {
    min-height: 350px;
  }
}
@media screen and (max-width: 361px) {
  .content-img-item, .content-item, .content-item-text {
    min-height: 300px;
  }
}

.content-text-box h4 {
  margin-top: 0;
}

@media screen and (max-width: 760px) {
  .content-mix {
    display: table;
  }
}

@media screen and (max-width: 992px) {
  .content-img-team {
    min-height: 585px;
  }
}
@media screen and (max-width: 768px) {
  .content-img-team {
    min-height: 550px;
    width: 100%;
  }
}
@media screen and (max-width: 481px) {
  .content-img-team {
    min-height: 400px;
  }
}
@media screen and (max-width: 361px) {
  .content-img-team {
    min-height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .col-xs-push-6 {
    left: 0;
  }

  .col-xs-pull-6 {
    right: 0;
  }
}
.content-item-text {
  background: #f9f9f9;
  padding: 110px 100px 50px;
}
.content-item-text .info-title {
  text-align: left;
  margin: 10px 0 40px;
}
@media screen and (max-width: 1200px) {
  .content-item-text {
    padding: 50px;
  }
}
@media screen and (max-width: 992px) {
  .content-item-text {
    min-height: 585px;
  }
}
@media screen and (max-width: 768px) {
  .content-item-text {
    min-height: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 361px) {
  .content-item-text {
    padding: 30px 15px;
  }
}

.signature {
  margin-top: 30px;
  display: block;
  font-family: 'Pacifico', cursive;
  font-size: 20px;
  color: #222;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - ARTICLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main-article {
  background: #fefefe;
  padding-bottom: 0;
}

.article-panel {
  display: table;
  margin: 25px auto 90px;
}
.article-panel a {
  float: left;
  display: inline-block;
  color: #999999;
  font-size: 11px;
  font-weight: 500;
  margin: 0 10px;
}
.article-panel a:first-of-type {
  margin-left: 0;
}
.article-panel a:hover {
  color: #d92121;
}
.article-panel i {
  display: inline-block;
  float: left;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .article-panel {
    margin-bottom: 60px;
  }
}

.article-info {
  text-align: center;
}

.article-title {
  font-size: 26px;
  text-align: center;
  max-width: 540px;
  margin: 36px auto 30px;
  line-height: 1.5;
}

.article p {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .article p {
    padding-bottom: 24px;
  }
}
.article p.article-desc {
  font-size: 16px;
  text-align: center;
}
.article h5 {
  max-width: 640px;
  margin: 0 auto 34px;
}
@media screen and (max-width: 768px) {
  .article h5 {
    margin-bottom: 24px;
  }
}
.article ul {
  max-width: 640px;
  margin: 0 auto 34px;
}
@media screen and (max-width: 768px) {
  .article ul {
    margin-bottom: 24px;
  }
}
.article > img {
  max-width: 100%;
  margin: 0 auto 34px;
  display: block;
}
@media screen and (max-width: 768px) {
  .article > img {
    margin-bottom: 24px;
  }
}

.article-post {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  background: #ffffff;
  text-align: left;
}
.article-post p, .article-post h5, .article-post .article-title {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 361px) {
  .article-post p, .article-post h5, .article-post .article-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.article-post p.article-desc {
  font-size: 16px;
  text-align: left;
}
.article-post ul {
  max-width: 100%;
  margin: 0 auto 34px;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .article-post ul {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 361px) {
  .article-post ul {
    padding-left: 20px;
  }
}
.article-post .news-info {
  padding-left: 30px;
  padding-top: 48px;
}
.article-post .article-title {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.article-post .tags-container {
  margin-left: 30px;
  margin-right: 30px;
}

.article-slider img {
  max-width: 100%;
  display: block;
  text-align: center;
  height: auto;
  margin: 0 auto;
}

.video-post {
  margin-bottom: 45px;
}

.article-slider-nav {
  display: table;
  margin: 30px auto 0 !important;
}
.article-slider-nav span {
  font-size: 14px;
  color: #777777;
  font-weight: bold;
}

.slider-index {
  display: inline-block;
  margin: 0 20px;
}

.article-slider-container {
  margin-bottom: 34px;
}

.m-gallery-container {
  position: relative;
  max-width: 770px;
  margin: 0 auto 44px;
}
@media screen and (max-width: 992px) {
  .m-gallery-container {
    max-width: 640px;
  }
}

.img-item {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.img-item img {
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 992px) {
  .img-item {
    width: 25%;
    height: 154px;
  }
}
@media screen and (max-width: 420px) {
  .img-item {
    width: 50%;
    height: 200px;
  }
}

.blockquote {
  max-width: 750px;
  margin: 0 auto 30px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 2;
  text-align: center;
  position: relative;
  padding-top: 40px;
}

.from-quote {
  font-size: 13px;
  font-weight: 900;
  color: #222;
  margin-top: 12px;
  display: block;
}

.quote {
  position: absolute;
  font-family: 'Bentham', serif;
  color: #d92121;
  font-size: 70px;
  left: 50%;
  top: -40px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.blockquote-post {
  background: #f9f9f9;
  border-left: 5px solid #d92121;
  color: #777;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  padding: 20px 30px 20px 25px;
  margin-bottom: 30px;
}

.tags-container {
  max-width: 640px;
  margin: 0 auto;
}

.related-posts {
  max-width: 970px;
  margin: 60px auto 0;
}
.related-posts .title-block {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .related-posts {
    margin-top: 40px;
  }
}

.related-post {
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .related-post {
    max-width: 460px;
    margin: 30px auto;
  }
}

.related-post-link {
  float: left;
  width: 50%;
  overflow: hidden;
}
.related-post-link img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 550px) {
  .related-post-link {
    display: none;
  }
}

.related-post-info {
  background: #ffffff;
  float: left;
  padding: 60px 20px 20px;
  width: 50%;
}
.related-post-info h4 {
  line-height: 1.5;
  margin-bottom: 18px;
}
.related-post-info h4 a {
  color: #222;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
.related-post-info h4 a:hover {
  color: #d92121;
}
.related-post-info p {
  font-size: 12px;
}
.related-post-info .news-date {
  display: block;
  margin-bottom: 11px;
}
.related-post-info .news-author {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .related-post-info {
    padding-top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .related-post-info {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.comments-container {
  max-width: 630px;
  margin: 70px auto 0;
}
@media screen and (max-width: 992px) {
  .comments-container {
    margin-top: 27px;
  }
}
.comments-container .title-block {
  margin-bottom: 40px;
}

.comments-post-container {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}
.comments-post-container .comments-reply {
  float: right;
  max-width: 745px;
}
@media screen and (max-width: 745px) {
  .comments-post-container .comments-reply {
    margin-left: 20px;
  }
}

.comments-block {
  background: #fff;
  padding: 30px 30px 0;
  position: relative;
  margin: 6px 0 30px;
  float: left;
}
.comments-block p {
  clear: both;
  font-size: 12px;
  margin-bottom: 25px;
}
@media screen and (max-width: 470px) {
  .comments-block {
    padding: 15px 15px 0;
  }
}

.comments-reply {
  float: right;
  max-width: 565px;
}
@media screen and (max-width: 601px) {
  .comments-reply {
    margin-left: 20px;
  }
}

.reply {
  background: #d92121;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 470px) {
  .reply {
    width: 25px;
    height: 25px;
  }
}
.reply:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ava {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  margin-bottom: 11px;
}
@media screen and (max-width: 470px) {
  .ava {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.user-name {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0 10px;
}
@media screen and (max-width: 470px) {
  .user-name {
    padding-top: 10px;
  }
}

.date-cm {
  color: #999;
  font-weight: bold;
  font-size: 12px;
}

.comment-form {
  background: #333333;
  float: left;
  padding: 45px 0 30px;
  width: 100%;
}
.comment-form .title-block {
  color: #fff;
}
.comment-form form {
  padding: 0 30px;
}
.comment-form form input, .comment-form form textarea {
  width: 100%;
  background: #3b3b3b;
  margin-bottom: 10px;
  border: none;
  font-size: 14px;
  padding: 18px 15px 17px;
  color: #ddd;
}
.comment-form form input::-webkit-input-placeholder, .comment-form form textarea::-webkit-input-placeholder {
  color: #999;
}
.comment-form form input::-moz-placeholder, .comment-form form textarea::-moz-placeholder {
  color: #999;
}
.comment-form form input:-moz-placeholder, .comment-form form textarea:-moz-placeholder {
  color: #999;
}
.comment-form form input:-ms-input-placeholder, .comment-form form textarea:-ms-input-placeholder {
  color: #999;
}
.comment-form form textarea {
  height: 170px;
  resize: none;
}
@media screen and (max-width: 470px) {
  .comment-form form {
    padding: 0 15px;
  }
}
.comment-form .more-link, .comment-form .posts-type3-link:before {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  margin-top: 15px;
}
.comment-form .more-link:hover, .comment-form .posts-type3-link:hover:before {
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 470px) {
  .comment-form {
    padding: 20px  0;
  }
}

.mask-wrapper {
  height: 58px;
  position: relative;
}

.mask-wrapper .send-file {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  font-size: 12px;
  padding: 18px 15px 17px;
  color: #999;
  transition: background 0.4s linear;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  background: #3b3b3b;
}

.mask-wrapper .fileInputText {
  position: relative;
  width: 100%;
  top: 0;
  height: 49px;
  border: none;
}

.custom-file-input {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  top: -59px;
  left: 0;
  z-index: 99;
  cursor: pointer;
  height: 49px;
}
.custom-file-input:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  position: absolute;
}

.delete-foto {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 15px;
  display: none;
}

.next-prev-post {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .next-prev-post {
    margin-top: 60px;
  }
}

.next-prev {
  margin-top: 30px;
}

.link-post {
  position: relative;
  min-height: 385px;
  float: left;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .link-post {
    display: none;
  }
}

.prev-post, .next-post {
  width: 50%;
  float: left;
}

.post-info {
  width: 50%;
  float: left;
  border-top: 1px solid #f4f4f4;
  padding: 70px 30px 0;
}
.post-info .news-author {
  margin-left: 0;
}
.post-info .main-btn {
  margin-bottom: 27px;
}
.post-info .other-news-title {
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .post-info {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .post-info {
    padding-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .post-info {
    padding-top: 80px;
  }
}
@media screen and (max-width: 650px) {
  .post-info {
    width: 100%;
    padding: 30px 30px 20px;
  }
}

.next-post .post-info {
  text-align: right;
}
@media screen and (max-width: 992px) {
  .next-post {
    width: 100%;
  }
}

.prev-post {
  position: relative;
  border-right: 1px solid #f4f4f4;
}
@media screen and (max-width: 992px) {
  .prev-post {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main-news-container {
  overflow: hidden;
}

.main-news-blog {
  margin-top: 30px;
}
.main-news-blog .news-pagination {
  position: absolute;
  bottom: 28px;
  left: 30px;
  z-index: 100;
}
.main-news-blog .news-pagination .swiper-pagination-switch {
  background: #fff;
  opacity: 0.5;
}
.main-news-blog .news-pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 360px) {
  .main-news-blog .news-pagination {
    left: 15px;
  }
}

.main-news-slider .swiper-slide {
  min-height: 434px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main-news-slider .swiper-slide {
    min-height: 350px;
  }
}

.main-news-slider .swiper-slide:after, .other-main-news:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.main-news-content {
  position: absolute;
  z-index: 1;
  padding-top: 60px;
  height: 100%;
  width: 100%;
}
.main-news-content .title-block {
  color: #fff;
}
@media screen and (max-width: 360px) {
  .main-news-content {
    padding-top: 15px;
  }
}

.new-content {
  position: absolute;
  left: 30px;
  bottom: 48px;
  max-width: 480px;
  width: 100%;
}
.new-content h4 {
  line-height: 1.3;
  font-weight: bold;
  padding-right: 30px;
}
.new-content h4 a {
  color: #fff;
}
.new-content h4 a:hover {
  color: #d92121;
}
.new-content .news-info {
  margin: 17px 0;
}
.new-content .news-info > span, .new-content .news-info a {
  color: #d1d1d1;
}
.new-content .news-info a:hover {
  color: #d92121;
}
.new-content p {
  font-size: 12px;
  color: #d1d1d1;
  line-height: 1.8;
  font-weight: 500;
  padding-right: 30px;
}
@media screen and (max-width: 599px) {
  .new-content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 481px) {
  .new-content {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .new-content {
    left: 15px;
  }
}

.other-main-news {
  min-height: 202px;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .other-main-news {
    float: left;
    width: 48%;
  }
  .other-main-news:nth-of-type(1) {
    margin-right: 2%;
  }
  .other-main-news:nth-of-type(2) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 481px) {
  .other-main-news {
    width: 100%;
  }
  .other-main-news:nth-of-type(1) {
    margin-right: 0;
  }
  .other-main-news:nth-of-type(2) {
    margin-left: 0;
  }
}

.other-main-news-info {
  position: absolute;
  z-index: 1;
  padding: 100px 30px 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 360px) {
  .other-main-news-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.other-main-news-info h5 {
  max-width: 210px;
}
.other-main-news-info h5 a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.other-main-news-info h5 a:hover {
  color: #d92121;
}
.other-main-news-info .news-info {
  margin: 15px 0 25px;
}
.other-main-news-info .news-info > span, .other-main-news-info .news-info a {
  color: #d1d1d1;
}
.other-main-news-info .news-info a:hover {
  color: #d92121;
}

.news-list-block {
  background: #fff;
  padding: 30px 30px 26px;
  margin-top: 30px;
}
.news-list-block .news-author {
  margin-left: 0;
}
.news-list-block h4 {
  padding: 24px 0 18px;
}
@media screen and (max-width: 768px) {
  .news-list-block img {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .news-list-block {
    padding: 15px 15px 11px;
  }
}

.news-link {
  overflow: hidden;
  display: block;
}
.news-link img {
  max-width: 100%;
  display: block;
  height: auto;
}

.blog-banner {
  min-height: 138px;
}
.blog-banner:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.blog-banner .sub-title {
  margin-top: 6px;
}

.post-list-container {
  margin-bottom: 30px;
}

.post-list-block {
  background: #fff;
  margin-top: 30px;
}

.post-img {
  float: left;
  width: 57%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .post-img {
    width: 100%;
  }
  .post-img img {
    width: 100%;
  }
}

.post-date {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  font-weight: 900;
  font-size: 24px;
  color: #777;
  text-align: center;
  padding: 17px;
  z-index: 999;
}
.post-date span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: 5px;
}

.post-info-block {
  width: 43%;
  float: left;
  padding: 55px 30px 15px;
}
.post-info-block .news-author {
  margin-left: 0;
}
.post-info-block h4 {
  margin-bottom: 10px;
}
.post-info-block h4 a {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .post-info-block {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 360px) {
  .post-info-block {
    padding: 15px;
  }
}

.news-for-all {
  margin: 30px 0;
  padding-top: 55px;
  background: #fff;
}
.news-for-all .title-block {
  margin-bottom: 53px;
}
@media screen and (max-width: 992px) {
  .news-for-all {
    padding-top: 25px;
  }
  .news-for-all .title-block {
    margin-bottom: 23px;
  }
}

.main-news-fa {
  padding: 0 15px 30px;
}
@media screen and (max-width: 360px) {
  .main-news-fa {
    padding-right: 0;
    padding-left: 0;
  }
}

.info-news-fa .news-author {
  margin-left: 0;
}
.info-news-fa .news-info {
  margin-bottom: 12px;
}
.info-news-fa h4 {
  margin: 14px 0 10px;
}
@media screen and (max-width: 1200px) {
  .info-news-fa h4 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .info-news-fa h4 {
    margin-top: 15px;
  }
}
.info-news-fa .more-link, .info-news-fa .posts-type3-link:before {
  margin-top: 20px;
}

.news-other-fa-container {
  padding: 20px 15px 0;
}
@media screen and (max-width: 768px) {
  .news-other-fa-container {
    margin-top: 0;
  }
}
@media screen and (max-width: 360px) {
  .news-other-fa-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.other-news-fa {
  padding-bottom: 30px;
}
.other-news-fa .news-link {
  float: left;
  width: 37%;
}
@media screen and (max-width: 767px) {
  .other-news-fa .news-link {
    width: 20%;
  }
}

.other-news-fa-info {
  float: left;
  width: 63%;
  padding: 0 15px;
}
.other-news-fa-info h5 {
  margin: 8px 0 5px;
}
.other-news-fa-info h5 a {
  text-transform: uppercase;
  font-size: 11px;
}
@media screen and (max-width: 481px) {
  .other-news-fa-info h5 {
    margin-top: 0;
  }
}
.other-news-fa-info .news-date {
  display: block;
  margin-bottom: 3px;
}
.other-news-fa-info .news-author {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .other-news-fa-info {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .col-news {
    width: 100%;
  }
}

.news-gallery-container {
  position: relative;
  margin-bottom: 30px;
}

.news-gallery {
  position: relative;
}

.gallery-news-slide {
  position: relative;
  min-height: 458px;
}
@media screen and (max-width: 601px) {
  .gallery-news-slide {
    min-height: 358px;
  }
}
@media screen and (max-width: 360px) {
  .gallery-news-slide {
    min-height: 300px;
  }
}

.news-gallery-info {
  position: absolute;
  bottom: 10px;
  left: 30px;
  z-index: 999;
}
.news-gallery-info h4 {
  margin-bottom: 10px;
}
.news-gallery-info h4 a {
  color: #fff;
  font-size: 18px;
}
.news-gallery-info h4 a:hover {
  color: #d92121;
}
.news-gallery-info .news-info > span, .news-gallery-info .news-info span a {
  color: #d1d1d1;
}
.news-gallery-info .news-info span a:hover {
  color: #d92121;
}
@media screen and (max-width: 360px) {
  .news-gallery-info {
    left: 15px;
    bottom: 0;
  }
}

.gallery-news-slide {
  position: relative;
}

.posts-type3-info {
  width: 50%;
  float: right;
  padding: 60px 20px 58px;
}
.posts-type3-info .news-date {
  display: block;
  margin-bottom: 11px;
}
.posts-type3-info .news-author {
  margin-left: 0;
}
.posts-type3-info h4 {
  margin-bottom: 17px;
}
.posts-type3-info h4 a {
  font-size: 11px;
  text-transform: uppercase;
}

.posts-type3-block {
  background: #fff;
  position: relative;
  min-height: 300px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .posts-type3-block {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}

.posts-type3-link {
  background-size: cover;
  background-position: center top;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.posts-type3-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: -1000px;
  transition: left 0.3s ease-out;
}
.posts-type3-link:before {
  content: 'Read more';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  z-index: 111;
  padding: 0;
  top: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.1s;
  font-size: 16px;
}
.posts-type3-link:hover:after {
  left: 0;
}
.posts-type3-link:hover:before {
  opacity: 1;
  color: #d92121;
}

.blog-pagination {
  margin: 30px 0 60px;
}
@media screen and (max-width: 992px) {
  .blog-pagination {
    margin-bottom: 30px;
  }
}

.prev-page {
  float: left;
}

.next-page {
  float: right;
}

.numbers-pages {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.numbers-pages li {
  float: left;
  margin: 0 9px;
}
.numbers-pages li a, .numbers-pages li span {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.numbers-pages li a:hover {
  color: #d92121;
}
.numbers-pages li.active a {
  color: #d92121;
}
@media screen and (max-width: 360px) {
  .numbers-pages li {
    margin: 0 5px;
  }
}

.slider-arrow-right, .slider-arrow-left {
  cursor: pointer;
}

.info-banner {
  min-height: 320px;
}
.info-banner:after {
  content: none;
}

.random-photo-block {
  background: #fff;
  padding-top: 56px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .random-photo-block {
    padding-top: 36px;
  }
}
@media screen and (max-width: 361px) {
  .random-photo-block {
    padding-bottom: 15px;
  }
}

.random-photo-container {
  padding-left: 30px;
  padding-right: 30px;
}
.random-photo-container a {
  float: left;
  overflow: hidden;
  width: 20%;
}
.random-photo-container a img {
  max-width: 100%;
  display: block;
  height: auto;
}
@media screen and (max-width: 361px) {
  .random-photo-container a {
    width: 33.3333%;
  }
}
@media screen and (max-width: 361px) {
  .random-photo-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.quote-block {
  background: url("../img/quote-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 56px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.quote-block:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
}

.quote-content {
  position: relative;
  z-index: 1;
}
.quote-content .title-block {
  color: #fff;
  margin-bottom: 50px;
}

.blockquote-user {
  padding: 0 30px;
  color: #d4d4d4;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.user-blockquote {
  padding: 25px 30px 0;
}
.user-blockquote img {
  float: left;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.quote-author {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  position: relative;
  top: 38px;
}
.quote-author span {
  color: #d92121;
}

.news-info-container {
  background: #fff;
  padding-top: 56px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news-info-container {
    padding-top: 36px;
  }
}

.news-info-box {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 361px) {
  .news-info-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.news-info-block {
  padding-bottom: 30px;
}
.news-info-block .news-link {
  margin-bottom: 28px;
}
.news-info-block .news-author {
  margin-left: 0;
}
.news-info-block h4 {
  margin-bottom: 18px;
}
@media screen and (max-width: 361px) {
  .news-info-block {
    padding-bottom: 15px;
  }
}

.popular-news {
  padding: 20px 0 30px;
}
.popular-news .popular-post {
  padding: 0;
}

.popular-news-title {
  margin-bottom: 30px;
}

.col-info {
  background: #fff;
  padding: 0 30px 30px;
  margin-bottom: 30px;
}
.col-info .more-link, .col-info .posts-type3-link:before {
  display: table;
  margin: 0 auto;
}
.col-info h4 {
  text-transform: uppercase;
  margin-bottom: 7px;
}
.col-info h4 a {
  font-size: 11px;
  display: block;
}

.event {
  overflow: hidden;
  margin-bottom: 32px;
}
.event .news-link {
  float: left;
  margin-right: 20px;
}

.event-title {
  margin-top: 7px;
}

.mov-info {
  font-size: 11px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.span-info {
  color: #999999;
  font-size: 10px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.span-info span {
  color: #d92121;
}

.places {
  margin-bottom: 30px;
}
.places .news-link {
  margin-bottom: 30px;
}

.watch-info img {
  margin-bottom: 17px;
  max-width: 100%;
}

.mov-stars {
  margin: 25px 0 15px;
}

.pagination-hide {
  display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.footer {
  background: #333;
  padding: 58px 0;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 38px;
  }
}
@media screen and (max-width: 700px) {
  .footer {
    padding: 20px 0 30px;
  }
}

@media screen and (max-width: 1200px) {
  .col-ftr {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .col-ftr {
    width: 100%;
  }
}

.ftr-logo a {
  font-size: 36px;
  color: #fff;
}

.ftr-text {
  color: #999;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 15px;
}

.ftr-title {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}

.links-list {
  margin-top: 8px;
}
.links-list li {
  line-height: 2;
  padding-left: 15px;
  position: relative;
}
.links-list li a {
  color: #999;
  font-size: 11px;
}
.links-list li a:hover {
  text-decoration: underline;
}
.links-list li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: #d92121;
}

.ftr-img {
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .ftr-img {
    text-align: left;
  }
}

.popular-ftr-container {
  margin-top: 25px;
}
.popular-ftr-container .popular-post {
  padding-left: 0;
}
.popular-ftr-container .popular-title a {
  color: #fff;
}
.popular-ftr-container .popular-title a:hover {
  color: #d92121;
}

.footer-copyright {
  padding-top: 40px;
}

.copy-container {
  float: left;
  margin-top: 4px;
}
@media screen and (max-width: 700px) {
  .copy-container {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.copy-right {
  float: left;
  font-size: 11px;
  color: #999;
  font-weight: 600;
  margin-right: 18px;
}
@media screen and (max-width: 700px) {
  .copy-right {
    float: none;
  }
}

.copy-links {
  float: left;
}
.copy-links a {
  font-size: 11px;
  color: #999;
  font-weight: 600;
  float: left;
  display: inline-block;
  margin: 0 7px;
  position: relative;
}
.copy-links a:hover {
  text-decoration: underline;
}
.copy-links a:first-of-type:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 2px;
  height: 10px;
  right: -9px;
  background: #999;
}
@media screen and (max-width: 700px) {
  .copy-links a {
    float: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .copy-links {
    float: none;
  }
}

.sub-nav-ftr {
  position: static;
  float: right;
}
.sub-nav-ftr li:last-of-type {
  margin-right: 0;
}
.sub-nav-ftr li a {
  font-size: 11px;
  color: #999;
}
@media screen and (max-width: 700px) {
  .sub-nav-ftr {
    float: none;
    display: table;
    margin: 10px auto 0;
  }
}



/*
cw
*/
.social-icons i{
    color:#fff;
}

.social-icons i:hover{
    color:#d92121;
    transition: .4s ease-out;
}