@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800|Nunito:300,400,600,700,800");
section { padding: 6rem 0; position: relative; width: 102vw !important; z-index: 1; background-color: #fff; left: -1vw !important;}



@media (max-width: 767.98px) { section { padding: 40px 0; } }

@media (max-width: 991.98px) { .container { padding: 0 30px; } }

.rounded-circle { min-width: 1rem; min-height: 1rem; }



/*  Content & Layout */
/* ----------------------------------------------------------------
    BODY
-----------------------------------------------------------------*/
html { overflow-x: hidden; }

body .body-inner { padding: 0; margin: 0; }

@media (max-width: 991.98px) { body .body-inner { width: 100%; margin: 0; }
  }



.container-fullwidth { margin: 0 auto; }

.container-fullwidth .row { padding-left: 15px; padding-right: 15px; }


/*--------------------------------------------------------
     Content
---------------------------------------------------------*/
.content { padding-right: 25px; margin-bottom: 26px; }

@media (max-width: 991.98px) { .content, .sidebar { width: 100% !important; padding-left: 15px; padding-right: 15px; }
}

@media (max-width: 991.98px) { #page-content { padding: 20px 0 20px 0; } }

.grid-layout { overflow: hidden; margin-bottom: -2px !important; }

.grid-layout > * { opacity: 0; -webkit-transition: opacity .5s ease; transition: opacity .5s ease; }

.grid-layout .grid-loader { -webkit-transition: opacity .1s ease; transition: opacity .1s ease; opacity: 1; z-index: -1; }

.grid-layout.grid-loaded > * { opacity: 1; }

.grid-layout.grid-loaded .grid-loader { opacity: 0; }

.grid-layout, .portfolioo, .posts { position: relative; display: block; clear: both; padding: 0; }




/* ----------------------------------------------------------------
	Grid Filter
-----------------------------------------------------------------*/
.grid-filter { clear: both; display: block; width: 100%; margin-bottom: 26px; position: relative; }

.grid-filter ul { list-style: none; padding: 0; position: relative; height: auto; }

.grid-filter li { position: relative; margin-right: 6px; border: 0; margin-bottom: -1px; display: inline-block; }

.grid-filter li a { font-weight: 600; display: block; position: relative; padding: 8px 10px; font-size: 13px; line-height: 15px; color: #3c4043; border-radius: 50px; -webkit-transition: all .3s ease; transition: all .3s ease; border-width: 2px; border-style: solid; border-color: transparent; }

.grid-filter li:hover a, .grid-filter li:hover a:hover, .grid-filter li:hover a:active, .grid-filter li:hover a:focus, .grid-filter li.active a, .grid-filter li.active a:hover, .grid-filter li.active a:active, .grid-filter li.active a:focus { background-color: #2250fc; color: #fff; }

.grid-filter li.active { cursor: pointer; pointer-events: none; }

.grid-filter li.active a { color: #fff; pointer-events: none; }

.grid-filter.gf-outline li:hover a, .grid-filter.gf-outline li.active a { border-color: #2250fc; color: #2250fc; background-color: transparent; }

.grid-filter.gf-lines li a { border-radius: 0; border: none; background-color: transparent !important; }

.grid-filter.gf-lines li a:after { content: ''; position: absolute; top: auto; bottom: -2px; left: 50%; width: 0; height: 2px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.grid-filter.gf-lines li:hover a, .grid-filter.gf-lines li.active a { color: #2250fc; }

.grid-filter.gf-lines li:hover a:after, .grid-filter.gf-lines li.active a:after { width: 100%; left: 0%; background-color: #2250fc; }

.grid-filter.gf-line-bottom { border-bottom: 2px solid #ebebeb; }

.grid-filter.gf-classic li a { color: #3c4043; border-radius: 4px; }

.grid-filter.gf-classic li:hover a, .grid-filter.gf-classic li.active a { background-color: #2250fc; color: #fff; }

.grid-filter.gf-light li a { color: #fff; background-color: transparent; }

.grid-filter.gf-light li:hover a, .grid-filter.gf-light li.active a { color: #fff; border-color: #fff; background-color: transparent; }

.grid-filter.gf-dark li a { color: #1e2022; background-color: transparent; }

.grid-filter.gf-dark li:hover, .grid-filter.gf-dark li.active { background-color: transparent; }

.grid-filter.gf-dark li:hover a, .grid-filter.gf-dark li.active a { background-color: transparent; color: #1e2022; border-color: #1e2022; }

.grid-filter.gf-default li a { color: none; border-radius: 0; background-color: transparent; }

.grid-filter.gf-default li:hover a, .grid-filter.gf-default li.active a { background-color: transparent; color: #2250fc; }

.grid-filter.gf-creative li a { border-radius: 0; border: none; }

.grid-filter.gf-creative li a:after { background: #1e2022; content: ""; height: 2px; left: 0; opacity: 0; position: absolute; top: 100%; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s; transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s; transition: opacity 0.3s ease 0s, transform 0.3s ease 0s; transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s; width: 100%; }

.grid-filter.gf-creative li:hover, .grid-filter.gf-creative li.active { background-color: transparent; }

.grid-filter.gf-creative li:hover a, .grid-filter.gf-creative li.active a { color: #3c4043; background-color: transparent; }

.grid-filter.gf-creative li:hover a:after, .grid-filter.gf-creative li.active a:after { opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.grid-filter.gf-list li { clear: both; margin-bottom: 3px; }

.grid-filter.center li { text-align: center; float: none; }

.grid-active-title { font-size: 3rem; font-weight: 100; opacity: 0.1; position: absolute; right: 0; top: -6px; }

.content .grid-active-title { font-size: 42px; }

.sidebar-both .grid-active-title { display: none; }

@media (max-width: 991.98px) { .grid-active-title { display: none; }
  .grid-filter li { margin-right: 0; margin-bottom: 4px; }
  .grid-filter li a { text-align: center; -webkit-transition: none; transition: none; } }

@media (max-width: 479px) { .grid-filter li { margin-right: 0; } }

/* ----------------------------------------------------------------
	Extras
-----------------------------------------------------------------*/
.infinite-scroll-message, #showMore { height: 80px; padding-top: 36px; text-align: center; }

.infinite-scroll-message p, #showMore p { margin: 0; }

.grid-loader { border-radius: 50%; width: 2.5em; height: 2.5em; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: load7 1.8s infinite ease-in-out; animation: load7 1.8s infinite ease-in-out; position: absolute; top: 60px; left: 48%; color: #dadada; font-size: 6px; text-indent: -9999em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }

.grid-loader:before, .grid-loader:after { border-radius: 50%; width: 2.5em; height: 2.5em; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: load7 1.8s infinite ease-in-out; animation: load7 1.8s infinite ease-in-out; }

.grid-loader:before, .grid-loader:after { content: ''; position: absolute; top: 0; }

.grid-loader:before { left: -3.5em; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }

.grid-loader:after { left: 3.5em; }

@-webkit-keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; }
  40% { box-shadow: 0 2.5em 0 0; } }

@keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; }
  40% { box-shadow: 0 2.5em 0 0; } }
/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/
#header { position: relative; width: 100%; z-index: 199 !important; height: 80px; line-height: 80px; }

#header .container { position: relative; }

#header .header-inner, #header #header-wrap { height: 80px; background-color: #fff; /*         backface-visibility: hidden; -webkit-backface-visibility: hidden; */ left: 0; right: 0; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; /*logo*/ }

#header .header-inner #logo, #header #header-wrap #logo { float: left; font-size: 28px; position: relative; z-index: 1; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; height: 80px; }

#header .header-inner #logo a > img, #header #header-wrap #logo a > img { vertical-align: inherit; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; height: 80px; width: auto; }

#header .header-inner #logo a > img, #header .header-inner #logo a [class*="logo-"], #header #header-wrap #logo a > img, #header #header-wrap #logo a [class*="logo-"] { display: block; }

#header .header-inner #logo a .logo-default, #header #header-wrap #logo a .logo-default { display: block; }

#header .header-inner #logo a, #header .header-inner #logo a span, #header #header-wrap #logo a, #header #header-wrap #logo a span { font-family: inherit; font-size: 40px; color: #1e2022; font-weight: 800; letter-spacing: 1.5px; }

#header[data-fullwidth="true"] .header-inner .container, #header[data-fullwidth="true"] #header-wrap .container { max-width: 100%; padding: 0 30px; }


#header[data-transparent="true"]:not(.sticky-active) .header-inner, #header[data-transparent="true"]:not(.sticky-active) #header-wrap { background-color: transparent; }

#header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider, #header[data-transparent="true"] + .fullscreen, #header[data-transparent="true"] + .halfscreen, #header[data-transparent="true"] + #google-map { top: -80px; margin-bottom: -80px; }

#header[data-transparent="true"]:not(.sticky-active) .header-inner, #header[data-transparent="true"]:not(.sticky-active) #header-wrap, #header[data-transparent="true"]:not(.sticky-active).dark .header-inner, #header[data-transparent="true"]:not(.sticky-active).dark #header-wrap { background-color: transparent; }

#header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider, #header[data-transparent="true"] + .fullscreen, #header[data-transparent="true"] + .halfscreen, #header[data-transparent="true"] + #google-map { top: -80px; margin-bottom: -80px; }

.dark #header .header-inner, .dark #header #header-wrap, #header.dark .header-inner, #header.dark #header-wrap { background-color: #1e2022; }

.dark #header .header-inner #logo a > img, .dark #header .header-inner #logo a [class*="logo-"], .dark #header #header-wrap #logo a > img, .dark #header #header-wrap #logo a [class*="logo-"], #header.dark .header-inner #logo a > img, #header.dark .header-inner #logo a [class*="logo-"], #header.dark #header-wrap #logo a > img, #header.dark #header-wrap #logo a [class*="logo-"] { display: block; }


.dark #header .header-inner #logo a, .dark #header .header-inner #logo a span, .dark #header #header-wrap #logo a, .dark #header #header-wrap #logo a span, #header.dark .header-inner #logo a, #header.dark .header-inner #logo a span, #header.dark #header-wrap #logo a, #header.dark #header-wrap #logo a span { color: #fff; }

.dark #header .header-inner .lines, .dark #header .header-inner .lines:before, .dark #header .header-inner .lines:after, .dark #header #header-wrap .lines, .dark #header #header-wrap .lines:before, .dark #header #header-wrap .lines:after, #header.dark .header-inner .lines, #header.dark .header-inner .lines:before, #header.dark .header-inner .lines:after, #header.dark #header-wrap .lines, #header.dark #header-wrap .lines:before, #header.dark #header-wrap .lines:after { background-color: #fff; }

.dark #header[data-transparent="true"]:not(.sticky-active) .header-inner, .dark #header[data-transparent="true"]:not(.sticky-active) #header-wrap, #header.dark[data-transparent="true"]:not(.sticky-active) .header-inner, #header.dark[data-transparent="true"]:not(.sticky-active) #header-wrap { background-color: transparent; }

/* ----------------------------------------------------------------
HEADER: Responsive
-----------------------------------------------------------------*/
@media (max-width: 991.98px) { #header .header-inner, #header #header-wrap { height: auto; }
  #header #logo { position: absolute !important; width: 100%; text-align: center; margin: 0 !important; float: none; height: 80px; left: 0; right: 0; padding: 0 !important; }
  #header #logo > a { display: inline-block;padding-left: 10px; }
  #header #logo > a img { max-height: 80px; padding-bottom: 6px; }
  }

@media (max-width: 991.98px) { #header[data-transparent="true"] + main { top: -120px; margin-bottom: -124px; position: relative; }
  #header[data-transparent="true"] + main > #page-title { padding: 160px 0 80px 0; }
  #header[data-transparent="true"] + .fullscreen { top: -80px; margin-bottom: -80px; } }

/* ----------------------------------------------------------------
Main Menu
-----------------------------------------------------------------*/
#mainMenu { padding: 0; /*Menu Styles*/ /*Menu Positions*/ /*Menu options*/ }

#mainMenu > .container { padding: 0 !important; }

#mainMenu nav { float: right; }

#mainMenu nav > ul { list-style: none; padding: 0; margin: 0; }

#mainMenu nav > ul > li { float: left; border: 0; -webkit-transition: all .3s ease; transition: all .3s ease; margin-left: 6px; position: relative; }

#mainMenu nav > ul > li > a { position: relative; font-family: "Poppins", sans-serif; padding: 10px 12px; text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: 0.6px; color: #000000; border-radius: 0; border-width: 0; border-style: solid; border-color: transparent; -webkit-transition: all .3s ease; transition: all .3s ease; line-height: normal; }

#mainMenu nav > ul > li:last-child { margin-right: 0; }

/*Menu Dark*/
.dark #mainMenu nav > ul > li > a, #mainMenu.dark nav > ul > li > a { color: #fff; }

#mainMenu-trigger { position: absolute; opacity: 0; visibility: hidden; height: 80px; z-index: 1; float: right; }


/* ----------------------------------------------------------------
Main Menu: Responsive
-----------------------------------------------------------------*/
@media (max-width: 991.98px) { #mainMenu-trigger { position: relative; opacity: 1; visibility: visible; }
  /*Main Menu*/

  #mainMenu:not(.menu-overlay) { max-height: 0; clear: both; display: block; width: 100%; opacity: 1; overflow: hidden; -webkit-transition: max-height 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86); transition: max-height 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86); }
  #mainMenu:not(.menu-overlay) > .container { text-align: left !important; width: 100%; max-width: 100%; }
  #mainMenu:not(.menu-overlay) nav { line-height: 40px; float: none; width: 100%; padding-bottom: 20px; -webkit-transition: .7s ease; transition: .7s ease; opacity: 0; -webkit-transform: translateY(-18px); -ms-transform: translateY(-18px); transform: translateY(-18px); }
  #mainMenu:not(.menu-overlay) nav > ul { float: none; width: 100%; }
  #mainMenu:not(.menu-overlay) nav > ul > li { padding: 0; margin: 0; clear: both; float: none; display: block; border: 0; }
  #mainMenu:not(.menu-overlay) nav > ul > li > a { display: block; padding: 12px 0; font-size: 14px; border: 0; border-radius: 0; }
  #mainMenu:not(.menu-overlay).menu-animate nav {
   opacity: 1;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}
.mainMenu-open #header #mainMenu {
   width: calc(100% + 14px);
   display: block;
   opacity: 1;
   overflow-y: scroll;
}

.mainMenu-open #header .header-inner, .mainMenu-open #header #header-wrap {
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
   background-color: #fff !important;
}
}

/*  Typography */
/* ----------------------------------------------------------------
	Typography : Reset
-----------------------------------------------------------------*/
*, h1, h2, h3, h4, h5, h6, a { margin: 0; padding: 0; text-decoration: none; }

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

/* ----------------------------------------------------------------
	Typography : Font size
-----------------------------------------------------------------*/
html { font-size: 88%; }

@media all and (max-width: 768px) { html { font-size: 81.25%; } }

body { font-size: 1rem; line-height: 1.65714286em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: "Poppins", sans-serif; color: #3c4043; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; color: #1e2022; margin: 0; letter-spacing: 0.5px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small { font-weight: 100; }

h1, .h1 { font-size: 3.14285714em; line-height: 1.31818182em; }

h1:not(:last-child), .h1:not(:last-child) { margin-bottom: 20px; }

h2, .h2 { font-size: 2.35714286em; line-height: 1.36363636em; font-weight: 500; }

h2:not(:last-child), .h2:not(:last-child) { margin-bottom: 16px; }

h3, .h3 { font-size: 1.78571429em; line-height: 1.5em; font-weight: 500; }

h3:not(:last-child), .h3:not(:last-child) { margin-bottom: 12px; }

h4, .h4 { font-size: 1.35714286em; line-height: 1.68421053em; font-weight: 600; }

h4:not(:last-child), .h4:not(:last-child) { margin-bottom: 8px; }

h5, .h5 { font-size: 1em; line-height: 1.85714286em; font-weight: 500; }

h5:not(:last-child), .h5:not(:last-child) { margin-bottom: 6px; }

h6, .h6 { font-size: 0.85714286em; line-height: 2.16666667em; font-weight: 500; }

h6:not(:last-child), .h6:not(:last-child) { margin-bottom: 6px; }

.lead { font-weight: 400; }

@media all and (max-width: 767px) { h1, .h1 { font-size: 2.35714286em; line-height: 1.36363636em; }
  h2, .h2 { font-size: 1.78571429em; line-height: 1.5em; }
  h3, .h3 { font-size: 1.35714286em; line-height: 1.85714286em; }
  .lead { font-size: 1.35714286em; line-height: 1.68421053em; } }

.display-4 { font-weight: 400; }

p { font-size: 1rem; font-style: normal; font-weight: 400; text-transform: none; line-height: 1.7; letter-spacing: 0; color: #3c4043; font-family: "Poppins", sans-serif; }

ul.bullets { list-style: inside; }

strong { font-weight: 600; }

del { -webkit-text-decoration-line: line-through; text-decoration-line: line-through; }

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active { text-decoration: none; outline: none; color: #2250fc; }

a:not(.btn):not(.badge):not(.btn):not([href]):not([tabindex]) { color: #3c4043; }


/*  Sliders */

/* ----------------------------------------------------------------
    BOXED SLIDER
-----------------------------------------------------------------*/

.polo-carousel-item img { height: 100%; }

/* ----------------------------------------------------------------
    Inspiro Slider - Responsive Classes
-----------------------------------------------------------------*/

.fullscreen { background: #000 url("/Sochi/images/sochi-park-foto-na-sajt/foto-na-bekgraund-dlja-video-1500h1000/DSC_9716.webp"); width: 100%; height: 100%; overflow: hidden; -webkit-box-align: center !important; -ms-flex-align: center !important; -webkit-align-items: center !important; align-items: center !important; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; min-height: 100vh; }

.fullscreen .container, .fullscreen .container-wide { -ms-flex-preferred-size: 0; -webkit-flex-basis: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; -webkit-flex-grow: 1; flex-grow: 1; margin-top: 80px; margin-bottom: 40px; }

.fullscreen .container-fullscreen { width: 100%; }

@media (max-width: 991.98px) { #header[data-transparent="true"] + main { top: -120px; margin-bottom: -124px; position: relative; }
  #header[data-transparent="true"] + main > #page-title { padding: 220px 0 160px 0; }
  #header[data-transparent="true"] + .fullscreen { top: -80px; margin-bottom: -80px; } }

/*  Portfolio */
/* ----------------------------------------------------------------
Portfolio
-* ----------------------------------------------------------------
Portfolio
-----------------------------------------------------------------*/
.portfolio-item, .grid-item { width: 100%; float: left; height: auto; padding: 0 0 20px 0; cursor: pointer; /*hover state*/ /*Portfolio Effects*/ /*Styles*/ }

.portfolio-item a:not(.btn), .grid-item a:not(.btn) { color: #3c4043; }

.portfolio-item .portfolio-item-wrap, .portfolio-item .grid-item-wrap, .grid-item .portfolio-item-wrap, .grid-item .grid-item-wrap { position: relative; overflow: hidden; }

.portfolio-item .portfolio-item-wrap > a, .portfolio-item .grid-item-wrap > a, .grid-item .portfolio-item-wrap > a, .grid-item .grid-item-wrap > a { z-index: 6; width: 100%; height: 100%; position: absolute; }

.portfolio-item .portfolio-image, .portfolio-item .portfolio-video, .portfolio-item .grid-image, .portfolio-item .grid-video, .portfolio-item .flickity-viewport, .grid-item .portfolio-image, .grid-item .portfolio-video, .grid-item .grid-image, .grid-item .grid-video, .grid-item .flickity-viewport { position: relative; overflow: hidden; }

.portfolio-item .portfolio-image:after, .portfolio-item .portfolio-video:after, .portfolio-item .grid-image:after, .portfolio-item .grid-video:after, .portfolio-item .flickity-viewport:after, .grid-item .portfolio-image:after, .grid-item .portfolio-video:after, .grid-item .grid-image:after, .grid-item .grid-video:after, .grid-item .flickity-viewport:after { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #000000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; content: ' '; z-index: 2; }

.portfolio-item .portfolio-image img, .portfolio-item .portfolio-video img, .portfolio-item .grid-image img, .portfolio-item .grid-video img, .portfolio-item .flickity-viewport img, .grid-item .portfolio-image img, .grid-item .portfolio-video img, .grid-item .grid-image img, .grid-item .grid-video img, .grid-item .flickity-viewport img { position: relative; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; width: 100%; z-index: 1; display: block; height: auto; }

.portfolio-item .portfolio-slider .flickity-page-dots, .portfolio-item .grid-slider .flickity-page-dots, .grid-item .portfolio-slider .flickity-page-dots, .grid-item .grid-slider .flickity-page-dots { bottom: 30px; margin-bottom: 0 !important; margin-top: 0 !important; }

.portfolio-item .portfolio-video, .portfolio-item .grid-video, .grid-item .portfolio-video, .grid-item .grid-video { margin-bottom: -7px; }

.portfolio-item .portfolio-video video, .portfolio-item .portfolio-video iframe, .portfolio-item .grid-video video, .portfolio-item .grid-video iframe, .grid-item .portfolio-video video, .grid-item .portfolio-video iframe, .grid-item .grid-video video, .grid-item .grid-video iframe { width: 100%; background-color: #000000; }

.portfolio-item .portfolio-description, .portfolio-item .grid-description, .portfolio-item .portfolio-links, .grid-item .portfolio-description, .grid-item .grid-description, .grid-item .portfolio-links { left: 0; margin: 0 auto; padding: 20px; opacity: 0; position: absolute; right: 0; text-align: center; top: 48%; -webkit-transform: translate3d(0px, -38%, 0px); transform: translate3d(0px, -38%, 0px); -webkit-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; visibility: hidden; width: 70%; z-index: 3; }

.portfolio-item .portfolio-description h3, .portfolio-item .grid-description h3, .portfolio-item .portfolio-links h3, .grid-item .portfolio-description h3, .grid-item .grid-description h3, .grid-item .portfolio-links h3 { font-size: 16px; font-style: normal; font-weight: 700; letter-spacing: 1px; line-height: 18px; text-transform: uppercase; margin-bottom: 4px; }

.portfolio-item .portfolio-description h3, .portfolio-item .portfolio-description p, .portfolio-item .portfolio-description span, .portfolio-item .grid-description h3, .portfolio-item .grid-description p, .portfolio-item .grid-description span, .portfolio-item .portfolio-links h3, .portfolio-item .portfolio-links p, .portfolio-item .portfolio-links span, .grid-item .portfolio-description h3, .grid-item .portfolio-description p, .grid-item .portfolio-description span, .grid-item .grid-description h3, .grid-item .grid-description p, .grid-item .grid-description span, .grid-item .portfolio-links h3, .grid-item .portfolio-links p, .grid-item .portfolio-links span { color: #fff; }

.portfolio-item .portfolio-description a, .portfolio-item .grid-description a, .portfolio-item .portfolio-links a, .grid-item .portfolio-description a, .grid-item .grid-description a, .grid-item .portfolio-links a { margin: 3px; }

.portfolio-item .portfolio-description a.btn, .portfolio-item .grid-description a.btn, .portfolio-item .portfolio-links a.btn, .grid-item .portfolio-description a.btn, .grid-item .grid-description a.btn, .grid-item .portfolio-links a.btn { margin-top: 10px; }

.portfolio-item .portfolio-description a i, .portfolio-item .grid-description a i, .portfolio-item .portfolio-links a i, .grid-item .portfolio-description a i, .grid-item .grid-description a i, .grid-item .portfolio-links a i { background-color: #fff; color: #3c4043; border-radius: 50%; color: #444; font-size: 18px; height: 40px; line-height: 40px !important; width: 40px; -webkit-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; border: 1px solid #ededed; }

.portfolio-item .portfolio-description a:hover i, .portfolio-item .grid-description a:hover i, .portfolio-item .portfolio-links a:hover i, .grid-item .portfolio-description a:hover i, .grid-item .grid-description a:hover i, .grid-item .portfolio-links a:hover i { background-color: #2250fc; color: #fff; border: 1px solid #2250fc; }

.portfolio-item .portfolio-description span, .portfolio-item .portfolio-description p, .portfolio-item .grid-description span, .portfolio-item .grid-description p, .portfolio-item .portfolio-links span, .portfolio-item .portfolio-links p, .grid-item .portfolio-description span, .grid-item .portfolio-description p, .grid-item .grid-description span, .grid-item .grid-description p, .grid-item .portfolio-links span, .grid-item .portfolio-links p { opacity: 0; -webkit-transition: all 0.8s ease; transition: all 0.8s ease; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; margin-bottom: 0; padding-bottom: 0; }

.portfolio-item .portfolio-description a > i, .portfolio-item .grid-description a > i, .portfolio-item .portfolio-links a > i, .grid-item .portfolio-description a > i, .grid-item .grid-description a > i, .grid-item .portfolio-links a > i { font-size: 14px !important; }

.portfolio-item .portfolio-meta, .portfolio-item .grid-meta, .grid-item .portfolio-meta, .grid-item .grid-meta { padding-top: 20px; }

.portfolio-item:not(.no-overlay):hover .portfolio-slider .flickity-viewport:after, .portfolio-item:not(.no-overlay):hover .portfolio-image:after, .portfolio-item:not(.no-overlay):hover .portfolio-video:after, .portfolio-item:not(.no-overlay):hover .grid-slider .flickity-viewport:after, .portfolio-item:not(.no-overlay):hover .grid-image:after, .portfolio-item:not(.no-overlay):hover .grid-video:after, .grid-item:not(.no-overlay):hover .portfolio-slider .flickity-viewport:after, .grid-item:not(.no-overlay):hover .portfolio-image:after, .grid-item:not(.no-overlay):hover .portfolio-video:after, .grid-item:not(.no-overlay):hover .grid-slider .flickity-viewport:after, .grid-item:not(.no-overlay):hover .grid-image:after, .grid-item:not(.no-overlay):hover .grid-video:after { opacity: 0.5; }

.portfolio-item:not(.no-overlay):hover .portfolio-description, .portfolio-item:not(.no-overlay):hover .grid-description, .portfolio-item:not(.no-overlay):hover .portfolio-links, .grid-item:not(.no-overlay):hover .portfolio-description, .grid-item:not(.no-overlay):hover .grid-description, .grid-item:not(.no-overlay):hover .portfolio-links { opacity: 1; visibility: visible; }

.portfolio-item:not(.no-overlay):hover .portfolio-description h3, .portfolio-item:not(.no-overlay):hover .grid-description h3, .portfolio-item:not(.no-overlay):hover .portfolio-links h3, .grid-item:not(.no-overlay):hover .portfolio-description h3, .grid-item:not(.no-overlay):hover .grid-description h3, .grid-item:not(.no-overlay):hover .portfolio-links h3 { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.portfolio-item:not(.no-overlay):hover .portfolio-description span, .portfolio-item:not(.no-overlay):hover .portfolio-description p, .portfolio-item:not(.no-overlay):hover .grid-description span, .portfolio-item:not(.no-overlay):hover .grid-description p, .portfolio-item:not(.no-overlay):hover .portfolio-links span, .portfolio-item:not(.no-overlay):hover .portfolio-links p, .grid-item:not(.no-overlay):hover .portfolio-description span, .grid-item:not(.no-overlay):hover .portfolio-description p, .grid-item:not(.no-overlay):hover .grid-description span, .grid-item:not(.no-overlay):hover .grid-description p, .grid-item:not(.no-overlay):hover .portfolio-links span, .grid-item:not(.no-overlay):hover .portfolio-links p { opacity: 1; }

.portfolio-item.classic-style .portfolio-item-wrap, .portfolio-item.classic-style .grid-item-wrap, .grid-item.classic-style .portfolio-item-wrap, .grid-item.classic-style .grid-item-wrap { position: relative; overflow: initial !important; }

.portfolio-item.classic-style .portfolio-image, .portfolio-item.classic-style .portfolio-video, .portfolio-item.classic-style .grid-image, .portfolio-item.classic-style .grid-video, .portfolio-item.classic-style .flickity-viewport, .grid-item.classic-style .portfolio-image, .grid-item.classic-style .portfolio-video, .grid-item.classic-style .grid-image, .grid-item.classic-style .grid-video, .grid-item.classic-style .flickity-viewport { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); border-radius: 0.42rem; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; position: relative; /* 	img { }  */ }

.portfolio-item.classic-style .portfolio-image:after, .portfolio-item.classic-style .portfolio-video:after, .portfolio-item.classic-style .grid-image:after, .portfolio-item.classic-style .grid-video:after, .portfolio-item.classic-style .flickity-viewport:after, .grid-item.classic-style .portfolio-image:after, .grid-item.classic-style .portfolio-video:after, .grid-item.classic-style .grid-image:after, .grid-item.classic-style .grid-video:after, .grid-item.classic-style .flickity-viewport:after { display: none; }

.portfolio-item.classic-style:hover .portfolio-image, .portfolio-item.classic-style:hover .portfolio-video, .portfolio-item.classic-style:hover .grid-image, .portfolio-item.classic-style:hover .grid-video, .portfolio-item.classic-style:hover .flickity-viewport, .grid-item.classic-style:hover .portfolio-image, .grid-item.classic-style:hover .portfolio-video, .grid-item.classic-style:hover .grid-image, .grid-item.classic-style:hover .grid-video, .grid-item.classic-style:hover .flickity-viewport { box-shadow: 0 32px 58px rgba(0, 0, 0, 0.19); -webkit-transform: translateY(-6px); -ms-transform: translateY(-6px); transform: translateY(-6px); }

.portfolio-item.classic-style:hover .portfolio-description, .portfolio-item.classic-style:hover .grid-description, .grid-item.classic-style:hover .portfolio-description, .grid-item.classic-style:hover .grid-description { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; visibility: visible; }

.portfolio-item.text-bottom .portfolio-description, .portfolio-item.text-bottom .grid-description, .grid-item.text-bottom .portfolio-description, .grid-item.text-bottom .grid-description { bottom: 0; left: 0; top: auto; text-align: left; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); width: 100%; }

.portfolio-item.text-bottom:hover .portfolio-description, .portfolio-item.text-bottom:hover .grid-description, .grid-item.text-bottom:hover .portfolio-description, .grid-item.text-bottom:hover .grid-description { -webkit-transform: translate3d(0, -4%, 0); transform: translate3d(0, -4%, 0); opacity: 1; visibility: visible; }

.portfolio-item.img-zoom-out .portfolio-image img, .portfolio-item.img-zoom-out .grid-image img, .grid-item.img-zoom-out .portfolio-image img, .grid-item.img-zoom-out .grid-image img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.portfolio-item.img-zoom-out:hover .portfolio-image img, .portfolio-item.img-zoom-out:hover .grid-image img, .grid-item.img-zoom-out:hover .portfolio-image img, .grid-item.img-zoom-out:hover .grid-image img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.portfolio-item.reveal-effect .portfolio-item-wrap, .portfolio-item.reveal-effect .grid-item-wrap, .grid-item.reveal-effect .portfolio-item-wrap, .grid-item.reveal-effect .grid-item-wrap { position: relative; }

.portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-image, .portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-video, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-image, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-video, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-image, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-video, .portfolio-item.reveal-effect .grid-item-wrap .grid-image, .portfolio-item.reveal-effect .grid-item-wrap .grid-video, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-image, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-video, .grid-item.reveal-effect .portfolio-item-wrap .grid-image, .grid-item.reveal-effect .portfolio-item-wrap .grid-video, .grid-item.reveal-effect .grid-item-wrap .portfolio-image, .grid-item.reveal-effect .grid-item-wrap .portfolio-video, .grid-item.reveal-effect .grid-item-wrap .grid-image, .grid-item.reveal-effect .grid-item-wrap .grid-video { width: 100%; max-width: 100%; display: block; z-index: 1; position: relative; }

.portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-image:after, .portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-video:after, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-image:after, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-video:after, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-image:after, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-video:after, .portfolio-item.reveal-effect .grid-item-wrap .grid-image:after, .portfolio-item.reveal-effect .grid-item-wrap .grid-video:after, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-image:after, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-video:after, .grid-item.reveal-effect .portfolio-item-wrap .grid-image:after, .grid-item.reveal-effect .portfolio-item-wrap .grid-video:after, .grid-item.reveal-effect .grid-item-wrap .portfolio-image:after, .grid-item.reveal-effect .grid-item-wrap .portfolio-video:after, .grid-item.reveal-effect .grid-item-wrap .grid-image:after, .grid-item.reveal-effect .grid-item-wrap .grid-video:after { opacity: 0.3; }

.portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-description, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-description, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-description, .portfolio-item.reveal-effect .grid-item-wrap .grid-description, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-description, .grid-item.reveal-effect .portfolio-item-wrap .grid-description, .grid-item.reveal-effect .grid-item-wrap .portfolio-description, .grid-item.reveal-effect .grid-item-wrap .grid-description { pointer-events: none; }

.portfolio-item.reveal-effect:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.reveal-effect:hover .portfolio-image:after, .portfolio-item.reveal-effect:hover .portfolio-video:after, .portfolio-item.reveal-effect:hover .grid-slider .flickity-viewport:after, .portfolio-item.reveal-effect:hover .grid-image:after, .portfolio-item.reveal-effect:hover .grid-video:after, .grid-item.reveal-effect:hover .portfolio-slider .flickity-viewport:after, .grid-item.reveal-effect:hover .portfolio-image:after, .grid-item.reveal-effect:hover .portfolio-video:after, .grid-item.reveal-effect:hover .grid-slider .flickity-viewport:after, .grid-item.reveal-effect:hover .grid-image:after, .grid-item.reveal-effect:hover .grid-video:after { opacity: 0.2; z-index: 8; }

.portfolio-item.reveal-effect:hover .portfolio-description, .portfolio-item.reveal-effect:hover .grid-description, .grid-item.reveal-effect:hover .portfolio-description, .grid-item.reveal-effect:hover .grid-description { opacity: 1; -webkit-transform: translate3d(0, -33%, 0); transform: translate3d(0, -33%, 0); }

.portfolio-item.img-rotate .portfolio-image img, .portfolio-item.img-rotate .grid-image img, .grid-item.img-rotate .portfolio-image img, .grid-item.img-rotate .grid-image img { -webkit-transform: rotate(0deg) scale(1); -ms-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); -webkit-transition: -webkit-transform 0.7s ease 0s; transition: -webkit-transform 0.7s ease 0s; transition: transform 0.7s ease 0s; transition: transform 0.7s ease 0s, -webkit-transform 0.7s ease 0s; }

.portfolio-item.img-rotate:hover .portfolio-image img, .portfolio-item.img-rotate:hover .grid-image img, .grid-item.img-rotate:hover .portfolio-image img, .grid-item.img-rotate:hover .grid-image img { -webkit-transform: rotate(-9deg) scale(1.2); -ms-transform: rotate(-9deg) scale(1.2); transform: rotate(-9deg) scale(1.2); }

.portfolio-item.img-zoom .portfolio-image img, .portfolio-item.img-zoom .grid-image img, .grid-item.img-zoom .portfolio-image img, .grid-item.img-zoom .grid-image img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.portfolio-item.img-zoom:hover .portfolio-image img, .portfolio-item.img-zoom:hover .grid-image img, .grid-item.img-zoom:hover .portfolio-image img, .grid-item.img-zoom:hover .grid-image img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.portfolio-item.overlay-light .portfolio-image:after, .portfolio-item.overlay-light .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-light .grid-image:after, .portfolio-item.overlay-light .grid-slider .flickity-viewport:after, .grid-item.overlay-light .portfolio-image:after, .grid-item.overlay-light .portfolio-slider .flickity-viewport:after, .grid-item.overlay-light .grid-image:after, .grid-item.overlay-light .grid-slider .flickity-viewport:after { background-color: #fff; }

.portfolio-item.overlay-light .portfolio-description h3, .portfolio-item.overlay-light .grid-description h3, .grid-item.overlay-light .portfolio-description h3, .grid-item.overlay-light .grid-description h3 { color: #000000; }

.portfolio-item.overlay-light .portfolio-description p, .portfolio-item.overlay-light .portfolio-description span, .portfolio-item.overlay-light .grid-description p, .portfolio-item.overlay-light .grid-description span, .grid-item.overlay-light .portfolio-description p, .grid-item.overlay-light .portfolio-description span, .grid-item.overlay-light .grid-description p, .grid-item.overlay-light .grid-description span { color: #434343; }

.portfolio-item.overlay-light:hover .portfolio-image:after, .portfolio-item.overlay-light:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-light:hover .grid-image:after, .portfolio-item.overlay-light:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-light:hover .portfolio-image:after, .grid-item.overlay-light:hover .portfolio-slider .flickity-viewport:after, .grid-item.overlay-light:hover .grid-image:after, .grid-item.overlay-light:hover .grid-slider .flickity-viewport:after { opacity: 0.9; }

.portfolio-item.overlay-grey .portfolio-image:after, .portfolio-item.overlay-grey .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-grey .grid-image:after, .portfolio-item.overlay-grey .grid-slider .flickity-viewport:after, .grid-item.overlay-grey .portfolio-image:after, .grid-item.overlay-grey .portfolio-slider .flickity-viewport:after, .grid-item.overlay-grey .grid-image:after, .grid-item.overlay-grey .grid-slider .flickity-viewport:after { background-color: #e4e6ef; }

.portfolio-item.overlay-grey .portfolio-description h3, .portfolio-item.overlay-grey .grid-description h3, .grid-item.overlay-grey .portfolio-description h3, .grid-item.overlay-grey .grid-description h3 { color: #3c4043; }

.portfolio-item.overlay-grey .portfolio-description p, .portfolio-item.overlay-grey .portfolio-description span, .portfolio-item.overlay-grey .grid-description p, .portfolio-item.overlay-grey .grid-description span, .grid-item.overlay-grey .portfolio-description p, .grid-item.overlay-grey .portfolio-description span, .grid-item.overlay-grey .grid-description p, .grid-item.overlay-grey .grid-description span { color: #a8a8a8; }

.portfolio-item.overlay-grey:hover .portfolio-image:after, .portfolio-item.overlay-grey:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-grey:hover .grid-image:after, .portfolio-item.overlay-grey:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-grey:hover .portfolio-image:after, .grid-item.overlay-grey:hover .portfolio-slider .flickity-viewport:after, .grid-item.overlay-grey:hover .grid-image:after, .grid-item.overlay-grey:hover .grid-slider .flickity-viewport:after { opacity: 1; }

.portfolio-item.overlay-white .portfolio-image:after, .portfolio-item.overlay-white .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-white .grid-image:after, .portfolio-item.overlay-white .grid-slider .flickity-viewport:after, .grid-item.overlay-white .portfolio-image:after, .grid-item.overlay-white .portfolio-slider .flickity-viewport:after, .grid-item.overlay-white .grid-image:after, .grid-item.overlay-white .grid-slider .flickity-viewport:after { background-color: #fff; }

.portfolio-item.overlay-white .portfolio-description h3, .portfolio-item.overlay-white .grid-description h3, .grid-item.overlay-white .portfolio-description h3, .grid-item.overlay-white .grid-description h3 { color: #3c4043; }

.portfolio-item.overlay-white .portfolio-description p, .portfolio-item.overlay-white .portfolio-description span, .portfolio-item.overlay-white .grid-description p, .portfolio-item.overlay-white .grid-description span, .grid-item.overlay-white .portfolio-description p, .grid-item.overlay-white .portfolio-description span, .grid-item.overlay-white .grid-description p, .grid-item.overlay-white .grid-description span { color: #a8a8a8; }

.portfolio-item.overlay-white:hover .portfolio-image:after, .portfolio-item.overlay-white:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-white:hover .grid-image:after, .portfolio-item.overlay-white:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-white:hover .portfolio-image:after, .grid-item.overlay-white:hover .portfolio-slider .flickity-viewport:after, .grid-item.overlay-white:hover .grid-image:after, .grid-item.overlay-white:hover .grid-slider .flickity-viewport:after { opacity: 1; }

.portfolio-item.overlay-dark .portfolio-image:after, .portfolio-item.overlay-dark .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-dark .grid-image:after, .portfolio-item.overlay-dark .grid-slider .flickity-viewport:after, .grid-item.overlay-dark .portfolio-image:after, .grid-item.overlay-dark .portfolio-slider .flickity-viewport:after, .grid-item.overlay-dark .grid-image:after, .grid-item.overlay-dark .grid-slider .flickity-viewport:after { background-color: #000000; }

.portfolio-item.overlay-dark .portfolio-description h3, .portfolio-item.overlay-dark .grid-description h3, .grid-item.overlay-dark .portfolio-description h3, .grid-item.overlay-dark .grid-description h3 { color: #fff; }

.portfolio-item.overlay-dark .portfolio-description p, .portfolio-item.overlay-dark .portfolio-description span, .portfolio-item.overlay-dark .grid-description p, .portfolio-item.overlay-dark .grid-description span, .grid-item.overlay-dark .portfolio-description p, .grid-item.overlay-dark .portfolio-description span, .grid-item.overlay-dark .grid-description p, .grid-item.overlay-dark .grid-description span { color: #a8a8a8; }

.portfolio-item.overlay-dark:hover .portfolio-image:after, .portfolio-item.overlay-dark:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-dark:hover .grid-image:after, .portfolio-item.overlay-dark:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-dark:hover .portfolio-image:after, .grid-item.overlay-dark:hover .portfolio-slider .flickity-viewport:after, .grid-item.overlay-dark:hover .grid-image:after, .grid-item.overlay-dark:hover .grid-slider .flickity-viewport:after { opacity: 1; }

.portfolio-item.overlay-padding .portfolio-image:after, .portfolio-item.overlay-padding .grid-image:after, .grid-item.overlay-padding .portfolio-image:after, .grid-item.overlay-padding .grid-image:after { bottom: 15px; height: auto; left: 15px; right: 15px; top: 15px; width: auto; }

.portfolio-item.overlay-border .portfolio-image:after, .portfolio-item.overlay-border .grid-image:after, .grid-item.overlay-border .portfolio-image:after, .grid-item.overlay-border .grid-image:after { opacity: 1; background-color: transparent; position: absolute; }

.portfolio-item.overlay-border .portfolio-description, .grid-item.overlay-border .portfolio-description { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: absolute; left: 30px; right: 30px; top: 30px; bottom: 30px; border: 0 solid #00BCD4; -webkit-transition: border .4s ease; transition: border .4s ease; }

.portfolio-item.overlay-border:hover .portfolio-description, .grid-item.overlay-border:hover .portfolio-description { border-width: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }

.portfolio-item.open-cursor .portfolio-wrap > a, .portfolio-item.open-cursor .grid-wrap > a, .grid-item.open-cursor .portfolio-wrap > a, .grid-item.open-cursor .grid-wrap > a { cursor: crosshair; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 5; }

.portfolio-item.no-overlay .portfolio-slider .flickity-viewport:after, .portfolio-item.no-overlay .grid-slider .flickity-viewport:after, .grid-item.no-overlay .portfolio-slider .flickity-viewport:after, .grid-item.no-overlay .grid-slider .flickity-viewport:after { display: none; }

.portfolio-item.no-overlay .portfolio-image, .portfolio-item.no-overlay .grid-image, .grid-item.no-overlay .portfolio-image, .grid-item.no-overlay .grid-image { position: relative; overflow: hidden; }

.portfolio-item.no-overlay .portfolio-image:after, .portfolio-item.no-overlay .grid-image:after, .grid-item.no-overlay .portfolio-image:after, .grid-item.no-overlay .grid-image:after { display: none; }

.portfolio-item.no-overlay .portfolio-description, .portfolio-item.no-overlay .grid-description, .grid-item.no-overlay .portfolio-description, .grid-item.no-overlay .grid-description { opacity: 1; padding: 6px; position: relative; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); visibility: inherit; width: 100%; }

.portfolio-item.no-overlay .portfolio-description h3, .portfolio-item.no-overlay .grid-description h3, .grid-item.no-overlay .portfolio-description h3, .grid-item.no-overlay .grid-description h3 { color: #3c4043; font-size: 16px; font-style: normal; font-weight: 700; letter-spacing: 1px; line-height: 18px; margin-bottom: 4px; text-transform: uppercase; }

.portfolio-item.no-overlay .portfolio-description span, .portfolio-item.no-overlay .grid-description span, .grid-item.no-overlay .portfolio-description span, .grid-item.no-overlay .grid-description span { color: #3c4043; font-size: 13px; font-style: normal; font-weight: 400; letter-spacing: 0; line-height: 15px; text-transform: capitalize; opacity: 1; }

.portfolio-item.no-overlay .portfolio-description p, .portfolio-item.no-overlay .grid-description p, .grid-item.no-overlay .portfolio-description p, .grid-item.no-overlay .grid-description p { color: #3c4043; font-weight: 500; font-size: 14px; opacity: 1; }

.portfolio-item.no-overlay:hover .portfolio-description, .portfolio-item.no-overlay:hover .grid-description, .grid-item.no-overlay:hover .portfolio-description, .grid-item.no-overlay:hover .grid-description { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); opacity: 1; visibility: visible; }

.portfolio-item.no-overlay:hover .portfolio-description h3, .portfolio-item.no-overlay:hover .grid-description h3, .grid-item.no-overlay:hover .portfolio-description h3, .grid-item.no-overlay:hover .grid-description h3 { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.portfolio-item.no-overlay:hover .portfolio-description span, .portfolio-item.no-overlay:hover .portfolio-description p, .portfolio-item.no-overlay:hover .grid-description span, .portfolio-item.no-overlay:hover .grid-description p, .grid-item.no-overlay:hover .portfolio-description span, .grid-item.no-overlay:hover .portfolio-description p, .grid-item.no-overlay:hover .grid-description span, .grid-item.no-overlay:hover .grid-description p { opacity: 1; }

.portfolio-item.overlay-links:hover .portfolio-description, .portfolio-item.overlay-links:hover .grid-description, .grid-item.overlay-links:hover .portfolio-description, .grid-item.overlay-links:hover .grid-description { -webkit-transform: none; -ms-transform: none; transform: none; opacity: 1; visibility: visible; }

.portfolio-item.overlay-links:hover .portfolio-description h3, .portfolio-item.overlay-links:hover .grid-description h3, .grid-item.overlay-links:hover .portfolio-description h3, .grid-item.overlay-links:hover .grid-description h3 { -webkit-transform: none; -ms-transform: none; transform: none; }

.portfolio-item.overlay-links:hover .portfolio-description span, .portfolio-item.overlay-links:hover .portfolio-description p, .portfolio-item.overlay-links:hover .grid-description span, .portfolio-item.overlay-links:hover .grid-description p, .grid-item.overlay-links:hover .portfolio-description span, .grid-item.overlay-links:hover .portfolio-description p, .grid-item.overlay-links:hover .grid-description span, .grid-item.overlay-links:hover .grid-description p { opacity: 1; }

.portfolio-item.overlay-links .portfolio-description, .portfolio-item.overlay-links .grid-description, .grid-item.overlay-links .portfolio-description, .grid-item.overlay-links .grid-description { opacity: 1; padding: 20px; position: relative; -webkit-transform: none; -ms-transform: none; transform: none; visibility: inherit; width: 100%; }

.portfolio-item.overlay-links .portfolio-description a, .portfolio-item.overlay-links .grid-description a, .grid-item.overlay-links .portfolio-description a, .grid-item.overlay-links .grid-description a { margin: 0px; }

.portfolio-item.overlay-links .portfolio-description h3, .portfolio-item.overlay-links .grid-description h3, .grid-item.overlay-links .portfolio-description h3, .grid-item.overlay-links .grid-description h3 { color: #3c4043; }

.portfolio-item.overlay-links .portfolio-description span, .portfolio-item.overlay-links .grid-description span, .grid-item.overlay-links .portfolio-description span, .grid-item.overlay-links .grid-description span { color: #3c4043; opacity: 1; }

.portfolio-item.overlay-links .portfolio-description p, .portfolio-item.overlay-links .grid-description p, .grid-item.overlay-links .portfolio-description p, .grid-item.overlay-links .grid-description p { color: #3c4043; opacity: 1; }

.portfolio-item.revert .portfolio-slider .flickity-viewport:after, .portfolio-item.revert .portfolio-image:after, .portfolio-item.revert .portfolio-video:after, .portfolio-item.revert .grid-slider .flickity-viewport:after, .portfolio-item.revert .grid-image:after, .portfolio-item.revert .grid-video:after, .grid-item.revert .portfolio-slider .flickity-viewport:after, .grid-item.revert .portfolio-image:after, .grid-item.revert .portfolio-video:after, .grid-item.revert .grid-slider .flickity-viewport:after, .grid-item.revert .grid-image:after, .grid-item.revert .grid-video:after { opacity: 0.5; }

.portfolio-item.revert .portfolio-description, .portfolio-item.revert .grid-description, .portfolio-item.revert .portfolio-links, .grid-item.revert .portfolio-description, .grid-item.revert .grid-description, .grid-item.revert .portfolio-links { -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); opacity: 1; visibility: visible; }

.portfolio-item.revert .portfolio-description h3, .portfolio-item.revert .grid-description h3, .portfolio-item.revert .portfolio-links h3, .grid-item.revert .portfolio-description h3, .grid-item.revert .grid-description h3, .grid-item.revert .portfolio-links h3 { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.portfolio-item.revert .portfolio-description span, .portfolio-item.revert .portfolio-description p, .portfolio-item.revert .grid-description span, .portfolio-item.revert .grid-description p, .portfolio-item.revert .portfolio-links span, .portfolio-item.revert .portfolio-links p, .grid-item.revert .portfolio-description span, .grid-item.revert .portfolio-description p, .grid-item.revert .grid-description span, .grid-item.revert .grid-description p, .grid-item.revert .portfolio-links span, .grid-item.revert .portfolio-links p { opacity: 1; }

.portfolio-item.revert:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.revert:hover .portfolio-image:after, .portfolio-item.revert:hover .portfolio-video:after, .portfolio-item.revert:hover .grid-slider .flickity-viewport:after, .portfolio-item.revert:hover .grid-image:after, .portfolio-item.revert:hover .grid-video:after, .grid-item.revert:hover .portfolio-slider .flickity-viewport:after, .grid-item.revert:hover .portfolio-image:after, .grid-item.revert:hover .portfolio-video:after, .grid-item.revert:hover .grid-slider .flickity-viewport:after, .grid-item.revert:hover .grid-image:after, .grid-item.revert:hover .grid-video:after { opacity: 0; }

.portfolio-item.revert:hover .portfolio-description, .portfolio-item.revert:hover .grid-description, .portfolio-item.revert:hover .portfolio-links, .grid-item.revert:hover .portfolio-description, .grid-item.revert:hover .grid-description, .grid-item.revert:hover .portfolio-links { -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); opacity: 0; }

.portfolio-item.revert:hover .portfolio-description h3, .portfolio-item.revert:hover .grid-description h3, .portfolio-item.revert:hover .portfolio-links h3, .grid-item.revert:hover .portfolio-description h3, .grid-item.revert:hover .grid-description h3, .grid-item.revert:hover .portfolio-links h3 { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.portfolio-item.revert:hover .portfolio-description span, .portfolio-item.revert:hover .portfolio-description p, .portfolio-item.revert:hover .grid-description span, .portfolio-item.revert:hover .grid-description p, .portfolio-item.revert:hover .portfolio-links span, .portfolio-item.revert:hover .portfolio-links p, .grid-item.revert:hover .portfolio-description span, .grid-item.revert:hover .portfolio-description p, .grid-item.revert:hover .grid-description span, .grid-item.revert:hover .grid-description p, .grid-item.revert:hover .portfolio-links span, .grid-item.revert:hover .portfolio-links p { opacity: 0; }

.portfolio-item.shadow, .grid-item.shadow { box-shadow: none !important; }

.portfolio-item.shadow .portfolio-item-wrap, .portfolio-item.shadow .grid-item-wrap, .grid-item.shadow .portfolio-item-wrap, .grid-item.shadow .grid-item-wrap { box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.6); }

.portfolio-item.outline .portfolio-item-wrap, .portfolio-item.outline .grid-item-wrap, .grid-item.outline .portfolio-item-wrap, .grid-item.outline .grid-item-wrap { border: 1px solid #ebebeb; padding: 1px; }

.portfolio-item.light-bg .portfolio-item-wrap, .portfolio-item.light-bg .grid-item-wrap, .grid-item.light-bg .portfolio-item-wrap, .grid-item.light-bg .grid-item-wrap { background-color: #fff; border: 1px solid #f3f3f3; }

.portfolio-item.light-bg .portfolio-item-wrap .portfoio-description, .portfolio-item.light-bg .grid-item-wrap .portfoio-description, .grid-item.light-bg .portfolio-item-wrap .portfoio-description, .grid-item.light-bg .grid-item-wrap .portfoio-description { margin-bottom: 20px; }

.portfolio-item.grey-bg .portfolio-item-wrap, .portfolio-item.grey-bg .grid-item-wrap, .grid-item.grey-bg .portfolio-item-wrap, .grid-item.grey-bg .grid-item-wrap { background-color: #f3f3f3; }

.portfolio-item.grey-bg .portfolio-item-wrap .portfoio-description, .portfolio-item.grey-bg .grid-item-wrap .portfoio-description, .grid-item.grey-bg .portfolio-item-wrap .portfoio-description, .grid-item.grey-bg .grid-item-wrap .portfoio-description { margin-bottom: 20px; }

.alterneting-size .portfolio-item:nth-child(2n) .portfolio-item-wrap, .alterneting-size .grid-item:nth-child(2n) .grid-item-wrap { -webkit-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }

.portfolio-slider, .grid-slider { width: 100%; }

.portfolio-slider.shadow, .grid-slider.shadow { box-shadow: 10px 10px 10px rgba(235, 235, 235, 0.5); }

.portfolio-slider.outline, .grid-slider.outline { border: 3px solid #fff; }
.grid-item {
   height: auto!important;
}
/*Sidebar version*/
.content.col-lg-9 .portfolio-item .portfolio-description h3, .content.col-lg-9 .portfolio-item .grid-description h3, .content.col-lg-9 .grid-item .portfolio-description h3, .content.col-lg-9 .grid-item .grid-description h3 { font-size: 13px; line-height: 14px; }

.container-fluid .content.col-lg-9 .portfolio-item .portfolio-description h3, .container-fluid .content.col-lg-9 .portfolio-item .grid-description h3, .container-fluid .content.col-lg-9 .grid-item .portfolio-description h3, .container-fluid .content.col-lg-9 .grid-item .grid-description h3 { font-size: 16px; line-height: 22px; }

.sidebar-both .portfolio-item .portfolio-description h3, .sidebar-both .portfolio-item .grid-description h3, .sidebar-both .grid-item .portfolio-description h3, .sidebar-both .grid-item .grid-description h3 { font-size: 13px; line-height: 14px; }

.sidebar-both .portfolio-item .portfolio-description p, .sidebar-both .portfolio-item .portfolio-description span, .sidebar-both .portfolio-item .grid-description p, .sidebar-both .portfolio-item .grid-description span, .sidebar-both .grid-item .portfolio-description p, .sidebar-both .grid-item .portfolio-description span, .sidebar-both .grid-item .grid-description p, .sidebar-both .grid-item .grid-description span { font-size: 12px; }

/*Portfolio page*/
.portfolio-content { position: relative; }

.portfolio-content img { width: 100%; }

.portfolio-attributes { color: #3c4043; font-size: 12px; overflow: hidden; text-transform: uppercase; margin-bottom: 20px; }

.portfolio-attributes a:not(.btn) { color: #3c4043; }

.portfolio-attributes .attribute { float: left; margin-bottom: 20px; padding-right: 20px; text-align: left; width: auto; }

.portfolio-attributes .attribute strong { opacity: 0.6; border-bottom: 1px solid rgba(31, 31, 31, 0.05); display: block; width: auto; margin-bottom: 10px; font-size: 11px; }

.portfolio-attributes.style1 .attribute { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; float: none; margin-bottom: 6px; }

.portfolio-attributes.style1 .attribute strong { border: 0; margin-right: 8px; width: auto; }

.portfolio-attributes.style2 .attribute { float: none; width: 100%; }

.portfolio-attributes.style2 .attribute strong { border: 0; width: 100%; }

.project-description { margin-bottom: 40px; }

.project-description h2 { font-size: 32px; font-weight: 600; margin-bottom: 20px; }

.project-description h3 { font-size: 18px; font-weight: 400; margin-bottom: 20px; }

/*Portfolio Ajax  Page*/
.portfolio-ajax-page [class*="col-"] { padding: 0; }

.portfolio-ajax-page .project-description { padding: 24px 40px; margin-bottom: 0; }

.portfolio-ajax-page .project-description > p { padding-bottom: 6px; }

.portfolio-ajax-page .project-description .portfolio-attributes { margin-top: 20px; }

.portfolio-ajax-page .project-description .portfolio-attributes .attribute { margin-bottom: 0; width: 100%; }

.portfolio-ajax-page .project-description .portfolio-attributes .attribute > strong { min-width: 68px; }

/*  Blog & comments */
/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
.post-item { float: left; width: 100%; height: auto; padding: 0 0 20px 0; /*Styles*/ /*Types*/ }

.post-item .post-item-wrap { background-color: #fff; position: relative; }
.post-item-no-circle li{width: 0!important;}
.post-item-no-circle .flickity-button.next:before{content: ''!important;}
.post-item-no-circle .flickity-button.previous:before{content: ''!important;}
.post-item img { width: 100%; height: auto; }

.post-item .post-image, .post-item .post-slider, .post-item .post-video, .post-item .post-audio, .post-item .post-quote-img { margin: 0; position: relative; padding: 0; }

.post-item .post-image .post-meta-category, .post-item .post-slider .post-meta-category, .post-item .post-video .post-meta-category, .post-item .post-audio .post-meta-category, .post-item .post-quote-img .post-meta-category { background-color: #2250fc; color: #fff; font-size: 13px; padding: 2px 16px; border-radius: 50px; position: absolute; right: 10px; top: 11px; z-index: 3; margin-right: 0; }

.post-item .post-image .post-meta-category i, .post-item .post-slider .post-meta-category i, .post-item .post-video .post-meta-category i, .post-item .post-audio .post-meta-category i, .post-item .post-quote-img .post-meta-category i { margin-right: 4px; }

.post-item .post-image .post-meta-category a, .post-item .post-slider .post-meta-category a, .post-item .post-video .post-meta-category a, .post-item .post-audio .post-meta-category a, .post-item .post-quote-img .post-meta-category a { color: #fff; }

.post-item .post-quote-img .post-meta-category { background-color: #fff; color: #2250fc; }

.post-item .post-quote-img .post-meta-category a { color: #2250fc; }

.post-item .post-video video, .post-item .post-video iframe { width: 100%; background-color: #000000; }

.post-item .post-audio > a > img { margin-bottom: -28px; }

.post-item .post-audio audio, .post-item .post-audio iframe { width: 100%; }

.post-item .post-audio audio { margin-bottom: -6px; }

.post-item .post-item-description { padding: 24px; line-height: 28px; color: #676767; }

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a { font-size: 18px; letter-spacing: -0.1px; line-height: 23px; margin-bottom: 16px; color: #444; font-weight: 600; }

.post-item .post-item-description .post-meta-date, .post-item .post-item-description .post-meta-comments, .post-item .post-item-description .post-meta-category { color: #686868; font-weight: bold; position: relative; top: -4px; font-size: 12px; margin-right: 8px; }

.post-item .post-item-description .post-meta-date i, .post-item .post-item-description .post-meta-comments i, .post-item .post-item-description .post-meta-category i { margin-right: 4px !important; }

.post-item .post-item-description .post-meta-date a, .post-item .post-item-description .post-meta-comments a, .post-item .post-item-description .post-meta-category a { color: #686868; font-weight: bold; }

.post-item .post-item-description .post-post-likes { float: right; font-size: 14px; color: #aaa; }

.post-item .post-item-description .post-post-likes i { margin-right: 8px; color: #aaa; }

.post-item.shadow { box-shadow: none; }

.post-item.shadow .post-item-wrap { box-shadow: 0 1px 10px #efefef !important; }

.post-item.grey-bg .post-item-wrap { background-color: #f7f7f7; }

.post-item.border { border: none !important; }
.background-grey {
   background-color: #f7f9fb!important;
}
.p-0 { padding: 0px !important; }
.post-item.border .post-item-wrap { border: 1px solid rgb(187, 187, 187); }

.post-item.border > .post-item-wrap > .post-item-description { padding: 24px 24px 29px 24px !important; width: 100% !important; }

.post-item.quote .post-item-wrap { background-color: #2250fc; border-radius: 4px; border-width: 0; }

.post-item.quote .post-quote-img img { width: auto; margin-left: 40px; margin-top: 40px; }

.post-item.quote .post-item-description { padding: 40px; }

.post-item.quote .post-item-description .post-meta-date, .post-item.quote .post-item-description .post-meta-comments, .post-item.quote .post-item-description .post-meta-category { color: #fff; opacity: 0.8; }

.post-item.quote .post-item-description .post-meta-date a, .post-item.quote .post-item-description .post-meta-date p, .post-item.quote .post-item-description .post-meta-comments a, .post-item.quote .post-item-description .post-meta-comments p, .post-item.quote .post-item-description .post-meta-category a, .post-item.quote .post-item-description .post-meta-category p { color: #fff; }

.post-item.quote .post-item-description > h3, .post-item.quote .post-item-description > h3 > a, .post-item.quote .post-item-description a, .post-item.quote .post-item-description p, .post-item.quote .post-item-description .item-link { color: #fff; }

.post-item.quote .post-item-description .post-author { font-size: 14px; height: 40px; }

.post-item.quote .post-item-description .post-author > img { height: 28px; margin-right: 8px; width: 28px; }

.post-items-transparent .post-item .post-item-wrap { border: 0; background-color: transparent; }

.post-items-transparent .post-item .post-item-wrap .post-item-description > p, .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-date, .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-comments, .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-category { opacity: .7; }

/*Single Post*/
.single-post .post-item { /*padding: 0 0 20px 0;*/ }

.single-post .post-item img { width: 100%; height: auto; }

.single-post .post-item .post-item-description { padding: 22px 0; line-height: 28px; color: #676767; }

.single-post .post-item .post-item-description p { font-size: 16px; }

.single-post .post-item .post-item-description > h2, .single-post .post-item .post-item-description > h2 > a { font-size: 34px; letter-spacing: 0; line-height: 38px; margin-bottom: 12px; margin-top: 8px; color: #1e2022; }

.single-post .post-item .post-item-description .post-meta-date, .single-post .post-item .post-item-description .post-meta-comments, .single-post .post-item .post-item-description .post-meta-category { color: #777; font-size: 13px; margin-right: 16px; }

.single-post .post-item .post-item-description .post-meta-date a, .single-post .post-item .post-item-description .post-meta-comments a, .single-post .post-item .post-item-description .post-meta-category a { color: #777; }

.single-post .post-item .post-item-description .post-meta-share { float: right; }

.single-post .post-item .post-item-description .post-meta-share .btn { display: inline-block; margin-right: 0; }

.single-post .post-item .post-item-description .post-meta { border-bottom: 1px solid #f3f3f3; clear: both; display: block; margin-bottom: 26px; padding: 12px 0; position: relative; width: 100%; }

.single-post .post-item .post-tags { display: block; margin-bottom: 40px; position: relative; width: 100%; }

.single-post .post-item .post-tags a { font-weight: 400; color: #3c4043; border: 1px solid #e4e6ef; border-radius: 4px; font-size: 12px; margin-bottom: 10px; padding: 3px 10px; background-color: #fbfbfb; }

/*Thumbnail Version*/
.post-thumbnails a { color: #3c4043; }

.post-thumbnails .post-item { width: 100%; padding: 0 0 20px 0; }

.post-thumbnails .post-item .post-image, .post-thumbnails .post-item .post-slider, .post-thumbnails .post-item .post-video, .post-thumbnails .post-item .post-audio { float: left; width: 46%; }

.post-thumbnails .post-item:not(.quote) .post-item-description { float: left; padding-top: 0; width: 54% !important; }

#blog .blog .post-item { width: 25%; padding: 0 20px 20px 0; }

/*Single Page*/
.post-post-title h1 { font-size: 48px; letter-spacing: -.03em; line-height: 1; font-weight: 700; }

.post-image { margin-bottom: 20px; }

.post-image img { width: 100%; }

.post-metaa { margin-bottom: 20px; min-height: 60px; }

.post-metaa div { border-right: 1px solid #f6f6f6; float: left; margin-right: 18px; padding: 8px 18px 8px 0; }

.post-metaa :last-child { border-right: 0; }

.post-metaa .social-icons { margin-top: 8px; }

.post-metaa .post-comments i, .post-metaa .post-shares i { margin-right: 4px; font-size: 20px; float: left; }

.post-metaa .post-comments .post-shares-number, .post-metaa .post-comments .post-comments-number, .post-metaa .post-shares .post-shares-number, .post-metaa .post-shares .post-comments-number { color: #000; font-size: 18px; font-weight: 700; display: block; }

.post-metaa .post-comments .post-shares-label, .post-metaa .post-comments .post-comments-label, .post-metaa .post-shares .post-shares-label, .post-metaa .post-shares .post-comments-label { color: #aaa; font-size: 12px; text-transform: uppercase; display: block; }

.post-author { border-top: 1px solid #eee; font-size: 14px; height: 40px; margin-top: 15px; padding-bottom: 0; padding-top: 16px; }

.post-author a { color: #3c4043; }

.post-author p { position: relative; }

.post-author > img { border-radius: 50%; height: 28px; float: left; margin-right: 8px; width: 28px; }

.post-content { clear: both; display: block; padding: 0 40px 0 0; }

.sidebar > h3:nth-of-type(2) { margin-top: 17px; }

/* ----------------------------------------------------------------------
   GRID ARTICLE BOXES
-------------------------------------------------------------------------*/

/*  Footer */
/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/
#footer { display: block; position: relative; background-color: #f9f9fa; font-size: 14px; line-height: 32px; font-weight: 400; font-family: inherit; }

#footer a:not(.btn):not(:hover) { color: #3c4043; }

#footer p { font-family: inherit; }

#footer a:not(.btn) { font-weight: 400; }

#footer .footer-content { padding: 60px 0 40px 0; }

#footer .widget .widget-title, #footer .widget h4 { font-size: 14px; letter-spacing: 1px; font-weight: 600; /* ul { li { a { font-family: $headings-font-family; font-size: 15px; line-height: 32px; color: #999; } } } */ }

#footer .widget ul { padding-left: 0; }

#footer .copyright-content { min-height: 80px; padding: 30px 0; background-color: #f1f1f3; font-size: 13px; }

#footer .logo { margin-bottom: 54px; margin-top: 12px; max-width: 80px; }

#footer .footer-logo { border-right: 1px solid #333; margin-bottom: 20px; margin-right: 18px; padding-right: 16px; }

.dark #footer, #footer.inverted, #footer.dark { background-color: #181818; }

.dark #footer p, #footer.inverted p, #footer.dark p { color: #999; }

.dark #footer a:not(.btn), #footer.inverted a:not(.btn), #footer.dark a:not(.btn) { font-weight: 400; }

.dark #footer a:not(.btn):not(:hover), #footer.inverted a:not(.btn):not(:hover), #footer.dark a:not(.btn):not(:hover) { color: #999; }

.dark #footer h1, .dark #footer h2, .dark #footer h3, .dark #footer h4, .dark #footer h5, .dark #footer h6, #footer.inverted h1, #footer.inverted h2, #footer.inverted h3, #footer.inverted h4, #footer.inverted h5, #footer.inverted h6, #footer.dark h1, #footer.dark h2, #footer.dark h3, #footer.dark h4, #footer.dark h5, #footer.dark h6 { color: #fff; }

.dark #footer .widget .widget-title, .dark #footer .widget h4, #footer.inverted .widget .widget-title, #footer.inverted .widget h4, #footer.dark .widget .widget-title, #footer.dark .widget h4 { color: #fff; }

.dark #footer .copyright-content, #footer.inverted .copyright-content, #footer.dark .copyright-content { background-color: #1E1E1E; }

/*  Widgets */
/* ----------------------------------------------------------------
	Widgets
-----------------------------------------------------------------*/
.widget { margin-bottom: 30px; position: relative; }

.widget .widget-title, .widget > h4 { font-size: 14px; font-style: normal; font-weight: 600; text-transform: uppercase; line-height: 24px; letter-spacing: 1px; margin-bottom: 20px; }

.widget:after, .widget:before { clear: both; content: " "; display: table; }

.widget .flickity-page-dots { margin-bottom: 20px; }

.widget a { color: #3c4043; }


/*Dark*/
.dark .widget .widget-title, .dark .widget > h4 { color: #fff; }

@media (max-width: 991.98px) { .widget { float: left; width: 100%; } }

/*  Extras */
/*------------------------------------------------------
     Extras
------------------------------------------------------*/
.lazy { opacity: 0; -webkit-transition: opacity 3s ease-in; transition: opacity 3s ease-in; }

.lazy.img-loaded { opacity: 1; }

.item-link { color: #3c4043; font-size: 12px; letter-spacing: 1px; text-transform: uppercase !important; }

.item-link i { position: relative; right: 0; -webkit-transition: right 0.3s ease 0s; transition: right 0.3s ease 0s; }

.item-link:hover { color: #2250fc; }

.item-link:hover i { right: -6px; }

.background-image { background-position: center center; background-repeat: no-repeat; background-size: cover; }

.background-fixed { background-attachment: fixed; background-position: center top; background-size: cover; }

.no-parallax { background-size: cover !important; background-attachment: scroll !important; background-position: center center !important; }

.background-colored { background-color: #2250fc; }

.particles canvas { position: absolute; top: 0; left: 0; }

.particles ~ .bg-overlay { z-index: -2; }


/* ----------------------------------------------------------------
Scroll top
-----------------------------------------------------------------*/
#scrollTop { z-index: -1; opacity: 0; position: fixed; text-align: center; line-height: 12px !important; right: 26px; bottom: 0; color: #fff; cursor: pointer; border-radius: 100px; height: 40px; width: 40px; background-color: rgba(0, 0, 0, 0.25); background-repeat: no-repeat; background-position: center; -webkit-transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear; transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear; background-color: rgba(0, 0, 0, 0.25) !important; overflow: hidden; }

#scrollTop i { line-height: 39px !important; width: 39px !important; height: 39px !important; font-size: 16px !important; top: 0px !important; left: 0px !important; text-align: center !important; position: relative; z-index: 10; background-color: transparent !important; -webkit-transform: translate(0, 0px); -ms-transform: translate(0, 0px); transform: translate(0, 0px); -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

#scrollTop:hover { -webkit-transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s; transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s; background-color: transparent !important; }

#scrollTop:hover i { -webkit-transform: translate(0, -39px) !important; -ms-transform: translate(0, -39px) !important; transform: translate(0, -39px) !important; }

#scrollTop:after, #scrollTop:before { display: block; content: ' '; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 1; background-color: #2250fc; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); border-radius: 100px; }

#scrollTop:before { background-color: rgba(255, 255, 255, 0.25); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); opacity: 0; z-index: 2; }

#scrollTop:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

#scrollTop:active:before { opacity: 1; }

/* ----------------------------------------------------------------
Misc
-----------------------------------------------------------------*/
.show-grid[class*="col-lg-"] .show-grid-block { background-color: #eeeeee; border: 1px solid #ffffff; display: block; line-height: 40px; min-height: 40px; text-align: center; }

.fontawesome-icon-list i { font-size: 18px; display: inline-block; font-size: 1.3em; margin-right: 5px; position: relative; text-align: center; top: 2px; width: 30px; padding: 16px 0px; }

[class^="icon"] { display: inline-block; }

/* ----------------------------------------------------------------------
/Sochi/images
-------------------------------------------------------------------------*/
.img-thumbnail { border: 1px solid #eee; padding: 1px; }

/* ----------------------------------------------------------------------
NEWS MARKETING BOX
-------------------------------------------------------------------------*/
.marketing-box { background-color: #f1f1f1; border: 1px solid #eee; clear: both; color: #999; height: 100px; line-height: 100px; text-align: center; width: 100%; margin-bottom: 20px; }

/* ----------------------------------------------------------------------
NEWS MARKETING BOX
-------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------
DEMO GRID
-------------------------------------------------------------------------*/
.grid-system-demo [class*="col-"] .grid-col-demo { background-color: #eee; display: block; line-height: 54px; min-height: 54px; text-align: center; }

.grid-system-demo .row { padding-bottom: 42px; }

.grid-system-demo-live .row { padding-bottom: 42px; }

/* ----------------------------------------------------------------------
BOXED GRID
-------------------------------------------------------------------------*/
.boxed-grid .row { margin-right: -10px; margin-left: -10px; }

.boxed-grid [class*="col-"] { padding-left: 10px; padding-right: 10px; }

.boxed-grid [class*="col-"] a { margin-bottom: 20px; }

.boxed-grid a { overflow: hidden; display: block; position: relative; }

.boxed-grid a img { width: 100%; height: auto; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }

.boxed-grid a:hover img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.boxed-grid a .title { position: absolute; top: 40%; left: 30px; font-size: 28px; font-weight: 800; text-transform: uppercase; color: #fff; }

/* ----------------------------------------------------------------------
PAGE 404
-------------------------------------------------------------------------*/
.page-error-404 { color: #eee; display: block; font-size: 300px; font-weight: 800; line-height: 0.7; }

body.breakpoint-sm .page-error-404 { font-size: 200px; line-height: 0.8; margin-bottom: 20px; }

body.breakpoint-xs .page-error-404 { font-size: 140px; line-height: 0.8; margin-bottom: 20px; }

/*animated background*/
.animated-background { -webkit-animation: 120s linear 0s normal none infinite running animatedBackground; animation: 120s linear 0s normal none infinite running animatedBackground; background-repeat: repeat-x; background-size: cover; }

@-webkit-keyframes animatedBackground { 0% { background-position: 0 0; }
  100% { background-position: -3000px 0; } }

@keyframes animatedBackground { 0% { background-position: 0 0; }
  100% { background-position: -3000px 0; } }

@keyframes animatedBackground { 0% { background-position: 0 0; }
  100% { background-position: -3000px 0; } }

/* ----------------------------------------------------------------
Image Block
-----------------------------------------------------------------*/
.image-block { background-color: #f4f4f4; }

.image-block .col-lg-6 { padding: 60px; }

.image-block-content { margin-bottom: 30px; padding: 0 50px; }

.image-block-content .feature-icon { border-radius: 100%; color: #fff; display: inline-block; height: 60px; line-height: 60px; text-align: center; width: 60px; background-color: #eee; }

.image-block-content .feature-icon i { font-size: 28px; margin-top: 16px; }

.image-block-content .feature-content { padding-left: 85px; }

.image-block-content .feature-content h3 { margin-bottom: 0; }

.image-absolute { position: absolute; top: 0px; left: 0px; width: 426px; height: 556px; }

/*hero headings*/
.heading-fancy-border { border: 15px solid #111; margin: 0 10%; padding: 60px 0px; }

.text-light .heading-fancy-border { border-color: #fff !important; }

/*hero heading 2*/
.hero-heading-2 { padding: 20px; background-color: #111; border-radius: 8px; }

.hero-heading-2 > i { font-size: 160px; opacity: 0.1; position: absolute; right: 23px; top: 2px; }

/*hero heading 3*/
.hero-heading-3 { background-color: #fff; border: 36px solid #fff; box-shadow: 0 0 0 1px #111 inset; color: #111; opacity: 0.7; padding: 72px; width: auto; margin: 40px; text-align: center; }

.hero-heading-3 h2, .hero-heading-3 h3 { text-transform: uppercase; font-size: 92px; text-align: center; margin: 0; line-height: 72px; }

@media (max-width: 991.98px) { .hero-heading-3 { background-color: #fff; border: 30px solid #fff; padding: 30px; width: 100%; margin: 0; }
  .hero-heading-3 h2, .hero-heading-3 h3 { font-size: 40px !important; line-height: 40px !important; } }

/*working-hours list*/
.working-hours ul { padding: 0; }

.working-hours li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); display: inline-block; padding: 10px 0; width: 100%; }

.working-hours li:before { content: "\f017"; font-family: "Font Awesome 5 Free"; margin-right: 15px; }

.working-hours li span { float: right; }

.working-hours p { font-size: 13px; color: #111; }

/*price menu list*/
.price-menu-list { padding: 0; list-style: none; }

.price-menu-list li { margin-bottom: 40px; }

.price-menu-list li > h2 { margin-bottom: 0; }

.price-menu-list li > p { margin-bottom: 8px; opacity: 0.6; }

.price-menu-list li > img { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; width: 100px; height: 100px; float: left; }

/* ----------------------------------------------------------------------
Responsive utilities
-------------------------------------------------------------------------*/
.responsive-utilities th small { color: #999; display: block; font-weight: 400; }

.responsive-utilities td.is-visible { background-color: #dff0d8 !important; color: #468847; }

/* ----------------------------------------------------------------
Bootstrap row colums fixes
-----------------------------------------------------------------*/
.col-lg-2-5 { width: 20%; float: left; padding-left: 15px; padding-right: 15px; }

/* ----------------------------------------------------------------
Creative Profile Page
-----------------------------------------------------------------*/
.profile-content { width: 100%; padding: 0; position: relative; }

.profile-content .profile-image { background-position: 50% 20%; background-repeat: repeat-y; background-size: cover; height: 100%; left: 0; position: fixed; top: 0; width: 67.6666%; z-index: 2; display: table; }

.profile-content .profile-image .profile-name { padding: 15px; position: absolute; width: 100%; bottom: 0; }

.profile-content .profile-image .profile-name h3 { color: #fff; font-size: 120px; opacity: 0.7; line-height: 1; text-shadow: 0 22px 25px rgba(0, 0, 0, 0.13); }

.profile-content .profile-bio { float: right; height: auto; margin: 50px; overflow: hidden; padding: 0 0 0 100px; position: relative; right: 0; top: 0; width: 33.3333%; z-index: 1; }

.profile-content .profile-bio .profile-bio-footer { padding: 20px 0 0; width: 100%; }

@media (max-width: 991.98px) { .profile-content .profile-image { height: 300px; position: relative; width: 100%; display: table; }
  .profile-content .profile-image .profile-name h3 { font-size: 40px; text-align: center; }
  .profile-content .profile-bio { display: block; float: none; height: auto; margin: 15px auto; padding: 15px; width: 750px; } }

/* ----------------------------------------------------------------
Text-Rotator
-----------------------------------------------------------------*/
.morphext > .animated { display: inline-block; opacity: 1; }

.ohidden { position: relative; overflow: hidden !important; }

/* ----------------------------------------------------------------
Play Button
-----------------------------------------------------------------*/
.play-button { position: relative; width: 90px; height: 90px; display: inline-block; border-width: 7px; border-style: solid; border-color: #fff; border-radius: 50%; -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.play-button > i { font-size: 22px; color: #fff; display: block; position: absolute; top: 50%; left: 50%; margin-left: 2px; -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); }

.play-button.dark { border-color: #1e2022; }

.play-button.dark > i { color: #1e2022; }

.play-button:hover { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.lines-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 100%; -webkit-transition: 0.3s; transition: 0.3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 16px; background: transparent; outline: none; }

.lines-button > * { display: block; }

.lines-button:hover, .lines-button:focus { outline: none; }

.lines-button::-moz-focus-inner { border: 0; }

.lines { display: inline-block; height: 2px; width: 20px; border-radius: 4px; -webkit-transition: 0.3s; transition: 0.3s; position: relative; top: -4px; }

.lines::before, .lines::after { display: inline-block; height: 2px; width: 20px; border-radius: 4px; -webkit-transition: 0.3s; transition: 0.3s; content: ''; position: absolute; left: 0; -webkit-transform-origin: 2.85714px center; -ms-transform-origin: 2.85714px center; transform-origin: 2.85714px center; width: 100%; }

.lines::before { top: 6px; }

.lines::after { top: -6px; }

.lines, .lines:before, .lines:after { background-color: #111; }

.toggle-active .lines { -webkit-transform: scale3d(0.8, 0.8, 0.8); transform: scale3d(0.8, 0.8, 0.8); }

.x { width: auto; }

.x.toggle-active .lines { background: transparent !important; }

.x.toggle-active .lines::before, .x.toggle-active .lines::after { -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0; width: 26px; }

.x.toggle-active .lines::before { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }

.x.toggle-active .lines::after { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

.toggle-item i { position: relative; }

.toggle-item i:nth-of-type(2) { visibility: hidden; position: absolute; }

.toggle-item.toggle-active i:nth-of-type(2) { visibility: visible; position: relative; }

.toggle-item.toggle-active i:nth-of-type(1) { visibility: hidden; position: absolute; }

.image-hover-zoom { position: relative; overflow: hidden; cursor: pointer}

.image-hover-zoom img { -webkit-transition: all .4s ease; transition: all .4s ease; opacity: 1; }

.image-hover-zoom:hover img { opacity: .3; }

/* ----------------------------------------------------------------
    VM PLAYER (VIMEO PLAYER)
-----------------------------------------------------------------*/
.vimeo_player_wrapper { z-index: -1 !important; }

.vimeo_player_wrapper ~ iframe { display: none; }

iframe { width: 100%; }

/* ----------------------------------------------------------------
    Others
-----------------------------------------------------------------*/

.zoom-out { -webkit-animation-name: zoom-out; animation-name: zoom-out; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }

@-webkit-keyframes zoom-out { 0% { opacity: 0.1; }
  100% { opacity: 1; } }

@keyframes zoom-out { 0% { -webkit-transform: scale(1.5); transform: scale(1.5);
    opacity: 0.1; }
  100% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; } }

.fullscreen .container-fullscreen { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;flex-direction: column; align-items: center; width: 100%; height: 100%; }

.fullscreen .container-fullscreen .text-middle { flex: 0 1 100%; }

/*  Helpers */
/* ----------------------------------------------------------------
Helpers
-----------------------------------------------------------------*/

.align-items-bottom { -webkit-box-align: end !important; -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; height: 100%; }

.rounded { overflow: hidden; }

.hidden { display: none; }

.visible { opacity: 1; }

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

.text-left.nav-tabs .nav-item { text-align: left !important; }

.text-right.nav-tabs .nav-item { text-align: right !important; }

.left { float: left !important; }

.right { float: right !important; }

.center { float: none !important; margin: 0 auto; }

.block { display: block; }


.text-xs, .text-xs span { font-size: 30px; line-height: 30px; }

.text-medium-light { font-size: 50px !important; font-weight: 100; line-height: 1.1; }

.text-medium { font-size: 50px !important; font-weight: 800; line-height: 1.1; margin-bottom: 20px; }

.text-md, .text-md span, .text-md span span { font-size: 74px !important; line-height: 86px !important; }

.text-lg-light, .text-lg-light span, .text-lg-light span span { font-size: 90px !important; line-height: 100px !important; font-weight: 120 !important; }

.text-lg, .text-lg span, .text-lg span span { font-size: 90px; line-height: 100px; letter-spacing: -.02em; font-weight: 700; }

.text-lg-x2, .text-lg-x2 span { color: #ffffff; font-size: 120px; line-height: 140px; margin-bottom: 10px; }

.text-lg-x3, .text-lg-x3 span { color: #ffffff; font-size: 200px; line-height: 220px; }

.text-xl, .text-xl span { font-size: 100px; line-height: 110px; }

.text-small { font-size: 16px; font-weight: 800; line-height: 1.1; }

.text-light, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light .lead, .text-light p, .text-light a:not(.btn), .text-light a:not(.btn):hover:not(.btn-light), .text-light i, .text-light li, .text-light label, .text-light div:not(.alert), .text-light span:not(.btn-label) { color: #fff !important; }

.text-dark, .text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark p, .text-dark .lead, .text-dark a:not(.btn), .text-dark a:not(.btn-danger), .text-dark a:not(.btn):hover:not(.btn-light), .text-dark i, .text-dark li, .text-dark label, .text-dark div:not(.alert), .text-dark span:not(.btn-label) { color: #111 !important; }

/*font weight*/

.m-b-0 { margin-bottom: 0px !important; }
.m-b-5 { margin-bottom: 5px !important; }

.m-b-20 { margin-bottom: 20px !important; }

.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-0 { margin-top: 0px !important; }
.m-t-30 { margin-top: 30px !important; }

.m-t-35 { margin-top: 35px !important; }


/*Margins*/

.no-padding { padding: 0 !important; }

.p-20 { padding: 20px !important; }

.p-b-0 { padding-bottom: 0px !important; }

.p-b-10 { padding-bottom: 10px !important; }

.p-b-20 { padding-bottom: 20px !important; }

.p-b-30 { padding-bottom: 30px !important; }

.p-b-40 { padding-bottom: 40px !important; }

.p-b-50 { padding-bottom: 50px !important; }

.p-t-0 { padding-top: 0px !important; }

.p-t-30 { padding-top: 30px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-40 { padding-top: 40px !important; }

.p-t-50 { padding-top: 50px !important; }


.p-r-0 { padding-right: 0px !important; }

.p-r-30 { padding-right: 30px !important; }

.p-r-40 { padding-right: 40px !important; }

.p-r-50 { padding-right: 50px !important; }


.float-right { float: right !important; }

.float-left { float: left !important; }

.float-none { float: none !important; }

.fullwidth { width: 100% !important; }


/* ----------------------------------------------------------------
    Bootstrap Notify
-----------------------------------------------------------------*/
.alert [data-notify="progressbar"] { height: 6px !important; margin-top: 8px; }

.progress .progress-bar { height: 4px; background-color: #34ce57; }

.bootstrap-notify { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); z-index: 1500; }

.bootstrap-notify.alert .close { padding: 4px; }

.bootstrap-notify a, .bootstrap-notify a:hover, .bootstrap-notify a:visited { color: #fff !important; text-decoration: underline; }

.element-container { box-shadow: none; display: block !important; margin: unset !important; position: relative !important; top: unset !important; right: unset !important; width: auto !important; }

/*! Polo components */
input:not([type="checkbox"]):not([type="radio"]), select, .input-group-text { min-height: 40px; }

.form-group { margin-bottom: 1rem; }

.input-group { -webkit-box-align: start; -webkit-align-items: start; -ms-flex-align: start; align-items: start; }

.form-control-auto-height { height: auto !important; }

.form-file-upload { cursor: pointer; height: 100%; width: 100%; position: absolute; left: 0; top: 0; }

.form-check-label, .form-file { width: 100%; }

form label { text-transform: none;  line-height:110%;  font-size: 0.875rem; font-weight: 500; color: #2e2e2e;  margin-left: 10px; }

form label .btn, form label button { z-index: 2; }

.input-group input ~ .btn i { margin-right: 0; }

.is-invalid, .is-invalid ~ label { color: #dc3545; }

.is-invalid ~ label { margin-bottom: 0; }

.is-invalid:not(.form-control):not([type="checkbox"]) { display: block; clear: both; width: 100%; font-size: 0.875rem; }

.form-no-border .form-control, .form-no-border .input-group-text { border: none !important; box-shadow: none !important; }

.form-no-border .form-control:focus, .form-no-border .input-group-text:focus { border: none !important; box-shadow: none !important; }

th .form-check, td .form-check { padding-left: 0; text-align: center; }

th .form-check .form-check-input, td .form-check .form-check-input { float: none; margin: 0; vertical-align: middle; }

.form-check.image-checkbox .form-check-input { position: relative; opacity: 0; }

.form-check.image-checkbox .form-check-input:checked { opacity: 1; }

.form-check.image-checkbox .form-check-input { left: 2rem; }

.input-group-text[data-clipboard] { cursor: pointer; }

.dropdown { display: inline-block; }

.nav-link:after, .dropdown-toggle:after { border: 0; margin: 0; display: none; }

.dropdown-submenu > .dropdown-item:not(.no-icon):not(.rounded-circle), .dropdown-toggle:not(.no-icon):not(.rounded-circle) { position: relative; padding: 0.5rem 1.5rem; }

.dropdown-submenu > .dropdown-item:not(.no-icon):not(.rounded-circle):after, .dropdown-toggle:not(.no-icon):not(.rounded-circle):after { border: 0; }

.dropdown-submenu > .dropdown-item:not(.no-icon):not(.rounded-circle):after, .dropdown-toggle:not(.no-icon):not(.rounded-circle):after { content: ""; position: absolute; width: 0.375rem; height: 0.375rem; border-top: 0.0625rem solid #9aa0a6; border-right: 0.0625rem solid #9aa0a6; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); top: 50%; right: 1.5rem; }

.dropdown > .btn:not(.no-icon):not(.rounded-circle) { padding-right: 1.65rem; }

.dropdown-menu { font-size: 0.875rem; box-shadow: 0 0.625rem 2.5rem 0.625rem rgba(140, 152, 164, 0.175); padding: 1rem 0; }

.dropdown-item { padding: 0.5rem 1.5rem; color: #1e2022; font-size: 0.875rem; font-weight: 400; }

.dropdown-item .badge { margin: 0 0.5rem; }

.dropdown-color-item { width: 15px; height: 15px; border-radius: 50%; float: left; margin-right: 5px; margin-top: 2px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15); }

.dropdown-header { padding: 0.5rem 1.5rem; font-size: 0.875rem; font-weight: 500; text-transform: uppercase; letter-spacing: .3px; }

.nav-link { color: #2250fc; font-size: 1rem; }

.nav-link:hover { color: #3c4043; }

.nav-link.active { color: #3c4043; }

.nav-item .btn { font-size: 1rem; }

.nav-item .rounded-circle { color: #2250fc; }

.nav-x-0 .nav-link { padding-right: 0; padding-left: 0; }

.card { position: relative; margin-bottom: 2rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch !important; -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05); }

.card .card-title { font-weight: 500; margin: 0; margin-left: 0; }

.card .card-subtitle { color: #9aa0a6; font-size: 0.875rem; font-weight: 400; display: block; }

.card .card-header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: transparent; }

.card .card-header h3, .card .card-header h4, .card .card-header h5 { font-size: 1.275rem; margin-bottom: 0 !important; font-weight: 600; }

.card.card-stretch { height: 100%; }

.card-toolbar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.grid-layout .card { margin-bottom: 0; }

.card.card-post-shop img { width: 100%; height: auto; }

.card.card-post-shop .badge-pill { border-radius: 50%; height: 40px; width: 40px; text-align: center; line-height: 40px; padding: 0; text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.14); color: #fff; }

.card .post-video video, .card .post-video iframe { width: 100%; }

.card .post-audio audio, .card .post-audio iframe { width: 100%; }

.badge { text-transform: none; }

.badge i:not(:last-child) { margin-right: .5rem; }

.badge.badge-secondary, .badge.bg-light, .badge.badge-soft-secondary, .badge.badge-soft-light { color: #2e2e2e; }

.badge.badge-floating { position: absolute; top: -.25rem; right: -.25rem; }

.badge.badge-xs { font-size: 60% !important; padding: .2rem .3rem !important; }

.jumbotron { padding: 60px 0; }

.fw-300 { font-weight: 300 !important; }

.fw-400 { font-weight: 400 !important; }

.fw-500 { font-weight: 500 !important; }

.fw-600 { font-weight: 600 !important; }

.fw-700 { font-weight: 700 !important; }

.fw-800 { font-weight: 800 !important; }

.fw-900 { font-weight: 900 !important; }

/* ----------------------------------------------------------------
	Accordion
-----------------------------------------------------------------*/
.accordion .ac-item { margin-bottom: 10px; padding: 12px 20px; border-radius: 5px; border: 1px solid #e4e6ef; }

.accordion .ac-item .ac-title { font-weight: 500; position: relative; padding-right: 10px; margin: 0; font-size: 1em; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.accordion .ac-item .ac-title:before { font-size: 18px; content: "\e9be"; font-family: "inspiro-icons"; right: 0; position: absolute; }

.accordion .ac-item .ac-title > i { margin-right: 8px; }

.accordion .ac-item .ac-content { padding-top: 12px; }

.accordion .ac-item .ac-content > p:last-child { margin-bottom: 6px; }

.accordion .ac-item.ac-active .ac-title:before { content: "\e9a1"; }

.accordion.accordion-shadow .ac-item { box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075); }

.accordion.accordion-simple .ac-item { padding: 14px 0; margin-bottom: 0; border-radius: 0; border: 0; border-bottom: 1px solid #e4e6ef; }

.accordion.accordion-simple .ac-item:last-child { border: 0; }

.accordion.accordion-flat .ac-item { padding: 10px 0; margin-bottom: 0; border-radius: 0; border: 0; }

.accordion.accordion-theme .ac-item { background-color: #2250fc; border: 0; }

.accordion.accordion-theme .ac-item .ac-title { color: #fff; }

.accordion.accordion-theme .ac-item .ac-content, .accordion.accordion-theme .ac-item .ac-content p { color: #fff; }

.accordion.dark .ac-item { background-color: #1e2022; border: 0; }

.accordion.dark .ac-item .ac-title { color: #fff; }

.accordion.dark .ac-item .ac-content, .accordion.dark .ac-item .ac-content p { color: #fff; }


/* ----------------------------------------------------------------------
	Buttons
-------------------------------------------------------------------------*/
a:not([href]):not([tabindex]):not(.btn) { color: none; }

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) { display: inline-block; font-family: inherit; border-radius: 0.42rem 0.42rem 0.42rem 0.42rem; font-size: 12px; font-weight: 600; letter-spacing: .5px; text-decoration: none; outline: none; padding: 12px 18px; position: relative; text-transform: uppercase; background-color: #2250fc; border-color: #2250fc; border-width: 1px; border-style: solid; color: #fff; -webkit-transition: all 0.3s; transition: all 0.3s; margin-bottom: 6px; outline: none; line-height: 16px; cursor: pointer; }

button.btn:after, .btn:not(.close):not(.mfp-close):after, a.btn:not([href]):not([tabindex]):after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; transition: all 0.3s; }

button.btn i, .btn:not(.close):not(.mfp-close) i, a.btn:not([href]):not([tabindex]) i { text-shadow: none; }

button.btn.btn-xs, .btn:not(.close):not(.mfp-close).btn-xs, a.btn:not([href]):not([tabindex]).btn-xs { font-size: 10px; height: 24px; line-height: 22px; padding: 0 10px; }

button.btn.btn-sm, .btn:not(.close):not(.mfp-close).btn-sm, a.btn:not([href]):not([tabindex]).btn-sm { font-size: 11px; height: 30px; line-height: 28px; padding: 0 14px; }

button.btn.btn-lg, .btn:not(.close):not(.mfp-close).btn-lg, a.btn:not([href]):not([tabindex]).btn-lg { font-size: 16px; letter-spacing: 2px; line-height: 28px; padding: 14px 40px; }

button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active { background-color: #0333e8; border-color: #0333e8; color: #fff; text-decoration: none; }

button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline { background-color: transparent; border-width: 2px; border-style: solid; border-color: #2250fc; color: #2250fc; }

button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active, button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active, .btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active, a.btn:not([href]):not([tabindex]).btn-outline.active { background-color: #2250fc; border-width: 2px; border-style: solid; border-color: #2250fc; color: #fff; }

button.btn.btn-rounded, .btn:not(.close):not(.mfp-close).btn-rounded, a.btn:not([href]):not([tabindex]).btn-rounded { border-radius: 2em !important; }

button.btn.btn-block, .btn:not(.close):not(.mfp-close).btn-block, a.btn:not([href]):not([tabindex]).btn-block { width: 100%; display: block; }

button.btn.btn-white, button.btn.btn-light, .btn:not(.close):not(.mfp-close).btn-white, .btn:not(.close):not(.mfp-close).btn-light, a.btn:not([href]):not([tabindex]).btn-white, a.btn:not([href]):not([tabindex]).btn-light { background-color: #fff; border-color: #e4e6ef; color: #4c5667; }

button.btn.btn-white:hover, button.btn.btn-white:focus, button.btn.btn-white:active, button.btn.btn-white.active, button.btn.btn-light:hover, button.btn.btn-light:focus, button.btn.btn-light:active, button.btn.btn-light.active, .btn:not(.close):not(.mfp-close).btn-white:hover, .btn:not(.close):not(.mfp-close).btn-white:focus, .btn:not(.close):not(.mfp-close).btn-white:active, .btn:not(.close):not(.mfp-close).btn-white.active, .btn:not(.close):not(.mfp-close).btn-light:hover, .btn:not(.close):not(.mfp-close).btn-light:focus, .btn:not(.close):not(.mfp-close).btn-light:active, .btn:not(.close):not(.mfp-close).btn-light.active, a.btn:not([href]):not([tabindex]).btn-white:hover, a.btn:not([href]):not([tabindex]).btn-white:focus, a.btn:not([href]):not([tabindex]).btn-white:active, a.btn:not([href]):not([tabindex]).btn-white.active, a.btn:not([href]):not([tabindex]).btn-light:hover, a.btn:not([href]):not([tabindex]).btn-light:focus, a.btn:not([href]):not([tabindex]).btn-light:active, a.btn:not([href]):not([tabindex]).btn-light.active { border-color: #e4e6ef; background-color: #f4f5f8; color: #4c5667; }

button.btn.btn-white.btn-outline, button.btn.btn-light.btn-outline, .btn:not(.close):not(.mfp-close).btn-white.btn-outline, .btn:not(.close):not(.mfp-close).btn-light.btn-outline, a.btn:not([href]):not([tabindex]).btn-white.btn-outline, a.btn:not([href]):not([tabindex]).btn-light.btn-outline { border-color: #ffffff; background-color: transparent; color: #ffffff; }

button.btn.btn-white.btn-outline:hover, button.btn.btn-white.btn-outline:focus, button.btn.btn-white.btn-outline:active, button.btn.btn-white.btn-outline.active, button.btn.btn-light.btn-outline:hover, button.btn.btn-light.btn-outline:focus, button.btn.btn-light.btn-outline:active, button.btn.btn-light.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-white.btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-white.btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-white.btn-outline:active, .btn:not(.close):not(.mfp-close).btn-white.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:active, .btn:not(.close):not(.mfp-close).btn-light.btn-outline.active, a.btn:not([href]):not([tabindex]).btn-white.btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-white.btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-white.btn-outline:active, a.btn:not([href]):not([tabindex]).btn-white.btn-outline.active, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:active, a.btn:not([href]):not([tabindex]).btn-light.btn-outline.active { background-color: #ffffff; border-color: #ffffff; color: #4c5667; }

button.btn.btn-white.btn-white-hover:hover, button.btn.btn-white.btn-white-hover:focus, button.btn.btn-white.btn-white-hover:active, button.btn.btn-white.btn-white-hover.active, button.btn.btn-white.btn-light-hover:hover, button.btn.btn-white.btn-light-hover:focus, button.btn.btn-white.btn-light-hover:active, button.btn.btn-white.btn-light-hover.active, button.btn.btn-light.btn-white-hover:hover, button.btn.btn-light.btn-white-hover:focus, button.btn.btn-light.btn-white-hover:active, button.btn.btn-light.btn-white-hover.active, button.btn.btn-light.btn-light-hover:hover, button.btn.btn-light.btn-light-hover:focus, button.btn.btn-light.btn-light-hover:active, button.btn.btn-light.btn-light-hover.active, .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:hover, .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:focus, .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:active, .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover.active, .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:hover, .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:focus, .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:active, .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover.active, .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:hover, .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:focus, .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:active, .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover.active, .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:hover, .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:focus, .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:active, .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover.active, a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:hover, a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:focus, a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:active, a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover.active, a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:hover, a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:focus, a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:active, a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover.active, a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:hover, a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:focus, a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:active, a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover.active, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:hover, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:focus, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:active, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover.active { background-color: #ffffff; border-color: #ebebeb; color: #4c5667; }

button.btn:not(.btn-shadow):focus, button.btn:not(.btn-shadow):focus:active, .btn:not(.close):not(.mfp-close):not(.btn-shadow):focus, .btn:not(.close):not(.mfp-close):not(.btn-shadow):focus:active, a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus, a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus:active { box-shadow: none !important; }

button.btn.btn-transparent, .btn:not(.close):not(.mfp-close).btn-transparent, a.btn:not([href]):not([tabindex]).btn-transparent { background-color: transparent; border: 0; color: #3c4043; }

button.btn.btn-transparent.btn-inverted, .btn:not(.close):not(.mfp-close).btn-transparent.btn-inverted, a.btn:not([href]):not([tabindex]).btn-transparent.btn-inverted { color: #fff; }

button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary { background-color: #2250fc; border-color: #2250fc; }

button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:not(:disabled):not(.disabled):active, button.btn.btn-primary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-primary:hover, .btn:not(.close):not(.mfp-close).btn-primary:focus, .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-primary:hover, a.btn:not([href]):not([tabindex]).btn-primary:focus, a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active { background-color: #0333e8; border-color: #0333e8; color: #fff; }

button.btn.btn-secondary, .btn:not(.close):not(.mfp-close).btn-secondary, a.btn:not([href]):not([tabindex]).btn-secondary { background-color: #c1c3ce; border-color: #c1c3ce; }

button.btn.btn-secondary:hover, button.btn.btn-secondary:focus, button.btn.btn-secondary:not(:disabled):not(.disabled):active, button.btn.btn-secondary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-secondary:hover, .btn:not(.close):not(.mfp-close).btn-secondary:focus, .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-secondary:hover, a.btn:not([href]):not([tabindex]).btn-secondary:focus, a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled).active { background-color: #a5a7b7; border-color: #a5a7b7; color: #fff; }

button.btn.btn-success, .btn:not(.close):not(.mfp-close).btn-success, a.btn:not([href]):not([tabindex]).btn-success { background-color: #28a745; border-color: #28a745; }

button.btn.btn-success:hover, button.btn.btn-success:focus, button.btn.btn-success:not(:disabled):not(.disabled):active, button.btn.btn-success:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-success:hover, .btn:not(.close):not(.mfp-close).btn-success:focus, .btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-success:hover, a.btn:not([href]):not([tabindex]).btn-success:focus, a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled).active { background-color: #1e7e34; border-color: #1e7e34; color: #fff; }

button.btn.btn-info, .btn:not(.close):not(.mfp-close).btn-info, a.btn:not([href]):not([tabindex]).btn-info { background-color: #17a2b8; border-color: #17a2b8; }

button.btn.btn-info:hover, button.btn.btn-info:focus, button.btn.btn-info:not(:disabled):not(.disabled):active, button.btn.btn-info:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-info:hover, .btn:not(.close):not(.mfp-close).btn-info:focus, .btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-info:hover, a.btn:not([href]):not([tabindex]).btn-info:focus, a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled).active { background-color: #117a8b; border-color: #117a8b; color: #fff; }

button.btn.btn-warning, .btn:not(.close):not(.mfp-close).btn-warning, a.btn:not([href]):not([tabindex]).btn-warning { background-color: #ffc107; border-color: #ffc107; }

button.btn.btn-warning:hover, button.btn.btn-warning:focus, button.btn.btn-warning:not(:disabled):not(.disabled):active, button.btn.btn-warning:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-warning:hover, .btn:not(.close):not(.mfp-close).btn-warning:focus, .btn:not(.close):not(.mfp-close).btn-warning:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-warning:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-warning:hover, a.btn:not([href]):not([tabindex]).btn-warning:focus, a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled).active { background-color: #d39e00; border-color: #d39e00; color: #fff; }

button.btn.btn-danger, .btn:not(.close):not(.mfp-close).btn-danger, a.btn:not([href]):not([tabindex]).btn-danger { background-color: #dc3545; border-color: #dc3545; }

button.btn.btn-danger:hover, button.btn.btn-danger:focus, button.btn.btn-danger:not(:disabled):not(.disabled):active, button.btn.btn-danger:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-danger:hover, .btn:not(.close):not(.mfp-close).btn-danger:focus, .btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-danger:hover, a.btn:not([href]):not([tabindex]).btn-danger:focus, a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled).active { background-color: #bd2130; border-color: #bd2130; color: #fff; }

button.btn.btn-dark, .btn:not(.close):not(.mfp-close).btn-dark, a.btn:not([href]):not([tabindex]).btn-dark { background-color: #000000; border-color: #000000; }

button.btn.btn-dark:hover, button.btn.btn-dark:focus, button.btn.btn-dark:active, button.btn.btn-dark.active, .btn:not(.close):not(.mfp-close).btn-dark:hover, .btn:not(.close):not(.mfp-close).btn-dark:focus, .btn:not(.close):not(.mfp-close).btn-dark:active, .btn:not(.close):not(.mfp-close).btn-dark.active, a.btn:not([href]):not([tabindex]).btn-dark:hover, a.btn:not([href]):not([tabindex]).btn-dark:focus, a.btn:not([href]):not([tabindex]).btn-dark:active, a.btn:not([href]):not([tabindex]).btn-dark.active { background-color: #333333; border-color: #333333; color: #fff; }

button.btn.btn-dark.btn-outline, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline { background-color: transparent; color: #000000; border-color: #000000; }

button.btn.btn-dark.btn-outline:hover, button.btn.btn-dark.btn-outline:focus, button.btn.btn-dark.btn-outline:active, button.btn.btn-dark.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:active, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline.active, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:active, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline.active { background-color: #000000; border-color: #000000; color: #fff; }

button.btn.btn-red, .btn:not(.close):not(.mfp-close).btn-red, a.btn:not([href]):not([tabindex]).btn-red { background-color: #CA0027; border-color: #CA0027; }

button.btn.btn-red:hover, button.btn.btn-red:focus, button.btn.btn-red:not(:disabled):not(.disabled):active, button.btn.btn-red:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-red:hover, .btn:not(.close):not(.mfp-close).btn-red:focus, .btn:not(.close):not(.mfp-close).btn-red:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-red:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-red:hover, a.btn:not([href]):not([tabindex]).btn-red:focus, a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled).active { background-color: #97001d; border-color: #97001d; color: #fff; }

button.btn.btn-round, .btn:not(.close):not(.mfp-close).btn-round, a.btn:not([href]):not([tabindex]).btn-round { border-radius: 50%; padding: 0 10px !important; height: 36px !important; line-height: 36px !important; }

button.btn.btn-round > i, .btn:not(.close):not(.mfp-close).btn-round > i, a.btn:not([href]):not([tabindex]).btn-round > i { font-size: 14px; }

button.btn.btn-slide, .btn:not(.close):not(.mfp-close).btn-slide, a.btn:not([href]):not([tabindex]).btn-slide { border-radius: 50px; display: table-cell; opacity: 1; overflow: hidden; padding: 22px; position: relative; -webkit-transition: width 0.4s ease 0s, background 0.4s ease 0s; transition: width 0.4s ease 0s, background 0.4s ease 0s; width: 46px; line-height: 18px; }

button.btn.btn-slide > i, .btn:not(.close):not(.mfp-close).btn-slide > i, a.btn:not([href]):not([tabindex]).btn-slide > i { float: left; left: 17px; position: absolute; top: 17px; -webkit-transition: all 0.8s ease 0s; transition: all 0.8s ease 0s; }

button.btn.btn-slide > span, .btn:not(.close):not(.mfp-close).btn-slide > span, a.btn:not([href]):not([tabindex]).btn-slide > span { left: 40px; position: absolute; text-align: left; top: 13px; -webkit-transition: left 0.5s ease 0s, opacity 0.5s ease 0s; transition: left 0.5s ease 0s, opacity 0.5s ease 0s; white-space: nowrap; opacity: 0; }

button.btn.btn-slide:hover, .btn:not(.close):not(.mfp-close).btn-slide:hover, a.btn:not([href]):not([tabindex]).btn-slide:hover { width: 140px; text-align: left; }

button.btn.btn-slide:hover > i, .btn:not(.close):not(.mfp-close).btn-slide:hover > i, a.btn:not([href]):not([tabindex]).btn-slide:hover > i { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }

button.btn.btn-slide:hover > span, .btn:not(.close):not(.mfp-close).btn-slide:hover > span, a.btn:not([href]):not([tabindex]).btn-slide:hover > span { opacity: 1; }

button.btn.btn-slide.btn-xs, .btn:not(.close):not(.mfp-close).btn-slide.btn-xs, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs { padding: 14px; width: 30px; line-height: 26px; }

button.btn.btn-slide.btn-xs > i, .btn:not(.close):not(.mfp-close).btn-slide.btn-xs > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs > i { left: 9px; top: 8px; }

button.btn.btn-slide.btn-xs > span, .btn:not(.close):not(.mfp-close).btn-slide.btn-xs > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs > span { left: 28px; top: 0px; }

button.btn.btn-slide.btn-xs:hover, .btn:not(.close):not(.mfp-close).btn-slide.btn-xs:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs:hover { width: 110px; }

button.btn.btn-slide.btn-sm, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm { padding: 18px; width: 36px; line-height: 36px; }

button.btn.btn-slide.btn-sm > i, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm > i { left: 13px; top: 13px; }

button.btn.btn-slide.btn-sm > span, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm > span { left: 36px; top: 0px; }

button.btn.btn-slide.btn-sm:hover, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm:hover { width: 110px; }

button.btn.btn-slide.btn-lg, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg { padding: 30px; line-height: 52px; }

button.btn.btn-slide.btn-lg > i, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg > i { left: 23px; top: 23px; }

button.btn.btn-slide.btn-lg > span, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg > span { left: 54px; top: 3px; }

button.btn.btn-slide.btn-lg:hover, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg:hover { width: 200px; }

button.btn.btn-reveal, .btn:not(.close):not(.mfp-close).btn-reveal, a.btn:not([href]):not([tabindex]).btn-reveal { padding: 12px 34px; }

button.btn.btn-reveal span, .btn:not(.close):not(.mfp-close).btn-reveal span, a.btn:not([href]):not([tabindex]).btn-reveal span { left: 0; position: relative; -webkit-transition: opacity 0.2s ease-out 0s, left 0.2s ease-out 0s; transition: opacity 0.2s ease-out 0s, left 0.2s ease-out 0s; }

button.btn.btn-reveal i, .btn:not(.close):not(.mfp-close).btn-reveal i, a.btn:not([href]):not([tabindex]).btn-reveal i { line-height: 18px; margin-top: -6px; opacity: 0; position: absolute; right: 28px; top: 50%; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; width: 18px; }

button.btn.btn-reveal:hover span, .btn:not(.close):not(.mfp-close).btn-reveal:hover span, a.btn:not([href]):not([tabindex]).btn-reveal:hover span { left: -10px; }

button.btn.btn-reveal:hover i, .btn:not(.close):not(.mfp-close).btn-reveal:hover i, a.btn:not([href]):not([tabindex]).btn-reveal:hover i { opacity: 1 !important; right: 18px; }

button.btn.btn-reveal.btn-xs, .btn:not(.close):not(.mfp-close).btn-reveal.btn-xs, a.btn:not([href]):not([tabindex]).btn-reveal.btn-xs { line-height: 0px; }

button.btn.btn-reveal.btn-sm, .btn:not(.close):not(.mfp-close).btn-reveal.btn-sm, a.btn:not([href]):not([tabindex]).btn-reveal.btn-sm { line-height: 0px; }

button.btn.btn-reveal.btn-lg, .btn:not(.close):not(.mfp-close).btn-reveal.btn-lg, a.btn:not([href]):not([tabindex]).btn-reveal.btn-lg { line-height: 28px; padding: 14px 50px; }

button.btn.btn-reveal.btn-lg i, .btn:not(.close):not(.mfp-close).btn-reveal.btn-lg i, a.btn:not([href]):not([tabindex]).btn-reveal.btn-lg i { margin-top: -8px; }

button.btn.btn-reveal.btn-reveal-left span, .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left span, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left span { right: 0; left: auto; -webkit-transition: opacity 0.2s ease-out 0s, right 0.2s ease-out 0s; transition: opacity 0.2s ease-out 0s, right 0.2s ease-out 0s; }

button.btn.btn-reveal.btn-reveal-left i, .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left i, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left i { left: 28px; right: auto; }

button.btn.btn-reveal.btn-reveal-left:hover span, .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left:hover span, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover span { right: -10px; left: auto; }

button.btn.btn-reveal.btn-reveal-left:hover i, .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left:hover i, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover i { left: 18px; right: auto; }

button.btn.btn-shadow, .btn:not(.close):not(.mfp-close).btn-shadow, a.btn:not([href]):not([tabindex]).btn-shadow { box-shadow: 0 4px 16px #efefef; }

button.btn.btn-shadow:hover, button.btn.btn-shadow:focus, button.btn.btn-shadow:not(:disabled):not(.disabled):active, button.btn.btn-shadow:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-shadow:hover, .btn:not(.close):not(.mfp-close).btn-shadow:focus, .btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-shadow:hover, a.btn:not([href]):not([tabindex]).btn-shadow:focus, a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active { box-shadow: 4px 8px 16px #dedede; }

button.btn.rounded-circle-holder, .btn:not(.close):not(.mfp-close).rounded-circle-holder, a.btn:not([href]):not([tabindex]).rounded-circle-holder { padding-right: 16px; }

button.btn.rounded-circle-holder:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder:before { border-left: 1px solid rgba(255, 255, 255, 0.2); content: ""; height: 100%; position: absolute; right: 42px; top: 0; }

button.btn.rounded-circle-holder.btn-outline:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-outline:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-outline:before { border-left: 2px solid #2250fc; }

button.btn.rounded-circle-holder.btn-outline.btn-dark:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-outline.btn-dark:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-outline.btn-dark:before { border-left: 2px solid #111; }

button.btn.rounded-circle-holder.btn-light:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-light:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-light:before { border-left: 1px solid #f3f3f3; }

button.btn.rounded-circle-holder.btn-light.btn-light-hover:before, button.btn.rounded-circle-holder.btn-light.btn-light-hover:hover, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-light.btn-light-hover:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-light.btn-light-hover:hover, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-light.btn-light-hover:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-light.btn-light-hover:hover { border-left: 1px solid #f3f3f3; }

button.btn.rounded-circle-holder i, .btn:not(.close):not(.mfp-close).rounded-circle-holder i, a.btn:not([href]):not([tabindex]).rounded-circle-holder i { margin-left: 30px; margin-right: -2px; }

button.btn.rounded-circle-holder.btn-xs, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-xs, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-xs { padding-right: 10px; }

button.btn.rounded-circle-holder.btn-xs:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-xs:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-xs:before { right: 30px; }

button.btn.rounded-circle-holder.btn-xs i, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-xs i, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-xs i { margin-left: 20px; margin-right: 2px; }

button.btn.rounded-circle-holder.btn-sm, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-sm, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-sm { padding-right: 16px; }

button.btn.rounded-circle-holder.btn-sm:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-sm:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-sm:before { right: 36px; }

button.btn.rounded-circle-holder.btn-sm i, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-sm i, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-sm i { margin-left: 24px; margin-right: 0; }

button.btn.rounded-circle-holder.btn-lg, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-lg, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-lg { padding-right: 28px; }

button.btn.rounded-circle-holder.btn-lg:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-lg:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-lg:before { right: 50px; }

button.btn.rounded-circle-holder.btn-lg i, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-lg i, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-lg i { margin-left: 34px; margin-right: -8px; }

button.btn.btn-creative, .btn:not(.close):not(.mfp-close).btn-creative, a.btn:not([href]):not([tabindex]).btn-creative { padding: 24px 40px; font-size: 15px; font-weight: 600; }

button.btn.btn-creative:before, .btn:not(.close):not(.mfp-close).btn-creative:before, a.btn:not([href]):not([tabindex]).btn-creative:before { right: 58px; }

button.btn.btn-creative i, .btn:not(.close):not(.mfp-close).btn-creative i, a.btn:not([href]):not([tabindex]).btn-creative i { margin-left: 54px; margin-right: -16px; }

button.btn.btn-facebook, .btn:not(.close):not(.mfp-close).btn-facebook, a.btn:not([href]):not([tabindex]).btn-facebook { background-color: #3b5998 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-twitter, .btn:not(.close):not(.mfp-close).btn-twitter, a.btn:not([href]):not([tabindex]).btn-twitter { background-color: #00aced !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-linkedin, .btn:not(.close):not(.mfp-close).btn-linkedin, a.btn:not([href]):not([tabindex]).btn-linkedin { background-color: #007bb6 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-dribbble, .btn:not(.close):not(.mfp-close).btn-dribbble, a.btn:not([href]):not([tabindex]).btn-dribbble { background-color: #ea4c89 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-googleplus, .btn:not(.close):not(.mfp-close).btn-googleplus, a.btn:not([href]):not([tabindex]).btn-googleplus { background-color: #dd4b39 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-instagram, .btn:not(.close):not(.mfp-close).btn-instagram, a.btn:not([href]):not([tabindex]).btn-instagram { background-color: #517fa4 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-pinterest, .btn:not(.close):not(.mfp-close).btn-pinterest, a.btn:not([href]):not([tabindex]).btn-pinterest { background-color: #cb2027 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-dropbox, .btn:not(.close):not(.mfp-close).btn-dropbox, a.btn:not([href]):not([tabindex]).btn-dropbox { background-color: #007ee5 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-flickr, .btn:not(.close):not(.mfp-close).btn-flickr, a.btn:not([href]):not([tabindex]).btn-flickr { background-color: #ff0084 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-tumblr, .btn:not(.close):not(.mfp-close).btn-tumblr, a.btn:not([href]):not([tabindex]).btn-tumblr { background-color: #32506d !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-skype, .btn:not(.close):not(.mfp-close).btn-skype, a.btn:not([href]):not([tabindex]).btn-skype { background-color: #00aff0 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-youtube, .btn:not(.close):not(.mfp-close).btn-youtube, a.btn:not([href]):not([tabindex]).btn-youtube { background-color: #bb0000 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-github, .btn:not(.close):not(.mfp-close).btn-github, a.btn:not([href]):not([tabindex]).btn-github { background-color: #171515 !important; color: #ffffff !important; border-width: 0; }

button.btn + .btn, .btn:not(.close):not(.mfp-close) + .btn, a.btn:not([href]):not([tabindex]) + .btn { margin-left: 4px; }

button.btn.disabled, .btn:not(.close):not(.mfp-close).disabled, a.btn:not([href]):not([tabindex]).disabled { cursor: not-allowed; pointer-events: none; opacity: .6; }

.disabled .btn { opacity: .3; }

@media (max-width: 991.98px) { button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) { font-size: 16px; height: 32px; line-height: 1.3; padding: 20px 5px; width: 100%; }
  button.btn:not(.btn-creative):not(.btn-slide).btn-reveal:hover span, .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-reveal:hover span, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-reveal:hover span { left: auto; right: auto; }
  button.btn:not(.btn-creative):not(.btn-slide).btn-reveal:hover i, .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-reveal:hover i, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-reveal:hover i { display: none; }
  button.btn:not(.btn-creative):not(.btn-slide).btn-lg, .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-lg, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-lg { font-size: 16px; letter-spacing: 0px;  line-height: 20px; padding: 21px 14px; width: 100% }
  button.btn:not(.btn-creative):not(.btn-slide).btn-sm, .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-sm, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-sm { font-size: 11px; height: 28px; line-height: 28px; padding: 0 12px; }
  button.btn:not(.btn-creative):not(.btn-slide).btn-xs, .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-xs, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-xs { font-size: 10px; height: 26px; line-height: 26px; padding: 0 10px; } }

.dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow, .dark:not(.submenu-light) .btn.btn-shadow { box-shadow: 0 4px 16px #292929; }

.dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:hover, .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:focus, .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active, .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active, .dark:not(.submenu-light) .btn.btn-shadow:hover, .dark:not(.submenu-light) .btn.btn-shadow:focus, .dark:not(.submenu-light) .btn.btn-shadow:not(:disabled):not(.disabled):active, .dark:not(.submenu-light) .btn.btn-shadow:not(:disabled):not(.disabled).active { box-shadow: 4px 8px 16px #1d1d1d; }


/* ----------------------------------------------------------------------
	Headings
-------------------------------------------------------------------------*/
.heading { margin-bottom: 100px; text-align: center; }

.heading > h1, .heading > h2 { font-size: 40px; text-transform: capitalize; line-height: 46px; font-weight: 300; }

.heading > h1, .heading > h2, .heading > h4, .heading > p { margin-bottom: default-bottom-margin; }

.heading-text { margin-bottom: 30px; margin-top: 30px;}

.heading-text h1, .heading-text h2, .heading-text h3, .heading-text h4, .heading-text h5, .heading-text h6 { position: relative; margin-bottom: 16px; font-weight: 600; }

.heading-text h1 { font-size: 70px; font-weight: 600; }

.heading-text h2 { font-size: 60px; margin-bottom: 16px; letter-spacing: -.7px; line-height: 66px; }

.heading-text h3 { font-size: 60px; margin-bottom: 30px; letter-spacing: -.7px; line-height: 66px; }

.heading-text h4 { font-size: 34px; margin-bottom: 30px; letter-spacing: -.7px; line-height: 40px; }

.heading-text p { font-size: 18px; margin-bottom: 30px; }

.heading-text.heading-gradient h2 > * { -webkit-text-fill-color: transparent !important; -webkit-background-clip: text !important; background: -webkit-radial-gradient(left top, circle, #4b72ff 9%, #2250fc 48%, #6442ff 91%); background: radial-gradient(circle at left top, #4b72ff 9%, #2250fc 48%, #6442ff 91%); }

.heading-text.heading-section h2 { position: relative; font-size: 48px; line-height: 56px; margin-bottom: 60px; }

.heading-text.heading-section h2:before { content: ""; position: absolute; height: 2px; width: 100px; background-color: #2250fc; bottom: -30px; left: 0; right: 0; }

.heading-text.heading-section.text-center h1:before, .heading-text.heading-section.text-center h2:before, .heading-text.heading-section.text-center h3:before, .heading-text.heading-section.text-center h4:before, .heading-text.heading-section.text-center h5:before, .heading-text.heading-section.text-center h6:before { margin: 0 auto; }

.heading-text.heading-section.text-right h1:before, .heading-text.heading-section.text-right h2:before, .heading-text.heading-section.text-right h3:before, .heading-text.heading-section.text-right h4:before, .heading-text.heading-section.text-right h5:before, .heading-text.heading-section.text-right h6:before { right: 0; left: auto; }

.heading-text.heading-section p { font-size: 18px; font-weight: 300; }

.heading-text.heading-section p span { font-weight: 600; }

.heading-text.heading-plain h2 { font-size: 56px; line-height: 56px; font-family: initial; }

.heading-text.heading-plain p { font-size: 20px; font-weight: 300; }

.heading-text.heading-plain p span { font-weight: 600; }

.heading-text.heading-light h2 { font-size: 59px; font-weight: 100; letter-spacing: -1px; line-height: 70px; }

.heading-text.heading-light p { font-size: 17px; font-weight: 300; margin-bottom: 20px; }

.heading-text.heading-light p span { font-weight: 600; }

.heading-text.heading-vintage h2 { border: 2px solid #fff; display: inline-block; padding: 8px 21px; margin-bottom: 30px; }

.heading-text.heading-vintage p { font-size: 17px; font-weight: 300; margin-bottom: 20px; }

.heading-text.heading-vintage p span { font-weight: 600; }

.heading-text.heading-line h1:before, .heading-text.heading-line h2:before, .heading-text.heading-line h3:before, .heading-text.heading-line h4:before, .heading-text.heading-line h5:before, .heading-text.heading-line h6:before { content: ''; position: absolute; width: 30px; height: 2px; left: 0; bottom: -8px; right: 0; background-color: #ddd; }

.heading-text.heading-line.text-center h1:before, .heading-text.heading-line.text-center h2:before, .heading-text.heading-line.text-center h3:before, .heading-text.heading-line.text-center h4:before, .heading-text.heading-line.text-center h5:before, .heading-text.heading-line.text-center h6:before { margin: 0 auto; }

.heading-text.heading-line.text-right h1:before, .heading-text.heading-line.text-right h2:before, .heading-text.heading-line.text-right h3:before, .heading-text.heading-line.text-right h4:before, .heading-text.heading-line.text-right h5:before, .heading-text.heading-line.text-right h6:before { right: 0; left: auto; }

.heading-text.heading-small h2, .heading-text.heading-small h3 { margin-bottom: 10px; }

.heading-text.heading-small p { font-size: 16px; font-weight: 300; margin-bottom: 20px; }

@media (max-width: 991.98px) { .heading-text { margin-bottom: 30px; }
  .heading-text h1, .heading-text h2, .heading-text h3, .heading-text h4, .heading-text h5, .heading-text h6 { margin-bottom: 16px; }
  .heading-text h1 { font-size: 50px; }
  .heading-text h2 { font-size: 37px; line-height: 44px; }
  .heading-text h3 { font-size: 30px; margin-bottom: 10px; line-height: 36px; }
  .heading-text h4 { font-size: 24px; margin-bottom: 10px; line-height: 26px; }
  .heading-text p { font-size: 16px; margin-bottom: 16px; }
  .heading-text.heading-plain h2, .heading-text.heading-light h2, .heading-text.heading-section h2 { font-size: 40px; line-height: 44px; margin-bottom: 16px; }
  .heading-text.heading-plain h2:before, .heading-text.heading-light h2:before, .heading-text.heading-section h2:before { display: none; }
  .heading-text.heading-plain p, .heading-text.heading-light p, .heading-text.heading-section p { font-size: 16px; margin-bottom: 16px; } }

/*Creative fade heading*/
.heading-creative { font-size: 62px; font-weight: 100; position: relative; text-align: left; width: 100%; }

.heading-creative strong { color: #2250fc; }

/*Fixes*/
#header:not([data-transparent="true"]).dark .heading-creative { color: #fbfbfb; }



@font-face { font-family: 'inspiro-icons'; src: url("../webfonts/inspiro-icons.ttf?ijzgpf") format("truetype"), url("../webfonts/inspiro-icons.woff?ijzgpf") format("woff"); font-weight: normal; font-style: normal; font-display: block; }

i:not(.fa):not(.fab):not(.far):not(.fas) { font-family: inspiro-icons !important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-activity:before { content: "\e900"; }
.icon-chevron-up:before { content: "\e931"; }
.icon-maximize:before { content: "\e996"; }
.icon-pie-chart:before { content: "\e9b9"; }

.icon-play-circle:before { content: "\e9ba"; }

.icon-play:before { content: "\e9bb"; }

.icon-zoom-in:before { content: "\ea16"; }

.icon-zoom-out:before { content: "\ea17"; }

div.icon-box:before { display: none !important; }


/* ----------------------------------------------------------------
Carousels
-----------------------------------------------------------------*/
.flickity-viewport { overflow: hidden !important; }

.flickity-slider > div > img, .carousel .polo-carousel-item img { width: 100%;height: 100% !important; min-height: 356px; object-fit: cover;}

.carousel[data-auto-width="true"] .flickity-slider > div > img, .carousel[data-auto-width="true"] .carousel .polo-carousel-item img, .carousel.custom-height .flickity-slider > div > img, .carousel.custom-height .carousel .polo-carousel-item img { height: 100%; width: auto; }

.flickity-enabled { position: relative; }

.flickity-enabled:focus { outline: none; }

.flickity-viewport { overflow: hidden; position: relative; height: 100%; }

.flickity-slider { position: absolute; width: 100%; height: 100%; }

/* draggable */
.flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing; }

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * { pointer-events: none; z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected { pointer-events: auto; z-index: 1; }

/* ---- flickity-button ---- */
.flickity-button { background: #fff; width: 40px; height: 40px; line-height: 40px; margin: -23px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-align: center; -webkit-transition: all .2s ease 0s; transition: all .2s ease 0s; color: #1e2022; text-align: center; z-index: 200; border: 0; box-sizing: initial; opacity: 0; border-radius: 50%; box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1); }

.flickity-button:before { color: #1e2022; }

.flickity-button:hover { background-color: #2250fc; }

.flickity-button:hover:before { color: rgb(120, 119, 119); }

.flickity-button.next:before, .flickity-button.previous:before { font-size: 25px; font-family: inspiro-icons !important; }

.flickity-button.next { right: 0px; }

.flickity-button.next:before { margin-left: 4px; content: "\e930"; }

.flickity-button.next.disabled { opacity: 0; }

.flickity-button.previous { left: 0px; }

.flickity-button.previous:before { content: "\e92f"; margin-right: 2px; }

.flickity-button.previous.disabled { opacity: 0; }

.flickity-button svg { display: none !important; }

.inspiro-slider:hover .flickity-button.next, .carousel:hover .flickity-button.next { left: auto; right: 10px; opacity: 1; }

.inspiro-slider:hover .flickity-button.next.disabled, .carousel:hover .flickity-button.next.disabled { opacity: 0; }

.inspiro-slider:hover .flickity-button.previous, .carousel:hover .flickity-button.previous { right: auto; left: 10px; opacity: 1; }

.inspiro-slider:hover .flickity-button.previous.disabled, .carousel:hover .flickity-button.previous.disabled { opacity: 0; }

.inspiro-slider.arrows-dark .flickity-button, .carousel.arrows-dark .flickity-button { color: #1e2022; }

.inspiro-slider.arrows-dark .flickity-button:hover, .carousel.arrows-dark .flickity-button:hover { background-color: #2250fc; }

.inspiro-slider.arrows-dark .flickity-button:hover:before, .carousel.arrows-dark .flickity-button:hover:before { color: #fff; }

.inspiro-slider.arrows-grey .flickity-button, .carousel.arrows-grey .flickity-button { color: #c1c3ce; }

.inspiro-slider.arrows-grey .flickity-button:hover, .carousel.arrows-grey .flickity-button:hover { background-color: #2250fc; }

.inspiro-slider.arrows-grey .flickity-button:hover:before, .carousel.arrows-grey .flickity-button:hover:before { color: #fff; }

.inspiro-slider.arrows-only .flickity-button, .carousel.arrows-only .flickity-button { background-color: transparent; color: #fff; box-shadow: none; }

.inspiro-slider.arrows-only .flickity-button:hover, .carousel.arrows-only .flickity-button:hover { background-color: transparent; }

.inspiro-slider.arrows-only .flickity-button:hover:before, .carousel.arrows-only .flickity-button:hover:before { color: #2250fc; }

.inspiro-slider.arrows-visibile .flickity-button.next, .carousel.arrows-visibile .flickity-button.next { left: auto; right: 10px; opacity: 1; }

.inspiro-slider.arrows-visibile .flickity-button.previous, .carousel.arrows-visibile .flickity-button.previous { right: auto; left: 10px; opacity: 1; }

.inspiro-slider .portfolio-item, .carousel .portfolio-item { padding-bottom: 0; }

.polo-carousel-item.is-selected { z-index: 2; height: 100%;}

.flickity-button-icon { fill: currentColor; }

/* ----------------------------------------------------------------
Carousel: Dots
-----------------------------------------------------------------*/
.flickity-page-dots { position: absolute; width: 100%; bottom: -25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1; z-index: 3; height: 10px; }

.flickity-page-dots .dot { display: inline-block; position: relative; margin: 0 4px; width: 10px; height: 10px; cursor: pointer; border-radius: 50%; overflow: hidden; background-color: transparent; box-shadow: inset 0 0 0 2px #c1c3ce; -webkit-transition: background 0.8s ease; transition: background 0.8s ease; }

.flickity-page-dots .dot:after { outline: medium none; text-indent: -999em; border-radius: 50%; overflow: hidden; content: ''; position: absolute; bottom: 0; height: 0; left: 0; width: 100%; background-color: #c1c3ce; box-shadow: 0 0 1px #c1c3ce; -webkit-transition: height 0.3s ease; transition: height 0.3s ease; }

.flickity-page-dots .dot.is-selected:after { height: 100%; }

.inspiro-slider, .carousel { /* dots inside */ /* dots top */ /* dots light */ /* dots dark */ /* dots grey */ }

.inspiro-slider.dots-inside .flickity-page-dots, .carousel.dots-inside .flickity-page-dots { bottom: 20px; position: absolute; }

.inspiro-slider.dots-inside-top .flickity-page-dots, .carousel.dots-inside-top .flickity-page-dots { top: 20px; }

.inspiro-slider.dots-outside-top .flickity-page-dots, .carousel.dots-outside-top .flickity-page-dots { top: -46px; }

.inspiro-slider.dots-light .flickity-page-dots .dot, .carousel.dots-light .flickity-page-dots .dot { box-shadow: inset 0 0 0 2px #fff; }

.inspiro-slider.dots-light .flickity-page-dots .dot:after, .carousel.dots-light .flickity-page-dots .dot:after { background-color: #fff; box-shadow: 0 0 1px #fff; }

.inspiro-slider.dots-dark .flickity-page-dots .dot, .carousel.dots-dark .flickity-page-dots .dot { box-shadow: inset 0 0 0 2px #1e2022; }

.inspiro-slider.dots-dark .flickity-page-dots .dot:after, .carousel.dots-dark .flickity-page-dots .dot:after { background-color: #1e2022; }

.inspiro-slider.dots-grey .flickity-page-dots .dot, .carousel.dots-grey .flickity-page-dots .dot { box-shadow: inset 0 0 0 2px #c1c3ce; }

.inspiro-slider.dots-grey .flickity-page-dots .dot:after, .carousel.dots-grey .flickity-page-dots .dot:after { background-color: #c1c3ce; }

.inspiro-slider.dots-creative .flickity-page-dots .dot, .carousel.dots-creative .flickity-page-dots .dot { opacity: 0.5; box-shadow: none; border-radius: 0; background-color: #fff; height: 4px; width: 30px; }

.inspiro-slider.dots-creative .flickity-page-dots .dot:after, .carousel.dots-creative .flickity-page-dots .dot:after { background-color: #fff; box-shadow: none; }

.inspiro-slider.dots-creative .flickity-page-dots .dot:hover, .carousel.dots-creative .flickity-page-dots .dot:hover { opacity: 0.6; }

.inspiro-slider.dots-creative .flickity-page-dots .dot.is-selected, .carousel.dots-creative .flickity-page-dots .dot.is-selected { opacity: 1; }

.inspiro-slider.dots-creative.dots-dark .flickity-page-dots .dot, .carousel.dots-creative.dots-dark .flickity-page-dots .dot { background-color: #1e2022; }

.inspiro-slider.dots-creative.dots-dark .flickity-page-dots .dot:after, .carousel.dots-creative.dots-dark .flickity-page-dots .dot:after { background-color: #1e2022; }

.flickity-rtl .flickity-page-dots { direction: rtl; }

.carousel-promotion .owl-stage-outer { overflow: unset !important; }

.carousel-promotion .owl-stage-outer .polo-carousel-item { opacity: .3; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.carousel-promotion .owl-stage-outer .polo-carousel-item.active { opacity: 1; }

/* Owl Carousel - Settings
-----------------------------------------------------------------*/
.carousel { opacity: 0; visibility: hidden; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; }

.carousel.carousel-loaded { opacity: 1; visibility: visible; }

.item-video { position: relative; width: 100%; height: 400px; }

.item-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }

/* ----------------------------------------------------------------
    Responsive Classes
-----------------------------------------------------------------*/
@media (max-width: 991.98px) { .carousel .flickity-button { width: 40px; }
  .carousel .flickity-button.next, .carousel .flickity-button.next:hover { right: 10px !important; opacity: 1; }
  .carousel .flickity-button.previous, .carousel .flickity-button.previous:hover { left: 10px !important; opacity: 1; } }

/* ----------------------------------------------------------------------
	Counters
-------------------------------------------------------------------------*/
.counter { margin-bottom: 1rem; }

.counter span { font-size: 50px; line-height: 40px; }

.counter.small > span { font-size: 32px !important; }

.counter.medium > span { font-size: 50px !important; }

.counter.large > span { font-size: 62px !important; }

.icon-box.fancy > .counter span { margin: 0 12px 10px 56px; }

.icon-box.fancy.medium > .counter span { margin: 0 12px 10px 80px; }

.icon-box.effect:not(.center) > .counter span { margin: 0 12px 10px 82px; }

.icon-box.effect.large:not(.center) > .counter span { margin: 0 12px 10px 107px; }

.icon-box.effect.medium:not(.center) > .counter span { margin: 0 12px 10px 82px; }

.icon-box.effect.small:not(.center) > .counter span { margin: 0 12px 10px 58px; font-size: 32px !important; }

.countdown-container { display: table; margin: 0 auto; }

.countdown { color: #3c4043; overflow: hidden; }

.countdown .countdown-box { display: block; float: left; margin: 24px; overflow: hidden; position: relative; text-align: center; width: auto; }

.countdown .number { font-size: 72px; font-weight: 600; line-height: 1; margin-bottom: 10px; text-align: center; }

.countdown span { display: block; font-size: 18px; font-weight: 400; overflow: hidden; padding-top: 4px; position: relative; text-align: center; color: #1e2022; }

.countdown span:before { background: none repeat scroll 0 0 #1e2022; content: ""; display: block; height: 1px; left: 0; margin-left: auto; margin-right: auto; position: absolute; right: 0; top: 0; width: 30px; opacity: .3; }

.countdown.circle .countdown-box { border: 3px solid #1e2022; border-radius: 50%; color: #1e2022; height: 160px; padding: 34px 5px 0 0; width: 160px; margin: 20px 15px; }

.countdown.circle .countdown-box .number { font-size: 52px; font-weight: 800px; }

.countdown.circle .countdown-box span { font-size: 18px; }

.countdown.rectangle .countdown-box { border: 4px solid; padding: 24px; width: 170px; margin-left: 15px; margin-right: 15px; }

.countdown.rectangle .countdown-box .number { font-size: 52px; font-weight: 600; }

.countdown.rectangle .countdown-box span { font-size: 18px; }

.countdown.medium .countdown-box, .countdown.circle.medium .countdown-box, .countdown.rectangle.medium .countdown-box { height: 90px; margin: 6px; padding: 20px 4px 0 0; width: 90px; }

.countdown.medium .number, .countdown.circle.medium .number, .countdown.rectangle.medium .number { font-size: 30px; margin-bottom: 4px; }

.countdown.medium span, .countdown.circle.medium span, .countdown.rectangle.medium span { font-size: 12px; }

.countdown.circle.medium .countdown-box, .countdown.rectangle.medium .countdown-box { border: solid 2px; }

.countdown.small .countdown-box, .countdown.circle.small .countdown-box, .countdown.rectangle.small .countdown-box { margin: 10px; height: 60px; padding: 10px 0px 0 0; width: 60px; margin: 5px 2px; }

.countdown.small .number, .countdown.circle.small .number, .countdown.rectangle.small .number { font-size: 14px; margin-bottom: 6px; }

.countdown.small span, .countdown.circle.small span, .countdown.rectangle.small span { font-size: 10px; padding-top: 0px; }

.countdown.circle.small .countdown-box, .countdown.rectangle.small .countdown-box { border: solid 2px; }

.countdown.light .countdown-box { border-color: #fff; color: #fff; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }

.countdown.countdown-light span:before { background: #fff; }

.countdown.countdown-light span, .countdown.countdown-light .number { color: #fff !important; }

.countdown.countdown-light.circle .countdown-box { border-color: #fff; }

.countdown.countdown-light.rectangle .countdown-box { border-color: #fff; }

.countdown.countdown-dark span, .countdown.countdown-dark .number { color: #1e2022 !important; }

@media (max-width: 991.98px) { .countdown .countdown-box { height: 60px !important; padding: 2px 0px 0 0 !important; width: 60px !important; margin: 0px !important; border: solid 0px !important; }
  .countdown .countdown-box .number { font-size: 20px !important; margin-bottom: 0px; }
  .countdown .countdown-container .countdown-box span { font-size: 10px !important; padding-top: 0px; } }


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

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

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

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

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

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

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

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

.mfp-zoom-out-cur { cursor: -webkit-zoom-out; cursor: zoom-out; }

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close { width: 36px !important; height: 36px !important; cursor: pointer; line-height: 36px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 22px; }

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

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

.mfp-close-btn-in .mfp-close { color: #a3a3a3; font-size: 37px; font-weight: 300; top: 5px; right: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure { margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { /** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } }

@media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; -ms-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } }

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

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

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

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

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

.lightbox-open { position: relative; overflow: hidden !important; }

.mfp-ajax-holder .mfp-content { background: #F8F8F8; max-width: 1000px; }

.mfp-ajax-holder .ajax-quick-view { padding: 20px 30px 35px; }

.mfp-ajax-holder .ajax-quick-view .quick-view-title { border-bottom: 1px solid #dddddd; margin-bottom: 30px; position: relative; }

.mfp-ajax-holder .ajax-quick-view .quick-view-title h2 { font-weight: 600; }

.mfp-ajax-holder .mfp-close:hover { background: #2250fc; color: #fff; }

/*settings*/
.portfolio-ajax-page iframe { width: 100%; }

.portfolio-ajax-page .col-lg-8 { margin-bottom: -6px !important; }

@media (max-width: 991.98px) { .mfp-ajax-holder .mfp-close { margin-right: 0; }
  .mfp-close { font-size: 22px; height: 30px; line-height: 32px; width: 30px; } }

.list { clear: both; display: block; position: relative; }

.list li { line-height: 32px; }

.list li a { color: #3c4043; }

.list-lines, .icon-list, .list-simple, .list-posts, .list ul { padding: 0px; }

.list, .list-icon, .list-lines, .icon-list, .list-simple, .list-posts, .list-tweets li { list-style: none; }

.list a, .list-icon a, .list-lines a, .icon-list a, .list-simple a, .list-posts a, .list-tweets li a { color: #3c4043; }

.list-colored li a { color: #2250fc; font-weight: 600; }

.list-legend li { float: left; margin-right: 14px; margin-bottom: 10px; }

.list-legend li span { width: 12px; height: 12px; border-radius: 50%; margin-right: 9px; background-color: #2250fc; float: left; margin-top: 6px; }

.icon-list li, .list-arrow-icons li, .list-tweets li { padding-left: 0px; }

.list-medium li { margin: 12px 0; }

.list-large li { margin: 18px 0; }

.list-large li:first-child, .list-medium li:first-child { margin-top: 0; }

.list-large li:last-child, .list-medium li:last-child { margin-bottom: 0; }

.list-posts small { display: block; font-style: italic; opacity: 0.7; }

.list-lines { list-style: none; }

.list-lines li { border-bottom: 1px solid #ddd; padding: 10px 0 10px 2px; }

.list-lines li:last-child { border-bottom: 0px; }

.list-icon { list-style: none; padding-left: 0; }

.list-icon ul { list-style: none; }

.list-icon ul { padding: 0; }

.list-icon li { margin-bottom: 10px; margin-left: 20px; }

.list-icon i { font-size: 15px; margin-right: 14px; margin-left: -20px; }

.list-icon.list-icon-colored li:before, .list-icon.icon-list-colored i { color: #2250fc; }

.list-icon li:before { margin-left: -20px; position: absolute; font-size: 12px; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-weight: 900; }

.list-icon.list-icon-arrow li:before { font-family: "Font Awesome 5 Free"; content: "\f054"; }

.list-icon.list-icon-arrow-circle li:before { content: "\f0a9"; font-family: "Font Awesome 5 Free"; }

.list-icon.list-icon-check li:before { content: "\f00c"; font-family: "Font Awesome 5 Free"; }

.list-icon.list-icon-caret li:before { content: "\f0da"; font-family: "Font Awesome 5 Free"; }

.list-icon.list-icon-uncheck li:before { content: "\f144"; font-family: "Font Awesome 5 Free"; }

.list-icon.list-icon-plus li:before { content: "\f055"; font-family: "Font Awesome 5 Free"; }

.list-icon.list-icon-info li:before { content: "\f05a"; font-family: "Font Awesome 5 Free"; }

.list-icon.list-icon-circle li:before { content: "\f192"; font-family: "Font Awesome 5 Free"; }

a.list-group-item.active { background-color: #2250fc; border: #2250fc; }

a.list-group-item.active h1, a.list-group-item.active h2, a.list-group-item.active h3, a.list-group-item.active h4, a.list-group-item.active h5, a.list-group-item.active h6, a.list-group-item.active p { color: #fff; }

a.list-group-item.active:hover, a.list-group-item.active.active { color: #fff !important; }

/* ----------------------------------------------------------------
    Maps

/* ----------------------------------------------------------------------
	Pagination & Pager
-------------------------------------------------------------------------*/
.pagination-wrap { display: block; clear: both; }

.pagination { clear: both; }

.pagination .page-item:not(.disabled) > .page-link { color: #3c4043; background-color: #fff; border-color: #e4e6ef; }

.pagination .page-item:not(.disabled).active > .page-link, .pagination .page-item:not(.disabled):active > .page-link, .pagination .page-item:not(.disabled):focus > .page-link, .pagination .page-item:not(.disabled):hover > .page-link { background-color: #e4e6ef; border-color: #e4e6ef; color: #3c4043; box-shadow: none; }

.pagination .page-item.disabled > .page-link { color: #e4e6ef; }

.pagination.pagination-flat .page-item > .page-link { border: 0; }

.pagination.pagination-flat .page-item > .page-link:hover { color: #3c4043; background-color: #f9f9fa; }

/*Post Nav*/
.post-navigation { border-top: 1px solid #eee; display: inline-block; list-style: outside none none; min-height: 84px; padding: 10px 0; position: relative; width: 100%; background-color: #fff; }

.post-navigation a { color: #3c4043; }

.post-navigation .post-next, .post-navigation .post-prev { position: absolute; font-size: 16px; max-width: 40%; height: 44px; }

.post-navigation .post-next span, .post-navigation .post-prev span { display: block; color: #3c4043; font-size: 11px; text-transform: uppercase; opacity: 0.7; margin-bottom: -6px; margin-top: 3px; }

.post-navigation a:hover { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #2250fc; }

.post-navigation .post-next { right: 25px; text-align: right; }

.post-navigation .post-next:before { content: "\e930"; font-family: "inspiro-icons"; font-size: 20px; position: absolute; top: 50%; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; right: 10px; padding-top: 2px; }

.post-navigation .post-next:hover:before { -webkit-transform: translate3d(5px, -50%, 0); transform: translate3d(5px, -50%, 0); }

.post-navigation .post-prev { left: 25px; }

.post-navigation .post-prev:before { content: "\e92f"; font-family: "inspiro-icons"; font-size: 20px; position: absolute; top: 50%; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding-top: 2px; left: 10px; }

.post-navigation .post-prev:hover:before { -webkit-transform: translate3d(-5px, -50%, 0); transform: translate3d(-5px, -50%, 0); }

.post-navigation .post-prev-title { padding-left: 40px; }

.post-navigation .post-next-title { padding-right: 40px; }

.post-navigation .post-all { font-size: 24px; left: auto; position: absolute; right: 50%; text-align: center; top: 32px; width: 12px; opacity: 0.7; }

.single-post .post-navigation .post-prev { left: 0px; }

.single-post .post-navigation .post-next { right: 0px; }

@media (max-width: 991.98px) { .post-prev-title, .post-next-title { display: none; } }

/* ----------------------------------------------------------------------
    Breadcrumbs
-------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------
    call-to-action (call to action)
-------------------------------------------------------------------------*/
.call-to-action { position: relative; overflow: hidden; padding: 46px 50px 34px; margin-bottom: 40px; }

.call-to-action .container { position: relative; }

.call-to-action h3 { margin-top: 10px; font-weight: 600; margin-bottom: 10px; }

.call-to-action p { margin-top: 0; }

.call-to-action a.btn { margin-top: 20px; }

.call-to-action.call-to-action-border { background: #fff; border: 1px solid #eee; }

.call-to-action.call-to-action-colored { background-color: #2250fc; }

.call-to-action.call-to-action-colored h3, .call-to-action.call-to-action-colored p { color: #fff; }

.call-to-action.call-to-action-colored h3 span { color: #fff !important; }

.call-to-action.call-to-action-dark { background-color: #1e2022; }

.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p { color: #fff; }

.call-to-action.cta-center { text-align: center; }

.call-to-action.cta-center [class*="col-"] { width: 100%; max-width: 100%; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; clear: both; display: block; }

.call-to-action.cta-right { text-align: right; }

.call-to-action.cta-right [class*="col-"]:first-child { float: right; }

@media (max-width: 991.98px) { .call-to-action { padding: 26px 12px 18px; }
  [class*="col-"] > .call-to-action { padding: 26px 26px 18px; } }

.popover { border: 1px solid #e4e6ef; border-radius: 6px; box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075); }

.popover-header { padding: 18px 20px; background-color: transparent; border-bottom: 1px solid #e4e6ef; border-top-left-radius: 10px; border-top-right-radius: 10px; margin-bottom: 0px !important; }

.popover-body { padding: 18px 20px; color: #3c4043; font-size: .9rem; }

a[data-toggle] { color: #3c4043; }

.tooltip.left .tooltip-arrow { right: 1px; }

.tooltip-inner { white-space: pre-wrap; }

.modal .modal-content .modal-header { display: block; }

.modal .modal-content .modal-header .modal-title { font-weight: 600; font-size: 30px; margin-bottom: 0; }

.modal-header .close { position: absolute; right: 20px; top: 14px; font-weight: 100; }

.modal-title { display: block; font-size: 28px; line-height: 110%; font-weight: 400; margin-bottom: 20px; }

.modal p { font-size: 15px; line-height: 26px; margin-top: 0; margin-bottom: 13px; font-weight: 300; }

/*Strip*/
.modal-strip { background-color: #000000; bottom: 0; color: #fff; left: 0; padding: 20px; position: fixed; width: 100%; display: inline-block; -webkit-transform: translate3d(0px, 200px, 0px); transform: translate3d(0px, 200px, 0px); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; z-index: 999 !important; }

.modal-strip .btn, .modal-strip h5, .modal-strip h4, .modal-strip h3, .modal-strip h2, .modal-strip h1 { margin-bottom: 0 !important; }

.modal-strip a, .modal-strip a:hover, .modal-strip a:active, .modal-strip a:visited { color: #fff; text-decoration: underline; }

.modal-strip.modal-top { bottom: auto; top: 0; -webkit-transform: translate3d(0px, -200px, 0px); transform: translate3d(0px, -200px, 0px); }

.modal-strip.modal-left { bottom: auto; top: auto; left: 0; right: auto; width: 30%; -webkit-transform: none; -ms-transform: none; transform: none; }

.modal-strip.modal-right { -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); bottom: auto; top: 0; }

.modal-strip.modal-active { -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); }

@media (max-width: 991.98px) { .modal-strip.modal-active .vertical-align { top: 0 !important; -webkit-transform: translateY(0px) !important; -ms-transform: translateY(0px) !important; transform: translateY(0px) !important; } }

/* Zoom-out effect*/
.mfp-zoom-out { /* start state */ /* animate in */ /* animate out */ }

.mfp-zoom-out .mfp-content { opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }

.mfp-zoom-out.mfp-bg { opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-content { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-content { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg { opacity: 0; }

.mfp-ready .modal { background: #fff; border-radius: 4px; display: block; margin: 0 auto; max-width: 580px; padding: 40px; position: relative; z-index: 1050; }

.modal .video-wrap video, .modal .iframe-wrap iframe, .modal .audio-wrap audio { width: 100%; }

.modal iframe { margin-bottom: -10px; }

.dark .mfp-bg { background-color: #1e2022; }

.dark .mfp-ready .modal { background-color: #1e2022; }

.dark .modal-content { background-color: #1e2022; }

.dark .modal-header { border-bottom-color: #444444; }

.dark .modal-footer { border-top-color: #444444; }

/* ----------------------------------------------------------------------
    Clients Logo
-------------------------------------------------------------------------*/
.client-logo { position: relative; }

.client-logo a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .9; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

.client-logo a > img { width: 100%; height: auto; }

.client-logo a:hover { opacity: 1; }

.grid li { -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; opacity: 0.9; }

.clients-carousel a { -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; opacity: 0.9; }

.clients-carousel a img { -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; opacity: 0.9; }

.parallax .clients-carousel a { opacity: 1; }

.grid li:hover { opacity: 1; cursor: pointer; }

.clients-carousel a:hover { opacity: 1; cursor: pointer; }

.clients-carousel a:hover img { opacity: 1; cursor: pointer; }

.client-carousel .polo-carousel-item img, .clients-logo .polo-carousel-item img { padding: 20px; }

.grid { padding: 0; list-style: none; overflow: hidden; }

.grid li { float: left; position: relative; width: 20%; padding: 40px; }

.grid.grid-2-columns li, .grid.grid-2-columns figure { width: 50%; }

.grid.grid-3-columns li, .grid.grid-3-columns figure { width: 33.333333%; }

.grid.grid-4-columns li, .grid.grid-4-columns figure { width: 25%; }

.grid.grid-5-columns li, .grid.grid-5-columns figure { width: 20%; }

.grid.grid-6-columns li, .grid.grid-6-columns figure { width: 16.6666666%; }

.grid li:hover { cursor: pointer; background-color: #f8f8f8; }

.grid li a, .grid li img { display: block; width: 100%; margin-left: auto; margin-right: auto; }

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

.grid li:before, .grid li:after { content: ''; position: absolute; }

.grid li:before { height: 100%; top: 0; left: -1px; border-left: 1px solid #eee; }

.grid li:after { width: 100%; height: 0; top: auto; left: 0; bottom: -1px; border-bottom: 1px solid #eee; }

.grid.clients-grey { border: 1px solid #ddd; }

.grid.clients-grey li { background-color: #eee; }

.grid.clients-grey li:before { border-left: 1px solid #ccc; }

.grid.clients-grey li:after { border-bottom: 1px solid #ccc; }

.grid.clients-border { border-width: 10px; }

/*client options*/
/*carousel logo*/
.carousel-description-clients .flickity-page-dots { bottom: -40px !important; }

/*Clients Responsive li*/
body.breakpoint-md hr.space { height: 26px; }

body.breakpoint-sm hr.space, body.breakpoint-xs hr.space { height: 16px; }

body.breakpoint-xs hr.space-lg, body.breakpoint-sm hr.space-lg { height: 40px; }

body.breakpoint-xs hr.space-xlg, body.breakpoint-sm hr.space-xlg { height: 40px; }

body.breakpoint-xs hr.space-xxlg, body.breakpoint-sm hr.space-xxlg { height: 80px; }

body.breakpoint-xs .grid li { width: 50%; }

.client-logos .polo-carousel-item { padding: 20px 30px; }

/* ----------------------------------------------------------------------
	Pricing Table
-------------------------------------------------------------------------*/
.pricing-table { padding-top: 50px; margin: 0; padding: 0; cursor: pointer; }

.pricing-table .plan { margin-bottom: 60px; -webkit-transition: all .3s ease; transition: all .3s ease; }

.pricing-table .plan:hover { margin-top: -10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.pricing-table .plan .plan-header { position: relative; background-color: #fff; padding: 40px 22px 22px 22px; text-align: center; }

.pricing-table .plan .plan-header { border-width: 1px; position: relative; text-align: center; }

.pricing-table .plan .plan-header .plan-price { font-size: 70px; font-weight: 600; position: relative; text-align: center; padding: 20px 0; }

.pricing-table .plan .plan-header .plan-price sup { font-size: 24px; position: relative; top: -15px; color: #bdc3c7; }

.pricing-table .plan .plan-header .plan-price span { font-size: 16px; color: #bdc3c7; }

.pricing-table .plan-header > h4 { margin-bottom: 0; }

.pricing-table .plan-list { background-color: #fff; border-width: 0 1px 1px; padding: 20px 0 40px; }

.pricing-table .plan-list ul { display: table; margin: 0 auto; padding: 0 40px; }

.pricing-table .plan-list ul li { list-style: none; border-bottom: 1px solid #EAECEB; line-height: 42px; }

.pricing-table .plan-list ul li:last-child { border: none; }

.pricing-table .plan-list ul li i { margin-right: 12px; }

.pricing-table .plan-list ul li span { color: #34495e; }

.pricing-table .plan-list .plan-button { margin-top: 20px !important; text-align: center; }

.pricing-table .plan.featured { box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); margin-top: -30px; padding-bottom: 0; }

.pricing-table .plan.featured .plan-list { padding: 20px 0 40px; }

.pricing-table .plan .plan-featured-item { background-color: #f8f8f8; border: 1px solid #e3e3e3 !important; font-weight: 600; margin-top: 21px; padding: 0 20px; }

.pricing-table .plan .btn, .plan .button { margin: 0; }


.section-grey .pricing-table .plan-list { background-color: #f8f8f8; }

section .pricing-table.full-width { padding-left: 30px; padding-right: 30px; }

body.breakpoint-xl .pricing-table .col-lg-2, body.breakpoint-lg .pricing-table .col-lg-2 { width: 20%; }

body.breakpoint-xl .pricing-table .col-lg-2 .plan-list ul li, body.breakpoint-lg .pricing-table .col-lg-2 .plan-list ul li { font-size: 13px; }

.dark .table, .table.dark { color: #e4e6ef; }

/* ----------------------------------------------------------------
    Testimonial - Responsive
-----------------------------------------------------------------*/
@media (max-width: 991.98px) { .testimonial.testimonial-left .testimonial-item { text-align: left; }
  .testimonial.testimonial-left .testimonial-item > img { display: inherit; float: none; margin: 20px auto; height: 80px; width: 80px; }
  .testimonial.testimonial-left .testimonial-item > p, .testimonial.testimonial-left .testimonial-item > span { margin-left: 0; text-align: center; }
  .testimonial.testimonial-single .testimonial-item { padding: 10px 20px; }
  .testimonial.testimonial-single .testimonial-item > img { box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06); }
  .testimonial.testimonial-single .testimonial-item p { font-size: 14px; } }

.timeline { list-style-type: none; position: relative; }

.timeline:before { content: ''; position: absolute; left: 16px; height: 100%; z-index: 2; top: 0; bottom: 0; border-left: 3px dashed #e3e6f0; }

.timeline .timeline-item { margin: 3rem 2rem 3rem 5rem; }

.timeline .timeline-item > h4 { margin-bottom: 0; }

.timeline .timeline-item .timeline-item-date { font-size: .9rem; margin-bottom: 30px; }

.timeline .timeline-item .timeline-item-image { border-radius: 0.42rem; overflow: hidden; margin-bottom: 30px; }

.timeline .timeline-item .timeline-item-image img { width: 100%; height: auto; }

.timeline .timeline-item .timeline-icon { background-color: #2250fc; position: absolute; border-radius: 50%; left: 0px; width: 34px; height: 34px; z-index: 3; color: #fff; text-align: center; padding: 5px; font-size: 18px; }

.timeline .timeline-item .timeline-icon i { margin-top: 1px; }

#youtube-background-controls { display: none; }

.youtube-background { background-color: #1e2022; }

.ytplayer-container { background-color: #1e2022; position: absolute; z-index: -2; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.background-video { background-color: #1e2022; background-position: top center; background-repeat: no-repeat; bottom: 0; left: 0; overflow: hidden; position: fixed; right: 0; top: 0; }

.background-video video, .background-video source { bottom: 0; left: 0; min-height: 100%; min-width: 100%; position: absolute; }

.loaded .ytplayer-container { display: block; }

.loaded .placeholder-image { opacity: 0; }

.ytplayer-container { bottom: 0; height: 100%; left: 0; min-width: 100%; overflow: hidden; position: absolute; right: 0; top: 0; }

.placeholder-image { height: 100%; left: 0; min-height: 100%; min-width: 100%; position: fixed; top: 0; z-index: 1; }

.ytplayer-shield { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }

.ytplayer-player { position: absolute; }

[data-bg-video] { position: relative; }

.html5vid { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; z-index: -1; opacity: 0; -webkit-transition: opacity .5s linear; transition: opacity .5s linear; }

.html5vid:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; background: url('/Sochi/images/sochi-park-foto-na-sajt/foto-na-bekgraund-dlja-video-1500h1000/DSC_9716.webp') center/cover no-repeat; }

.html5vid video { max-width: none !important; border: none; -o-object-fit: cover; object-fit: cover; background-size: cover; opacity: 1; width: 100%; height: 100%; position: absolute; left: 0px; top: 0%; display: block; }

.html5vid.video-loaded { opacity: 1; }

video { width: 100%; }

.bg-overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; content: ' '; z-index: 0; background: rgba(0, 0, 0, 0.59); opacity: .5; }

.bg-overlay[data-style="1"] { background: #fff; }

.bg-overlay[data-style="2"] { background: #2250fc; opacity: .9; }

.bg-overlay[data-style="3"] { background: -webkit-linear-gradient(310deg, #7c1bd6 0%, #31049b 100%); background: linear-gradient(140deg, #7c1bd6 0%, #31049b 100%); opacity: .9; }

.bg-overlay[data-style="4"] { background: -webkit-linear-gradient(310deg, rgba(236, 0, 83, 0.979) 0%, rgba(231, 46, 0, 0.71) 100%); background: linear-gradient(140deg, rgba(236, 0, 83, 0.979) 0%, rgba(231, 46, 0, 0.71) 100%); opacity: .9; }

.bg-overlay[data-style="5"] { background: -webkit-radial-gradient(left top, circle, #09c8e6 20%, #2250fc 38%, #5839e4 66%); background: radial-gradient(circle at left top, #09c8e6 20%, #2250fc 38%, #5839e4 66%); opacity: .9; }

.bg-overlay[data-style="6"] { background: -webkit-radial-gradient(left top, circle, #FE68BB 38%, #4294FA 66%); background: radial-gradient(circle at left top, #FE68BB 38%, #4294FA 66%); opacity: .9; }

.bg-overlay[data-style="7"] { background: -webkit-radial-gradient(right top, circle, #c4d622 20%, #93d839 38%, #4294FA 66%); background: radial-gradient(circle at right top, #c4d622 20%, #93d839 38%, #4294FA 66%); opacity: .9; }

.bg-overlay[data-style="8"] { background: -webkit-linear-gradient(top, #e02b20 0%, #720462 100%); background: linear-gradient(180deg, #e02b20 0%, #720462 100%); opacity: .9; }

.bg-overlay[data-style="9"] { background: -webkit-radial-gradient(center, circle, #00a6c0 0%, #0c71c3 100%); background: radial-gradient(circle at center, #00a6c0 0%, #0c71c3 100%); opacity: .9; }

.bg-overlay[data-style="10"] { background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.69) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.69) 100%); opacity: 1; }

.bg-overlay[data-style="11"] { background: -webkit-linear-gradient(left, #0090f0 0%, #5d08e6 100%); background: linear-gradient(90deg, #0090f0 0%, #5d08e6 100%); opacity: .9; }

.bg-overlay[data-style="12"] { background: -webkit-linear-gradient(top, #ba01ff 0, #ff0092 100%); background: linear-gradient(to bottom, #ba01ff 0, #ff0092 100%); opacity: .8; }

.bg-overlay ~ .container, .bg-overlay ~ .container-fluid { position: relative; z-index: 2; }

.vegas-slide, .vegas-wrapper .bg-overlay, .parallax-container ~ .bg-overlay { z-index: -1; }

.box-fancy > .container { padding: 0 30px; }

.box-fancy [class*="col-"] { padding: 3% !important; }

.box-fancy.fancy-box-over { top: -100px; }

body.breakpoint-xs .box-fancy [class*="col-"] { padding: 10% !important; }

.over-slider-top { top: -100px; }

.site-map i { margin-right: 8px; }

.site-map ul li { padding-bottom: 2px; }

.animated.rounded { -webkit-animation-fill-mode: none; animation-fill-mode: none; }

.animated.infinite { -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

[data-animate] { opacity: 0; }

[data-animate].visible { opacity: 1; }

.icon[data-animate] { opacity: 1; }

.rateit, .rateit-font .rateit-range { overflow: hidden !important; }

.rateit, .rateit-font .rateit-range > div, .rateit > div { cursor: pointer !important; }

.rateit-selected { color: #FFC400 !important; }

.rateit-reset { display: none !important; }

/* ----------------------------------------------------------------------
	Parallax
-------------------------------------------------------------------------*/
#page-title[data-bg-parallax], [data-bg-parallax] { background-color: #1e2022; }

.parallax-container { margin: 0; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-size: cover !important; background-position: center center; width: 100%; height: 100%; z-index: -100; opacity: 0; -webkit-transition: opacity .5s linear; transition: opacity .5s linear; }

.parallax-container.parallax-responsive { background-size: cover !important; background-attachment: scroll !important; background-position: center center !important; }

.img-loaded { opacity: 1; }

[data-bg-image] { background-repeat: no-repeat; background-size: cover; background-position: center center;width: 102vw;
   position: relative;
   left: -1vw; }

[data-bg-image]::before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; background-color: #1e2022; -webkit-transition: opacity .5s linear; transition: opacity .5s linear; }

[data-bg-image].bg-loaded::before { opacity: 0; }



section { padding: 80px 0; position: relative; width: 100%; overflow: hidden; z-index: 1; background-color: #fff;}
.row_block{
   display: block;
   }
   .box-fancy  .col-lg-4{
      width: 25%;
   }
   .portfolio-image img{
      min-height: 245px;
      object-fit: cover;
   }
   .ac-content > a{
      display: block;
   }
   .ac-content > a:hover{
      color: #1d1d1d!important;
   }
   .container-fullwidth .bg-overlay{
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
   }
   .grid-active-title{
      z-index: -1;
   }
   .ac-content > a :hover{
      text-decoration: none;
       outline: none;
       color: #2250fc;
   }
   .link{
      color: #484848;
      cursor: pointer;
   }
   .link :hover{
      text-decoration: none;
       outline: none;
       color: #2250fc;
   }
   .up{
      background-color: #28a745!important;
      padding: 5px 0.4em!important;
      font-size: 75%!important;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 0.25rem!important;
      width: 135px;
   }
   .yellow{
      color: #212529!important;
    background-color: #ffc107!important;
      padding: 8px 5px!important;
      font-size: 100%!important;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 0.25rem!important;
      left: 10px!important;
      width: 95px;
      height: 30px;
   }
   .color-white{
      color: #fff!important;
   }
   .green{
      color: #212529!important;
    background-color: #ff9580!important;
      padding: 8px 5px!important;
      font-size: 100%!important;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 0.25rem!important;
      left: 10px!important;
      width: 95px;
      height: 30px;
   }
   .bottom{
      top: 60px !important;
      background-color: #17a2b8!important;
      padding: 5px 0.4em!important;
      font-size: 75%!important;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 0.25rem!important;
      width: 135px;
   }
   .down{
      top: 35px !important;
      background-color: #6c757d!important;
      padding: 5px 0.4em!important;
      font-size: 75%!important;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 0.25rem!important;
      width: 135px;
   }
   .text-lg{
      font-size: 33px;
      line-height: 1.1;
   }
   h1:not(:last-child) {
      margin-bottom: 10px;
   }
   .box-fancy [class*="col-"] { padding: 3% !important; }
   @media (max-width: 992px){
      .box-fancy .col-lg-4{
         width: 100%;
      }
      .box-fancy [class*="col-"] { padding: 5% !important; }
      .text-lg, .text-lg span {
         font-size: 80px!important;
         line-height: 1.1!important;
     }
     .text-light h3{
      font-size: 17px;
      text-transform: uppercase;
     }
   }
   @media (max-width: 576px){
      
      .box-fancy [class*="col-"] { padding: 10% !important; }
      .text-lg, .text-lg span {
         font-size: 80px!important;
         line-height: 60px!important;
     }
   }
   @media (max-width: 768px){
     .text-lg, .text-lg span {
       font-size: 40px!important;
       line-height: 40px!important;
   } 
   }
   .btn_center{
      text-align: center;
      padding-top: 20px;
   }
   @media(min-width:992px){
      .pricing-table{
      height:100%
   }
   .pricing-table .plan{
      min-height:100%;
      display: flex;
      flex-direction: column;
   }
   .pricing-table .plan-list {
      flex: 1 1 100%;
      display: flex;
      flex-direction: column;
   }
   .pricing-table .plan-list .plan-button {
      flex: 1 1 100%;
      display: flex;
      justify-content: center;
      align-items: end;
   }
   .pricing-table .plan .plan-header .plan-price {
      font-size: 60px;
   }
   }
   @media(max-width:992px){
   .pb-5 {
      padding-bottom: 0rem !important;
   }
   }
   @media (max-width: 991.98px){
      #header #logo {
      text-align: start;}
   }
   #header .header-inner #logo a, #header .header-inner #logo a span, #header #header-wrap #logo a, #header #header-wrap #logo a span {
      
      padding-top: 5px !important;
   }
   #header .header-inner #logo, #header #header-wrap #logo {
      
      padding-top: 5px !important;
   }
   @media (max-width: 991.98px){
      button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
       height: auto; 
       text-align: center;
   }
   .pricing-table .plan {
      box-shadow: 0 0 20px rgb(0 0 0 / 10%);
      margin-top: 30px;
      padding-bottom: 0;
      margin-bottom: 30px;
   }
   .pricing-table .plan.featured {
      margin-top: 30px;
   }
   .pricing-table .plan:hover {
      margin-top: 0px;
      box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  }
   }
   .text-rotator{
      min-height: auto !important;
   }
   .heading-text p {
      color:#777;
  }
@media(max-width:394px){
   .pricing-table .plan .plan-header .plan-price {
      font-size: 52px;
  }
}
@media (max-width: 991.98px){
   #mainMenu:not(.menu-overlay) nav {
    
    padding-top: 50px;}
    .title-agency{
      font-size: 49px !important;
      letter-spacing: 0px;
}
.text-width{
   display: inline-block;
   max-width: 190px!important;
}
}
body{
overflow: hidden;
}
.btn-close{
color: #000;
position: absolute;
top: 21px;
right: 21px;}
.modal .modal-content .modal-header {
  position: relative;
}
.modal-dialog {
top:50%
}
.modal.fade .modal-dialog {
   transform: translate(0, -50%);
}
.title-agency{
   
      font-family: inherit;
      line-height: 1.1;
      letter-spacing: 4px;
      font-weight: 700;
      font-size: 58px !important;
      position: relative;
 text-transform: uppercase;
 z-index: 2;
}
.title-agency::after{
position: absolute;
z-index: 2;
content: '';
width:97px;
height: 3px;
background-color: #fff;
top:-15px;
left: 50%;
transform: translateX(-50%);
}
@media (max-width: 768px){
    .title-agency{
      font-size: 44px !important;
 
}
.sub-title-agency{
   font-size: 18px;
}
}
@media (max-width: 425px){
   .title-agency{
     font-size: 33px !important;

}
.sub-title-agency{
   font-size: 13px;
}
}
.sub-title-agency{
    font-style: italic;
    text-align: center;
    line-height: 13px;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    z-index: 2;
}
.icon-play{
   position: relative;
}
.icon-play:before {
   content: " ";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
   width: 0;
   height: 0;
   border-top: 14.5px solid transparent;
   border-left: 24px solid #fff;
   border-bottom: 14.5px solid transparent;
}
.grid-item .grid-description a:hover i{
   background-color: transparent;
   color: #fff;
   border: 1px solid #fff;
}
.centrale{
   position: relative;
   top:35px;
}
.none{
   position: static !important;
   visibility: visible !important;
   opacity: 1 !important;
}
.icon-play{
   width: 75px !important;
   height: 75px !important;
   margin-top: 30px !important;
}
.portfolio-description-size{
   width: 100%!important;
   height: 100%!important;
   padding: 0!important;
}
.icon-maximize-size{
   height: 100%!important;
    width: 100%!important;
    border-radius: 0!important;
    opacity: 0;
}
.portfolio-links-size{
   width: 100%!important;
   height: 100%!important;
   padding: 0!important;
}
.width90{
   width: 90%!important;
}
.container-fullscreen-height{
   height: 289px!important;
}
.gray-dark{
   color: #2e2e2e!important;
}
/*Grid columns: 5*/
.grid-6-columns .grid-item, .post-6-columns .post-item, .portfolio-6-columns .portfolio-item { width: 16.6666666666%; }

.grid-6-columns .grid-item.large-width, .post-6-columns .post-item.large-width, .portfolio-6-columns .portfolio-item.large-width { width: 33.333333333%; }

/*Grid columns: 5*/
.grid-5-columns .grid-item, .post-5-columns .post-item, .portfolio-5-columns .portfolio-item { width: 20%; }

.grid-5-columns .grid-item.large-width, .post-5-columns .post-item.large-width, .portfolio-5-columns .portfolio-item.large-width { width: 40%; }

/*Grid columns: 4*/
.grid-4-columns .grid-item, .post-4-columns .post-item, .portfolio-4-columns .portfolio-item { width: 25%; }

.grid-4-columns .grid-item.large-width, .post-4-columns .post-item.large-width, .portfolio-4-columns .portfolio-item.large-width { width: 50%; }

/*Grid columns: 3*/
.grid-3-columns .grid-item, .post-3-columns .post-item, .portfolio-3-columns .portfolio-item { width: 33.333333333%; }

.grid-3-columns .grid-item.large-width, .post-3-columns .post-item.large-width, .portfolio-3-columns .portfolio-item.large-width { width: 66.6666666666%; }

/*Grid columns: 2*/
.grid-2-columns .grid-item, .post-2-columns .post-item, .portfolio-2-columns .portfolio-item { width: 50.00%; }

.grid-2-columns .grid-item.large-width, .post-2-columns .post-item.large-width, .portfolio-2-columns .portfolio-item.large-width { width: 100%; }

/*Grid columns: 1*/
.grid-1-columns .grid-item, .post-1-columns .post-item, .portfolio-1-columns .portfolio-item { width: 100%; }

.grid-1-columns .grid-item.large-width, .post-1-columns .post-item.large-width, .portfolio-1-columns .portfolio-item.large-width { width: 100%; }

@media (max-width: 1380px) { .grid-5-columns .grid-item, .post-5-columns .post-item, .portfolio-5-columns .portfolio-item { width: 25%; }
  .grid-5-columns .grid-item.large-width, .post-5-columns .post-item.large-width, .portfolio-5-columns .portfolio-item.large-width { width: 50%; } }

/*Tablet Landscape*/
@media (max-width: 991.98px) { /*Grid columns: 6,5,4*/
  .grid-6-columns .grid-item, .post-6-columns .post-item, .portfolio-6-columns .portfolio-item, .grid-5-columns .grid-item, .post-5-columns .post-item, .portfolio-5-columns .portfolio-item, .grid-4-columns .grid-item, .post-4-columns .post-item, .portfolio-4-columns .portfolio-item { width: 33.3333333333%; }
  .grid-6-columns .grid-item.large-width, .post-6-columns .post-item.large-width, .portfolio-6-columns .portfolio-item.large-width, .grid-5-columns .grid-item.large-width, .post-5-columns .post-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .grid-4-columns .grid-item.large-width, .post-4-columns .post-item.large-width, .portfolio-4-columns .portfolio-item.large-width { width: 66.6666666666%; }
  /*Grid columns: 3,2*/
  .grid-3-columns .grid-item, .post-3-columns .post-item, .portfolio-3-columns .portfolio-item, .grid-2-columns .grid-item, .post-2-columns .post-item, .portfolio-2-columns .portfolio-item { width: 50%; }
  .grid-3-columns .grid-item.large-width, .post-3-columns .post-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .grid-2-columns .grid-item.large-width, .post-2-columns .post-item.large-width, .portfolio-2-columns .portfolio-item.large-width { width: 100%; } }

/*Tablet Portrait*/
@media (max-width: 767px) { /*Grid columns: 6,5,4*/
  .grid-6-columns .grid-item, .post-6-columns .post-item, .portfolio-6-columns .portfolio-item, .grid-5-columns .grid-item, .post-5-columns .post-item, .portfolio-5-columns .portfolio-item, .grid-4-columns .grid-item, .post-4-columns .post-item, .portfolio-4-columns .portfolio-item { width: 50%; }
  .grid-6-columns .grid-item.large-width, .post-6-columns .post-item.large-width, .portfolio-6-columns .portfolio-item.large-width, .grid-5-columns .grid-item.large-width, .post-5-columns .post-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .grid-4-columns .grid-item.large-width, .post-4-columns .post-item.large-width, .portfolio-4-columns .portfolio-item.large-width { width: 100%; }
  /*Grid columns: 3,2*/
  .grid-3-columns .grid-item, .post-3-columns .post-item, .portfolio-3-columns .portfolio-item, .grid-2-columns .grid-item, .post-2-columns .post-item, .portfolio-2-columns .portfolio-item { width: 100%; }
  .grid-3-columns .grid-item.large-width, .post-3-columns .post-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .grid-2-columns .grid-item.large-width, .post-2-columns .post-item.large-width, .portfolio-2-columns .portfolio-item.large-width { width: 100%; } }

/*Tablet Portrait*/
@media (max-width: 480px) { /*Grid columns: 6,5,4,3,2*/
  .grid-6-columns .grid-item, .post-6-columns .post-item, .portfolio-6-columns .portfolio-item, .grid-5-columns .grid-item, .post-5-columns .post-item, .portfolio-5-columns .portfolio-item, .grid-4-columns .grid-item, .post-4-columns .post-item, .portfolio-4-columns .portfolio-item, .grid-3-columns .grid-item, .post-3-columns .post-item, .portfolio-3-columns .portfolio-item, .grid-2-columns .grid-item, .post-2-columns .post-item, .portfolio-2-columns .portfolio-item { width: 100%; }
  .grid-6-columns .grid-item.large-width, .post-6-columns .post-item.large-width, .portfolio-6-columns .portfolio-item.large-width, .grid-5-columns .grid-item.large-width, .post-5-columns .post-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .grid-4-columns .grid-item.large-width, .post-4-columns .post-item.large-width, .portfolio-4-columns .portfolio-item.large-width, .grid-3-columns .grid-item.large-width, .post-3-columns .post-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .grid-2-columns .grid-item.large-width, .post-2-columns .post-item.large-width, .portfolio-2-columns .portfolio-item.large-width { width: 100%; }
  .grid-xs-2-columns .grid-item, .post-xs-2-columns .post-item, .portfolio-xs-2-columns .portfolio-item { width: 50%; }
  .grid-xs-2-columns .grid-item.large-width, .post-xs-2-columns .post-item.large-width, .portfolio-xs-2-columns .portfolio-item.large-width { width: 100%; }
  .grid-xs-3-columns .grid-item, .post-xs-3-columns .post-item, .portfolio-xs-3-columns .portfolio-item { width: 33.3333333333%; }
  .grid-xs-3-columns .grid-item.large-width, .post-xs-3-columns .post-item.large-width, .portfolio-xs-3-columns .portfolio-item.large-width { width: 66.6666666666%; }
  .grid-xs-4-columns .grid-item, .post-xs-4-columns .post-item, .portfolio-xs-4-columns .portfolio-item { width: 25%; }
  .grid-xs-4-columns .grid-item.large-width, .post-xs-4-columns .post-item.large-width, .portfolio-xs-4-columns .portfolio-item.large-width { width: 25%; } }

/*Grid item */
.grid-item>img, .grid-item>a>img {
   width: 100%;
   height: auto;
}
.icon-play{
   background: transparent!important;
}
.no-border { border-color: transparent; }
/* ----------------------------------------------------------------
    SLIDER
-----------------------------------------------------------------*/
.inspiro-slider { width: 100%; height: 72vh; overflow: hidden; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; min-height: 100%; width: 100%; }

.inspiro-slider.slider-halfscreen { height: 72vh; }

.inspiro-slider.slider-fullscreen { height: 100vh; }

.inspiro-slider.is-fade .slide { opacity: 0 !important; -webkit-transition: opacity 0.5s ease !important; transition: opacity 0.5s ease !important; }

.inspiro-slider.is-fade .slide.is-selected { opacity: 1 !important; }

.inspiro-slider .slide { overflow: hidden; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: 50% 20%; width: 100%; display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; }

.inspiro-slider .slide .container, .inspiro-slider .slide .container-wide { padding-top: 120px; padding-bottom: 100px; -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }

.inspiro-slider .slide .slide-captions { position: relative; text-align: left; }

.inspiro-slider .slide .slide-captions h1 { font-size: 80px; font-weight: 700; line-height: 80px; margin-bottom: 30px; color: #fff; }

.inspiro-slider .slide .slide-captions h2 { font-size: 60px; font-weight: 700; line-height: 68px; margin-bottom: 30px; color: #fff; }

.inspiro-slider .slide .slide-captions h3, .inspiro-slider .slide .slide-captions h4, .inspiro-slider .slide .slide-captions h5, .inspiro-slider .slide .slide-captions h6 { color: #fff; }

.inspiro-slider .slide .slide-captions .strong { color: #fff; display: block; font-size: 12px !important; font-weight: 500; letter-spacing: 2px; line-height: 18px; margin-bottom: 20px; position: relative; text-transform: uppercase; }

.inspiro-slider .slide .slide-captions .strong::after { border-top: 3px solid #fff; content: ""; display: block; margin-bottom: 0; margin-top: 8px; width: 26px; }

.inspiro-slider .slide .slide-captions > p { color: #fff; font-size: 20px; font-weight: 400; margin-bottom: 40px; }

.inspiro-slider .slide .slide-captions .text-dark.strong::after, .inspiro-slider .slide .slide-captions.text-dark .strong::after { border-top-color: #111; }

.inspiro-slider .slide .slide-captions.text-left .strong::after { margin-left: 0; margin-right: auto; }

.inspiro-slider .slide .slide-captions.text-center .strong::after { margin-left: auto; margin-right: auto; }

.inspiro-slider .slide .slide-captions.text-right .strong::after { margin-left: auto; margin-right: 0; }

.inspiro-slider .slide .slide-captions .slide-caption-hide { opacity: 0; visibility: hidden; }

.inspiro-slider .slide .slide-captions img { width: inherit !important; }

.inspiro-slider .slide.is-selected { z-index: 2; }

.inspiro-slider.slider-loaded, .inspiro-slider.flickity-enabled { opacity: 1; }

.inspiro-slider .slide-link { width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: 1; }

.inspiro-slider .flickity-button { width: 78px; height: 78px; line-height: 78px; background: transparent; color: #fff; box-shadow: none; padding: 0; }

.inspiro-slider .flickity-button::before { line-height: 78px; font-size: 28px; color: #fff; }

.inspiro-slider .flickity-page-dots { bottom: 30px; }

.inspiro-slider .flickity-page-dots .dot { box-shadow: inset 0 0 0 2px #fff; }

.inspiro-slider .flickity-page-dots .dot:after { background-color: #fff; box-shadow: 0 0 1px #fff; }

.inspiro-slider .slide-captions > * { opacity: 0; }

#slider { position: relative; width: 100%; overflow: hidden; padding: 0px; background-color: #fff; }

#home { width: 100%; height: 100%; color: #FFF; }

/* ----------------------------------------------------------------