/************
Theme Name: Deavita net
Author URI: http://softart.bg
Version:    1.0
Project:    deavita.com
Author:  	  Ivan Iliev
Date:  		  02.02.2017
*************/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|PT+Sans:400,700|Roboto+Condensed:300,400,700&subset=latin-ext');

@font-face {
    font-family: 'GaramondPremrProBdCapt';
    src: url('assets/css/fonts/GaramondPremrProBdCapt.eot');
    src: url('assets/css/fonts/GaramondPremrProBdCapt.eot') format('embedded-opentype'),
         url('assets/css/fonts/GaramondPremrProBdCapt.woff2') format('woff2'),
         url('assets/css/fonts/GaramondPremrProBdCapt.woff') format('woff'),
         url('assets/css/fonts/GaramondPremrProBdCapt.ttf') format('truetype'),
         url('assets/css/fonts/GaramondPremrProBdCapt.svg#GaramondPremrProBdCapt') format('svg');
}

@font-face {
    font-family: 'GaramondPremrProDisp';
    src: url('assets/css/fonts/GaramondPremrProDisp.eot');
    src: url('assets/css/fonts/GaramondPremrProDisp.eot') format('embedded-opentype'),
         url('assets/css/fonts/GaramondPremrProDisp.woff2') format('woff2'),
         url('assets/css/fonts/GaramondPremrProDisp.woff') format('woff'),
         url('assets/css/fonts/GaramondPremrProDisp.ttf') format('truetype'),
         url('assets/css/fonts/GaramondPremrProDisp.svg#GaramondPremrProDisp') format('svg');
}

@font-face {
    font-family: 'GaramondPremrProIt';
    src: url('assets/css/fonts/GaramondPremrProIt.eot');
    src: url('assets/css/fonts/GaramondPremrProIt.eot') format('embedded-opentype'),
         url('assets/css/fonts/GaramondPremrProIt.woff2') format('woff2'),
         url('assets/css/fonts/GaramondPremrProIt.woff') format('woff'),
         url('assets/css/fonts/GaramondPremrProIt.ttf') format('truetype'),
         url('assets/css/fonts/GaramondPremrProIt.svg#GaramondPremrProIt') format('svg');
}

/*****   *****/

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, font, 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, header, main, nav, footer, aside, article, section, time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;

}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

input,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

input[type="submit"],
input[type="text"],
select,
button {
  appearance: initial;
  -moz-appearance: initial;
  -webkit-appearance: initial;
}

/*****   *****/


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  border:  5px solid #fff;
  background: #fff;

  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/*
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9000;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
  position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background: #000;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -12px;
    opacity: 1;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 0.5;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 0;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 0;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 10000;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('assets/images/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('assets/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  background: none !important;
  position: absolute;
  top: 0px;
  right: -2px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 10000;
}

.fancybox-close:before {
  content: "\f00d";
  font-family: "Fontawesome";
  font-size: 25px;
  color: #fff;
}

.fancybox-close:hover:before,
.fancybox-close:active:before {
  color: #000;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('assets/images/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('assets/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('assets/images/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('assets/images/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
    overflow: hidden!important
}
#swipebox-overlay img {
    border: none!important
}
#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9009 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}
#swipebox-slider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 15px;
    white-space: nowrap;
    position: relative;
    display: none;
    cursor: pointer;
}

#swipebox-overlay .slide.current > img {
  /* max-height: calc(100% - 362px) !important; */
  max-height: 100vh !important;
  max-width: 100%;
}

#swipebox-container #swipebox-slider .slide img {
  vertical-align: top;
  max-height: calc(100vh - 50px) !important;
}

#swipebox-container #swipebox-slider .single_gallery_ads {
  display: inline-block;
  margin-right: 20px;
  margin-top: -20px;
  color: #fff;
}

#swipebox-overlay .slide.current > .adWrapper > div:first-of-type {
  margin-top: 40px !important;
}

#swipebox-overlay .slide.current > .adWrapper > .wgAd.wgAd-loaded {
  margin-top: 12px !important;
}

#swipebox-title a {
    background: #ee1a65;
    color: #FFF;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    padding-right: 315px;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
 /*   height: 50%; */
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
	border-radius: 22px;
    box-shadow: 0px 0px 13px 8px rgba(0, 0, 0, 0.56);
}
#swipebox-slider .slide .swipebox-video-container {
    background: 0 0;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}
#swipebox-slider .slide-loading {
    background: url(../img/loader.gif) center center no-repeat
}
#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-ad {
  text-align: center;
}

#swipebox-ad > script {
    height: 90px !important;
}

#swipebox-bottom-bar {
  position: fixed;
  top: 323px;
  height: 72px;
  bottom: 0;
  background: transparent !important;
}
#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
}
#swipebox-top-bar {
    top: -50px;
    height: auto !important;
  position: absolute;
  color: #FFF !important;
  line-height: 43px;
  font-family: Helvetica,Arial,sans-serif;
  transition: all 2s ease-in-out;
}
.hover_gallery #swipebox-top-bar,
#swipebox-top-bar:hover {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}
#swipebox-title {
    display: block;
    width: calc(100% - 315px);
    position: relative;
    padding: 11px 80px 12px 20px;
    z-index: 99;
    text-align: right;
    font-size: 16px;
    line-height: 140%;
}
#swipebox-close,
#swipebox-next,
#swipebox-prev {
    background-color: rgba(153, 153, 153, 0.6);
    background-image: url(icons.png);
    background-repeat: no-repeat;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer;
    width: 46px;
    height: 46px;
    top: 0;
    transition: all 0.2s ease-in-out;
}
#swipebox-next,
#swipebox-prev {
  height: 72px;
  width: 72px;
  background-color: rgb(239, 30, 77);
}
#swipebox-next:hover,
#swipebox-prev:hover {
  background-color: rgba(153, 153, 153, 1);
}
#swipebox-arrows {
    float: left;
    width: 100%;
    height: 72px
}
#swipebox-prev {
    background-position: -32px 13px;
    float: left
}
#swipebox-next {
    background-position: -78px 13px;
    float: right
}
#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px
}
.swipebox-no-close-button #swipebox-close {
    display: none
}
#swipebox-next.disabled,
#swipebox-prev.disabled {
    opacity: .3
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring .3s;
    animation: rightSpring .3s
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring .3s;
    animation: leftSpring .3s
}
.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0
}
.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565
}
.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1
}
@-webkit-keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}
@keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}
@-webkit-keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}
@keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}
#swipebox-overlay {
    background: #272727;
}

#swipebox-top-bar {
    color: #fff !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}
.imageTitle {
    display: none;
}

/********   CUSTOM STYLE   ********/

body {
  background: #fff url("assets/images/footer_bg.png") no-repeat right bottom;
  font-size: 14px;
  color: #000;
  font-family: 'Lato', 'GaramondPremrProDisp', Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: 400;
}

p {
  line-height: 200%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

input[type="submit"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  opacity: 1;
}
:-moz-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  clear: both;
}

.container {
  width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}

.container_slider {
  width: 1360px;
  padding: 0 10px;
  margin: 0 auto;
}

.container_slider_small {
  width: 1240px;
  padding: 0 10px;
  margin: 0 auto;
}

.left_cont {
  float: left;
  width: 780px;
  background: #fff;
  -webkit-box-shadow: 158px 139px 237px -36px rgba(0,0,0,0.74);
  -moz-box-shadow: 158px 139px 237px -36px rgba(0,0,0,0.74);
  box-shadow: 158px 139px 237px -36px rgba(0,0,0,0.74);
}

.right_cont {
  float: right;
  width: 360px;
}

/*****  global elements *****/

.pink_gradient,
.social_slider a:hover,
.random_cat_slider .lSAction,
.sidebar_follow ul li a:hover {
  background: -moz-linear-gradient(0deg, rgba(221,26,235,1) 0%, rgba(238,26,101,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(221,26,235,1)), color-stop(100%, rgba(238,26,101,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(221,26,235,1) 0%, rgba(238,26,101,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(221,26,235,1) 0%, rgba(238,26,101,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(221,26,235,1) 0%, rgba(238,26,101,1) 100%); /* ie10+ */
  background: linear-gradient(90deg, rgba(221,26,235,1) 0%, rgba(238,26,101,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1aeb', endColorstr='#ee1a65',GradientType=1 ); /* ie6-9 */
}

.title_center {
  float: left;
  width: 100%;
  padding: 50px 0;
  text-align: center;
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}

.title_center > span {
  display: inline-block;
}

.title_center > span:after {
  float: left;
  margin-right: 12px;
  font-family: "Ionicons";
}

.title_center.cafe > span:after {
  content: "\f272";
}

.title_center.share > span:after {
  content: "\f3ac";
}

.title_center.social_buffer > span:after {
  content: "\f229";
}

.title_center.social_buffer > span a {
  display: inline-block;
  border-bottom: 1px solid #ee1a65;
}

.title_center.social_buffer > span a:hover {
  border-color: transparent;
}

.red_btn {
  display: inline-block;
  background: #ee1a65;
  padding: 18px 23px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 7px 7px 0 #b2b2b2;
  border: 1px solid #ee1a65;
  transition: all 0.2s ease-in-out;
}

.red_btn:hover {
  color: #ee1a65;
  background: #fff;
  box-shadow: 7px 7px 0 rgba(178,178,178,0.8);
}

.date {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.cat_gradient {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  background: -moz-linear-gradient(0deg, rgba(221,26,238,0.8) 0%, rgba(68,26,41,0.8) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(221,26,238,0.8)), color-stop(100%, rgba(68,26,41,0.8))); /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(221,26,238,0.8) 0%, rgba(68,26,41,0.8) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(221,26,238,0.8) 0%, rgba(68,26,41,0.8) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(221,26,238,0.8) 0%, rgba(68,26,41,0.8) 100%); /* ie10+ */
  background: linear-gradient(90deg, rgba(221,26,238,0.8) 0%, rgba(68,26,41,0.8) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1aee', endColorstr='#441a29',GradientType=1 ); /* ie6-9 */
}

a.cat_gradient:hover {
  color: #fff;
  background: -moz-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(68,26,41,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(221,26,238,1)), color-stop(100%, rgba(68,26,41,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(68,26,41,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(68,26,41,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(68,26,41,1) 100%); /* ie10+ */
  background: linear-gradient(90deg, rgba(221,26,238,1) 0%, rgba(68,26,41,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1aee', endColorstr='#441a29',GradientType=1 ); /* ie6-9 */
}

.lSAction a,
.lSAction span {
  background: transparent;
  width: 46px;
  height: 46px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  transition: all 0.2s ease-in-out;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.lSAction .lSPrev:after {
  content: "\f124";
  font-family: "ionicons";
}

.lSAction .lSNext:after {
  content: "\f125";
  font-family: "ionicons";
}

.lSAction a:hover {
  opacity: 1;
}

.banner {
  float: left;
  width: 100%;
  padding: 15px 0;
}

/*****  header style  *****/

#header {
  float: left;
  background: #fff;
  width: 100%;
  padding-top: 20px;
  position: relative;
  z-index: 8001;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  min-height: 140px;
}

#header .lang_ver {
  float: left;
  width: 180px;
  height: 56px;
}

#header .lang_ver ul {
  height: 56px !important;
  padding-top: 6px;
}

#header .lang_ver li {
  float: left;
  width: 100%;
  height: 50px;
  position: relative;
  text-align: center;
  color: #ee1a65;
  font-size: 20px;
  border: 1px solid #ee1a65;
  font-family: 'GaramondPremrProDisp';
}

#header .lang_ver ul li a {
  display: block;
  width: 100%;
  padding: 15px 0;
}

#header .lang_ver .lSAction a {
  width: 30px;
  height: 36px;
  font-size: 16px;
  color: rgba(238,26,101,1);
  line-height: 32px;
}

#header .lang_ver span {
  width: 125px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  margin: 0 auto;
  padding: 0 15px;
  font-weight: 700;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  font-family: Lato;
}

#header .lang_ver:hover {
  font-weight: 600;
}

#logo {
  width: 300px;
  height: 62px;
  margin: 0 auto;
}

#logo a {
  display: block;
  background: url("assets/images/logo.png") no-repeat;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
}

#header > .container > .right.open .header_search {
  display: block;
}

#header > .container > .right.open .search_show_btn {
  display: none;
}

.header_search {
  float: left;
  display: none;
  position: relative;
}

.header_search input[type="submit"] {
  display: none;
}

.header_search input[type="search"] {
  float: left;
  background: #e5e5e5;
  padding: 0 30px 0 60px;
  width: 240px;
  height: 56px;
  line-height: 56px;
  text-transform: uppercase;
  font-size: 13px;
}

.search_show_btn {
  float: left;
  width: 85px;
  height: 30px;
  margin-top: 15px;
  line-height: 30px;
  padding-left: 40px;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}

.header_search:after,
.search_show_btn:after {
  content: "\f4a5";
  font-family: "ionicons";
  font-size: 35px;
  position: absolute;
}

.search_show_btn:after {
  top: 0;
  left: 0;
}

.header_search:after {
  top: 10px;
  left: 20px;
}

.header_search .close_search {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9;
  font-size: 40px;
  color: #000;
  transition: all 0.2s ease-in-out;
}

.header_search .close_search:hover {
  color: #ee1a65;
  cursor: pointer;
}

.sticky_header .header_search .close_search {
  top: 0;
}

.header_profile {
  float: right;
}

.header_profile {
  float: left;
  width: 125px;
  margin: 13px 0 0 25px;
  position: relative;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
}

.header_profile > div {
  display: block;
  height: 35px;
  padding-top: 9px;
  padding-left: 40px;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.header_profile > div:before {
  content: "\f47d";
  font-family: "ionicons";
  font-size: 35px;
  position: absolute;
  left: 10px;
  top: 0;
}

.header_profile > div span,
.search_show_btn span {
  padding-bottom: 3px;
  border-bottom: 1px solid #e5e5e5;
}

.header_profile:hover > div span,
.search_show_btn:hover span {
  border-color: transparent;
}

.header_profile ul {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  padding: 8px 0;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.header_profile:hover div {
  border: 1px solid #e5e5e5;
  border-bottom-color: transparent;
}

.header_profile:hover ul {
  display: block;
}

.header_profile ul li {
  float: left;
  width: 100%;
}

.header_profile ul li a {
  display: block;
  padding: 5px 8px;
}

.header_profile ul li a:hover {
  text-decoration: underline;
}

#header .scroll_top {
  display: none;
  float: left;
  margin: 4px 0 0 10px;
  border-left: 1px solid #7f7f7f;
  padding: 10px 0 10px 10px;
}

#header .scroll_top:after {
  content: "\f3d0";
  font-family: "ionicons";
  float: right;
  margin: -1px 0 0 7px;
  font-size: 18px;
}

#header .scroll_top:hover:after {
  content: "\f3d8";
}

.sticky_header #header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 4px 0;
  min-height: 48px;
  z-index: 8001;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
          box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.sticky_header #header .container {
  position: relative;
}

.sticky_header .header_search {
  position: absolute;
  top: 45px;
  right: 0;
}

.sticky_header .lang_ver {
  display: none;
}

.sticky_header #header .nav_header {
  margin-top: 3px;
  width: 1025px;
  position: relative;
}

.sticky_header #header .nav_header .container {
  width: 100%;
}

.sticky_header #header .softart_menu {
  width: calc(100% - 30px);
}

.sticky_header #sa_mess_user,
.sticky_header #header .fr,
.sticky_header #header .search_show_btn span,
.sticky_header #header .nav_header #home_menu {
  display: none;
}

.sticky_header #header #logo {
  float: left;
  width: 120px;
  height: 26px;
  margin-top: 8px;
}

.sticky_header #header #logo a {
  background-size: 100%;
}

.sticky_header #header .search_show_btn {
  margin-top: 6px;
}

.sticky_header #header .header_profile {
  margin-top: 4px;
}

.sticky_header #header .header_search input[type="search"] {
  height: 40px;
}

.sticky_header #header .header_search:after {
  top: 3px;
}

.sticky_header #header .search_show_btn {
  width: 32px;
  padding-left: 32px;
}

.softart_menu > .main-menu-slide > ul > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

/*****  menu style  *****/

.mobile_btn_menu {
  display: none;
  margin-right: 15px;
  color: #000;
  font-size: 28px;
  cursor: pointer;
}

.mobile_btn_menu:hover,
.open .mobile_btn_menu {
  color: #ff0d2e;
}

.nav_header.hover {
  position: absolute;
}

.nav_header {
  float: left;
  background: #FFF;
  margin-top: 15px;
}

.nav_header {
  width: 100%;
  position: relative;
}

.softart_menu {
  float: left;
  margin: 6px 0 0 5px;
}

.softart_menu > li {
  float: left;
  margin-left: 10px;
}

.softart_menu > li > a {
  padding: 0 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  position: relative;
}

.softart_menu > li > a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ee1a65;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.softart_menu > li > a:hover:before {
  left: 0;
  right: 0;
}

.softart_menu .sub-menu {
  display: none;
}

.nav_header .menu_btn {
  float: left;
  font-size: 27px;
  cursor: pointer;
}

.sticky_header .nav_header .menu_btn {
  margin-top: 3px;
}

/* slide navigation */

#slide_nav {
  background: #fff url("assets/images/logo.png") no-repeat center bottom 20px;
  background-size: 130px auto;
  padding-bottom: 60px;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 265px;
  min-height: 100vh;
  -moz-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
  transition: all 0.2s ease-in-out;
}

#slide_nav > .links {
  float: left;
  width: 100%;
}

#slide_nav > .links a,
#slide_nav > .links .back_btn {
  float: left;
  width: 50%;
  padding: 16px 10px;
  border-bottom: 1px solid #ee1a65;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #ee1a65;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#slide_nav > .links .back_btn {
  padding-left: 24px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: left;
}

#slide_nav > .links .back_btn i {
  float: left;
  margin-right: 5px;
  font-size: 16px;
}

#slide_nav.show > .links .back_btn {
  opacity: 1;
  visibility: visible;
}

#slide_nav.show > .links a {
  opacity: 0;
  visibility: hidden;
}

.slide_menu a:hover,
#slide_nav > .links a:hover,
#slide_nav > .links span:hover,
.slide_bottom_menu li > a:hover {
  background: #f5f5f5;
}

#slide_nav > .links a:first-of-type {
  border-right: 1px solid #ee1a65;
}

.slide_menu,
.slide_menu > li,
.slide_menu > li > .sub-menu > li {
  float: left;
  width: 100%;
}

.slide_menu > li > a,
.slide_menu > li > .sub-menu > li > a {
  float: left;
  width: 100%;
  padding: 13px 24px;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.slide_menu > li.menu-item-has-children > a:after,
.slide_bottom_menu > li.menu-item-has-children > a:after {
  content: "\f3d3";
  font-family: "ionicons";
  position: absolute;
  right: 20px;
  top: 12px;
  color: #ee1a65;
}

.slide_menu > li.menu-item-has-children > .sub-menu,
.slide_bottom_menu > li.menu-item-has-children > ul {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.slide_menu > li.show_submenu > .sub-menu,
.slide_bottom_menu > li.show_submenu > ul {
  visibility: visible;
  opacity: 1;
  z-index: 11;
}

.slide_menu > li.show_submenu > a {
  display: block !important;
}

.slide_menu > li.show_submenu > a:after {
  content: "";
}

.slide_menu .sub-menu .sub-menu {
  border-bottom: 1px solid #ddd;
}

.slide_menu .sub-menu .sub-menu,
.slide_menu .sub-menu .sub-menu li {
  float: left;
  width: 100%;
}

.slide_menu .sub-menu .sub-menu li a {
  float: left;
  width: 100%;
  padding: 8px 24px 8px 40px;
  font-size: 15px;
}

.close_slider_nav {
  position: fixed;
  top: 0;
  left: 265px;
  width: 50px;
  height: 48px;
  background: #474747;
  cursor: pointer;
}

.close_slider_nav:after,
.close_slider_nav:before {
  content: " ";
  width: 31px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 9px;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}

.close_slider_nav:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 22px;
  width: 32px;
}

.close_slider_nav:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  top: 23px;
  width: 32px;
}

.close_slider_nav:hover:after {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  top: 29px;
}

.close_slider_nav:hover:before {
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  top: 18px;
}

.overlayBody {
  display: none;
}

.open_slide_nav .overlayBody {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8002;
  width: 100%;
  height: 100%;
  background: rgba(119,119,119,0.7);
}

.open_slide_nav #slide_nav {
  visibility: visible;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.social_menu {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 12px 24px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.social_menu li {
  display: inline-block;
  margin: 0 10px;
}

.social_menu li a {
  display: block;
  background: #FFF;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  color: #777;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
}

.social_menu li a:hover {
  border-color: #777;
}

.slide_bottom_menu {
  float: left;
  width: 100%;
  background: #f5f5f5;
}

.slide_bottom_menu > li.menu-item-has-children > a {
  position: relative;
}

.slide_bottom_menu > li > a {
  float: left;
  width: 100%;
  padding: 13px 24px;
  color: #777;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
}

.slide_bottom_menu > li.menu-item-has-children > a:after {
  top: 14px;
  color: #777;
}

.slide_bottom_menu ul,
.slide_bottom_menu li {
  float: left;
  width: 100%;
}

.slide_bottom_menu li > span {
  display: block;
  background: #777;
  padding: 10px 10px 10px 23px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}

.slide_bottom_menu ul li > a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 24px;
  border-bottom: 1px solid #ddd;
}




#home_btn {
  float: left;
  color: #000;
  font-size: 21px;
  padding-top: 6px;
  margin-right: 15px;
  height: 38px;
}

#home_btn:hover {
  color: #ee1a65;
}

#home_menu {
  position: relative;
}

#home_menu:hover #breadcrumbs {
  display: block;
}

#breadcrumbs {
position: relative;
    float: left;
    top: 38px;
    padding: 0 12px 12px 12px;
    width: 100%;
}

.home #breadcrumbs {
  padding: 0;
  display: none !important;
}

#breadcrumbs a {
	display: inline-block;
    font-size: 13px;
    text-decoration: underline;
    color: #f1009f;
}

#breadcrumbs > span {
  color: #000;
  font-size: 13px
}

#breadcrumbs a:hover {
  text-decoration: none;
}

/*****  home page   *****/

/*****  home slider   *****/

#home_slider {
  float: left;
  width: 100%;
  max-height: 480px;
  overflow: hidden;
}

#home_slider ul {
  float: left;
}

#home_slider ul li {
  min-width: 33.03vw;
}

.home_slider_post {
  float: left;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.home_slider_post .slider_img {
  display: block;
  position: relative;
  width: 100%;
  min-width: 450px;
  height: 480px;
  border-right: 1px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.home_slider_post .slider_img:after,
.editor_post .img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 80%;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.8))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.home_slider_post:hover .slider_img:after,
.editor_post:hover .img:after {
  opacity: 0;
}

.home_slider_post:hover .slide_info {
  background: rgba(0,0,0,0.4);
}

.home_slider_post .slide_info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: 99;
  width: 90%;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  border-top: 1px solid #ee1a65;
  border-bottom: 1px solid #dd1aee;
  text-align: center;
}

.home_slider_post .slide_info:after,
.home_slider_post .slide_info:before {
  content: "";
  background: -moz-linear-gradient(275deg, rgba(238,26,101,1) 0%, rgba(221,26,236,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238,26,101,1)), color-stop(100%, rgba(221,26,236,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(275deg, rgba(238,26,101,1) 0%, rgba(221,26,236,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(275deg, rgba(238,26,101,1) 0%, rgba(221,26,236,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(275deg, rgba(238,26,101,1) 0%, rgba(221,26,236,1) 100%); /* ie10+ */
  background: linear-gradient(175deg, rgba(238,26,101,1) 0%, rgba(221,26,236,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee1a65', endColorstr='#dd1aec',GradientType=0 ); /* ie6-9 */
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
}

.home_slider_post .slide_info:after {
  left: 0;
}

.home_slider_post .slide_info:before {
  right: 0;
}

.home_slider_post .slide_info .date {
  display: inline-block;
  width: 100%;
  position: relative;
  top: -10px;
}

.home_slider_post .slide_info .date:after,
.home_slider_post .slide_info .date:before {
  content: "";
  height: 1px;
  width: 38%;
  position: absolute;
  top: 7px;
  background: #ee1a65;
}

.home_slider_post .slide_info .date:after {
  left: 0;
}

.home_slider_post .slide_info .date:before {
  right: 0;
}

#home_slider .lSAction a {
  border: 1px solid rgba(238,26,101,0.8);
}

#home_slider .lSAction .lSPrev:hover,
#home_slider .lSAction .lSNext:hover {
  background: rgba(238,26,101,1);
  border: 1px solid rgba(238,26,101,1);
}

#home_slider .lSAction .lSPrev {
  left: 10%;
}

#home_slider .lSAction .lSNext {
  right: 10%;
}

.category_slider .slide_info {
  border-top: none;
}

.home_slider_post .slide_cat {
  display: inline-block;
  position: relative;
  top: -17px;
  padding: 10px 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home_slider_post .slide_cat:hover {
  background: rgba(0,0,0,1);
}

.home_slider_post .slide_title {
  float: left;
  width: 100%;
  padding: 0 30px 25px 30px;
  font-size: 24px;
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}

.home_slider_post .slide_title a {
  color: #fff;
}

.lSPager {
  display: none;
}

.under_slider_cont {
  float: left;
  width: 100%;
  padding: 0 80px;
  margin-bottom: 5px;
  border: 1px solid #ee1a65;
  border-top: none;
}

.under_slider {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px 30px 10px 30px;
  margin-bottom: -30px;
}

.under_slider .tag_list {
  float: left;
  margin-top: 4px;
}

.under_slider .tag_list li {
  float: left;
  margin: 8px 10px 0 0;
}

.under_slider .tag_list li:first-of-type {
  margin-top: 0;
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
}

.under_slider .tag_list li small {
  font-family: 'GaramondPremrProIt';
}

.under_slider .tag_list li a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #ee1a65;
}

.under_slider .tag_list li a:hover {
  border-color: transparent;
}

.social_slider {
  float: right;
}

.social_slider li {
  float: left;
  margin-right: 12px;
}

.social_slider a {
  float: left;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color: #000;
  border: 1px solid #e3e3e3;
}

.social_slider a:hover {
  color: #fff;
  border-color: transparent;
}

.editor_bg {
  float: left;
  width: 100%;
  background: #f8f8ee url("assets/images/editor_bg.jpg") no-repeat top center;
}

.editor_cont {
  float: left;
  width: 100%;
}

.editor_posts {
  float: left;
  width: 32%;
}

.editor_posts_cont {
  float: left;
  width: 100%;
}

.editor_posts_cont .editor_post {
  width: 32%;
}

.editor_posts_cont .editor_post:nth-of-type(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}

.editor_posts:nth-of-type(2) {
  margin-left: 2%;
  margin-right: 2%;
}

.editor_title {
  float: right;
  width: 96%;
  position: relative;
  margin-bottom: 25px;
}

.editor_title .pink_gradient {
  float: left;
  width: 100%;
  padding: 13px 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  opacity: 0.8;
}

.editor_title .pink_gradient a {
  color: #fff;
}

.editor_title .pink_gradient a:hover {
  text-decoration: underline;
}

.editor_title .editor_post_info {
  width: 96%;
  position: relative;
  min-height: 20px;
  margin: 0 auto;
  border: 1px solid #ed1a6a;
  border-bottom: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
}

.editor_title .editor_post_info span {
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  width: 170px;
  margin: 0 auto;
  padding: 5px 0;
  background: #F8F8EE;
  padding: 0 15px;
  line-height: 21px;
  text-align: center;
}

.editor_title .editor_post_info span:before {
  font-family: "ionicons";
  float: left;
  margin-right: 8px;
  font-size: 20px;
}

.editor_title .editor_post_info .list:before {
  content: "\f471";
}

.editor_title .editor_post_info .eye:before {
  content: "\f425";
}

.editor_title .editor_post_info .share:before {
  content: "\f3ac";
}

.editor_title .editor_post_info span b {
  font-weight: 700;
}

.editor_post_first {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.editor_post_first .img {
  float: left;
  width: 100%;
}

.editor_post_first .img,
.prev_post .img,
.next_post .img,
.three_post_box .big_post .img {
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.editor_post_first .img:hover img,
.prev_post .img:hover span,
.next_post .img:hover span,
.three_post_box .big_post .img:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.editor_post_first .img img,
.editor_post .img img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
  width: 100%; /* del row */
}

.editor_post_first .title,
.editor_post_first .title a {
  float: right;
  width: 98%;
}

.editor_post_first .title a {
  display: inline-block;
  background: #fff;
  padding: 30px 25px;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 130%;
}

.editor_post_first .title a:hover {
  color: #ee1a65;
}

.editor_post {
  margin-bottom: 30px;
}

.editor_post,
.editor_post .img {
  float: left;
  width: 100%;
  position: relative;
}

.editor_post .img:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  background: rgba(238,26,101,0.8);
  transition: all 0.2s ease-in-out;
}

.editor_post .img:hover:before {
  background: rgba(238,26,101,1);
}

.editor_post .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  transition: all 0.2s ease-in-out;
  font-family: 'Roboto Condensed', sans-serif;
}

.editor_post .title a {
  display: block;
  padding: 0 30px 30px 30px;
  font-size: 20px;
  color: #fff;
  line-height: 130%;
}

.editor_post .count_album {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 99;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.editor_post:hover .count_album,
.editor_post:hover .title {
  opacity: 1;
  visibility: visible;
}

.editor_post .count_album span {
  float: left;
}

.editor_post .count_album span b {
  font-weight: 700;
}

.editor_post .count_album .icon {
  margin-right: 10px;
  padding: 4px 8px;
  border: 1px solid #ee1a65;
  color: #ee1a65;
  font-size: 15px;
  position: relative;
}

.editor_post .count_album .icon:after,
.editor_post .count_album .icon:before {
  content: "";
  display: block;
  height: 1px;
  background: #ee1a65;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.editor_post .count_album .icon:after {
  width: 86%;
  top: -3px;
}

.editor_post .count_album .icon:before {
  width: 76%;
  top: -5px;
}

.second_home_bg {
  float: left;
  width: 100%;
  background: url("assets/images/trending_bg.png") no-repeat center bottom;
  padding-top: 40px;
  min-height: 700px;
}

.category .second_home_bg .second_home_slider,
.archive .second_home_bg .second_home_slider {
  margin-bottom: 120px;
}

.trending_left {
  float: left;
}

.trending_time_list {
  float: left;
  position: relative;
  padding-right: 15px;
}

.trending_time_list:after {
  content: "\f3d0";
  font-family: "ionicons";
  position: absolute;
  top: 5px;
  right: 0;
  color: #adada8;
}

.trending_time_list:hover:after {
  content: "\f3d8";
}

.trending_time_list li {
  padding: 5px 8px;
  font-size: 13px;
  color: #adada8;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
}

.trending_time_list li:hover {
  color: #000;
}

.trending_time_list > li {
  position: relative;
}

.trending_time_list ul {
  display: none;
  background: #fff;
  width: 150px;
  padding: 5px 0;
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 99;
}

.trending_time_list:hover ul {
  display: block;
}

.trending_left .title,
.title_sidebar {
  float: left;
  margin-top: 10px;
  clear: left;
  font-size: 48px;
  color: #ee1a65;
  font-family: 'Roboto Condensed', sans-serif;
}

.trending_left .title:before,
.title_sidebar:before {
  content: "\f31a";
  font-family: "ionicons";
  margin: 0 10px 0 1px;
}

.random_cat_slider {
  float: right;
  width: 250px;
  position: relative;
  border: 1px solid #ee1a65;
  border-bottom: none;
}

.random_cat_slider:before {
  content: "RANDOM CATEGORY";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: 140px;
  margin: 0 auto;
  top: -7px;
  padding: 0 8px;
  color: #adada8;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.random_cat_slider ul li a,
.random_cat_slider ul li span {
  display: block;
  padding: 15px 5px 42px 5px;
  color: #ee1a65;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.random_cat_slider ul li a:hover {
  color: #000;
}

.random_cat_slider .lSAction {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
  border-top: 1px solid #ee1a65;
}

.random_cat_slider .lSAction a,
.random_cat_slider .lSAction span {
  float: left;
  width: 50%;
  margin: 0;
  height: 28px;
  top: 0;
  background: transparent;
  line-height: 28px;
  color: #fff;
}

.random_cat_slider .lSAction a:hover {
  color: #000;
}

.random_cat_slider .lSAction .lSNext {
  text-align: left;
}

.random_cat_slider .lSAction .lSPrev:after,
.random_cat_slider .lSAction .lSNext:after {
  font-family: "ionicons";
  font-size: 32px;
}

.random_cat_slider .lSAction .lSPrev:after {
  content: "\f3d5";
  float: right;
  margin-right: 30px;
}

.random_cat_slider .lSAction .lSNext:after {
  content: "\f3d6";
  margin-left: 30px;
}

.second_home_bg {
  float: left;
  width: 100%;
}

/*  big post style  */

.big_post {
  float: left;
}

.big_post.bp_width {
  width: 60%;
  max-width: 710px;
}

.big_post.small {
  max-width: 420px;
}

.default_slider .big_post.small {
  max-width: 460px;
  margin-right: 1px;
  float: right;
}

.big_post.small.bp_width {
  width: 36%;
  max-width: 420px;
}

.big_post .img_box {
  float: left;
  width: 100%;
  position: relative;
}

.editor_cont .editor_title .editor_post_info span b:after {
  content: "views";
  margin-left: 4px;
  font-weight: 300;
}


.big_post .view {
  position: absolute;
  top: -20px;
  left: -60px;
  z-index: 101;
  width: 160px;
  height: 70px;
  background: #fff;
  border-bottom: 2px solid #ee1a65;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  text-align: right;
  font-size: 11px;
  color: #808080;
  font-weight: 700;
  text-transform: uppercase;
}

.big_post .view > div {
  padding: 0 45px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.big_post .view span {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 15px;
  color: #ee1a65;
  line-height: 20px;
}

.big_post .view span:before {
  content: "\f425";
  font-family: "ionicons";
  float: left;
  margin-right: 8px;
  font-size: 25px;
}

.big_post .img {
  float: left;
  width: 100%;
  position: relative;
}

.big_post .img.bg {
  width: 100%;
  max-width: 710px;
  height: 370px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.big_post .img img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
}

.big_post .img:after {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.4))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.big_post .img:hover:after {
  opacity: 0;
}

.big_post .img .date {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 99;
}

.big_post .img_box .cat {
  width: 74%;
  position: absolute;
  left: 25px;
  bottom: -9px;
  z-index: 101;
  padding: 10px 15px;
}

.big_post .info {
  float: left;
  background: #fff;
  width: 98%;
  min-height: 214px;
  margin-left: 2%;
  padding: 30px 35px;
  box-shadow: 1px 0 15px 5px rgba(119, 119, 119, 0.4);
}

.big_post .info .title,
.big_post .info .title a,
.big_post .info p {
  float: left;
  width: 100%;
}

.big_post .info .title a {
  margin-bottom: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  color: #000;
  line-height: 130%;
}

.big_post .info .title a:hover {
  color: #ee1a65;
}

.second_home_slider {
  float: left;
  width: 100%;
  margin: 60px 0;
}

.second_home_slider ul li {
  padding: 20px 80px;
}

.second_home_slider .big_post {
  width: 60%;
}

.second_home_slider .big_post.small .img {
  float: right;
  max-width: 420px;
}

.second_home_slider .big_post .img:before {
  content: "";
  display: block;
  width: 96%;
  height: 100%;
  position: absolute;
  left: 2%;
  top: 14px;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.second_home_slider .big_post:nth-of-type(1) {
  position: relative;
  z-index: 800;
}

.second_home_slider li .big_post.small {
  float: right;
  width: 36%;
}

.big_post.small .info {
  padding: 25px 30px;
}

.big_post.small .info .title a {
  margin-bottom: 20px;
  font-size: 20px;
}

.big_post.small .img:before {
  display: none;
}

.big_post.small .img_box .cat {
  width: 58%;
}

.second_home_slider .lSAction a,
.rp_slider .lSAction a {
  background: #fff;
  top: 38%;
  border: 1px solid #ee1a65;
  box-shadow: 6px 6px 0 #e5e5e5;
  color: #ee1a65;
}

.second_home_slider .lSAction .lSPrev,
.rp_slider .lSAction .lSPrev {
  left: 6px;
}

.second_home_slider .lSAction .lSNext,
.rp_slider .lSAction .lSNext {
  right: 6px;
}

.second_home_slider .lSAction a:hover,
.rp_slider .lSAction a:hover {
  background: #ee1a65;
  color: #fff;
}

.reg_home_box {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 40px 40px 40px;
  margin-bottom: 80px;
  border: 1px solid #ee1a65;
  text-align: center;
}

.reg_home_box > span {
  font-size: 25px;
  font-family: 'GaramondPremrProDisp';
}

.reg_home_box > .left,
.reg_home_box > .right {
  font-size: 13px;
  color: #ee1a65;
  font-weight: 300;
  position: relative;
}

.reg_home_box > .left {
  line-height: 38px;
}

.reg_home_box > .left span {
  float: left;
  width: 58px;
  height: 38px;
  margin-right: 15px;
  position: relative;
  border: 2px solid #ee1a65;
  font-size: 24px;
  line-height: 36px;
}

.reg_home_box > .left span:after,
.reg_home_box > .left span:before,
.heart_icon:after,
.heart_icon:before {
  content: "";
  background: #ee1a65;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
}

.reg_home_box > .left span:after {
  top: -6px;
  width: 86%;
}

.reg_home_box > .left span:before {
  top: -10px;
  width: 76%;
}

.reg_home_box > .right {
  padding-left: 60px;
  text-align: left;
  padding-top: 4px;
}

.reg_home_box > .right:before {
  content: "\f422";
  font-family: "ionicons";
  color: #ee1a65;
  font-size: 64px;
  position: absolute;
  top: -14px;
  left: 0;
}

.reg_home_box .btn {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  width: 200px;
  margin: 0 auto;
}

.three_home_bg {
  float: left;
  width: 100%;
  background: #f7f7f7 url("assets/images/three_home_bg.png") no-repeat left center;
}

.three_home_bg .editor_title .editor_post_info span {
  background: #F7F7F7;
}

.small_home_slider {
  float: left;
  width: 38%;
}

.medium_home_slider {
  float: right;
  width: 62%;
}

.default_slider {
  float: left;
  width: 100%;
}

.small_home_slider .editor_title,
.medium_home_slider .editor_title {
  padding: 0 20px;
}

.small_home_slider .big_post,
.medium_home_slider .big_post {
  width: 100%;
  padding: 20px;
}

.small_home_slider .lSAction a,
.medium_home_slider .lSAction a {
  background: #ee1a65;
  top: 29%;
  border: 1px solid #ee1a65;
  box-shadow: 6px 6px 0 rgba(0,0,0,0.4);
}

.small_home_slider .lSAction .lSPrev,
.medium_home_slider .lSAction .lSPrev {
  left: 40px;
}

.small_home_slider .lSAction .lSNext,
.medium_home_slider .lSAction .lSNext {
  right: 40px;
}

.small_home_slider .lSAction a:hover,
.medium_home_slider .lSAction a:hover {
  background: #fff;
  color: #ee1a65;
}

.share_three {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.share_three .editor_title {
  width: 100%;
  margin-top: 60px;
}

.share_three .three_post_box .big_post {
  width: 32%;
}

.share_three .three_post_box .big_post:nth-of-type(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}

.share_three .three_post_box .big_post .img:after {
  display: none;
}

.share_three .three_post_box .big_post .info {
  min-height: 100px;
}

.share_three .three_post_box .big_post .info a {
  margin: 0;
  font-size: 20px;
}

#most_shared_posts,
.four_home_bg {
  float: left;
  width: 100%;
}

.four_home_bg {
  background: url("assets/images/four_home_bg.png") no-repeat top center;
}

#most_shared_posts .big_post {
  float: left;
  width: 60%;
}

#most_shared_posts .big_post.small {
  float: left;
  width: 36%;
  margin-left: 4%;
}

/*  overlayed posts */

.post_overlayed {
  float: left;
  position: relative;
  margin: 40px 0;
  box-shadow: 1px 0 15px 5px rgba(119, 119, 119, 0.4);
}

.post_overlayed.small {
  width: 36%;
}

.post_overlayed.big {
  width: 60%;
}

.post_overlayed .img {
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 370px;
  position: relative;
}

.post_overlayed .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  transition: opacity 0.2s ease-in-out;
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.post_overlayed .img:hover:after {
  opacity: 0;
}

.post_overlayed .info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.post_overlayed .info .date {
  float: left;
  margin: 0 0 20px 30px;
}

.post_overlayed .info .cat {
  float: left;
  width: 80%;
  margin: 0 0 0 -20px;
  padding: 8px 0 8px 50px;
  clear: left;
}

.post_overlayed .info .title {
  float: left;
  width: 100%;
}

.post_overlayed .info .title a {
  display: block;
  padding: 20px 30px 40px 30px;
  font-size: 20px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  line-height: 120%;
}

.post_overlayed .info .title a:hover {
  text-decoration: underline;
}

.post_overlayed.big .info .title a {
  font-size: 25px;
}

#most_shared_posts .post_overlayed.small,
.category_hold .post_overlayed.small {
  margin-right: 4%;
}

/***  pagination style  ***/

.wp-pagenavi {
  float: left;
  width: 100%;
  margin: 40px 0;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 46px;
  height: 34px;
  margin: 0 7px;
  position: relative;
  border: 1px solid #ee1a65;
  color: #ee1a65;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  width: 205px;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
  background: #ee1a65;
  color: #fff;
  box-shadow: 7px 7px 0 #e5e5e5;
}

.wp-pagenavi .extend {
  width: 24px;
  color: #000;
  font-size: 17px;
  border: none;
}

.wp-pagenavi .previouspostslink {
  padding-right: 20px;
  text-align: right;
}

.wp-pagenavi .nextpostslink {
  padding-left: 45px;
  text-align: left;
}

.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  font-size: 20px;
  font-family: "ionicons";
  position: absolute;
  top: 1px;
  left: 19px;
}

.wp-pagenavi .previouspostslink:before {
  content: "\f3d2";
}

.wp-pagenavi .nextpostslink:before {
  content: "\f3d3";
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  width: auto;
  padding: 0 15px;
}

.wp-pagenavi .first i,
.wp-pagenavi .last i {
  font-weight: 100;
}

.wp-pagenavi .first i:nth-of-type(2) {
  margin-right: 10px;
}

.wp-pagenavi .last i:nth-of-type(1) {
  margin-left: 10px;
}

.line_title {
  float: left;
  width: 100%;
  padding: 25px 0;
  margin-top: 40px;
  position: relative;
  z-index: 11;
  text-align: center;
  font-size: 25px;
  font-family: 'GaramondPremrProDisp';
  border: 1px solid #ee1a65;
  border-bottom: none;
}

.line_title span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  width: 140px;
  margin: 0 auto;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  font-size: 15px;
  color: #ee1a65;
  font-weight: 700;
  font-family: Lato;
}

.line_title small {
  font-family: 'GaramondPremrProIt';
}

.instagram_slider,
.instagram_slider ul {
  float: left;
  width: 100%;
}

.instagram_slider {
  background: #f7f7f7;
  position: relative;
}

.instagram_slider ul {
  height: 320px;
}

.instagram_slider li {
  float: left;
  width: 20%;
  height: 100%;
}

.instagram_slider .instagram_img {
  float: left;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.instagram_slider .instagram_img:after {
  content: "";
  background: rgba(0,0,0,0.4);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.instagram_slider .instagram_img:hover:after {
  background: rgba(0,0,0,0);
}

.instagram_slider .lSAction a {
  border: 1px solid #ee1a65;
}

.instagram_slider .lSAction a:hover {
  background: #ee1a65;
  color: #fff;
}

.instagram_slider .lSAction .lSPrev {
  border-left: none;
}

.instagram_slider .lSAction .lSNext {
  border-right: none;
}

.instagram_slider .follow {
  display: inline-block;
  background: #fff;
  width: 160px;
  height: 50px;
  padding: 0 23px;
  position: absolute;
  left: 0;
  right: 0;
  top: 135px;
  margin: 0 auto;
  z-index: 99;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
  box-shadow: 7px 7px 0 rgba(0,0,0,0.4);
}

.instagram_slider .follow i {
  float: left;
  margin: -1px 8px 0 0;
  font-size: 24px;
}

.instagram_slider .follow:hover {
  background: #ee1a65;
  color: #fff;
}

.instagram_info {
  float: left;
  width: 100%;
  padding: 45px 0;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

/*****  footer style  *****/

#footer {
  float: left;
  width: 100%;
  margin-top: 55px;
}

#footer h4 {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}

.footer_logo {
  display: block;
  width: 150px;
  height: 32px;
  background: url("assets/images/logo.png") no-repeat;
  background-size: 100%;
}

.footer_social {
  float: left;
  margin: 25px 0 35px 0;
  clear: left;
}

.footer_social li {
  float: left;
  margin-right: 12px;
}

.footer_social li a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
}

.footer_social li a:hover {
  background: #e6e6e6;
  border-color: transparent;
}

.copyright {
  float: left;
  clear: left;
}

.footer_nav ul,
.footer_cat ul {
  float: left;
  width: 100%;
}

.footer_nav ul li,
.footer_cat ul li {
  float: left;
  margin-bottom: 8px;
}

.footer_nav ul a,
.footer_cat ul a {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 13px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 300;
}

.footer_nav ul a:hover,
.footer_cat ul a:hover {
  border-color: #ee1a65;
}

.footer_nav {
  float: left;
  width: 20%;
  margin-left: 120px;
}

.footer_nav ul li {
  width: 100%;
}

.footer_cat,
.footer_register {
  float: left;
  width: 50%;
}

.footer_cat li {
  width: 30%;
  margin-right: 3%;
}

#footer .register_box {
  float: left;
  background: #f7f7f7;
  padding-bottom: 70px;
}

#footer .register_box .heart_circle {
  background: #ee1a65;
  position: relative;
  z-index: 9;
  margin-top: -70px;
}

#footer .register_box .heart_circle .heart_icon {
  color: #fff;
  border-color: #fff;
}

#footer .register_box .heart_circle .heart_icon:after,
#footer .register_box .heart_circle .heart_icon:before {
  background: #fff;
}

#footer .register_box .reg_box_text {
  margin-top: -20px;
  padding-bottom: 50px;
}

#footer .register_box .reg_btn_box {
  background: #f7f7f7
}

#footer .register_box .reg_btn_box .red_btn {
  width: 140px;
}

/********   category page   ********/

.category_bg {
  float: left;
  width: 100%;
  background: url("assets/images/editor_bg.jpg") no-repeat top center;
}

.category_slider {
  float: left;
  width: 61%;
}

#home_slider .lSAction a,
.category_slider .lSAction a {
  background: rgba(238,26,101,0.7);
  border: 1px solid rgba(238,26,101,0.7);
}

.category_slider .lSAction .lSPrev:hover,
.category_slider .lSAction .lSNext:hover {
  background: transparent;
}

.category_slider .lSAction .lSPrev {
  left: 40px;
}

.category_slider .lSAction .lSNext {
  right: 40px;
}

.sub_cat_slider {
  float: left;
  width: 39%;
  height: 480px;
}

.sub_cat_slider .lSSlideOuter {
  padding: 40px 0;
}

.sub_cat_slider li {
  float: left;
  width: 100%;
  height: 80px !important;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.sub_cat_slider li:hover {
  height: 160px !important;
  border: 3px solid #ee1a65;
  z-index: 99999;
}

.sub_cat_slider li a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 20px;
  color: #c2c0bf;
}

.sub_cat_slider li a:after {
  content: "";
  display: block;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.sub_cat_slider li:hover a:after {
  height: 50%;
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.7))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.sub_cat_slider li:hover a {
  color: #fff;
}

.sub_cat_slider li a .title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  font-weight: 700;
}

.sub_cat_slider li a .count {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  font-weight: 300;
}

.sub_cat_slider .lSAction a {
  width: 100%;
  height: 40px;
  background: #e2e2e2;
  left: 0 !important;
  margin: 0 !important;
  color: #b5b5b5;
  text-shadow: none;
}

.sub_cat_slider .lSAction a:hover {
  background: #ee1a65;
  color: #fff;
}

.sub_cat_slider .lSAction .lSPrev {
  top: 0 !important;
}

.sub_cat_slider .lSAction .lSPrev:after {
  content: "\f126";
}

.sub_cat_slider .lSAction .lSNext {
  bottom: 0 !important;
}

.sub_cat_slider .lSAction .lSNext:after {
  content: "\f123"
}

.category_desc {
  float: left;
  background: #fff;
  width: 100%;
  padding: 40px 40px 0 40px;
  text-align: center;
}

.category_desc .title,
.normal_title,
.error_404 .widgettitle {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}

.category_desc .descripion {
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
}

.category_desc .line_title {
  padding: 18px 0;
}

.category_desc .line_title span {
  width: 140px;
}

.quick_search_bg {
  float: left;
  background: #e5e5e5;
  width: 100%;
  padding: 25px 0;
}

.quick_search_bg form {
  float: left;
  width: 100%;
  position: relative;
  font-size: 13px;
  font-weight: 300;
}

.quick_search_bg form:after {
  content: "";
  background: url("assets/images/quick_search_bg.png") no-repeat;
  width: 286px;
  height: 215px;
  position: absolute;
  right: -100px;
  top: -90px;
  z-index: 9;
}

.checkbox_qs {
  float: left;
  background: #ee1a65;
  width: 20%;
  height: 48px;
  padding: 18px 5px 18px 25px;
  margin-top: 4px;
  text-transform: uppercase;
  color: #fff;
}

.checkbox_qs input {
  float: left;
  margin: 1px 8px 0 0;
  border: none;
}

.checkbox_qs label {
  cursor: pointer;
}

.input_qs {
  float: left;
  background: #fff;
  width: 80%;
  height: 56px;
  position: relative;
  z-index: 999;
}

.input_qs:before {
  content: "\f4a5";
  font-family: "ionicons";
  float: left;
  margin: 10px 0 0 22px;
  font-size: 36px;
}

.input_qs input {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 56px;
  padding: 0 200px 0 62px;
  text-transform: uppercase;
}

#ajax-box .big_post .view > div:after {
  content: "views";
  position: absolute;
  right: 45px;
  bottom: -10px;
}

#ajax-box-search {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 52px;
  background: #FFF;
  padding-left: 63px;
  max-height: 210px;
  overflow-y: auto;
}

#ajax-box-search li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#ajax-box-search li a {
  text-transform: uppercase;
}

#ajax-box-search li a:hover {
   color: #ee1a65;
 }

.category_banner {
  float: right;
  width: 300px;
  margin: 40px 80px 0 0;
}

.category_hold .big_post {
  width: 60%;
  max-width: 710px;
}

.category_no_found .big_post {
  margin-top: 20px;
  margin-bottom: 20px;
}

.super_post {
  margin-top: 40px;
  position: relative;
}

.super_post:before {
  content: "";
  width: 100%;
  height: 380px;
  position: absolute;
  left: -15px;
  top: 0;
  background: -moz-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(238,26,101,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(221,26,238,1)), color-stop(100%, rgba(238,26,101,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(238,26,101,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(238,26,101,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(238,26,101,1) 100%); /* ie10+ */
  background: linear-gradient(90deg, rgba(221,26,238,1) 0%, rgba(238,26,101,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1aee', endColorstr='#ee1a65',GradientType=1 ); /* ie6-9 */
}

.super_post .info {
  margin-left: 0;
  width: 100%;
}

.super_post > span {
  display: block;
  position: relative;
  z-index: 9;
  padding: 13px 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 21px;
}

.super_post > span i {
  float: left;
  margin-right: 15px;
  font-size: 21px;
}

.category_hold .register_box {
  width: 36%;
  max-width: 410px;
}

.register_box {
  float: right;
  background: #eee;
  width: 410px;
  padding-bottom: 120px;
}

.register_box h4 {
  float: left;
  width: 100%;
  padding: 25px 10px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(238,26,101,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(221,26,238,1)), color-stop(100%, rgba(238,26,101,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(238,26,101,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(238,26,101,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(221,26,238,1) 0%, rgba(238,26,101,1) 100%); /* ie10+ */
  background: linear-gradient(90deg, rgba(221,26,238,1) 0%, rgba(238,26,101,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1aee', endColorstr='#ee1a65',GradientType=1 ); /* ie6-9 */
}

.register_box .heart_circle {
  display: block;
  background: #fff;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  clear: left;
  text-align: center;
  border-radius: 100%;
}

.register_box .heart_circle .heart_icon {
  display: inline-block;
  width: 84px;
  height: 60px;
  margin-top: 45px;
  position: relative;
  border: 3px solid #ee1a65;
  line-height: 56px;
  color: #ee1a65;
  font-size: 36px;
}

.register_box .heart_circle .heart_icon:after {
  height: 3px;
  width: 86%;
  top: -9px;
}

.register_box .heart_circle .heart_icon:before {
  height: 3px;
  width: 76%;
  top: -15px;
}

.register_box .reg_box_text {
  float: left;
  width: 90%;
  margin: 40px 0 0 5%;
  padding: 35px 25px 60px 25px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 130%;
  border: 1px solid #ee1a65;
}

.register_box .reg_box_text b {
  font-weight: 700;
}

.register_box .reg_btn_box {
  background: #eee;
  width: 200px;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.grey_bg {
  float: left;
  background: #f2f2f2;
  width: 100%;
  padding-top: 110px;
}

.grey_bg .reg_home_box .btn {
  background: #f2f2f2;
}

.category .grey_bg,
.archive .grey_bg {
  margin-top: -100px;
}

.category .post_overlayed .info .title a,
.archive .post_overlayed .info .title a {
  padding-top: 0;
}

.category .big_post.small.bp_width,
.archive .big_post.small.bp_width,
.search .big_post.small.bp_width {
  float: right;
}

.search .big_post {
  margin-bottom: 40px;
}

.newsletter_box {
  float: left;
  background: #4571c8;
  width: 36%;
  min-height: 370px;
  margin: 40px 4% 40px 0;
  text-align: center;
  box-shadow: 1px 0 15px 5px rgba(119, 119, 119, 0.4);
}

.newsletter_box h4 {
  float: left;
  background: #fff;
  width: 100%;
  padding: 25px 10px;
  font-size: 25px;
  font-weight: 300;
}

.newsletter_box .newsletter_icon {
  display: inline-block;
  background: #fff;
  width: 120px;
  height: 120px;
  margin-top: 30px;
  font-size: 96px;
  color: #ee1a65;
  text-align: center;
  line-height: 120px;
  border-radius: 100%;
}

.newsletter_text {
  float: left;
  width: 88%;
  margin: -28px 0 0 6%;
  padding: 40px 0 45px 0;
  position: relative;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.newsletter_text .newsletter_btn_box {
  background: #4571c8;
  width: 160px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}

.newsletter_text .newsletter_btn_box .red_btn {
  width: 120px;
  box-shadow: 7px 7px 0 rgba(0,0,0,0.3);
}

/******** single page ********/

.single_cont {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding-top: 30px;
}

.single_post,
.single_post header,
.single_post header .img {
  float: left;
  width: 100%;
}

.single_post header {
  padding: 15px 15px 0 15px;
}

.single_post header .img {
  position: relative;
  margin-bottom: 30px;
}

.single_post header .img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.single_post .add_album {
  position: absolute;
  right: 20px;
  bottom: -65px;
  z-index: 9;
}

.add_album {
  background: rgba(0,0,0,0.8);
  width: 160px;
  height: 160px;
}

.add_album.added .count span:before{
  color: #ee1a65;
}

.add_album .count {
  float: left;
  width: 100%;
  height: 125px;
  padding: 20px 0 0 65px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

.add_album .count span {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,1);
}

.add_album .count span:before {
  content: "\f141";
  font-family: 'ionicons';
  position: absolute;
  left: 25px;
  top: 48px;
  font-size: 36px;
}

.add_album .count span b {
  display: block;
  padding-bottom: 5px;
  font-size: 36px;
}

.add_album .add_album_btn {
  float: left;
  background: #ee1a65;
  width: 100%;
  height: 35px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.add_album .add_album_btn:hover {
  background: rgba(238,26,101,0.8);
}

.single_cat {
  float: left;
  padding-left: 25px;
}

.single_cat li {
  float: left;
  margin: 10px 15px 0 0;
}

.single_cat li a {
  display: inline-block;
  color: #ee1a65;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}

.single_cat li a:hover {
  text-decoration: underline;
}

.single_post header .date {
  float: left;
  padding: 10px 15px;
  border-left: 1px solid #e5e5e5;
  color: #000;
  text-shadow: none;
}

.single_title {
  float: left;
  width: 100%;
  padding: 20px;
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
  line-height: 100%;
}

.single_desc {
  float: center;
  width: 100%;
  padding: 0 30px 30px 30px;
  /* text-align: justify; */
  font-size: 18px;
  color: #414141;
  line-height: 140%;
}

.single_desc a {
  color: #ee1a65;
}

.single_desc a:hover {
  text-decoration: underline;
}

.single_desc p {
 /* float: left; */
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
}

.single_desc img {
  text-align: center;
   display: block;
  max-width: 100%;
  height: auto;
}

.single_desc > h2,
.single_desc > h3,
.single_desc > h4 {
  float: left;
  width: 100%;
  margin: 30px;
}

.single_desc > h2 {
  font-size: 24px;
}

.single_desc > h3 {
  font-size: 22px;
}

.single_desc > h4 {
  font-size: 18px;
}

.single_desc ul,
.single_desc ol {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 30px;
}

.single_desc ul li,
.single_desc ol li {
  float: left;
  width: 100%;
}

.single_desc ul li {
  list-style: disc;
}

.single_desc ol li {
  list-style: decimal;
}

.img_article {
  display: inline-block;
  position: relative;
}

.img_article .magnifier {
  display: block;
  opacity: 0;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(238, 26, 101, 0.8);
  top: 0;
  left: 0;
  transition: all ease .3s;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: zoom-in;
}

.img_article:hover .magnifier {
  opacity: 1;
  transform: scale(1.2);
}

.img_article .magnifier:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  display: block;
  left: 20px;
  top: 50%;
}

.img_article .magnifier:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #fff;
  display: block;
  left: 50%;
  top: 20px;
}

.img_article .magnifier i {
  position: absolute;
  right: -5px;
  bottom: -22px;
  width: 5px;
  height: 40px;
  background: rgba(238, 26, 101, 0.8);
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  text-indent: -999px;
  overflow: hidden;
}

.img_article img {
  text-align: center;
  display: block;
  max-width: 100%;
  height: auto;
  cursor: zoom-in;
}

.img_article .social_links,
#swipebox-slider .slide .slide_img .gallery_share {
  width: 36px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
/*  here */
#swipebox-slider .slide .slide_img .gallery_share {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 54px;
  margin: auto 0;
  left: 20px;
}

.img_article:hover .social_links,
#swipebox-slider .slide .slide_img:hover .gallery_share {
  opacity: 1;
  visibility: visible;
}

.img_article .social_links {
  width: 48px;
}

.img_article .social_links a {
  display: inline-block;
  background: #fff;
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
  font-size: 23px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #e3e3e3;
}

.gallery_share a {
     /* float: left; */
    margin: 10px;
    background: #ef1f4d;
    width: 54px;
    height: 54px;
    margin-bottom: 3px;
    font-size: 36px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    padding: 10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.88);
}

.left_cont > .gallery_share {
  display: none;
  width: 52px;
  position: fixed;
  top: 170px;
  left: 25px;
  z-index: 999;
}

.img_article .social_links .tw:hover,
.gallery_share .tw:hover {
  background: rgba(0,172,237,1);
}

.img_article .social_links a:hover,
.gallery_share a:hover {
  color: #fff;
  border-color: transparent;
}

.img_article .social_links .fb:hover,
.gallery_share .fb:hover {
  background: #2960A0;
}

.img_article .social_links .pr:hover,
.gallery_share .pr:hover {
  background: #CB2027;
}

.img_article .social_links .gp:hover,
.gallery_share .gp:hover {
  background: #DB4437;
}

#swipebox-slider .slide .slide_img .gallery_title {
  text-align: left;
  font-size: 18px;
  margin: 20px 0 15px 0;
  color: #fff;
}

.img_article .buy_save_btn {
  height: 36px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s,visibility 0.5s;
}

.img_article .buy_save_btn a {
  display: inline-block;
  height: 36px;
  width: 188px;
  background: url("assets/images/save_image.png") no-repeat left center;
  transition: background 0.2s ease-in-out;
}

.img_article .buy_save_btn a:hover {
  text-decoration: none;
}

.img_article:hover .buy_save_btn {
  visibility: visible;
  opacity: 1;
}

.swipebox-img {
  display: block;
  text-align: center;
}

.imageTitle {
  display: none;
}

.scroll_to_top {
  display: none;
  background: #ee1a65;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 8001;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border: 1px solid #ee1a65;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.scroll_to_top i {
  display: block;
  margin-top: 4px;
  font-size: 30px;
}

.scroll_to_top:hover {
  background: #fff;
  color: #ee1a65;
}

.single_footer {
  float: left;
  width: 100%;
  height: 80px;
  margin-bottom: 85px;
}

.single_footer .container {
  position: relative;
}

.single_footer .add_album {
  background: #000;
  position: absolute;
  top: -25px;
  left: 10px;
  z-index: 99;
}

.single_footer .share_btn {
  float: left;
  margin: 20px 0 0 200px;
}

.single_footer .share_btn li {
  float: left;
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.single_footer .share_btn li:nth-of-type(1) {
  margin-right: 30px;
  padding-top: 13px;
}

.single_footer .share_btn a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border: 1px solid transparent;
}

.single_footer .share_btn a:hover {
  border-color: #f285cc;
}

.single_footer_cat {
  float: left;
  clear: left;
  padding-left: 175px;
  margin-top: 42px;
}

.single_footer_cat .date {
  margin: 12px 0 0 15px;
  display: inline-block;
  color: #000;
  text-shadow: none;
}

/*  prev and next article */

.prev_next_post {
  float: left;
  background: #f2f2f2;
  width: 100%;
  min-height: 210px;
  padding: 40px 0 45px 0;
}

.prev_next_post a:hover {
  color: #ee1a65;
}

.prev_next_post i {
  position: absolute;
  top: -9px;
  font-size: 32px;
}

.prev_post,
.next_post {
  width: 48%;
  max-width: 500px;
  position: relative;
}

.prev_post .img,
.next_post .img {
  position: absolute;
  top: 0;
  width: 180px;
  height: 120px;
}

.prev_post .img span,
.next_post .img span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-in-out;
}

.prev_post > div > a,
.next_post > div > a {
  position: relative;
  margin: 10px 0 20px 0;
  color: #adada8;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.prev_post > div h3,
.next_post > div h3 {
  width: 100%;
}

.prev_post > div h3 a,
.next_post > div h3 a {
  font-size: 20px;
  font-family: "Roboto Condensed";
}

.prev_post {
  float: left;
  padding-left: 210px;
}

.prev_post .img {
  left: 0;
}

.prev_post .img,
.prev_post > div {
  float: left;
}

.prev_post > div > a {
  padding-left: 32px;
}

.prev_post > div > a i {
  left: 0;
}

.prev_post > div h3 {
  float: left;
}

.next_post {
  float: right;
  padding-right: 210px;
  text-align: right;
}

.next_post .img {
  right: 0;
}

.next_post .img,
.next_post > div {
  float: right;
}

.next_post > div > a {
  padding-right: 32px;
}

.next_post > div > a i {
  right: 0;
}

.next_post > div h3 {
  float: right;
}

/*  related articles  */

.related_posts {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.rp_slider,
.rp_slider ul {
  float: left;
  width: 100%;
}

.rp_slider .lSSlideOuter {
  padding: 0 80px;
}

.rp_slider .lSAction a {
  top: 44%;
}

.views_post {
  float: left;
  margin-top: 7px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 300;
}

.views_post:before {
  float: left;
  content: "\f425";
  font-family: "ionicons";
  margin-right: 5px;
  color: #ee1a65;
  font-size: 26px;
}

/******** single product ********/

.product_box {
  float: left;
  width: 100%;
  padding: 40px 40px 40px 0;
  position: relative;
}

.product_box:before {
  content: "";
  width: 106%;
  height: 1px;
  background: #ee1a65;
  position: absolute;
  left: -3%;
}

.product_box:before {
  top: 0;
}

.product_box .big_img,
.product_box .info {
  float: left;
  width: 51%;
  position: relative;
}

.product_box .info {
  width: 49%;
}

.product_box .big_img img,
.product_box .images_box img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product_box .big_img > span {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 65px;
  height: 45px;
  padding-top: 2px;
  position: absolute;
  right: -12px;
  bottom: 0;
  font-size: 18px;
  font-weight: 300;
  color: #ee1a65;
  text-align: right;
}

.product_box .big_img > span b {
  float: right;
  font-size: 36px;
  font-weight: 700;
}

.product_box .big_img > span span {
  float: right;
  margin: 10px 4px 0 0;
}

.product_box .big_img > span:after {
  content: "";
  position: absolute;
  right: 7px;
  top: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 59px 0 0;
  border-color: transparent #fff #fff;
}

.product_box .big_img > span:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 48px 20px;
  border-color: transparent transparent #fff;
}

.product_box .info {
  padding-left: 40px;
}

.product_box .info h2 {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
}

.product_box .info h2 a:hover {
  color: #ee1a65;
}

.product_box .info .price {
  float: left;
  width: 100%;
  margin: 10px 0 15px 0;
  font-size: 15px;
  color: #4d4d4d;
  font-weight: 300;
}

.product_box .info .price span {
  font-size: 18px;
  color: #ee1a65;
}

.product_box .images_box {
  float: left;
  width: 100%;
}

.product_box .images_box a {
  float: left;
  width: 50%;
  position: relative;
  border-right: 1px solid #fff;
}

.product_box .images_box a span {
  display: none;
  background: rgba(238,26,101,0.8);
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 56px;
  font-size: 23px;
  color: #fff;
  border-radius: 100%;
}

.product_box .info .website_link {
  float: left;
  margin-top: 12px;
  font-size: 15px;
  color: #adada8;
  font-weight: 300;
}

.product_box .info .website_link a {
  display: inline-block;
  padding-bottom: 2px;
  color: #4d4d4d;
  font-weight: 700;
  border-bottom: 1px solid #ee1a65;
}

.product_box .info .website_link a:hover {
  border-color: transparent;
}

.product_box .images_box a:hover span {
  display: block;
}

.product_box .desc {
  float: left;
  width: 100%;
  height: 93px;
  overflow: hidden;
  padding: 25px 0 0 40px;
  font-size: 16px;
  color: #414141;
  line-height: 140%;
}

.product_box .desc.open {
  height: auto;
  overflow: auto;
}

.more_desc_pr {
  float: right;
  cursor: pointer;
  color: #000;
  transition: color 0.1s ease-in-out;
}

.product_box .desc .more_desc_pr {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  padding-top: 10px;
  text-align: center;
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}

.product_box .desc.open .more_desc_pr {
  background: none;
  bottom: 12px;
}

.more_desc_pr span {
  display: inline-block;
}

.more_desc_pr span:after {
  content: "\f3d0";
  font-family: "ionicons";
  float: right;
  margin: 2px 0 0 5px;
  font-size: 16px;
}

.more_desc_pr:hover span:after {
  content: "\f3d8";
}

.more_desc_pr:hover {
  color: #ee1a65;
}

#content_desc {
  float: left;
  width: 100%;
}

/*****  popup product *****/

.popup_product_shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.popup_product_hold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  background: #fff;
}

.popup_product {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup_product_hold a:hover {
  text-decoration: none;
}

.popup_product_shadow .exit_qv {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10001;
  padding: 10px 12px;
  background: #666;
  font-size: 23px;
  color: #fff;
}

.popup_product_shadow .exit_qv:after {
  content: "";
  background: url("assets/images/exit.png") no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.popup_product_shadow .exit_qv:hover {
  background: #0030ff;
}

.left_qv {
  float: left;
  width: 60%;
  padding-top: 10px;
}

.popup_product .banner_popup {
  float: left;
  width: 60%;
  height: 90px;
  margin: 12px 0 0 0;
  text-align: center;
}

.popup_product .banner_popup img {
  width: auto;
  margin: 0;
}

.left_qv .bx-wrapper {
  width: 730px;
  height: 480px;
  margin: 0 auto;
}

.left_qv .popup_slider,
.left_qv .bx-wrapper .bx-viewport {
  height: 480px !important;
}

.left_qv .popup_slider,
.left_qv .popup_slider li {
  margin: 0;
  padding: 0;
}

.left_qv .popup_slider li {
  float: left;
  width: 720px !important;
  height: 100%;
  text-align: center;
}

.left_qv .popup_slider iframe {
  width: 100% !important;
  height: 100%;
}

.left_qv .popup_slider img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  width: 44px !important;
  height: 44px !important;
  transition: background 0.2s ease-in-out;
  background-size: 100% !important;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-size: 95% !important;
}

.bx-wrapper .bx-prev {
  left: -40px;
  background: url("assets/images/left_arrow.png") no-repeat center center;
}

.bx-wrapper .bx-next {
  right: -40px;
  background: url("assets/images/right_arrow.png") no-repeat center center;
}

.left_qv .popup_pager {
  width: 100%;
  max-width: 720px;
  margin: 10px auto 0 auto;
  text-align: center;
}

.left_qv .popup_pager a {
  display: inline-block;
  width: 50px;
  height: 45px;
  margin: 0 2px;
  border: 1px solid transparent;
  cursor: pointer;
}
.left_qv .popup_pager .active,
.left_qv .popup_pager a:hover {
  border: 1px solid #666;
}

.left_qv .popup_pager a img {
  filter: opacity(50%);
  -moz-filter: opacity(50%);
  -webkit-filter: opacity(50%);
}
.left_qv .popup_pager .active img,
.left_qv .popup_pager a:hover img {
  filter: opacity(100%);
  -moz-filter: opacity(100%);
  -webkit-filter: opacity(100%);
}

.left_qv .popup_pager img {
  width: 100%;
}

.left_qv .popup_pager .video_icon {
  position: relative;
  font-size: 35px;
}

.left_qv .popup_pager .video_icon i {
  position: absolute;
  left: 7px;
  top: 3px;
}

.right_qv {
  float: left;
  width: 40%;
  height: 700px;
  margin-top: -100px;
  border-left: 1px solid #e6e6e6;
}

.right_qv .top_qv {
  float: left;
  width: 100%;
  padding: 30px 10px 10px 10px;
}

.right_qv h1 {
  float: left;
  width: 100%;
  font-size: 21px;
  font-weight: 600;
  line-height: 20px;
}

.right_qv .from_firm {
  float: left;
  width: 100%;
  padding: 12px 0;
}

.right_qv .price_hold {
  float: left;
  width: 100%;
}

.right_qv .price_hold .text {
  float: left;
  margin: 14px 10px 0 0;
  font-size: 23px;
}

.right_qv .price_hold span {
  margin-right: 5px;
  float: left;
}

.right_qv .price_hold span:nth-of-type(1) {
  font-size: 28px;
  margin-top: 10px;
}

.right_qv .price_hold span:nth-of-type(2) {
  font-size: 16px;
  margin-top: 20px;
  text-decoration: line-through;
}

.right_qv .price_hold a {
  float: right;
  margin-right: 10px;
  padding: 13px 40px;
  font-size: 21px;
  color: #464646;
  border-radius: 4px;
  border: 1px solid #8c8c8b;
}

.right_qv .price_hold a:hover {
  border-color: #0030ff;
  color: #0030ff;
}

.social_qv {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.social_qv li {
  float: left;
  width: 20%;
  height: 80px;
  display: table;
}

.social_qv li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  color: #fff;
}

.social_qv li a:hover {
  opacity: 0.8;
}

.social_qv li .tw {
  background: #00aced;
}

.social_qv li .fb {
  background: #3b5998;
}

.social_qv li .pr {
  background: #cb2027;
}

.social_qv li .gp {
  background: #dd4b39;
}

.social_qv li .letter {
  background: #aaa;
}

.social_qv li .link {
  background: #0f52ba;
}

.top_qv > h4 {
  float: left;
  width: 100%;
  padding: 10px 0;
  font-weight: 600;
}

.right_qv p {
  margin: 0;
}

.top_qv > p {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  line-height: 18px;
  border-bottom: 1px dotted #000;
}

.controls_qv {
  display: table;
  width: 100%;
  height: 80px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.controls_qv a {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  font-size: 25px;
  color: #464646;
  outline: none;
}

.controls_qv a:hover {
  color: #0030ff;
}

.controls_qv .prev {
  padding: 0 20px 0 60px;
  border-right: 1px dotted #000;
}

.controls_qv .next {
  padding: 0 60px 0 20px;
  text-align: right;
}

.controls_qv .prev:before,
.controls_qv .next:after {
  font-family: "ionicons";
  font-size: 70px;
  position: absolute;
  top: 5px;
}
.controls_qv .prev:before {
  content: "\f3cf";
  left: 15px;
}
.controls_qv .next:after {
  content: "\f3d1";
  right: 15px;
}

.related_qv {
  float: left;
  width: 100%;
  padding: 20px 10px 10px 10px;
}

.related_qv h3 {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}

.related_qv ul {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
}

.related_qv ul li {
  float: left;
  width: 25%;
  padding: 8px 5px;
}

.related_qv li a {
  display: block;
  width: 100%;
  color: #464646;
}

.related_qv li a:hover span {
  color: #0030ff;
}

.related_qv li a img {
  width: 100%;
}

.related_qv li span {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-weight: 600;
  text-align: center;
}

#content_desc {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.hidden {
  display: none !important;
}

.label_shop {
  float: left;
  margin-right: 10px;
}

/* product table */

.products_table {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
}

.products_table table {
  float: left;
  width: 100%;
  min-width: 460px;
  margin-bottom: 0;
}

.products_table tr th {
  background: #ee1a65;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px 5px 0;
  text-align: left;
}

.products_table tr td {
  padding: 6px 0;
}

.products_table tr td:first-of-type {
  padding: 5px 3px;
  text-align: center;
}

.products_table tr td:nth-of-type(3) {
  padding-right: 25px;
}

.products_table tr:nth-of-type(2n+1) td {
  background: #F5F5F5;
}

/*****  sidebar style   *****/

.sidebar_banner {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.sidebar_follow {
  float: left;
  background: #fff;
  width: 100%;
  padding: 25px 50px 20px 50px;
  margin-top: 0;
}

.sidebar_follow > span {
  display: block;
  padding: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.sidebar_follow ul {
  display: block;
  margin-top: 32px;
}

.sidebar_follow ul li {
  float: left;
  margin-right: 20px;
}

.sidebar_follow ul li:last-of-type {
  margin-right: 0;
}

.sidebar_follow ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #e3e3e3;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}

.sidebar_follow ul li a:hover {
  color: #fff;
  border-color: transparent;
}

.title_sidebar {
  margin: 0 0 20px 0;
  /* margin: 40px 0 20px 0; */
  font-size: 30px;
}

.right_cont .big_post,
.right_cont .post_overlayed.small {
  width: 100%;
  margin: 0 0 25px 0;
}

.right_cont .big_post.small .img_box .cat {
  width: 70%;
}

.right_cont .big_post .info {
  min-height: auto;
  padding-bottom: 10px;
}

.right_cont .post_overlayed.small .img {
  height: 240px;
}

.right_cont .post_overlayed .info .cat {
  margin-left: 20px;
  padding-left: 15px;
}

.right_cont .post_overlayed .info .title a {
  padding: 20px 20px 30px 20px;
}

.right_cont .register_box {
  width: 100%;
  background: #fff;
  padding-bottom: 80px;
  margin-bottom: 20px;
}

.right_cont .register_box .heart_circle,
.right_cont .register_box .reg_btn_box {
  background: #fff;
}

.right_cont .register_box .heart_circle {
  background: #f2f2f2;
}

.register_box .reg_box_text {
  margin-top: 25px;
}

#ajax-box {
  height: 620px;
  position: relative;
}

#ajax-box.hide:after {
  content: "";
  background: url("assets/images/loader.gif") no-repeat;
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.no_found_post_ajax {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 25px;
}

#ajax-box.hide .default_slider {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

#ajax-box.show .default_slider {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

/*** embed popup  ***/

#embed_popup_cont {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
}

#embed_popup_cont.show {
  display: block;
}

#embed_popup_cont .fancybox_popup {
  display: block;
  float: right;
  margin: 0;
}

#embed_popup_cont .fancybox_popup .popup_bottom {
  padding-bottom: 35px;
}

.embed_popup_hold {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 940px;
  height: 600px;
}

.embed_popup_hold .or_center {
  background: #E1E1E1;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 460px;
  margin: auto;
  font-size: 18px;
  font-family: "ProximaNovaBold";
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
}

.embed_popup {
  float: left;
  background: #fff;
  width: 450px;
  height: 600px;
  color: #000;
}

.embed_popup h3 {
  float: left;
  width: 100%;
  padding: 20px 15px;
  background: #F0F0F0;
  font-weight: 300;
  font-size: 23px;
  border-bottom: 1px dotted #000;
  position: relative;
}

.embed_popup_hold > .close {
  position: absolute;
  top: 45px;
  right: 5px;
  z-index: 99;
  font-size: 40px;
  color: #222;
}

.embed_popup_hold > .close:hover {
  color: #ee1a65;
}

.embed_popup form {
  float: left;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px dotted #000;
}

.embed_popup form span {
  float: left;
  width: 100%;
  padding: 8px 0;
  font-size: 14px;
}

.embed_popup > a {
  float: right;
  background: rgba(0, 48, 255, 1);
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  margin: 10px 15px 15px 0;
}

.embed_popup > a:hover {
  background: rgba(0, 48, 255, 0.8);
}

.embed_popup form textarea {
  float: left;
  width: 100%;
  height: 125px;
  background: #eee;
  padding: 5px;
  font-size: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  line-height: 14px;
  font-family: Arial;
  overflow-y: auto;
  color: #000
}

.embed_popup form textarea:last-of-type {
  height: 70px;
}


/*  popup for login, register and etc.  */

.fancybox-overlay {
  z-index: 9999 !important;
}

.fancybox-inner {
  overflow: visible !important;
}

.fancybox-close {
  top: 58px;
  right: 5px;
  color: #222;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
}

.close_slider_ideabook {
  position: absolute;
  top: 4%;
  right: 4%;
  z-index: 999;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  text-align: center;
}

.close_slider_ideabook:before,
.fancybox-close:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 21px;
  height: 2px;
  background-color: #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close_slider_ideabook:after,
.fancybox-close:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 21px;
  height: 2px;
  background-color: #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-close:hover:after,
.fancybox-close:hover:before,
.close_slider_ideabook:hover:after,
.close_slider_ideabook:hover:before {
  background-color: #ee1a65;
}

.close_slider_ideabook:before,
.close_slider_ideabook:after {
  top: 21px;
  right: 11px;
}

.fancybox_popup {
  float: left;
  display: none;
  position: relative;
  width: 430px;
  padding-top: 105px;
  background: linear-gradient(to bottom, transparent 0%,transparent 176px,transparent 180px,#f8f8ee 180px,#f8f8ee 100%), url("assets/images/popup_bg.png") no-repeat top center;
  color: #222;
}

.fancybox_popup a:hover {
  text-decoration: none;
}

.fancybox_popup:before,
.add_attachment_success .success_box:before {
  content: "";
  display: block;
  background: #ee1a65 url("assets/images/popup_lock.png") no-repeat center center;
  width: 96px;
  height: 96px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  box-shadow: 0 5px 0 rgba(0,0,0,0.2);
  border-radius: 100%;
}
#create_album_popup.fancybox_popup:before,
#edit_album_popup.fancybox_popup:before {
  background: #ee1a65 url("assets/images/popup_pencil.png") no-repeat center center;
}
#forgotten_password_popup.fancybox_popup:before {
  background: #ee1a65 url("assets/images/popup_unlock.png") no-repeat center center;
}
#add_image_album.fancybox_popup:before,
.add_attachment_success .success_box:before {
  background: #ee1a65 url("assets/images/popup_heart.png") no-repeat center center;
}
#create_account_popup.fancybox_popup:before {
  background: #ee1a65 url("assets/images/popup_head.png") no-repeat center center;
}

#create_album_popup,
#forgotten_password_popup {
  padding-bottom: 15px;
}

#add_image_album {
  min-height: 620px;
}

.popup_top {
  float: left;
  background: url("assets/images/popup_logo.png") no-repeat center bottom;
  width: 100%;
  padding: 0 10px 40px 10px;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
}

.popup_top.no_logo {
  background: none;
  padding-bottom: 0;
}

.fancybox_popup form {
  float: left;
  width: 100%;
  padding: 0 35px;
}

.input_text {
  float: left;
  width: 100%;
  background: #fff;
  padding: 12px;
  margin-top: 10px;
  border: 1px solid #d2d2c1;
  font-size: 15px;
  text-align: center;
  font-family: "Roboto Condensed";
  border-radius: 1px;
}
.input_log {
  float: left;
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  font-family: "Roboto Condensed";
  border-radius: 1px;
}

.submit_btn {
  float: left;
  width: 100%;
  background: #222;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #d2d2c1;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.submit_btn:hover {
  background: #ee1a65;
}

.submit_btn.red_btn {
  background: #ee1a65;
  margin: 0;
}

.submit_btn.red_btn:hover {
  background: #222;
}

#remove_attachment_popup {
  text-align: center;
}

#remove_attachment_popup > span {
  display: block;
  width: 100%;
}

.submit_btn.yes_btn,
.submit_btn.no_btn {
  float: none;
  display: inline-block;
  width: 80px;
  margin: 20px 10px;
}

.submit_btn.yes_btn {
  background: #5BBC18;
}

.text_popup {
  float: left;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  line-height: 115%;
}

.text_popup .fancybox_link {
  font-size: 14px;
  color: #444;
  text-decoration: underline;
}

.text_popup .fancybox_link:hover {
  text-decoration: none;
}

.popup_bottom {
  float: left;
  width: 100%;
  padding: 0 35px 20px 35px;
  background: #eeeedf;
  border-top: 1px solid #d9d9c8;
}

.popup_bottom .text_popup {
  margin: 20px 0 10px 0;
  color: #444;
  font-size: 16px;
}

.popup_bottom .text_popup a {
  color: #ee1a65;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.popup_bottom .text_popup a:hover {
  text-decoration: underline;
}

.popup_bottom .or_text {
  clear: left;
  position: relative;
  width: 110px;
  margin: 0 auto 8px auto;
  text-align: center;
}

.popup_bottom .or_text:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto 0;
  background: #bebeb2;
}

.popup_bottom .or_text span {
  background: #eeeedf;
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 5px 7px;
  font-size: 16px;
  color: #444;
  font-style: italic;
}

.fb_btn,
.gp_btn {
  display: block;
  height: 40px;
  width: 290px;
  margin: 0 auto;
  background: #4a6bb2;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  line-height: 40px;
  clear: left;
}

.gp_btn {
  margin-top: 10px;
  background: #DE4B35;
}

.fb_btn:hover,
.gp_btn:hover {
  opacity: 0.8;
  color: #fff;
}

.fb_btn span,
.gp_btn span {
  float: left;
  height: 40px;
  width: 42px;
  position: relative;
}

.fb_btn span {
  border-right: 1px solid #3e5992;
}

.gp_btn span {
  border-right: 1px solid #BC412E;
}

.fb_btn span:before,
.gp_btn span:before {
  content: " ";
  position: absolute;
  width: 1px;
  right: -2px;
  top: 0;
  bottom: 0;
  background: #5776b8;
}

.gp_btn span:before {
  background: #CE5340;
}

.fb_btn span:after,
.gp_btn span:after {
  content: "\f231";
  font-family: "ionicons";
  font-size: 23px;
  position: absolute;
  top: 1px;
  left: 16px;
  color: #fff;
}

.gp_btn span:after {
  content: "\f234";
  left: 12px;
}

.success_box {
  display: none;
}

.add_attachment_success {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.add_attachment_success .success_box {
  display: block;
  background: linear-gradient(to bottom, transparent 0%,transparent 176px,transparent 180px,#f8f8ee 180px,#f8f8ee 100%), url("assets/images/popup_bg.png") no-repeat top center;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 410px;
  padding: 225px 0 35px 0;
  color: #ee1a65;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
}

.add_attachment_success .text_success {
  float: left;
  position: relative;
  width: 100%;
  background: #F9F9EF;
  padding: 5px 0;
  line-height: 120%;
}

.add_attachment_success .text_success:after {
  content: "";
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: 0 auto;
  width: 48px;
  height: 26px;
  border-bottom: 2px solid #ee1a65;
  border-left: 2px solid #ee1a65;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px rgba(0,0,0,0.4);
}

.add_attachment_success .success_box span {
  display: block;
  width: 100%;
  font-size: 50px;
}

.popup_image {
  clear: left;
  width: 358px;
  height: 240px;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in-out;
  box-shadow: 1px 0 15px 5px rgba(119, 119, 119, 0.7);
}

.popup_image span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.mess_error {
  float: left;
  width: 100%;
}

.mess_error span {
  float: left;
  padding: 5px 15px;
  font-size: 16px;
  background: #ee1a65;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
}

.fancybox_popup .mess_error span {
  position: absolute;
  width: 450px;
  left: -10px;
  right: 0;
  top: 82px;
  margin: auto 0;

//min-height: 70px;
  line-height: 100%;
   padding: 15px 30px;
  font-size: 20px;
}

.fancybox_popup .mess_error span:after,
.fancybox_popup .mess_error span:before {
  content: " ";
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -9px;
  background: url("assets/images/popup_arrow.png") no-repeat bottom right;
}

.fancybox_popup .mess_error span:after {
  left: 0;
}

.fancybox_popup .mess_error span:before {
  right: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.select_box {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
}

.select_box select {
  position: relative;
  padding: 10px 20px;
  margin: 0;
  z-index: 9;
  width: 100% !important;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.select_box:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.select_box:hover:after {
  top: 25px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.select_box select option {
  padding: 3px 25px;
  text-align: left;
}

/*****  pages (mess-plugin) *****/

.mess_content {
  padding-right: 10px;
  background: #fff;
}

.cont_left {
  float: left;
  width: 810px;
  padding: 0 25px;
}

.mess_title {
  text-align: center;
  width: 100%;
  padding: 52px 0;
  margin-bottom: 10px;
  border-top: 2px solid #ee1a65;
  font-size: 44px;
  font-weight: 600;
  color: #444;
}

.mess_title.middle {
  margin: 30px 0 0 0;
}

.input_box {
  margin: 0 auto;
  height:70px;
  width: 31%;

}

.input_box:nth-of-type(2n+1) {

}

.input_box:nth-of-type(2n+2) {

}

.input_box .input_text {
   margin-bottom: 10px;
}

.input_box .select_box {
  margin-top: 25px;
}

.input_box .select_box:after,
#create_account_popup .select_box:after {
  top: 18px;
}

.input_box .select_box:hover:after,
#create_account_popup .select_box:hover:after {
  top: 21px;
}

.input_box .select_box select,
#create_account_popup .select_box select {
  padding-top: 16px;
  padding-bottom: 9px;
}

#create_account_popup .select_box {
  margin-top: 10px;
}

.label_text {
  display: block;
  color: #222;
  font-size: 17px;
}

.submit_box {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.submit_box .submit_btn {
  float: none;
  width: 360px;
  display: block;
  margin: 0 auto;
}

.login_page_form .fb_btn {
  margin-bottom: 40px;
}

.login_page_form .text_popup {
  margin: 0 0 20px 0;
}

.ideabook {
  float: left;
  width: 100%;
}

.title_ideabook {
  float: left;
  width: 100%;
  color: #444;
}

.title_ideabook span {
  display: block;
  font-size: 25px;
  font-weight: 600;
}

.title_ideabook p {
  display: block;
  font-size: 15px;
  margin: 0;
}

.title_ideabook a {
  color: #ee1a65;
  font-size: 15px;
}

.title_ideabook a:hover {
  color: #000;
}

.title_ideabook .edit_album_link {
  float: left;
  margin: 11px 0 0 25px;
}

.title_ideabook .edit_album_link:before {
  content: "\f2bf";
  font-family: "ionicons";
  margin-right: 5px;
  font-size: 15px;
}

.title_ideabook .album_name {
  float: left;
  font-size: 25px;
  color: #444;
}

.ideabook_box {
  float: left;
  width: 31%;
  margin: 15px 0;
  box-sizing: border-box;
}

.album_holder .ideabook_box {
  padding: 0;
  background: none;
}

.ideabook_box.create_album {
  background: none;
  border: 1px solid #b2b2b2;
  font-size: 30px;
  position: relative;
  color: #fff;
  height: 230px;
}

.ideabook_box:nth-of-type(3n+2) {
  margin: 15px 3.5%;
}

.ideabook_box:nth-of-type(3n+4) {
  clear: left;
}

.ideabook_box .img_box {
  height: 230px;
  position: relative;
  color: #fff;
  box-shadow: 1px 0 15px 5px rgba(119, 119, 119, 0.7);
}

.ideabook_box .img_box .img_hold {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ideabook_box .img_box .buy_save_btn {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.ideabook_box .img_box:hover .buy_save_btn {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.ideabook_box .img_box .buy_save_btn a {
  display: block;
  width: 40px;
  height: 40px;
  background: #ee1a65;
  text-align: center;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

.ideabook_box .img_box .buy_save_btn a:hover {
  background: #222;
  border-color: #222;
}

.ideabook_box .img_box .buy_save_btn a:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 12px;
  width: 15px;
  height: 4px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ideabook_box .img_box .buy_save_btn a:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 12px;
  width: 15px;
  height: 4px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ideabook_box .img_box > a > img {
  width: 100%;
  height: 100%;
}

.ideabook_box > h2 {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
}

.ideabook_box > h2 a:hover {
  color: #5aa817;
}

.black_shadow:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
    background: -moz-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,0.8) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153,218,255,0)), color-stop(100%, rgba(0,0,0,0.8))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,0.8) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,0.8) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,0.8) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(153,218,255,0) 0%, rgba(0,0,0,0.8) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99DAFF', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.ideabook_box .img_box > .black_shadow {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 0 5px 10px;
  color: #fff;
  line-height: 110%;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
}

.ideabook_box .img_box > .black_shadow:hover {
  text-decoration: none;
}

.ideabook_box .img_box .black_shadow > h2 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  transition: color 0.5s;
  text-align: center;
}

.ideabook_box .img_box .black_shadow > span {
  font-size: 13px;
  position: relative;
}

.ideabook_box .img_box .edit {
  display: block;
  background: #ee1a65;
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 17px;
  visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
}

.ideabook_box .img_box:hover .edit {
  visibility: visible;
    opacity: 1;
}

.ideabook_box .img_box .edit:hover {
  background-color: #222;
}

.ideabook_box .img_box:hover .black_shadow  h2 {
  color: #ff4e48;
  transition: color 0.5s;
}

.create_album a:hover {
  color: #ee1a65;
}

.create_album a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #131313;
}

.create_album a span {
  background: url("assets/images/ideabook_plus.png") no-repeat top center;
  display: inline-block;
  width: 100%;
  height: 152px;
  padding-top: 90px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 100%;
}

.create_album a span b {
  display: block;
}

/***  BEGIN style for ideabook slider  ***/

#slider_ideabook_hold {
  display: none;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

#slider_ideabook {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 92%;
  height: 92%;
  background: linear-gradient(to right, black 0%,black 70%,#000000 70%,white 30%,white 100%);
}

#slider_ideabook .slick-slide .left_part img {
  width: 100%;
  max-height: 650px;
}

#slider_ideabook .slick-slider {
  height: 100%;
}

#slider_ideabook .slick-slide {
  position: relative;
}

#slider_ideabook .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#slider_ideabook .slick-list {
  width: 100% !important;
  height: 100% !important;
}

#slider_ideabook .slick-track  {
  height: 100% !important;
}

.slide_hold {
  float: left;
  width: 100%;
  height: 100%;
}

#slider_ideabook .slick-arrow {
  background: transparent;
  display: block;
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 30px;
  opacity: 0.5;
}

#slider_ideabook .slick-arrow:hover {
  opacity: 1;
}

#slider_ideabook .slick-prev {
  left: 0;
  z-index: 99;
  text-align: left;
  padding-left: 20px;
}
#slider_ideabook .slick-prev i {
  color: #000;
  position: absolute;
  left: 25px;
  width: 22px;
  height: 22px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#slider_ideabook .slick-next {
  right: 30%;
  z-index: 99;
  text-align: right;
  padding-right: 20px;
}

#slider_ideabook .slick-next i {
  color: #000;
  position: absolute;
  right: 25px;
  width: 22px;
  height: 22px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

#slider_ideabook .slick-arrow i:before {
  display: none;
}

.slide_hold .left_part {
  float: left;
  width: 70%;
  height: 100%;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide_hold .left_part .img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.slide_hold .left_part .social_cat {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  left: initial !important;
}

.slide_hold .right_part {
  float: left;
  position: relative;
  width: 30%;
  height: 100%;
  background: #fff;
  padding: 25px 0 20px 0;
  overflow-y: auto;
}

.slide_hold .right_part h3 {
  float: left;
  width: 100%;
  background: #f2f1f0;
  padding: 12px 10px;
  margin: 15px 0;
    border-top: 1px solid #d6d4d2;
    border-bottom: 1px solid #d6d4d2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    text-transform: uppercase;
  color: #292827;
  font-size: 13px;
  font-weight: 400;
}

.slide_hold .right_part h3 i {
  margin-right: 5px;
  font-size: 14px;
}

.right_part .post_info {
  float: left;
  width: 100%;
  padding: 0 10px;
}

.right_part .post_info > a {
  float: left;
  width: 48%;
}

.right_part .post_info img {
  float: left;
  max-width: 100%;
  height: auto;
}

.right_part .post_info h2,
.right_part .post_info p {
  float: left;
  width: 52%;
  padding-left: 15px;
  line-height: 20px;
  clear: none;
}

.right_part .post_info p {
  margin-top: 8px;
  font-size: 13px;
}

#slider_ideabook .sidebar_social {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 10px 0;
}

#slider_ideabook .sidebar_social a {
  float: left;
  display: block;
  width: 25%;
  height: 50px;
  text-align: center;
  padding-top: 14px;
  font-size: 23px;
}

#slider_ideabook .title {
  float: left;
  width: 100%;
  padding: 0 40px 5px 10px;
  color: #000;
}

#slider_ideabook .title h2 {
  float: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

#slider_ideabook .title span {
  float: left;
  clear: left;
  margin-top: 10px;
}

.other_info {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  list-style: none;
}

.other_info li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
}

.other_info li span {
  float: left;
  margin-right: 10px;
  font-weight: 600;
}

.container_100 {
  width: 100%;
}

.ideabook_social {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.ideabook_social a {
  float: left;
  display: block;
  width: 25%;
  height: 45px;
  text-align: center;
  padding-top: 10px;
  font-size: 25px;
  color: #fff;
}

.ideabook_social a:hover {
  opacity: 0.8;
}

/* DELETE
   url("assets/images/fb_icon.png") no-repeat center
   url("assets/images/tw_icon.png") no-repeat center
   url("assets/images/pr_icon.png") no-repeat center
   url("assets/images/gp_icon.png") no-repeat center
*/
.ideabook_social .fb_bg {
  background: #2960a0;
}

.ideabook_social .tw_bg {
  background: #00acee;
}

.ideabook_social .pr_bg {
  background: #cb2026;
}

.ideabook_social .gp_bg {
  background: #da4835;
}

span[data-editable="true"] {
  display: inline-block;
  width: 100%;
  display: block;
  padding: 10px 10px 8px 10px;
  background: #f0f0f0;
  cursor: url("assets/images/pencil.png"), text;
}

.img-soc-wrapper .buy_save_btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: block;
  visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
}

.img-soc-wrapper .buy_save_btn a {
  display: inline-block;
  height: 36px;
  width: 188px;
  background: url("assets/images/save_image_new.png") no-repeat left center;
  transition: background 0.2s ease-in-out;
}

.img-soc-wrapper .buy_save_btn .save:hover {
  background-color: rgba(0,0,0,1);
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}

.img-soc-wrapper:hover .buy_save_btn {
  visibility: visible;
    opacity: 1;
    transition: opacity 0.5s, visibility 0.5s;
}

/***  page 404 style   ***/

.error_404 {
  padding-top: 30px;
}

.error_404 .search_form_box .normal_title {
  text-align: center;
}

.search_form_box form {
  position: relative;
  float: left;
  width: 100%;
}

.search_form_box .input_text {
  padding-right: 65px;
  text-align: left;
}

.search_form_box .submit_btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 58px;
  background: #000;
  color: #fff;
  font-size: 25px;
  font-family: 'ionicons';
  text-align: center;
  line-height: 16px;
}

.search_form_box .submit_btn:hover {
  background: #ee1a65;
}

.error_404 .widget_recent_entries ul,
.error_404 .widget_recent_entries ul li,
.categories_404 ul,
.categories_404 ul li {
  float: left;
  width: 100%;
}

.categories_404 .normal_title,
.error_404 .widgettitle {
  margin: 30px 0 10px 0;
}

.categories_404 ul li,
.error_404 .widget_recent_entries ul li {
  margin-bottom: 10px;
  padding-left: 15px;
}

.categories_404 ul li a,
.error_404 .widget_recent_entries ul li a {
  font-size: 15px;
}

.categories_404 ul li a:hover,
.error_404 .widget_recent_entries ul li a:hover {
  color: #ee1a65;
}

.categories_404 ul .children {
  margin-top: 10px;
}

.no_result {
  margin-top: 25px;
}

.normal_title.top_m {
  margin-top: 25px;
}

.search_form {
  margin-bottom: 30px;
}

.page_cont {
  padding-top: 30px;
}


/* related_post_shortcode */

.related_post_shortcode {
	float: left;
    width: 32%;
    height: 400px;
    margin: 0 0.5%;
    position: relative;
    box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.37);
    margin-bottom: 10px;
    background-size: cover;
    border-radius: 30px;
    background-position: center;
}

.related_post_shortcode > a {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
}

.related_post_shortcode > a:hover {
  text-decoration: none;
}

.related_post_shortcode h3 {
    width: 86%;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    background: rgba(0,0,0,.5);
    line-height: 122%;
    box-sizing: border-box;
    padding: 20px 15px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    height: 95px;
    font-family: roboto condensed,sans-serif;
}
.related_post_shortcode h3 span {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* related_post_shortcode end */

/*  cookie alert */
/*  cookie alert */
#cookie_alert {
 background: rgba(0,0,0,0.75);
 width: 100%;
 padding: 10px 20px;
 box-sizing: border-box;
 position: fixed;
 left: 0;
 bottom: 0;
 z-index: 9999;
}

#cookie_alert p {
 float: left;
 width: 92%;
 margin: 8px 0 0 0;
 font-size: 14px;
 text-align: left;
 color: #fff;
 line-height: 16px;
}

#cookie_alert p a {
 text-decoration: underline;
 color: #fff;
}

#cookie_alert p a:hover,
#cookie_alert p a:active {
 text-decoration: none;
}

#cookie_alert > a {
  float: right;
  padding: 8px 10px;
  color: #000;
  background-color: #ee1a65;
-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ee1a65;
  font-size: 15px;
  color: #fff;
}

#cookie_alert > a:hover {
  background: #FFF;
  color: #ee1a65;
}

#cookie_alert > a i {
 color: #fff;
 margin-bottom: 5px;
}

#swipebox-close,
#swipebox-prev,
#swipebox-next {
  text-align: center;
  line-height: 72px;
}

#swipebox-close {
  line-height: 45px;
}

#swipebox-prev:after,
#swipebox-next:after,
#swipebox-close:after {
  font-family: ionicons;
  font-size: 40px;
  color: #fff;
}

#swipebox-prev:after {
  content: "\f3cf";
}

#swipebox-next:after {
  content: "\f3d1";
}

#swipebox-close:after {
  content: "\f2d7";
  font-size: 32px;
}

#swipebox-prev:hover:after,
#swipebox-next:hover:after,
#swipebox-close:hover:after {
  color: #ee1a65;
}

.prev_single {
  display: none;
  margin-left: -58px;
  position: fixed;
  top: 48%;
  height: 80px;
  z-index: 999;
}

.next_single {
  display: none;
  margin-left: 1200px;
  position: fixed;
  top: 48%;
  height: 80px;
  z-index: 999;
}

.prev_single a,
.next_single a {
  height: 40px;
  width: 40px;
  display: block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  line-height: 40px;
}

.prev_single a:after,
.next_single a:after {
  font-family: ionicons;
  font-size: 25px;
  color: #000;
}

.prev_single a:after {
  content: "\f3cf";
}

.next_single a:after {
  content: "\f3d1";
}

.popup_span {
  display: none;
  position: absolute;
  top: 50px;
  left: -69px;
  width: 180px;
  height: 180px;
  background-size: cover !important;
  line-height: 16px;
  box-shadow: 1px 0px 15px 5px rgba(119, 119, 119, 0.7);
}

.popup_span:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f2f2f2;
  border-width: 10px;
  margin-left: -10px;
}

.popup_span:hover {
  text-decoration: underline;
}

.popup_span span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  padding: 5px;
  color: #fff;
  font-size: 13px;
}

.prev_single:hover .popup_span ,
.next_single:hover .popup_span {
  display: block;
  opacity: 1;
}

body.archive .newsletter_box,
body.category .newsletter_box {
  clear: left;
}

#sticky_sidebar {
  float: left;
  width: 360px;
}

/***** men page style *****/

/* .page-template-page-men #header,
.category-men #header,
.page-template-page-men .nav_header,
.category-men .nav_header,
.category-men #header .fr span,
.page-template-page-men #header .fr span {
  background: #181a1f;
}

.page-template-page-men #header .search_show_btn,
.category-men #header .search_show_btn,
.page-template-page-men #header .header_search,
.category-men #header .header_search,
.page-template-page-men #header #sa_mess_user,
.category-men #header #sa_mess_user {
  color: #bbbdbf;
}

.page-template-page-men #header .fr,
.category-men #header .fr {
  color: #e51b1b;
  border-color: #50535c;
}

.page-template-page-men #header .fr span,
.category-men #header .fr span {
  color: #bbbdbf;
}

.page-template-page-men .header_profile > div span,
.category-men .header_profile > div span,
.page-template-page-men .search_show_btn span,
.category-men .search_show_btn span {
  border-color: #50535c;
}

.page-template-page-men .posts_menu .big_post_menu .info a:hover,
.category-men .posts_menu .big_post_menu .info a:hover,
.page-template-page-men .posts_menu .small_post_menu .info a:hover,
.category-men .posts_menu .small_post_menu .info a:hover {
  background: rgba(229,29,31,0.6);
}

.page-template-page-men .softart_menu > .main-menu-slide > ul > li.menu-item-has-children > a:after,
.category-men .softart_menu > .main-menu-slide > ul > li.menu-item-has-children > a:after {
  color: #9a9a9a;
}

.page-template-page-men .softart_menu > .main-menu-slide > ul > li > a,
.category-men .softart_menu > .main-menu-slide > ul > li > a,
.page-template-page-men .softart_menu > .main-menu-slide > ul > li > .sub-menu > li > a,
.category-men .softart_menu > .main-menu-slide > ul > li > .sub-menu > li > a {
  color: #fff;
} */

.page-template-page-men #header .fr,
.category-men #header .fr {
  color: #e51b1b;
}

.page-template-page-men .sub-menu .sub-sub-menu > li > a:hover,
.category-men .sub-menu .sub-sub-menu > li > a:hover,
.page-template-page-men .sub-menu .sub-sub-menu > li:hover > a,
.category-men .sub-menu .sub-sub-menu > li:hover > a {
  background: #ee1a65;
}

.page-template-page-men #logo,
.category-men #logo {
  width: 350px;
}

.page-template-page-men #logo a,
.category-men #logo a {
  background: url("assets/images/logo_men.png") no-repeat;
  background-size: 100%;
}

.page-template-page-men #home_slider .lSAction a,
.page-template-page-men .category_slider .lSAction a,
.category-men .category_slider .lSAction a {
  border: 1px solid #fff;
  background: transparent;
}

.page-template-page-men #home_slider .lSAction a:hover,
.page-template-page-men .category_slider .lSAction a:hover,
.category-men .category_slider .lSAction a:hover,
.page-template-page-men .instagram_slider .lSAction a:hover,
.category-men .instagram_slider .lSAction a:hover,
.page-template-page-men .second_home_slider .lSAction a:hover,
.category-men .second_home_slider .lSAction a:hover {
  border: 1px solid transparent;
}

.page-template-page-men #home_slider .lSAction a:hover,
.page-template-page-men .category_slider .lSAction a:hover,
.category-men .category_slider .lSAction a:hover,
.page-template-page-men .pink_gradient,
.category-men .pink_gradient,
.page-template-page-men .social_slider a:hover,
.category-men .social_slider a:hover,
.page-template-page-men .sidebar_follow ul li a:hover,
.category-men .sidebar_follow ul li a:hover,
.page-template-page-men .cat_gradient,
.category-men .cat_gradient,
.page-template-page-men .instagram_slider .lSAction a:hover,
.category-men .instagram_slider .lSAction a:hover,
.category-men .checkbox_qs,
.category-men .super_post:before,
.category-men .register_box h4,
.category-men .register_box .red_btn,
.category-men .newsletter_box h4 {
  background: -moz-linear-gradient(0deg, rgba(235,58,93,1) 0%, rgba(229,27,27,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235,58,93,1)), color-stop(100%, rgba(229,27,27,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(235,58,93,1) 0%, rgba(229,27,27,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(235,58,93,1) 0%, rgba(229,27,27,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(235,58,93,1) 0%, rgba(229,27,27,1) 100%); /* ie10+ */
  background: linear-gradient(90deg, rgba(235,58,93,1) 0%, rgba(229,27,27,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3a5d', endColorstr='#e51b1b',GradientType=1 );
}

.page-template-page-men .slide_cat.pink_gradient {
    background: -moz-linear-gradient(0deg, rgba(235,122,131,1) 0%, rgba(186,24,25,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235,122,131,1)), color-stop(100%, rgba(186,24,25,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(235,122,131,1) 0%, rgba(186,24,25,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(235,122,131,1) 0%, rgba(186,24,25,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(235,122,131,1) 0%, rgba(186,24,25,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(235,122,131,1) 0%, rgba(186,24,25,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EB7A83', endColorstr='#BA1819',GradientType=1 ); /* ie6-9 */
}

.page-template-page-men .home_slider_post .slide_info:after,
.page-template-page-men .home_slider_post .slide_info:before {
    background: -moz-linear-gradient(270deg, rgba(235,122,131,1) 0%, rgba(186,24,25,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(235,122,131,1)), color-stop(100%, rgba(186,24,25,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(235,122,131,1) 0%, rgba(186,24,25,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(235,122,131,1) 0%, rgba(186,24,25,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(235,122,131,1) 0%, rgba(186,24,25,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(235,122,131,1) 0%, rgba(186,24,25,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EB7A83', endColorstr='#BA1819',GradientType=0 ); /* ie6-9 */
}

.page-template-page-men .home_slider_post .slide_info {
  border-top: 1px solid rgba(235,122,131,1);
  border-bottom: 1px solid rgba(229,27,27,1);
}

/* .page-template-page-men .home_slider_post .slide_info:after,
.category-men .home_slider_post .slide_info:after,
.page-template-page-men .home_slider_post .slide_info:before,
.category-men .home_slider_post .slide_info:before {
  display: none;
} */



.page-template-page-men .under_slider_cont,
.page-template-page-men .under_slider .tag_list li a,
.page-template-page-men .editor_title .editor_post_info,
.category-men .editor_title .editor_post_info,
.page-template-page-men .editor_post .count_album .icon,
.category-men .editor_post .count_album .icon,
.page-template-page-men .small_home_slider .lSAction a,
.category-men .small_home_slider .lSAction a,
.page-template-page-men .medium_home_slider .lSAction a,
.category-men .medium_home_slider .lSAction a,
.page-template-page-men .register_box .reg_box_text,
.category-men .register_box .reg_box_text,
.page-template-page-men #header .fr,
.category-men #header .fr {
  border-color: #e51b1b;
}

.page-template-page-men .editor_post .img:before,
.category-men.editor_post .img:before,
.page-template-page-men .editor_post .count_album .icon:after,
.category-men .editor_post .count_album .icon:after,
.page-template-page-men .editor_post .count_album .icon:before,
.category-men .editor_post .count_album .icon:before,
.page-template-page-men #footer .register_box .heart_circle,
.category-men #footer .register_box .heart_circle {
  background: #e51b1b;
}

.page-template-page-men .title_center,
.category-men .title_center,
.page-template-page-men .editor_title .editor_post_info span,
.category-men .editor_title .editor_post_info span,
.page-template-page-men #home_btn,
.category-men #home_btn,
.category-men .newsletter_box h4 {
  color: #fff;
}

.page-template-page-men .title_center span:after,
.category-men .title_center span:after,
.page-template-page-men .trending_left .title:before,
.category-men .trending_left .title:before,
.page-template-page-men .reg_home_box > span i,
.category-men .reg_home_box > span i,
.page-template-page-men .editor_post_first .title a:hover,
.category-men .editor_post_first .title a:hover,
.page-template-page-men .big_post .info .title a:hover,
.category-men .big_post .info .title a:hover,
.page-template-page-men .line_title small,
.category-men .line_title small,
.page-template-page-men .editor_post .count_album .icon,
.category-men .editor_post .count_album .icon,
.page-template-page-men .reg_home_box > .left span i,
.category-men .reg_home_box > .left span i,
.category-men .newsletter_box .newsletter_icon,
.category-men .newsletter_text > span,
.category-men .single_cat li a,
.category-men .views_post,
.category-men .right_cont .register_box .heart_circle i,
.category-men .prev_post > div h3 a:hover,
.category-men .next_post > div h3 a:hover,
.category-men .prev_post > div > a:hover,
.category-men .next_post > div > a:hover,
.category-men .views_post:before {
  color: #e51b1b;
}

.page-template-page-men .editor_bg {
  background: #0c0c0e url("assets/images/editor_men.jpg") no-repeat top center;
}

.page-template-page-men .trending_left .title,
.category-men .trending_left .title,
.page-template-page-men .random_cat_slider ul li a,
.page-template-page-men .random_cat_slider ul li span,
.category-men .random_cat_slider ul li a,
.category-men .random_cat_slider ul li span,
.page-template-page-men .big_post .view span,
.category-men .big_post .view span,
.page-template-page-men .second_home_slider .lSAction a,
.category-men .second_home_slider .lSAction a,
.page-template-page-men .rp_slider .lSAction a,
.category-men .rp_slider .lSAction a,
.page-template-page-men .reg_home_box > .right,
.category-men .reg_home_box > .right,
.page-template-page-men .reg_home_box > .right:before,
.category-men .reg_home_box > .right:before,
.page-template-page-men .reg_home_box > .left,
.category-men .reg_home_box > .left,
.page-template-page-men .four_home_bg .title_center,
.category-men .four_home_bg .title_center,
.category-men .category_desc .line_title span,
.category-men .register_box .reg_box_text,
.category-men .newsletter_text,
.category-men .title_sidebar,
.category-men.single .title_center.social_buffer {
  color: #000;
}

.page-template-page-men .random_cat_slider .lSAction,
.category-men .random_cat_slider .lSAction,
.page-template-page-men .reg_home_box > .left span:after,
.category-men .reg_home_box > .left span:after,
.page-template-page-men .reg_home_box > .left span:before,
.category-men .reg_home_box > .left span:before,
.page-template-page-men .small_home_slider .lSAction a:hover,
.category-men .small_home_slider .lSAction a:hover,
.page-template-page-men .medium_home_slider .lSAction a:hover,
.category-men .medium_home_slider .lSAction a:hover,
.category-men .heart_icon:after,
.category-men .heart_icon:before {
  border-color: #000;
  background: #000;
}

.page-template-page-men .big_post .view,
.category-men .big_post .view,
.page-template-page-men .second_home_slider .lSAction a,
.category-men .second_home_slider .lSAction a,
.page-template-page-men .rp_slider .lSAction a,
.category-men .rp_slider .lSAction a,
.page-template-page-men .reg_home_box,
.category-men .reg_home_box,
.page-template-page-men .reg_home_box > .left span,
.category-men .reg_home_box > .left span,
.page-template-page-men .random_cat_slider,
.category-men .random_cat_slider,
.page-template-page-men .line_title,
.category-men .line_title,
.category-men .category_desc .line_title,
.category-men .register_box .heart_circle .heart_icon,
.category-men .register_box .reg_box_text,
.category-men .newsletter_text {
  border-color: #000;
}

.page-template-page-men .red_btn,
.category-men .red_btn,
.page-template-page-men .small_home_slider .lSAction a,
.category-men .small_home_slider .lSAction a,
.page-template-page-men .medium_home_slider .lSAction a,
.category-men .medium_home_slider .lSAction a,
.category-men .add_album .add_album_btn,
.category-men .editor_post .img:before {
  background: #e51d1f;
}

.page-template-page-men .second_home_bg,
.category-men .category_bg {
  background: #fff url("assets/images/trending_bg_men.jpg") no-repeat center bottom;
}

.page-template-page-men .three_home_bg {
  background: url("assets/images/three_home_bg_men.jpg") no-repeat center top;
}

.page-template-page-men .line_title span {
  color: #8a8a8a;
}

.page-template-page-men .instagram_slider .lSAction a,
.category-men .instagram_slider .lSAction a {
  border-color: #fff;
  background: transparent;
}

.page-template-page-men .posts_menu .big_post_menu .info .title a,
.category-men .posts_menu .big_post_menu .info .title a,
.page-template-page-men .posts_menu .small_post_menu .info .title,
.category-men .posts_menu .small_post_menu .info .title,
.page-template-page-men .second_home_slider .lSAction a:hover,
.category-men .second_home_slider .lSAction a:hover {
  color: #fff;
}

.page-template-page-men .editor_title .editor_post_info span,
.category-men .editor_title .editor_post_info span {
  background: #0D0D0F;
}

.page-template-page-men .editor_cont .editor_posts:nth-of-type(1) .editor_title .editor_post_info span,
.category-men .editor_cont .editor_posts:nth-of-type(1) .editor_title .editor_post_info span {
  background: #262628;
}

.page-template-page-men .red_btn:hover,
.category-men .red_btn:hover {
  background: #fff;
  color: #e51d1f;
}

.category-men .newsletter_box,
.category-men .newsletter_text .newsletter_btn_box {
  background: #eee;
}

.category-men .newsletter_box .newsletter_icon {
  position: relative;
  z-index: 9;
}

.category-men .wp-pagenavi a:hover,
.category-men .wp-pagenavi .current {
  background: #e51d1f;
  color: #fff;
}

.category-men .wp-pagenavi a {
  color: #000;
  border-color: #000;
}

.category-men .wp-pagenavi a:hover {
  border-color: transparent;
}

.category-men .quick_search_bg form:after {
  display: none;
}

.cat_men_bg,
.cat_men_bg_secound {
  float: left;
  width: 100%;
}

.category-men .cat_men_bg {
  background: #fff url("assets/images/category_men_bg.jpg") no-repeat bottom center;
}

.category-men .cat_men_bg_secound {
  padding-top: 50px;
  background: #fff url("assets/images/category_men_bg_2.jpg") no-repeat top center;
}

.category-men #ajax-box {
  margin-bottom: 70px;
}

.category-men .second_home_bg {
  background: none;
}

.page-template-page-men .scroll_to_top,
.category-men .scroll_to_top {
  background: #000;
  border-color: #000;
}

.page-template-page-men .scroll_to_top:hover,
.category-men .scroll_to_top:hover {
  background: #e51d1f;
  border-color: #e51d1f;
  color: #fff;
}

.fav_posts {
  list-style: none;
}

.fav_posts li {
  float: left;
  width: 32%;
  margin-bottom: 25px;
}

.fav_posts li:nth-of-type(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}

.fav_posts li .slider_img {
  height: 240px;
  min-width: auto;
}

.fav_posts li .slide_title {
  padding: 0 10px 15px 10px;
  font-size: 20px;
}

.fav_posts li .slide_info {
  bottom: 20px;
}

.mess_content .left_cont {
  width: 100%;
}




.mess_menu {
  float: left;
  width: 100%;
  margin: 10px 0 5px 0;
}

.mess_menu li {
  float: left;
  margin-right: 10px;
}

.mess_menu li a {
  float: left;
  padding: 5px 8px;
  background: #ee1a65;
  border: 1px solid #ee1a65;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}



/***  Single gallery  ***/
#swipebox-close {
  right: 332px
}
#swipebox-arrows {
  width: calc(100% - 315px);
}

#swipebox-overlay * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.single_gallery_sidebar {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #f8f8ee;
  width: 315px;
  padding: 10px 5px 10px 10px;
  height: 100vh;
  border-left: 1px solid #333;
  overflow-y: auto;
  overflow-x: hidden;
}

.single_gallery_sidebar .ads,
.single_gallery_sidebar .ads span {
  float: left;
  width: 100%;
  text-align: center;
}

.single_gallery_sidebar .ads span {
  margin: 10px 0 5px 0;
  font-size: 15px;
}

.gallery_sidebar_box {
  display: none;
}

.single_gallery_sidebar .gallery_sidebar_box {
  display: block;
}

.single_gallery_sidebar #add_image_album {
  min-height: initial;
}

.gallery_sidebar_box {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.gallery_sidebar_box.register_box {
  padding-bottom: 60px;
}

.gallery_sidebar_box h4 {
  padding: 12px 5px;
}

.gallery_sidebar_box .reg_box_text {
  padding: 15px 12px 50px 12px;
  font-size: 16px;
}

#swipebox-slider .slide .slide_img {
  display: inline-block;
  position: relative;
}

.mouse_scroll {
  background: #ee1a65 url("assets/images/mouse_scroll.png") no-repeat left 10px center;
  padding: 20px 35px 20px 45px;
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 10001;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
  transition: all 0.2s ease-in-out;
}

.mouse_scroll:hover {
  text-shadow: none;
}

.mouse_scroll:after {
  content: "\f3d1";
  font-family: "Ionicons";
  font-size: 36px;
  position: absolute;
  right: 11px;
  top: 16px;
}

.end_page .mouse_scroll {
  opacity: 1;
  visibility: visible;
}

.next_cat_link {
  display: none;
}

/******** responsive style  ********/

@media screen and (min-width: 1590px) {
  .prev_single {
    margin-left: -125px;
  }

  .next_single {
    margin-left: 1260px;
  }
}

@media screen and (min-width: 1100px) {
  #sticky_sidebar.stick {
    position: fixed;
    top: 65px;
  }

  #sticky_sidebar {
    width: 360px;
  }
}

@media screen and (max-width: 1449px) {
  .prev_single {
    margin-left: -45px;
  }

  .next_single {
    margin-left: 1185px;
  }
}

@media screen and (max-width: 1399px) {
  .quick_search_bg form:after {
    right: -50px;
  }
}

@media screen and (max-width: 1360px) {
  .container_slider {
    width: 1280px;
  }

  .second_home_slider ul li {
    padding: 20px 70px;
  }
}

@media screen and (max-width: 1279px) {
  .container_slider,
  .container_slider_small {
    width: 1200px;
  }

  .container_slider .container {
    width: 100%;
    padding: 0;
  }

  #home_slider .lSAction .lSNext {
    right: 5%;
  }

  #home_slider .lSAction .lSPrev {
    left: 5%;
  }

  .under_slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .big_post .img_box .cat {
    width: 70%;
  }

  .big_post.small .img_box .cat {
    width: 52%;
  }

  .post_overlayed .info .cat {
    margin-left: 0;
    padding-left: 30px;
  }

  .quick_search_bg form:after {
    right: 0;
  }

  .next_single,
  .prev_single {
    margin-left: 0;
  }

  .prev_single {
    left: 12px;
  }

  .next_single {
    right: 12px;
  }

  .next_single .popup_span,
  .prev_single .popup_span {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .container_slider,
  .container_slider_small,
  .container  {
    width: 1100px;
  }

  .header_search input[type="search"] {
    width: 220px;
  }

  .under_slider .tag_list {
    width: 660px;
  }

  .left_cont {
    width: 760px;
  }

  .right_cont {
    width: 300px;
  }

  #sticky_sidebar {
    width: 300px;
  }

  .sidebar_banner {
    padding: 0;
  }

  .sidebar_follow {
    padding: 25px 20px 20px;
  }

  .product_box:before {
    width: 104%;
    left: -2%;
  }

  .editor_post .title a {
    padding: 0 20px 20px 20px;
  }

  .rp_slider .lSSlideOuter {
    padding: 0 60px;
  }

  #home_slider ul li {
    min-width: 50vw;
  }
}

@media screen and (max-width: 1099px) {
  .container_slider,
  .container_slider_small,
  .container  {
    width: 1020px;
  }

  .header_search input[type="search"] {
    width: 190px;
  }

  .under_slider .tag_list {
    width: 600px;
  }

  .footer_nav {
    margin: 0 20px 0 80px;
  }

  .left_cont {
    float: none;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }

  .right_cont {
    float: none;
    margin: 25px auto 0 auto;
    clear: left;
  }

  .single_title {
    padding: 20px 15px 40px;
  }

  .single_cat {
    padding-left: 15px;
  }

  .super_post:before {
    height: 300px;
  }

  .input_qs {
    width: 70%;
  }

  .input_qs input {
    padding-right: 15px;
  }

  .checkbox_qs {
    width: 30%;
  }
}

@media screen and (max-width: 1020px) {
  .container_slider,
  .container_slider_small,
  .container  {
    width: 960px;
  }

  #logo {
    float: left;
    margin-left: 110px;
  }

  .under_slider .tag_list {
    width: 100%;
  }

  .social_slider {
    display: none;
  }

  .big_post .img_box .cat {
    left: 0;
  }

  .big_post.small .img_box .cat {
    width: 58%;
  }

  .footer_nav {
    margin-left: 30px;
  }

  .category_hold .super_post {
    width: 55%;
  }
}

@media screen and (max-width: 959px) {
  .container_slider,
  .container_slider_small,
  .container  {
    width: 920px;
  }

  #logo {
    margin-left: 100px;
  }

  .header_search input[type="search"] {
    width: 160px;
  }

  .second_home_slider ul li {
    padding: 20px;
  }
}

@media screen and (max-width: 919px) {
  .container_slider,
  .container_slider_small,
  .container  {
    width: 800px;
  }

  #header {
    padding-top: 20px;
  }

  #logo {
    float: none;
    margin: 0 auto 10px auto;
    clear: left;
  }

  .header_search input[type="search"] {
    width: 200px;
  }

  .editor_posts_cont .editor_post:nth-of-type(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }

  .editor_posts_cont .editor_post {
    width: 48%;
  }

  .editor_posts_cont .editor_post:nth-of-type(2n+2) {
    margin-left: 4%;
  }

  .big_post .info {
    padding: 20px;
  }

  #most_shared_posts .big_post.small {
    width: 38%;
    margin-left: 2%;
  }

  .post_overlayed .info .title a {
    padding: 20px 20px 25px;
  }

  .footer_register {
    width: 320px;
  }

  #footer .register_box {
    width: 100%;
  }

  .category_hold .super_post {
   width: 100%;
   margin-bottom: 30px;
  }

  .category_banner {
    float: none;
    margin: 0 auto 25px auto;
  }
}

@media screen and (max-width: 799px) {
  .container_slider,
  .container_slider_small,
  .container  {
    width: 760px;
  }
}

@media screen and (max-width: 767px) {
  .container_slider,
  .container_slider_small,
  .container  {
    width: 100%;
  }

  .editor_posts {
    float: none;
    width: 100%;
    max-width: 370px;
    clear: left;
    margin: 0 auto !important;
  }

  .small_home_slider,
  .medium_home_slider {
    float: none;
    width: 100%;
    margin: 0 auto;
    clear: left;
  }

  .small_home_slider {
    max-width: 420px;
  }

  .medium_home_slider {
    max-width: 720px;
  }

  .medium_home_slider .editor_title {
    margin-top: 20px;
  }

  .three_home_bg {
    background-position: center bottom;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 5px;
  }

  .second_home_slider .big_post {
    width: 100% !important;
  }

  .second_home_slider li .big_post.small,
  .reg_home_box {
    display: none;
  }

  .title_center,
  .trending_left .title,
  .title_sidebar {
    font-size: 42px;
  }

  .quick_search_bg form:after {
    display: none;
  }

  .category .second_home_bg .second_home_slider,
  .archive .second_home_bg .second_home_slider {
    margin-bottom: 50px;
  }

  .category_slider {
    width: 100%;
  }

  .sub_cat_slider {
    display: none;
  }

  .prev_post,
  .next_post {
    width: 100%;
    min-height: 120px;
  }

  .next_post {
    margin-top: 20px;
  }

  .product_box:before {
    width: 100%;
    left: 0;
  }

  .scroll_to_top {
    right: 10px;
    bottom: 10px;
  }

  .single_title {
    font-size: 32px;
  }

  .img_article .social_links {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 719px) {
  .share_three .three_post_box .big_post {
    width: 100%;
    max-width: 370px;
    float: none;
    margin: 0 auto !important;
    clear: left;
  }

  .share_three .three_post_box .big_post .info {
    margin-bottom: 25px;
  }

  #most_shared_posts .big_post,
  #most_shared_posts .big_post.small,
  .post_overlayed.small,
  .post_overlayed.big,
  .big_post.bp_width,
  .big_post.small.bp_width,
  .category_hold .big_post,
  .category_hold .register_box,
  .category .newsletter_box {
    width: 100%;
    margin: 0 0 25px 0;
  }

  .big_post.small.bp_width,
  .category_hold .register_box {
    max-width: 100%;
  }

  .big_post .img img {
    width: 100%;
  }

  .big_post .img_box .cat {
    width: 58%;
  }

  .footer_register {
    float: none;
    clear: left;
    margin: 0 auto;
  }

  .footer_nav {
    float: right;
    margin: 0 0 30px 0;
    width: 150px;
  }

  .instagram_info {
    padding: 25px 0;
  }

  .quick_search_bg {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 639px) {
  .input_qs {
    width: 60%;
  }

  .checkbox_qs {
    width: 40%;
  }
}

@media screen and (max-width: 559px) {
  #header .fr {
    display: none;
  }

  .editor_posts_cont .editor_post {
    width: 100%;
    margin: 0 0 25px 0 !important;
  }

  .title_center,
  .trending_left .title,
  .title_sidebar {
    font-size: 36px;
  }

  .big_post .info .title a {
    font-size: 21px;
  }

  .footer_social li {
    margin-right: 8px;
  }

  .under_slider .tag_list li:first-of-type {
    font-size: 21px;
  }

  .super_post:before {
    height: 250px;
  }

  .category_desc {
    padding: 30px 20px 0 20px;
  }

  .product_box {
    padding: 30px 20px;
  }

  .product_box .big_img {
    float: none;
    display: block;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
  }

  .product_box .info {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .product_box .desc {
    padding-left: 0;
  }

  .product_box .images_box a {
    max-width: 160px;
  }

  .single_footer {
    margin-bottom: 25px;
  }

  .single_footer .share_btn {
    margin: 0 0 0 175px;
  }

  .single_footer .share_btn li:nth-of-type(1) {
    width: 100%;
    margin: 0 0 5px 0;
  }

  .single_title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .single_desc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single_post .add_album {
    height: 130px;
    width: 140px;
    right: 0;
  }

  .add_album .count {
    height: 95px;
    padding: 10px 0 0 45px;
  }

  .add_album .count span {
    margin-top: 5px;
  }

  .add_album .count span:before {
    top: 30px;
    left: 8px;
  }
}

@media screen and (max-width: 479px) {
  .random_cat_slider {
    float: left;
    margin-top: 25px;
    clear: left;
  }

  .prev_post .img,
  .next_post .img {
    width: 120px;
  }

  .prev_post {
    padding-left: 135px;
  }

  .next_post {
    padding-right: 135px;
  }

  .prev_post > div h3 a,
  .next_post > div h3 a {
    font-size: 20px;
  }
}

@media screen and (max-width: 419px) {
  .header_profile {
    margin-left: 10px;
  }

  .big_post .img_box .cat {
    width: 80% !important;
  }

  .big_post .img .date {
    bottom: 30px;
  }

  .home_slider_post .slider_img {
    height: 370px;
  }

  .home_slider_post .slide_title {
    padding: 0 15px 20px 15px;
    font-size: 21px;
  }

  .super_post:before {
    height: 200px;
  }

  .rp_slider .lSSlideOuter {
    padding: 0;
  }

  .title_center,
  .trending_left .title,
  .title_sidebar {
    font-size: 32px;
  }

  .product_box .info h2 {
    font-size: 21px;
  }

  .single_footer .add_album {
    display: none;
  }

  .single_footer .share_btn {
    margin: 20px 0 0 20px;
  }

  .single_footer .share_btn li:nth-of-type(1) {
    width: auto;
    margin-right: 15px;
  }
}

@media screen and (max-width: 360px) {
  .header_search input[type="search"] {
    width: 162px;
  }

  .footer_nav {
    float: left;
    width: 100%;
    margin-top: 20px;
  }

  .footer_register {
    width: 300px;
  }

  .footer_register .reg_box_text {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/***  delete this rows  ***/

.fancybox_popup,
.add_attachment_success {
  display: none;
}

@media screen and (min-height: 768px) {
  #swipebox-bottom-bar {
    top: 675px;
  }

  .single_gallery_sidebar {
    width: 330px;
  }

  #swipebox-title,
  #swipebox-arrows {
    width: calc(100% - 330px);
  }

  #swipebox-close {
    right: 347px;
  }
}

/* #swipebox-slider .slide:first-of-type */
body.slide_animation .slide.current {
  background: url('assets/images/scroll-down-icon.png') no-repeat left 3% top 30px;
  background-size: 80px;
}

.slide_animation #swipebox-overlay .current .slide_img {
  position: relative;
  left: 0;
  -webkit-animation: slide 0.8s forwards;
  -webkit-animation-delay: 1.3s;
  animation: slide 0.8s forwards;
  animation-delay: 1.3s;
  transition: all 0.2s ease-in-out;
}

@-webkit-keyframes slide {
  0% { left: 0px; }
  10% { left: -10px; }
  20% { left: -20px; }
  30% { left: -30px; }
  40% { left: -40px; }
  50% { left: -50px; }
  60% { left: -40px; }
  70% { left: -30px; }
  80% { left: -20px; }
  90% { left: -10px; }
  100% { left: 0; }
}

@keyframes slide {
  0% { left: 0px; }
  10% { left: -10px; }
  20% { left: -20px; }
  30% { left: -30px; }
  40% { left: -40px; }
  50% { left: -50px; }
  60% { left: -40px; }
  70% { left: -30px; }
  80% { left: -20px; }
  90% { left: -10px; }
  100% { left: 0; }
}


/** video classes **/

.video_post .img_box:before,
.video_post .img:before,
.video_post .slider_img:before {
  content: "";
  background: url("assets/images/play_dea.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  opacity: 0.5;
}

.video_post:hover .img_box:before,
.video_post:hover .img:before,
.video_post:hover .slider_img:before {
  opacity: 1;
}

.single_video_post {
  float: left;
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 0 15px;
  text-align: center;
}

.single_video_post > * {
  width: 100%;
  height: 500px;
}

.single_header.single_post {
  background: #fff;
}

.single_header.single_post .single_title {
  padding-top: 10px;
}

.single_header.single_post .add_album {
  bottom: -75px;
}

.single_header.single_post .add_album {
  right: 18px;
}

#banner_image_popup {
  display: none;
}

#banner_image_popup .holder {
  width: 300px;
  height: 452px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#banner_image_popup .summer-game {
  width: 100%;
  height: 100%;
}

#banner_image_popup .fancybox-close {
  top: -11px;
  right: -11px;
}

#banner_image_popup .fancybox-close:after,
#banner_image_popup .fancybox-close:before {
  background-color: #ee1a65;
}
