@charset "UTF-8";

/*
Theme Name: WashBuy
Text Domain: washbuy
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Custom WP Theme.
Tags: 
Author: GEMZZI Studio
Author URI: https://gemzzi.com/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-carousel {
  padding-top: 45px;
  margin-top: 30px;
}
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color:transparent
}
.owl-carousel .owl-nav {
  position: absolute;
  top: -20px;
  right: 0;
}
.owl-carousel .owl-dots {margin-top:10px}
.owl-carousel .owl-nav [class * =owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius:3px
}
.owl-carousel .owl-nav [class * =owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration:none
}
.owl-carousel .owl-nav .disabled {
  opacity: .5;
  cursor:default
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom:1
}
.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius:30px
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791
}
.owl-carousel .owl-nav button + button {margin-left: 20px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  font-size: 56px;
  line-height: 1;
  color: #c3c3c3; 
}
.owl-carousel .owl-nav button:hover {color: #414141;}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.content-wrapper {margin: 0 auto;padding-left: 15px;padding-right: 15px;width: 100%;}.content-wrapper::after {content: '';display: table;clear: both;}@media (min-width: 768px) {.content-wrapper {width: 750px;padding-left: 0;padding-right: 0;}}@media (min-width: 992px){.content-wrapper{width: 970px;}}@media (min-width: 1200px){.content-wrapper{width: 1170px;}}.row{margin-left:-15px;margin-right:-15px;}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {position:relative;min-height:1px;padding-left:15px;padding-right:15px;}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left;}.col-xs-12{width:100%;}.col-xs-11{width:91.66666667%;}.col-xs-10{width:83.33333333%;}.col-xs-9{width:75%;}.col-xs-8{width:66.66666667%;}.col-xs-7{width:58.33333333%;}.col-xs-6{width:50%;}.col-xs-5{width:41.66666667%;}.col-xs-4{width:33.33333333%;}.col-xs-3{width:25%;}.col-xs-2{width:16.66666667%;}.col-xs-1{width:8.33333333%;}.col-xs-pull-12{right:100%;}.col-xs-pull-11{right:91.66666667%;}.col-xs-pull-10{right:83.33333333%;}.col-xs-pull-9{right: 75%;}.col-xs-pull-8{right:66.66666667%;}.col-xs-pull-7{right:58.33333333%;}.col-xs-pull-6{right:50%;}.col-xs-pull-5{right:41.66666667%;}.col-xs-pull-4{right:33.33333333%;}.col-xs-pull-3{right:25%;}.col-xs-pull-2{right:16.66666667%;}.col-xs-pull-1{right:8.33333333%;}.col-xs-pull-0{right:auto;}.col-xs-push-12{left:100%;}.col-xs-push-11{left:91.66666667%;}.col-xs-push-10{left:83.33333333%;}.col-xs-push-9{left:75%;}.col-xs-push-8{left:66.66666667%;}.col-xs-push-7{left:58.33333333%;}.col-xs-push-6{left:50%;}.col-xs-push-5{left:41.66666667%;}.col-xs-push-4{left:33.33333333%;}.col-xs-push-3{left:25%;}.col-xs-push-2{left:16.66666667%;}.col-xs-push-1{left:8.33333333%;}.col-xs-push-0{left: auto;}.col-xs-offset-12{margin-left:100%;}.col-xs-offset-11{margin-left:91.66666667%;}.col-xs-offset-10{margin-left:83.33333333%;}.col-xs-offset-9{margin-left:75%;}.col-xs-offset-8{margin-left:66.66666667%;}.col-xs-offset-7{margin-left:58.33333333%;}.col-xs-offset-6{margin-left:50%;}.col-xs-offset-5{margin-left:41.66666667%;}.col-xs-offset-4{margin-left:33.33333333%;}.col-xs-offset-3{margin-left:25%;}.col-xs-offset-2{margin-left:16.66666667%;}.col-xs-offset-1{margin-left:8.33333333%;}.col-xs-offset-0{margin-left:0%;}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left;}.col-sm-12{width:100%;}.col-sm-11{width:91.66666667%;}.col-sm-10{width:83.33333333%;}.col-sm-9{width:75%;}.col-sm-8{width:66.66666667%;}.col-sm-7{width:58.33333333%;}.col-sm-6{width:50%;}.col-sm-5{width:41.66666667%;}.col-sm-4{width:33.33333333%;}.col-sm-3{width:25%;}.col-sm-2{width:16.66666667%;}.col-sm-1{width:8.33333333%;}.col-sm-pull-12{right:100%;}.col-sm-pull-11{right:91.66666667%;}.col-sm-pull-10{right:83.33333333%;}.col-sm-pull-9{right:75%;}.col-sm-pull-8{right:66.66666667%;}.col-sm-pull-7{right:58.33333333%;}.col-sm-pull-6{right:50%;}.col-sm-pull-5{right:41.66666667%;}.col-sm-pull-4{right:33.33333333%;}.col-sm-pull-3{right:25%;}.col-sm-pull-2{right:16.66666667%;}.col-sm-pull-1{right:8.33333333%;}.col-sm-pull-0{right:auto;}.col-sm-push-12{left:100%;}.col-sm-push-11{left:91.66666667%;}.col-sm-push-10{left:83.33333333%;}.col-sm-push-9{left:75%;}.col-sm-push-8{left:66.66666667%;}.col-sm-push-7{left:58.33333333%;}.col-sm-push-6{left:50%;}.col-sm-push-5{left:41.66666667%;}.col-sm-push-4{left:33.33333333%;}.col-sm-push-3{left:25%;}.col-sm-push-2{left:16.66666667%;}.col-sm-push-1{left:8.33333333%;}.col-sm-push-0{left:auto;}.col-sm-offset-12{margin-left:100%;}.col-sm-offset-11{margin-left:91.66666667%;}.col-sm-offset-10{margin-left:83.33333333%;}.col-sm-offset-9{margin-left:75%;}.col-sm-offset-8{margin-left:66.66666667%;}.col-sm-offset-7{margin-left:58.33333333%;}.col-sm-offset-6{margin-left:50%;}.col-sm-offset-5{margin-left:41.66666667%;}.col-sm-offset-4{margin-left:33.33333333%;}.col-sm-offset-3{margin-left:25%;}.col-sm-offset-2{margin-left:16.66666667%;}.col-sm-offset-1{margin-left:8.33333333%;}.col-sm-offset-0{margin-left: 0%;}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left;}.col-md-12{width:100%;}.col-md-11{width:91.66666667%;}.col-md-10{width:83.33333333%;}.col-md-9{width:75%;}.col-md-8{width:66.66666667%;}.col-md-7{width:58.33333333%;}.col-md-6{width:50%;}.col-md-5{width:41.66666667%;}.col-md-4{width:33.33333333%;}.col-md-3{width:25%;}.col-md-2{width:16.66666667%;}.col-md-1{width: 8.33333333%;}.col-md-pull-12{right:100%;}.col-md-pull-11{right:91.66666667%;}.col-md-pull-10{right:83.33333333%;}.col-md-pull-9{right:75%;}.col-md-pull-8{right:66.66666667%;}.col-md-pull-7{right:58.33333333%;}.col-md-pull-6{right:50%;}.col-md-pull-5{right:41.66666667%;}.col-md-pull-4{right:33.33333333%;}.col-md-pull-3{right:25%;}.col-md-pull-2{right:16.66666667%;}.col-md-pull-1{right:8.33333333%;}.col-md-pull-0{right:auto;}.col-md-push-12{left:100%;}.col-md-push-11{left:91.66666667%;}.col-md-push-10{left:83.33333333%;}.col-md-push-9{left:75%;}.col-md-push-8{left:66.66666667%;}.col-md-push-7{left:58.33333333%;}.col-md-push-6{left:50%;}.col-md-push-5{left:41.66666667%;}.col-md-push-4{left:33.33333333%;}.col-md-push-3{left:25%;}.col-md-push-2{left:16.66666667%;}.col-md-push-1{left:8.33333333%;}.col-md-push-0{left:auto;}.col-md-offset-12{margin-left:100%;}.col-md-offset-11{margin-left:91.66666667%;}.col-md-offset-10{margin-left:83.33333333%;}.col-md-offset-9{margin-left:75%;}.col-md-offset-8{margin-left:66.66666667%;}.col-md-offset-7{margin-left:58.33333333%;}.col-md-offset-6{margin-left:50%;}.col-md-offset-5{margin-left:41.66666667%;}.col-md-offset-4{margin-left:33.33333333%;}.col-md-offset-3{margin-left:25%;}.col-md-offset-2{margin-left:16.66666667%;}.col-md-offset-1{margin-left:8.33333333%;}.col-md-offset-0{margin-left: 0%;}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left;}.col-lg-12{width: 100%;}.col-lg-11{width: 91.66666667%;}.col-lg-10{width:83.33333333%;}.col-lg-9{width:75%;}.col-lg-8{width:66.66666667%;}.col-lg-7{width:58.33333333%;}.col-lg-6{width:50%;}.col-lg-5{width:41.66666667%;}.col-lg-4{width:33.33333333%;}.col-lg-3{width: 25%;}.col-lg-2{width:16.66666667%;}.col-lg-1{width:8.33333333%;}.col-lg-pull-12{right:100%;}.col-lg-pull-11{right:91.66666667%;}.col-lg-pull-10{right:83.33333333%;}.col-lg-pull-9{right: 75%;}.col-lg-pull-8{right:66.66666667%;}.col-lg-pull-7{right:58.33333333%;}.col-lg-pull-6{right:50%;}.col-lg-pull-5{right:41.66666667%;}.col-lg-pull-4{right:33.33333333%;}.col-lg-pull-3{right:25%;}.col-lg-pull-2{right:16.66666667%;}.col-lg-pull-1{right:8.33333333%;}.col-lg-pull-0{right:auto;}.col-lg-push-12{left:100%;}.col-lg-push-11{left:91.66666667%;}.col-lg-push-10{left: 83.33333333%;}.col-lg-push-9{left:75%;}.col-lg-push-8{left:66.66666667%;}.col-lg-push-7{left:58.33333333%;}.col-lg-push-6{left:50%;}.col-lg-push-5{left:41.66666667%;}.col-lg-push-4{left:33.33333333%;}.col-lg-push-3{left:25%;}.col-lg-push-2{left:16.66666667%;}.col-lg-push-1{left:8.33333333%;}.col-lg-push-0{left:auto;}.col-lg-offset-12{margin-left:100%;}.col-lg-offset-11{margin-left:91.66666667%;}.col-lg-offset-10{margin-left:83.33333333%;}.col-lg-offset-9{margin-left:75%;}.col-lg-offset-8{margin-left: 66.66666667%;}.col-lg-offset-7{margin-left:58.33333333%;}.col-lg-offset-6{margin-left:50%;}.col-lg-offset-5{margin-left:41.66666667%;}.col-lg-offset-4{margin-left:33.33333333%;}.col-lg-offset-3{margin-left:25%;}.col-lg-offset-2{margin-left:16.66666667%;}.col-lg-offset-1{margin-left:8.33333333%;}.col-lg-offset-0{margin-left:0%;}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table;}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both;}.center-block{display:block;margin-left:auto;margin-right:auto;}.pull-right{float:right!important;}.pull-left{float:left!important;}.hide{display:none!important;}.show{display:block!important;}.pull-base{float: none;}.invisible{visibility:hidden;}.text-hide{font: 0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.text-left{text-align:left!important;}.text-center{text-align:center!important;}.text-right{text-align:right!important;}.text-xs-left{text-align: left;}.text-xs-center{text-align: center;}.text-xs-right{text-align: right;}.text-xs-justify{text-align: justify;}@media (min-width: 768px){.text-sm-left{text-align: left;}.text-sm-center{text-align: center;}.text-sm-right{text-align: right;}.text-sm-justify{text-align: justify;}}@media (min-width: 992px){.text-md-left{text-align: left;}.text-md-center{text-align: center;}.text-md-right{text-align: right;}.text-md-justify{text-align: justify;}}@media (min-width: 1200px){.text-lg-left{text-align: left;}.text-lg-center{text-align: center;}.text-lg-right{text-align: right;}.text-lg-justify{text-align: justify;}}.hidden{display:none!important;}.affix{position:fixed;}@-ms-viewport{width: device-width;}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important;}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important;}@media (max-width:767px){.visible-xs{display:block!important;}table.visible-xs{display:table!important;}tr.visible-xs{display:table-row!important;}th.visible-xs,td.visible-xs{display:table-cell!important;}}@media (max-width:767px){.visible-xs-block{display:block!important;}}@media (max-width:767px){.visible-xs-inline{display:inline!important;}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important;}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important;}table.visible-sm{display:table!important;}tr.visible-sm{display:table-row!important;}th.visible-sm,td.visible-sm{display:table-cell!important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important;}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important;}table.visible-md{display:table!important;}tr.visible-md{display:table-row!important;}th.visible-md,td.visible-md{display:table-cell!important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important;}}@media (min-width:1200px){.visible-lg{display:block!important;}table.visible-lg{display:table!important;}tr.visible-lg{display:table-row!important;}th.visible-lg,td.visible-lg{display:table-cell!important;}}@media (min-width:1200px){.visible-lg-block{display:block!important;}}@media (min-width:1200px){.visible-lg-inline{display:inline!important;}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important;}}@media (max-width:767px){.hidden-xs{display:none!important;}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important;}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important;}}@media (min-width:1200px){.hidden-lg{display:none!important;}}

@font-face {
  font-family: "fl-bigmug-line";
  src: url("assets/fonts/fl-bigmug-line.eot");
  src: url("assets/fonts/fl-bigmug-line.eot?#iefix") format("embedded-opentype"),
       url("assets/fonts/fl-bigmug-line.woff") format("woff"),
       url("assets/fonts/fl-bigmug-line.ttf") format("truetype"),
       url("assets/fonts/fl-bigmug-line.svg#fl-bigmug-line") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {@font-face {font-family: "fl-bigmug-line"; src: url("assets/fonts/fl-bigmug-line.svg#fl-bigmug-line") format("svg");}}
[class^="fl-bigmug-line-"]:before, [class*=" fl-bigmug-line-"]:before,[class^="fl-bigmug-line-"]:after, [class*=" fl-bigmug-line-"]:after {font-family: 'fl-bigmug-line';font-style: normal;}
.fl-bigmug-line-add-circular-outlined-button:before { content: "\f100"; }
.fl-bigmug-line-add-cross-outlined-symbol:before { content: "\f101"; }
.fl-bigmug-line-add-square-outlined-interface-button:before { content: "\f102"; }
.fl-bigmug-line-airplane-rotated-diagonal-transport-outlined-symbol:before { content: "\f103"; }
.fl-bigmug-line-alarm-clock-symbol:before { content: "\f104"; }
.fl-bigmug-line-arrow-entering-into-square:before { content: "\f105"; }
.fl-bigmug-line-attach-interface-symbol-of-rotated-paperclip:before { content: "\f106"; }
.fl-bigmug-line-attachment:before { content: "\f107"; }
.fl-bigmug-line-audio-tool-in-silence:before { content: "\f108"; }
.fl-bigmug-line-back-left-arrow-circular-button-outline:before { content: "\f109"; }
.fl-bigmug-line-back-left-arrow-square-button-outline:before { content: "\f10a"; }
.fl-bigmug-line-big-map-placeholder-outlined-symbol-of-interface:before { content: "\f10b"; }
.fl-bigmug-line-book-outline:before { content: "\f10c"; }
.fl-bigmug-line-bookmark-outlined-interface-symbol:before { content: "\f10d"; }
.fl-bigmug-line-bottle-gross-outlined-symbol:before { content: "\f10e"; }
.fl-bigmug-line-button-of-nine-outlined-circles:before { content: "\f10f"; }
.fl-bigmug-line-buttons:before { content: "\f110"; }
.fl-bigmug-line-cellphone:before { content: "\f111"; }
.fl-bigmug-line-cellular-phone-outline:before { content: "\f112"; }
.fl-bigmug-line-center-text-interface-symbol-of-lines:before { content: "\f113"; }
.fl-bigmug-line-chat-comment-oval-speech-bubble-with-text-lines:before { content: "\f114"; }
.fl-bigmug-line-chat-oval-speech-bubbles-symbol:before { content: "\f115"; }
.fl-bigmug-line-checkmark-outline:before { content: "\f116"; }
.fl-bigmug-line-checkmark-square-button-outline:before { content: "\f117"; }
.fl-bigmug-line-checkmark-verify-interface-symbol-button:before { content: "\f118"; }
.fl-bigmug-line-circular-arrow-counterclockwise-rotating-symbol:before { content: "\f119"; }
.fl-bigmug-line-circular-graphic-outline:before { content: "\f11a"; }
.fl-bigmug-line-circular-outlined-badge-with-ribbon-recognition-prize-symbol:before { content: "\f11b"; }
.fl-bigmug-line-circular-target-shooting-interface-symbol:before { content: "\f11c"; }
.fl-bigmug-line-clipboard-square-symbol:before { content: "\f11d"; }
.fl-bigmug-line-close-circular-button-symbol:before { content: "\f11e"; }
.fl-bigmug-line-cloud-outlined-shape:before { content: "\f11f"; }
.fl-bigmug-line-cloud-with-hail-falling:before { content: "\f120"; }
.fl-bigmug-line-cocktail-glass-outline:before { content: "\f121"; }
.fl-bigmug-line-code-signs:before { content: "\f122"; }
.fl-bigmug-line-collapse-two-arrows-diagonal-symbol:before { content: "\f123"; }
.fl-bigmug-line-comment-oval-outlined-balloon:before { content: "\f124"; }
.fl-bigmug-line-compass-orientation-symbol:before { content: "\f125"; }
.fl-bigmug-line-contract-two-arrows-symbol-pointing-the-center-of-square-button:before { content: "\f126"; }
.fl-bigmug-line-copy-two-paper-sheets-interface-symbol:before { content: "\f127"; }
.fl-bigmug-line-crescent-moon-phase-outlined-shape:before { content: "\f128"; }
.fl-bigmug-line-cropping-interface-tool-symbol:before { content: "\f129"; }
.fl-bigmug-line-cross-rounded-outline:before { content: "\f12a"; }
.fl-bigmug-line-cross-square-button:before { content: "\f12b"; }
.fl-bigmug-line-cube-of-notes-stack:before { content: "\f12c"; }
.fl-bigmug-line-double-arrow-horizontal-symbol:before { content: "\f12d"; }
.fl-bigmug-line-double-arrow-vertical-symbol:before { content: "\f12e"; }
.fl-bigmug-line-double-right-arrows-angles:before { content: "\f12f"; }
.fl-bigmug-line-down-arrow:before { content: "\f130"; }
.fl-bigmug-line-down-arrow-square-button:before { content: "\f131"; }
.fl-bigmug-line-down-arrow-square-outlined-button:before { content: "\f132"; }
.fl-bigmug-line-down-arrow-to-a-square:before { content: "\f133"; }
.fl-bigmug-line-down-circular-button:before { content: "\f134"; }
.fl-bigmug-line-download-circular-button:before { content: "\f135"; }
.fl-bigmug-line-download-down-arrow-symbol:before { content: "\f136"; }
.fl-bigmug-line-download-from-internet-cloud:before { content: "\f137"; }
.fl-bigmug-line-download-square-button:before { content: "\f138"; }
.fl-bigmug-line-download-square-outlined-interface-button:before { content: "\f139"; }
.fl-bigmug-line-electrical-storm-weather-symbol:before { content: "\f13a"; }
.fl-bigmug-line-electronic-game-machine-outline:before { content: "\f13b"; }
.fl-bigmug-line-email-closed-outlined-back-envelope-interface-symbol:before { content: "\f13c"; }
.fl-bigmug-line-email-square-outlined-interface-symbol-of-envelope-back:before { content: "\f13d"; }
.fl-bigmug-line-equalization:before { content: "\f13e"; }
.fl-bigmug-line-equalizer-interface-square-button-symbol:before { content: "\f13f"; }
.fl-bigmug-line-event-weekly-calendar-symbol:before { content: "\f140"; }
.fl-bigmug-line-expand-square-interface-button-of-two-arrows:before { content: "\f141"; }
.fl-bigmug-line-expanding-two-opposite-arrows-diagonal-symbol-of-interface:before { content: "\f142"; }
.fl-bigmug-line-fast-forward-double-arrow-outline:before { content: "\f143"; }
.fl-bigmug-line-favourites-star-outline-interface-symbol:before { content: "\f144"; }
.fl-bigmug-line-file-rounded-empty-sheet:before { content: "\f145"; }
.fl-bigmug-line-file-rounded-outlined-symbol:before { content: "\f146"; }
.fl-bigmug-line-film-strip-couple-of-photograms:before { content: "\f147"; }
.fl-bigmug-line-flag-outline:before { content: "\f148"; }
.fl-bigmug-line-fog-at-night-weather-symbol:before { content: "\f149"; }
.fl-bigmug-line-foggy-day-fog-at-sunset-or-sunrise:before { content: "\f14a"; }
.fl-bigmug-line-folder-outline:before { content: "\f14b"; }
.fl-bigmug-line-fork:before { content: "\f14c"; }
.fl-bigmug-line-four-rounded-squares-button:before { content: "\f14d"; }
.fl-bigmug-line-full-screen-interface-symbol-of-four-arrows-in-square-button:before { content: "\f14e"; }
.fl-bigmug-line-games-machine-outline:before { content: "\f14f"; }
.fl-bigmug-line-gear-outlined-symbol:before { content: "\f150"; }
.fl-bigmug-line-giftbox-outline:before { content: "\f151"; }
.fl-bigmug-line-graphical-business-presentation-on-a-screen:before { content: "\f152"; }
.fl-bigmug-line-headphones-audio-symbol:before { content: "\f153"; }
.fl-bigmug-line-hot-interface-symbol-of-fire-flames-outline:before { content: "\f154"; }
.fl-bigmug-line-images-square-outlined-interface-button-symbol:before { content: "\f155"; }
.fl-bigmug-line-ink-interface-symbol-of-drop-outline:before { content: "\f156"; }
.fl-bigmug-line-label-outline:before { content: "\f157"; }
.fl-bigmug-line-left-alignment:before { content: "\f158"; }
.fl-bigmug-line-left-arrow-curve-outline:before { content: "\f159"; }
.fl-bigmug-line-left-arrow-in-circle-outline:before { content: "\f15a"; }
.fl-bigmug-line-left-arrow-line-symbol:before { content: "\f15b"; }
.fl-bigmug-line-left-arrow-rounded-outlined-button-interface-symbol:before { content: "\f15c"; }
.fl-bigmug-line-left-arrow-signal-outline:before { content: "\f15d"; }
.fl-bigmug-line-left-arrow-square-outlined-button:before { content: "\f15e"; }
.fl-bigmug-line-left-arrow-with-a-cross:before { content: "\f15f"; }
.fl-bigmug-line-like-heart-outline-symbol:before { content: "\f160"; }
.fl-bigmug-line-link-button:before { content: "\f161"; }
.fl-bigmug-line-list:before { content: "\f162"; }
.fl-bigmug-line-list-interface-symbol:before { content: "\f163"; }
.fl-bigmug-line-lock-circular-padlock-outline-tool-symbol:before { content: "\f164"; }
.fl-bigmug-line-login-arrow-symbol-entering-back-into-a-square:before { content: "\f165"; }
.fl-bigmug-line-login-square-arrow-button-outline:before { content: "\f166"; }
.fl-bigmug-line-map-folded-outlined-paper:before { content: "\f167"; }
.fl-bigmug-line-megaphone-outline-of-amplification-tool:before { content: "\f168"; }
.fl-bigmug-line-men:before { content: "\f169"; }
.fl-bigmug-line-menu-square-button:before { content: "\f16a"; }
.fl-bigmug-line-menu-three-outlined-rounded-lines-symbol:before { content: "\f16b"; }
.fl-bigmug-line-microphone:before { content: "\f16c"; }
.fl-bigmug-line-microphone-outlined-tool:before { content: "\f16d"; }
.fl-bigmug-line-minus-circular-button:before { content: "\f16e"; }
.fl-bigmug-line-minus-in-zoom-symbol:before { content: "\f16f"; }
.fl-bigmug-line-minus-outline:before { content: "\f170"; }
.fl-bigmug-line-minus-square-outlined-button:before { content: "\f171"; }
.fl-bigmug-line-monitor-outline:before { content: "\f172"; }
.fl-bigmug-line-music-note:before { content: "\f173"; }
.fl-bigmug-line-music-rectangular-interface-button-outline:before { content: "\f174"; }
.fl-bigmug-line-music-theme:before { content: "\f175"; }
.fl-bigmug-line-musical-note:before { content: "\f176"; }
.fl-bigmug-line-musical-note-outlined-symbol:before { content: "\f177"; }
.fl-bigmug-line-mute-voice:before { content: "\f178"; }
.fl-bigmug-line-new-email-envelope-frontal-view:before { content: "\f179"; }
.fl-bigmug-line-nine-oclock-on-circular-clock:before { content: "\f17a"; }
.fl-bigmug-line-note-outlined-symbol:before { content: "\f17b"; }
.fl-bigmug-line-notebook-rectangular-symbol-with-spring:before { content: "\f17c"; }
.fl-bigmug-line-notification-bell-outline-interface-symbol:before { content: "\f17d"; }
.fl-bigmug-line-notification-bell-outline-interface-symbol-1:before { content: "\f17e"; }
.fl-bigmug-line-opened-email-outlined-envelope-back-interface-symbol:before { content: "\f17f"; }
.fl-bigmug-line-oval-empty-outlined-speech-bubble:before { content: "\f180"; }
.fl-bigmug-line-paintbrush-outline:before { content: "\f181"; }
.fl-bigmug-line-paper-airplane-outline:before { content: "\f182"; }
.fl-bigmug-line-pause-outlined-big-symbol:before { content: "\f183"; }
.fl-bigmug-line-pencil-big-outlined-vertical-tool-symbol:before { content: "\f184"; }
.fl-bigmug-line-phone-auricular-outline:before { content: "\f185"; }
.fl-bigmug-line-photo-camera-outline:before { content: "\f186"; }
.fl-bigmug-line-pin:before { content: "\f187"; }
.fl-bigmug-line-planetary-grid-symbol:before { content: "\f188"; }
.fl-bigmug-line-play-triangle-outline:before { content: "\f189"; }
.fl-bigmug-line-portfolio-outline:before { content: "\f18a"; }
.fl-bigmug-line-print-interface-button-symbol-of-printer-outline:before { content: "\f18b"; }
.fl-bigmug-line-radio:before { content: "\f18c"; }
.fl-bigmug-line-rain-weather-cloud-outline-symbol-with-raindrops-lines:before { content: "\f18d"; }
.fl-bigmug-line-rectangular-outlined-speech-bubble-symbol:before { content: "\f18e"; }
.fl-bigmug-line-recycling-bin:before { content: "\f18f"; }
.fl-bigmug-line-rewind-double-arrow-outline-multimedia-button-symbol:before { content: "\f190"; }
.fl-bigmug-line-right-arrow-angle:before { content: "\f191"; }
.fl-bigmug-line-right-arrow-circular-button-outline:before { content: "\f192"; }
.fl-bigmug-line-right-arrow-circular-outlined-button:before { content: "\f193"; }
.fl-bigmug-line-right-arrow-on-a-pole-outlined-orientation-signal-symbol:before { content: "\f194"; }
.fl-bigmug-line-right-arrow-outline:before { content: "\f195"; }
.fl-bigmug-line-right-arrow-square-button-symbol:before { content: "\f196"; }
.fl-bigmug-line-right-arrow-square-outlined-button:before { content: "\f197"; }
.fl-bigmug-line-right-arrow-symbol-in-a-square-outline:before { content: "\f198"; }
.fl-bigmug-line-rounded-rectangular-tool-shape:before { content: "\f199"; }
.fl-bigmug-line-sand-clock:before { content: "\f19a"; }
.fl-bigmug-line-save-button-interface-symbol-of-outlined-diskette:before { content: "\f19b"; }
.fl-bigmug-line-search-interface-symbol:before { content: "\f19c"; }
.fl-bigmug-line-search-oval-magnification-tool-or-spoon-interface-symbol:before { content: "\f19d"; }
.fl-bigmug-line-share-social-interface-button:before { content: "\f19e"; }
.fl-bigmug-line-shopping-bag:before { content: "\f19f"; }
.fl-bigmug-line-shopping-basket-e-commerce-symbol:before { content: "\f1a0"; }
.fl-bigmug-line-shopping-cart-outline:before { content: "\f1a1"; }
.fl-bigmug-line-shopping-cart-outline-1:before { content: "\f1a2"; }
.fl-bigmug-line-shuffle:before { content: "\f1a3"; }
.fl-bigmug-line-sort-ascending:before { content: "\f1a4"; }
.fl-bigmug-line-sort-descending:before { content: "\f1a5"; }
.fl-bigmug-line-speaker-musical-amplification-outlined-frontal-tool:before { content: "\f1a6"; }
.fl-bigmug-line-speaker-outline:before { content: "\f1a7"; }
.fl-bigmug-line-speaker-outline-1:before { content: "\f1a8"; }
.fl-bigmug-line-speaker-outline-audio-interface-symbol:before { content: "\f1a9"; }
.fl-bigmug-line-speaker-outlined-square-frontal-tool-audio-tool-symbol:before { content: "\f1aa"; }
.fl-bigmug-line-speech-bubble-oval-symbol-with-three-dots:before { content: "\f1ab"; }
.fl-bigmug-line-square-outline:before { content: "\f1ac"; }
.fl-bigmug-line-square-shape-design-interface-tool-symbol:before { content: "\f1ad"; }
.fl-bigmug-line-square-targeting-interface-symbol:before { content: "\f1ae"; }
.fl-bigmug-line-store-commercial-symbol-outline:before { content: "\f1af"; }
.fl-bigmug-line-sun-day-weather-symbol:before { content: "\f1b0"; }
.fl-bigmug-line-sunrise-or-sunset:before { content: "\f1b1"; }
.fl-bigmug-line-switch-outlined-symbol:before { content: "\f1b2"; }
.fl-bigmug-line-switch-outlined-tool-symbol:before { content: "\f1b3"; }
.fl-bigmug-line-tag-outline:before { content: "\f1b4"; }
.fl-bigmug-line-television-outline:before { content: "\f1b5"; }
.fl-bigmug-line-text-alignment-option-button-interface-symbol:before { content: "\f1b6"; }
.fl-bigmug-line-text-paper-sheet-symbol:before { content: "\f1b7"; }
.fl-bigmug-line-three-vertical-outlined-bars-symbol:before { content: "\f1b8"; }
.fl-bigmug-line-timer-timing-tool:before { content: "\f1b9"; }
.fl-bigmug-line-tool-outline-of-hotel-reception-or-covered-food-tray:before { content: "\f1ba"; }
.fl-bigmug-line-triangle-equilateral-outline-shape-on-horizontal-line:before { content: "\f1bb"; }
.fl-bigmug-line-trophy-outline:before { content: "\f1bc"; }
.fl-bigmug-line-two-arrows:before { content: "\f1bd"; }
.fl-bigmug-line-two-circular-arrows:before { content: "\f1be"; }
.fl-bigmug-line-two-circular-counterclockwise-rotating-arrows-symbol:before { content: "\f1bf"; }
.fl-bigmug-line-two-drops-sizes-outlined-shapes:before { content: "\f1c0"; }
.fl-bigmug-line-two-rounded-equal-squares-outlines-symbol:before { content: "\f1c1"; }
.fl-bigmug-line-unlocked-circular-padlock-outline:before { content: "\f1c2"; }
.fl-bigmug-line-up-arrow-angle:before { content: "\f1c3"; }
.fl-bigmug-line-up-arrow-circular-button:before { content: "\f1c4"; }
.fl-bigmug-line-up-arrow-in-square-interface-button:before { content: "\f1c5"; }
.fl-bigmug-line-up-arrow-into-square:before { content: "\f1c6"; }
.fl-bigmug-line-up-arrow-or-flag-shape-big-gross-outlined-symbol:before { content: "\f1c7"; }
.fl-bigmug-line-up-arrow-square-button:before { content: "\f1c8"; }
.fl-bigmug-line-up-arrow-square-button-outline:before { content: "\f1c9"; }
.fl-bigmug-line-up-arrow-with-house-shape-outlined-symbol:before { content: "\f1ca"; }
.fl-bigmug-line-up-circular-interface-button:before { content: "\f1cb"; }
.fl-bigmug-line-up-square-button-outline:before { content: "\f1cc"; }
.fl-bigmug-line-upload:before { content: "\f1cd"; }
.fl-bigmug-line-upload-to-the-cloud:before { content: "\f1ce"; }
.fl-bigmug-line-upper-right-arrow-square-button-outlined-symbol:before { content: "\f1cf"; }
.fl-bigmug-line-user-info-interface-symbol-with-text-lines-at-right-side:before { content: "\f1d0"; }
.fl-bigmug-line-user-outline-male-symbol-of-interface:before { content: "\f1d1"; }
.fl-bigmug-line-video-camera-outline:before { content: "\f1d2"; }
.fl-bigmug-line-wallet-outline:before { content: "\f1d3"; }
.fl-bigmug-line-weather-interface-symbol-of-a-semicircle-on-three-lines-perspective:before { content: "\f1d4"; }
.fl-bigmug-line-weekly-calendar:before { content: "\f1d5"; }
.fl-bigmug-line-weekly-calendar-outline-event-interface-symbol:before { content: "\f1d6"; }
.fl-bigmug-line-wind-socket-outlined-symbol:before { content: "\f1d7"; }
.fl-bigmug-line-window-outline:before { content: "\f1d8"; }
.fl-bigmug-line-winds-lines-weather-symbol:before { content: "\f1d9"; }
.fl-bigmug-line-wrench-outline:before { content: "\f1da"; }
.fl-bigmug-line-zoom-increasing-symbol:before { content: "\f1db"; }

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {box-sizing: border-box; outline: none !important;}
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  color: #414141;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {font-size: 18px;}
}
@media (min-width: 992px) {
  body {font-size: 20px;}
}
body.overflow-hidden {overflow: hidden;}

a {
  color: #ffd172;
  text-decoration: none;
  transition: .3s all ease;
}
a:hover, a:focus {
  color: #ffd172;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {vertical-align: middle; border: 0;}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.no-select {position: relative;}
.no-select:before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 5;
}

.d-block {display: block;}

.d-flex {
 display:-ms-flexbox!important;
 display:flex!important
}
.d-inline-flex {
 display:-ms-inline-flexbox!important;
 display:inline-flex!important
}
.flex-row {
 -ms-flex-direction:row!important;
 flex-direction:row!important
}
.flex-column {
 -ms-flex-direction:column!important;
 flex-direction:column!important
}
.justify-content-start {
 -ms-flex-pack:start!important;
 justify-content:flex-start!important
}
.justify-content-end {
 -ms-flex-pack:end!important;
 justify-content:flex-end!important
}
.justify-content-center {
 -ms-flex-pack:center!important;
 justify-content:center!important
}
.justify-content-between {
 -ms-flex-pack:justify!important;
 justify-content:space-between!important
}
.justify-content-around {
 -ms-flex-pack:distribute!important;
 justify-content:space-around!important
}
.align-items-start {
 -ms-flex-align:start!important;
 align-items:flex-start!important
}
.align-items-end {
 -ms-flex-align:end!important;
 align-items:flex-end!important
}
.align-items-center {
 -ms-flex-align:center!important;
 align-items:center!important
}
.align-items-baseline {
 -ms-flex-align:baseline!important;
 align-items:baseline!important
}
.align-items-stretch {
 -ms-flex-align:stretch!important;
 align-items:stretch!important
}
.align-content-start {
 -ms-flex-line-pack:start!important;
 align-content:flex-start!important
}
.align-content-end {
 -ms-flex-line-pack:end!important;
 align-content:flex-end!important
}
.align-content-center {
 -ms-flex-line-pack:center!important;
 align-content:center!important
}
.align-content-between {
 -ms-flex-line-pack:justify!important;
 align-content:space-between!important
}
.align-content-around {
 -ms-flex-line-pack:distribute!important;
 align-content:space-around!important
}
.align-content-stretch {
 -ms-flex-line-pack:stretch!important;
 align-content:stretch!important
}
.item-inline {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;}
.item-inline > * {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;}
.item-inline .icon {
	vertical-align: baseline;
	text-align: center; 
	margin-right: 10px;
}

.position-relative {position: relative;}
.position-absotule {position: absolute;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.4;
	color: #3c3e3d;
}
h1,.h1 {
  font-size: 44px;
  line-height: 1.2em;
  /*letter-spacing: .1em;*/
}
h2,.h2 {
  font-size: 32px;
  line-height: 1.2;
}
h3,.h3 {
  font-size: 28px;
  line-height: 1.2;
}
h4,.h4 {
  font-size: 26px;
  line-height: 1.2;
}
h5,.h5 {
  font-size: 22px;
  line-height: 1.2;
}
h6,.h6 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 480px) {
	h1,.h1 {font-size: 48px;}
	h2,.h2 {font-size: 36px;}
	h3,.h3 {font-size: 32px;}
}
@media (min-width: 768px) {
	h1,.h1 {font-size: 62px; line-height: 1em;}
	h2,.h2 {font-size: 42px;}
	h3,.h3 {font-size: 38px;}
	h4,.h4 {line-height: 1.4;font-size: 34px;}
	h5,.h5 {font-size: 24px;}
	h6,.h6 {line-height: 1.09091;font-size: 24px;}
}
@media (min-width: 992px) {
	h1,.h1 {line-height: .8; font-size: 76px;}
	h2,.h2 {line-height: 1.25; font-size: 48px;}
	h3,.h3 {font-size: 40px;}
	h5,.h5 {font-size: 28px;}
}
@media (min-width: 1200px) {
	h1,.h1 {font-size: 86px;}
	h3,.h3 {line-height: 1.2; font-size: 44px;}
	h5,.h5 {line-height: 1.16667;font-size: 28px;}
	h6,.h6 {line-height: 1.09091;font-size: 22px;}
}
h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span, .h1 > span, .h2 > span, .h3 > span, .h4 > span, .h5 > span, .h6 > span {display: block;}

* + p {margin-top: 1em;}
@media (min-width: 768px){* + p {margin-top: 1.25em;}}
p strong {
	font-weight: 700;
}

.mr-0{margin-right: 0 !important;}
.ml-0{margin-left: 0 !important;}
.ml-3{margin-left: 1rem}
.mb-0{margin-bottom: 0 !important;}
.text-white{color: #fff}
.text-bold {font-weight: bold;}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.on-hover {cursor: pointer;}

.uppercase {text-transform: uppercase;}
small {font-size: 0.8em;}

.text-white {color: #fff;}
.text-safety-orange{color: #ff6a06;}
.text-gray-lighter {color: #c3c3c3;}

.relative {position: relative;}
.static {position: static;}

.image-wrap {position: relative;}

.bg-gray-base {background: #3c3e3d; fill: #3c3e3d;}
.bg-gray {background: #555555; fill: #555555;}
.bg-ecstasy {background-color: #fe8418;}
.bg-reef {background-color: #d0f49c;}
.bg-cape-honey {background-color: #ffe4ab;}
.bg-danger {background-color: #ffe000;}

.icon-default {color: #414141;}
.icon-primary {color: #ffd172;}
.icon-white {color: #fff;}
.icon-safety-orange {color: #ff6a06;}
.icon-gray-lighter {color: #c3c3c3;}
.icon-orange {color: #ffe000;}

.bg-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
}
.bg-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
}

.bg-image-1 {background-image: url("../images/bg-image-1.jpg"); background-color: #ff6503;}
.bg-image-2 {background-image: url("../images/bg-image-2.jpg"); background-color: #01b496;}
.bg-image-3 {background-image: url("../images/bg-image-3.jpg"); background-color: #349bc4;}
.bg-image-4 {background-image: url("../images/home-bg3.jpg");}
.bg-flamingo {
	background: -moz-linear-gradient(160deg, #373990 0%, #F25232 100%);
	background: -webkit-linear-gradient(160deg, #373990 0%, #F25232 100%);
	background: -o-linear-gradient(160deg, #373990 0%, #F25232 100%);
	background: -ms-linear-gradient(160deg, #373990 0%, #F25232 100%);
	background: linear-gradient(160deg, #373990 0%, #F25232 100%);
}
.bg-ecstasy {background-color: #fe8418;}
.bg-image-5 {
	background: #716aca!important;
	background: -webkit-linear-gradient(legacy-direction(-45deg),#29276b,#716aca)!important;
	background: linear-gradient(-45deg,#29276b,#716aca)!important;
	position: relative;
}
.bg-image-6 {
	background-image: -moz-linear-gradient(-39deg, #6d0eb1 59%, #080ab4 100%);
	background-image: -webkit-linear-gradient(-39deg, #6d0eb1 59%, #080ab4 100%);
	background-image: linear-gradient(135deg, #6d0eb1 59%, #080ab4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d0eb1', endColorstr='#080ab4', GradientType=1);
}
.bg-image-7 {background-image: url("../images/slider-2.jpg");}
.bg-image-8 {
	background: #256e8b;
	background: -moz-linear-gradient(0deg, #1cb396 10%, #256e8b 90%);
	background: -webkit-linear-gradient(0deg, #1cb396 10%, #256e8b 90%);
	background: linear-gradient(0deg, #1cb396 10%, #256e8b 90%);
}
.bg-image-9 {
	background: repeating-linear-gradient(to right, #3b0455 0%, #3e0459 70%, #480564 85%, #480564 100%) #3b0458;
}
.bg-image-10 {
	background: url("../images/get.png") left calc(50% + 12px) top calc(50% + 177px) / 120px no-repeat, url("../images/get.png") left calc(50% - 80px) top calc(50% - 241px) / 251px no-repeat, url("../images/Figura2.png") right 0px top 50% / 166px no-repeat, url("../images/Figura3.png") left calc(50% + 332px) top calc(50% + 205px) / auto auto no-repeat, url("../images/Figura1.png") left calc(50% - 404px) top calc(50% - 210px) / auto auto no-repeat, url("../images/Header (1).png") left 50% bottom 0px / 109% auto no-repeat, repeating-linear-gradient(to bottom right, #9c2de2 0%, #ffa463 100%) #000;
}

.bg-image-11 {
  background: -moz-linear-gradient(135deg,#e95095,#7049ba);
  background: -webkit-linear-gradient(135deg,#e95095,#7049ba);
  background: linear-gradient(135deg,#e95095,#7049ba);
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.8;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: .02em;
  transition: .3s ease-out;
}
@media (min-width: 768px) {
	.btn {font-size: 20px;}
}
.btn-lg {padding: 15px 39px;}
.btn-block {display: block;width: 100%;}
.btn-small {font-size: 18px; padding: 10px 20px;}

.btn:focus, .btn:active, .btn:active:focus {
  outline: none;
}

.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #fff;
  background-color: #3c3e3d;
  border-color: #3c3e3d;
}

.btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #000;
  background-color: #ffd172;
  border-color: #ffd172;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #ffd172;
  border-color: #ffd172;
}

.btn-default.disabled, .btn-default[disabled],
fieldset[disabled] .btn-default {
  pointer-events: none;
  opacity: .5;
}

.btn-default .badge {
  color: #3c3e3d;
  background-color: #fff;
}

.btn-primary {
  color: #3c3e3d;
  background-color: #ffd172;
  border-color: #ffd172;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #fca552;
  border-color: #fca552;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #fca552;
  border-color: #fca552;
}

.btn-primary.disabled, .btn-primary[disabled],
fieldset[disabled] .btn-primary {
  pointer-events: none;
  opacity: .5;
}

.btn-primary .badge {
  color: #ffd172;
  background-color: #fff;
}

.btn-rect {
  border-radius: 0;
}

.btn.btn-icon {
  padding-left: 17px;
  padding-right: 17px;
}

.btn.btn-icon .icon {
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
  transition: 0s;
}

.btn.btn-icon-left .icon {
  float: left;
  padding-right: 10px;
}

.btn.btn-icon-right .icon {
  float: right;
  padding-left: 10px;
}

@keyframes shake {
    0%, to {transform: translateZ(0)}
    10%, 30%, 50%, 70%, 90% {transform: translate3d(-10px, 0, 0)}
    20%, 40%, 60%, 80% {transform: translate3d(10px, 0, 0)}
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes progressFill {
  from {background-position: right bottom;}
  to {background-position: left bottom;}
}
@-moz-keyframes progressFill {
  from {background-position: right bottom;}
  to {background-position: left bottom;}
}
@keyframes progressFill {
  from {background-position: right bottom;}
  to {background-position: left bottom;}
}
.btn.is-loading {
	background: linear-gradient(to right, #fca552 50%, rgba(60, 62, 61, 1.000) 50%);
	background-size: 200% 100%;
	animation: progressFill 6s -.1s ease-in-out forwards;
	color: #fff;
	border-color: #fca552;
}





.select-dropdown,
.select-dropdown * {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.select-dropdown {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #b2b2b2;

}
.select-dropdown select {
  color: #444;
  background-color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 34px;
  max-width: 100%;
  width: 100%;
  padding: 10px 28px 10px 16px;
  border: none;
  background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
  appearance: none;
  border: 0;
}
.select-dropdown select:active, .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select-dropdown:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 8px solid #b2b2b2;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

@media only screen and (max-width: 480px) {
  .select-dropdown select {
    font-size: 18px;
    line-height: 30px;
  }
  
}


.form-input {
  display: block;
  width: 100%;
  height: 56px;
  padding: 10px 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #414141;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-appearance: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.form-input:focus {outline: 0;}
textarea.form-input {
  min-height: 56px;
  resize: none;
  overflow: hidden;
}
.form-input.has-error:focus, .form-input.has-error {
    box-shadow: none;
    border: 1px solid red; 
}
.form-wrap {
  position: relative;
  margin-bottom: 20px;
}
.form-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin: 0;
  padding: 10px 22px;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  pointer-events: none;
  -webkit-transition: .3s;
  transition: .3s;
  color: #414141;
}
.form-label.focus {opacity: 0;}
.form-label.auto-fill {color: #414141;}
.form-label-outside {
  display: block;
  margin: 0 23px;
  font-weight: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 480px) {
	.form-label {
		font-size: 18px;
		line-height: 30px;
	}
	.form-input {height: 52px;}
}

.wrap-logo {
	padding: 20px 0 60px;
}


.cd-header {
	position: fixed;
	padding: 10px 0 10px;
	background: rgba(60, 62, 61, 1);
	z-index: 10;
	top: 0;
	width: 100%;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.35);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.35);
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);	
}
.cd-header,
.cd-menu-show .cd-header.is-visible {
	-webkit-transform: translateY(-120%);
	-moz-transform: translateY(-120%);
	-ms-transform: translateY(-120%);
	-o-transform: translateY(-120%);
	transform: translateY(-120%);
	transition: .7s all ease;
}
.cd-header.is-visible {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

.cd-header .main-phones {padding-top: 8px;}
.cd-header .main-phones .item-inline:first-child {margin-right: 20px;}

.cd-header .main-phones .link-inverse {font-weight: 500; font-size: 22px;}
.cd-header .main-phones .icon-down-arrow {
	margin-left: 8px; 
	display: none;
	/*
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);*/
}

.main-logo {
	position: absolute;
	margin-top: 0px;
	display: inline-block;
}
.main-logo img{
	max-height: 46px;
}
.main-phone-info {
	margin-left: 50px;
	font-size: 18px;
	padding-top: 6px;
}
.cd-header .btn {
	font-weight: 700; 
	font-family: Roboto, Helvetica, Arial, sans-serif;
	padding: 5px 25px;
	font-size: 16px;
	letter-spacing: 0;
}
.text-col-xs {display:none;}


.cd-menu-show {
  overflow:hidden;
}

.cd-navbar {
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
}

.cd-lang-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.cd-lang-nav li + li{ margin-left: 8px; }
.cd-lang-nav li:not(.active-language){ opacity: .55;}
.cd-lang-nav li { transition: .3s all ease;}
.cd-lang-nav li:hover{ opacity: 1;}
.cd-lang-nav img {height: 16px;}

@media only screen and (min-width: 768px) {
  .cd-lang-nav {position: absolute; margin: 0;}
  
}

.cd-main-nav {
  width: 100%;
  text-align: center;
  overflow: hidden;
  transition: all 0.7s ease-in-out;

  visibility: hidden;
  opacity: 0;
}

.cd-menu-show .cd-main-nav {
  opacity: 1;
  visibility: visible;
}

.cd-main-nav li{
  display: block;
  font-size: 20px;
  line-height: 1.2;
  padding: 8px 0;
}
.cd-main-nav li + li {
  margin-top: 8px;
}

.cd-main-nav li a:hover {color: #fff;}

.cd-main-nav.nav-post {
  margin-top: 40px;
}
.cd-main-nav.nav-post li{
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-main-nav.nav-post a{
  color: rgba(255, 255, 255, .8);
}

@media only screen and (min-width: 768px) {
 .cd-main-nav.nav-post {display: none;} 
}

.main-nav-separator {}

.cd-menu {
  position: absolute;
  top: 0;
  z-index: 10;
  background: rgba(60, 62, 61, 1);
  padding: 30px 0;
  color: #fff;
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,.35);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.35);
  box-shadow: 0px 0px 15px rgba(0,0,0,.35);
  height: 100vh;
  width: 100%;
  overflow-y: auto;

  transition: .5s all ease;

  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  -o-transform: translateY(-105%);
  transform: translateY(-105%);

  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.cd-menu-show .cd-menu{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  border-radius: 0;
}


@media only screen and (min-width: 768px) { 
  .cd-menu {
    position: relative;
    height: auto;
    padding: 8px 0 12px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0;
  }
  .cd-main-nav {
    opacity: 1;
    visibility: visible;
  }

  .cd-main-nav li{
    display: inline-block;
    font-size: 16px;
    padding: 0;
  }
  .cd-main-nav li + li {
    margin-left: 35px;
    margin-top: 0;
  }
}


.cd-menu-trigger {
  background-color: #3c3e3d;
  border: none;
  cursor: pointer;
  display: inline-block;
  right: 30px;
  bottom: 40px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: fixed;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  z-index: 20;
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,.35);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.35);
  box-shadow: 0px 0px 15px rgba(0,0,0,.35);
  border-radius: 50%;
  transition: .3s all ease;
}
.cd-menu-show .cd-menu-trigger {background-color: #f76430;}

.cd-menu-trigger i {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 15px );
  position: absolute;
  top: calc(50% - 1px );
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 30px;
}
.cd-menu-trigger i:before, .cd-menu-trigger i:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 30px;
}
.cd-menu-trigger i:before {top: 8px;}
.cd-menu-trigger i:after {top: -8px;}

.cd-menu-show .cd-menu-trigger i {
  background-color: transparent;
  transition: background 0.2s ease-out;
}
.cd-menu-show .cd-menu-trigger i:before, 
.cd-menu-show .cd-menu-trigger i:after {
  top: 0;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.cd-menu-show .cd-menu-trigger i:before {
  transform: rotate3d(0, 0, 1, -45deg);
}
.cd-menu-show .cd-menu-trigger i:after {
  transform: rotate3d(0, 0, 1, 45deg);
}

@media only screen and (min-width: 768px) { 
  .cd-menu-trigger {display: none;}
}
/*
.cd-menu-trigger {
  border: 0;
  z-index: 20; 
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #3c3e3d;
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,.35);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.35);
  box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}

.m-icon {
 position:relative;
 display:block;
 width: 40px;
 height:2px;
 background: #fff;
}
.m-icon:before, 
.m-icon:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: inherit;
  position: ;
}
.m-icon:before {margin-top: -15px;}
.m-icon:after {margin-top: 15px;}

*/

.cd-header-trigger {
	position: relative;
	display: inline-block;
	min-width: 300px;
	background: #fc6522;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -10px;
	text-align: center;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 18px 35px 10px; 
	transition: .7s all ease;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: .8px;
}

.cd-header-trigger.is-fixed {
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.cd-header-trigger a{
	text-transform: uppercase;
	transition: .7s all ease;
	
}
.cd-header-trigger.is-fixed a{
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
	color: #fff
}
.cd-header-trigger:hover, .cd-header-trigger.is-fixed:hover {
	cursor: pointer;
	top: 0%;
}
.cd-header-trigger:hover{
	color: #ffd172; 
}
.cd-header-trigger.is-fixed.is-visible {
	top: -80px;
}

@media only screen and (max-width: 1199px) {
	.cd-header .main-phones .link-inverse {font-size: 20px;}
	.main-phone-info {font-size: 14px;}
	.cd-header .btn {font-size: 16px;}
}
@media only screen and (max-width: 767px) {
	.cd-header .main-phones .link-inverse {font-size: 20px; letter-spacing: 0;}
	.cd-header .main-phones .item-inline:not(:first-child) {display:none}
	.main-phone-info {font-size: 14px;}
	.cd-header .btn {font-size: 14px;}
	.cd-header .main-phones .icon {max-height: 22px;}
	.cd-header .main-phones .icon-down-arrow {display: inline-block}
	.cd-header .main-phones-xs {display: block;}
	.cd-header .main-phones-sm {display: none;}
}
@media only screen and (max-width: 480px) {
	.cd-header .main-phones .icon:not(.icon-down-arrow) {display:none}
	.cd-header .main-phones {padding-top: 0;}
	.cd-header .btn {padding: 5px 20px;}
	.text-col-xs {display:inline-block;}
	.text-col-sm {display:none;}
	.cd-header-trigger {min-width: 300px;}
	.cd-header .main-phones .link-inverse {font-size: 18px;}
}


.cd-main {
	padding-top: 100px;
	margin-bottom: 100px;
}
.cd-main h1 .h4{
	padding: 8px 10px;
	border-radius: 10px;
	font-size: 20px;
	display: inline-block;
  margin-top: 10px;
}
@media only screen and (min-width: 480px) {
	.cd-main h1 .h4{font-size: 22px;}
	.cd-main {margin-bottom: 80px;}
}
@media only screen and (min-width: 768px) {
	.cd-main h1 .h4{font-size: 24px; padding: 8px 15px;}
}
@media only screen and (min-width: 992px) {
	.cd-main h1 .h4{font-size: 30px;}
}
@media only screen and (min-width: 1200px) {
	.cd-main h1 .h4{font-size: 34px;}
}

.brand {max-width: 75%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	align-items: center;
	  justify-content: center;
}
.brand > * {display: inline-block;}
.brand, .brand:active, .brand:focus, .brand:hover, .brand *, .brand *:active, .brand *:focus, .brand *:hover {color: rgba(255, 255, 255, 1) /*#ffd172;*/}
.brand .brand-slogan {font-size: 22px;}
.brand .brand-slogan small {font-size: 15px;}
.brand-logo img {max-height: 70px}

.brand-slogan {padding-left: 25px;}
.brand {max-width: none;}
.brand-slogan {
  position: relative;
  padding-left: 20px;
}





.link-inverse, .link-inverse:active, .link-inverse:focus {color: #fff;}

.main-phones {
  padding-top: 8px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-phones .link-inverse {font-weight: 500;}
.main-phones .icon {max-height: 25px;}
.main-phones-xs {
	display: none;
}

.main-phones .item-inline {
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .main-phones,
  .main-phones .item-inline {
    justify-content: end;
  }
  .
}




@media only screen and (max-width: 991px) {
	.cd-main {
    padding-top: 100px;
    padding-bottom: 40px;
  }
	.brand-logo img {max-height: 65px;}
	.brand .brand-slogan {font-size: 21px; padding-left: 15px;}
	.brand .brand-slogan small {font-size: 14px;}
	.main-phones {padding-top: 5px;}
}
@media only screen and (max-width: 767px) {
  .cd-main {
    padding-top: 70px;
    padding-bottom: 30px;
  }

	.wrap-logo {margin-bottom: 0px;}
	.cd-main .main-phones, footer .main-phones {margin-top: 30px;}
	
	.main-phones .link-inverse {font-size: 24px;}
}
@media only screen and (max-width: 480px) {
	.brand {display: block}
	.brand .brand-slogan {padding-left: 0; display: block; padding-top: 15px; padding-left: 0; font-size: 20px;}
	.brand .brand-slogan small {font-size: 14px;}
	.brand-logo img {max-height: 75px}
}

.cd-main-page {
  padding-bottom: 110px;
}

@media screen and (min-width: 768px) {
  .cd-main-page {
    padding-bottom: 160px;
  }
}

footer {
	padding-top: 50px;
	padding-bottom: 50px;
}
footer .wrap-logo {
	padding: 30px 0 40px; 
}

.footer-desc {
  overflow: hidden;
  height: 100%;
  max-height: 150px;
  transition: .3s all ease-in-out;
  opacity: .6;
}
.footer-desc.show-more {
  max-height: 3000px;
  opacity: 1;
}
.footer-desc-btn {
  margin-top: 20px;
}
.btn-more-desc {
  padding: 0 20px;
  font-size: 14px;
  background: none;
  color: #fff;
  font-weight: 500;
}
.footer-desc * {color: #fff !important;}
.footer-desc h2,
.footer-desc h3,
.footer-desc h4 {font-size: 15px;}

.footer-desc p, 
.footer-desc li,
.footer-desc td {
  font-size: 14px;
  line-height: 1.2em;
}
.footer-desc p {text-align: justify;}
.footer-desc p + p,
.footer-desc * + ul,
.footer-desc * + ol,
.footer-desc * + h2,
.footer-desc * + h3,
.footer-desc * + h4,
.footer-desc * + table {margin-top: 1em;}

.footer-desc li {
  padding-left: 1em;
  margin-left: 2.5em;
  list-style: disc;
}
.footer-desc ol li {list-style: decimal;}

.footer-desc li + li { margin-top: .45em; }

.footer-desc td,
.footer-desc th {
  padding: 4px 0;
}
.footer-desc th {
  font-weight: 700;
  font-size: 14px;
}
.footer-desc td + td,
.footer-desc th + th {
  padding-left: 15px;
}

.bnr-absolute-wrap {
	position: absolute;
	left: 50%;
	bottom: -95px;
  z-index: 1;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.scroll-down-bnr {
	position: relative;
	min-width: 430px;
	min-height: 180px;
	background: #fff;
	border-radius: 17px;
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.1);
	box-shadow: 0px 0px 25px rgba(0,0,0,.1);
	display: inline-block;
}
.scroll-down-bnr:after {
	content:'';
	display: block;
	width: 100%;
	height: 92px;
	background: inherit;
	position: absolute;
	bottom: 0;
	border-bottom-left-radius: 140%;
	border-bottom-right-radius: 140%;
	margin-bottom: -30px;
	-moz-box-shadow: 0px 10px 17px rgba(0,0,0,.045);
		-webkit-box-shadow: 0px 10px 17px rgba(0,0,0,.045);
		box-shadow: 0px 10px 17px rgba(0,0,0,.045);
}
.bnr-body {
	position: absolute;
	top: 60%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.bnr-body .icon {
	font-size: 34px;
	color: #ff6a06;
	position: relative;
	top: 0;
	transition: .15s all ease-out;	
}
.bnr-body:hover .icon {top: 5px;}

.section-decorated {position: relative;}
.section-decorated:before, 
.section-decorated:after {
	position: absolute;
	content: '';
	display: inline-block;
	min-width: 430px;
	height: 17px;
	background: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
.section-decorated:before {
	top: 0;
	border-bottom-left-radius: 17px;
	border-bottom-right-radius: 17px;
}
.section-decorated:after {
	bottom: 0;
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
}
.section-decorated-top:after,
.section-decorated-bottom:before,
.section-decorated-none:before,
.section-decorated-none:after {display: none}

@media only screen and (max-width: 767px) {
	.scroll-down-bnr {min-width: 330px; min-height: 130px;}
	.bnr-body {top: 68%;}
	.section-decorated:before, .section-decorated:after {min-width: 330px;}
}
@media only screen and (max-width: 480px) {
	.scroll-down-bnr {min-width: 300px; min-height: 130px;}
	.bnr-body {top: 68%;}
	.section-decorated:before, .section-decorated:after {min-width: 300px;}
}

section {
	padding: 80px 0;
}
@media (min-width: 480px) {
	section {padding: 90px 0;}
}

@media (min-width: 768px) {
	section {padding: 110px 0;}
}

.shell-custom { pointer-events: none; }

.shell-custom .item-1,
.shell-custom .item-2,
.shell-custom .item-3 { pointer-events: auto; }

.shell-custom .item-1 { z-index: -1; }
.shell-custom .item-2 {z-index: 2; }
.shell-custom .item-3 { z-index: 3; }

.image-wrap img {
  z-index: 1;
  display: inline-block;
}

.image-marker {
	/*
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	align-items: center;
	  justify-content: center;*/
	width: 100px;
	height: 100px;
	background: url(assets/images/decoration-element-0.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	-webkit-transform: rotate(-22deg);
	-moz-transform: rotate(-22deg);
	-ms-transform: rotate(-22deg);
	-o-transform: rotate(-22deg);
	transform: rotate(-22deg);
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ff6a06;
	line-height: .75em;
	padding-top: 28px;
}
.image-marker small{font-size: .45em;}


@media only screen and (min-width: 768px) {
  .image-wrap-variant-1 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .image-wrap-variant-1 {
    margin-top: 30px;
  }
}

.cd-slogan-1 {
  padding-top: 20px; 
  font-size: 20px;
  display: block;
}
.cd-slogan-2 {font-size: 18px;}

@media (min-width: 992px) {
  .cd-slogan-1 {font-size: 22px;}
  .cd-slogan-2 {font-size: 21px;}
}

.image-wrap-variant-1 .image-icon-wrap {
	margin-top: 20px;
}
.image-wrap-variant-1 .image-icon-wrap .image-marker{
	position: absolute;
	margin-top: 15px;
	right: 5%;
}
.image-wrap-variant-1 .image-wrap-body img {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 40px;
}
@media (min-width: 480px) {
	.image-wrap-variant-1 .image-wrap-body img {
	    width: 100%;
	    max-width: 550px;
	    height: auto;
	    margin-bottom: 20px;
	}
	.image-marker {
		width: 120px;
		height: 120px;
		font-size: 26px;
		padding-top: 36px;
	}
	.image-wrap-variant-1 .image-icon-wrap .image-marker {
	    position: absolute;
	    margin-top: 15px;
	    right: 10%;
	}
}

@media (min-width: 768px) {
  .image-wrap-variant-1 .image-wrap-body {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrap-variant-1 .image-wrap-body img {
    width: 80%;
    max-width: none;
    height: auto;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .image-wrap-variant-1 .image-icon-wrap .image-marker {
      position: absolute;
      margin-top: 25px;
      right: 15%;
  }
  .image-marker {
  	width: 135px;
  	height: 135px;
  	font-size: 28px;
  	padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .image-wrap-variant-1 .image-wrap-body img {
    margin-top: 55px; 
    margin-bottom: 0px;
  }
  .image-wrap-variant-1 .image-icon-wrap .image-marker{
  	position: absolute;
  	margin-top: 45px;
  }
  .image-marker {
  	width: 150px;
  	height: 150px;
  	font-size: 32px;
  	padding-top: 42px;
  }
}

.image-wrap-variant-2 img {
  margin-top: 30px;
  max-height: 340px;
}
.image-wrap-variant-2.alt-variant img {
	right: 0px;
  	top: 210px;
	max-height: 280px;
	width: auto;
}

@media (min-width: 768px){
  .image-wrap-variant-2 img {
    width: 235%;
    height: auto;
    top: 150px;
    left: -140px;
    max-height: none;
  }
  .image-wrap-variant-2.alt-variant img {
  	right: 0px;
  	top: 70px;
  	max-height: 250px;
  	width: auto;
  	left: -170px;
  }
}

@media (min-width: 992px){
  .image-wrap-variant-2 img {
    width: 260%;
    height: auto;
    top: 135px;
    left: -190px;
  }
  .image-wrap-variant-2.alt-variant img {
  	top: 190px;
  	max-height: 320px;
  	left: -290px;
  }
}
@media (min-width: 1200px){
	.image-wrap-variant-2 img {
	  width: 165%;
	  height: auto;
	  top: 110px;
	}
	.image-wrap-variant-2.alt-variant img {
	  top: 160px;
		max-height: 355px;
	}
}

.image-wrap-variant-3 img {
	margin-top: 20px;
	left: auto;
}

@media (min-width: 768px) {
  .image-wrap-variant-3 img {
    top: -85px;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .image-wrap-variant-3 img {
    top: -140px;
    left: -20px;
    width: 98%;
    max-width: none;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .image-wrap-variant-3 img {
    top: -120px;
    left: auto;
    width: auto;
  }
}

.image-wrap-variant-2, .image-wrap-variant-3 {

}

@media (max-width: 767px) {
  .image-wrap-variant-2 img{
    max-width: 100%;
    height: auto;
  }
  .image-wrap-variant-3 img {
    max-width: 200px;
    height: auto;
  }
}

@media (min-width: 768px) {
  .image-wrap-variant-2 img, .image-wrap-variant-3 img {
    position: absolute;
  }
}

.image-icon-wrap {
  position: relative;
  display: inline-block;
}
.image-icon-wrap img {
    width: 70%;
    max-width: none;
    height: auto;
}
.image-icon-wrap-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-lg {
    width: 55px;
    height: 55px;
    font-size: 55px;
}

.decoration-block {
  position: absolute;
  height: 85%;
  width: 85%;
  /*
  width: 342px;
  height: 560px;*/
  z-index: -10;
  border-radius: 16px;
  pointer-events: none;
}
@media (min-width: 480px) {
  .decoration-block {
    display: block;
    width: 400px;
    height: 460px;
  }
}
@media (min-width: 768px) {
  .decoration-block {
    display: block;
    width: 342px;
    height: 410px;
  }
}

@media (min-width: 992px) {
  .decoration-block {
    width: 456px;
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .decoration-block {
    width: 570px;
    height: 525px;
  }
}

.decoration-block-left {
  top: 10px;
  left: 0;
  height: 80%;
}


@media (min-width: 480px){
  .decoration-block-left {
    top: -135px;
    height: 400px;
    left: 0;
  }
  .item-benefit-pl-20 {
  	padding-left: 20px;
  }
}
@media (min-width: 768px){
  .decoration-block-left {
    top: 10px;
    height: 380px;
    left: 65%;
  }
  .item-benefit-pl-20 {
  	padding-left: 0px;
  }
}
@media (min-width: 992px){
  .decoration-block-left {
    top: 20px;
    height: 460px;
    left: 65%;
  }
}

@media (min-width: 1200px) {
  .decoration-block-left {
    left: 54%;
    height: 510px;
  }
}

.decoration-block-right {
    top: 15px;
    right: 0;
}
@media (min-width: 480px) {
	.decoration-block-right {
	  top: -160px;
	  right: 0;
	  display: inline-block;
	}
	.decoration-block-right.alt-variant {
	  top: -190px;
	}
}
@media (min-width: 768px) {
  .decoration-block-right, .decoration-block-right.alt-variant {
    top: 15px;
    left: -20%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .decoration-block-right {
    top: 15px;
    left: -35%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .decoration-block-right {
    top: 15px;
    left: -15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.item-benefit {
	padding-top: 30px;
}
.item-benefit h3, .item-benefit .h3 {
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    
}
.item-benefit h3 .icon, .item-benefit .h3 .icon {
	margin-right: 15px;
	font-size: .65em;
	display:none;
}
.item-benefit h3 span, .item-benefit .h3 span{
	margin-right: .3em;
}

@media only screen and (min-width: 480px) {
	.item-benefit h3, .item-benefit .h3 {font-size: 28px;}
}
@media only screen and (min-width: 768px) {
  .item-benefit h3, .item-benefit .h3 {font-size: 30px;}
	.item-benefit {padding-top: 60px;}
}
@media only screen and (min-width: 992px) {
	.item-benefit h3, .item-benefit .h3 {font-size: 34px;}
}
@media only screen and (min-width: 1200px) {
	.item-benefit h3, .item-benefit .h3 {font-size: 38px;}
	.item-benefit {padding-top: 80px;}
}


.item-benefit-list li span{
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.offset-lg-top-50 {padding-top: 50px;}
.offset-lg-top-40 {padding-top: 20px;}
.offset-lg-top-140 {padding-top: 140px;}
.margin-lg-bottom-70 {margin-bottom: 80px;}

@media (min-width: 992px) {
	.offset-lg-top-40 {padding-top: 40px;}
}
.support-text {
	padding: 15px 0;
  font-size: 15px;
}

/* -------------------------------- 

Primary Nav - basic style

-------------------------------- */

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: absolute;
  left: 50%;
  top: 0%;
  height: 40%;
  width: 50%;
  background: #fff;
  
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  pointer-events: auto;
  z-index: 11;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-200%) translateX(-50%);
  -moz-transform: translateY(-200%) translateX(-50%);
  -ms-transform: translateY(-200%) translateX(-50%);
  -o-transform: translateY(-200%) translateX(-50%);
  transform: translateY(-200%) translateX(-50%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.cd-primary-nav.is-visible {
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* -------------------------------- 

popup form 

-------------------------------- */
.popup {
    min-height: 20px;
    background-color: #fff;
    border: 10px solid rgba(255, 228, 171, 1.000);
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: none;
    max-width: 440px;
    border-radius: 12px;
    -moz-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    padding: 30px 40px;
}
.popup-phones {
	min-width: 295px;
	border: 10px solid rgba(208, 244, 156, 1.000);
}

.popup_visible .popup {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.popup-close {
	display: inline-block;
	
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 26px;
	background: rgba(255, 228, 171, 1.000);
	height: 38px;
	width: 38px;
	line-height: 38px;
	border-radius: 50px;
	z-index: 4;
}
.popup-phones .popup-close{
	background: rgba(208, 244, 156, 1.000);
}
.popup-close:hover {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}
.popup .title{margin-bottom: 20px;}
.popup-phones .main-phones .item-inline {
	margin-bottom: 15px;
}
.popup-phones .icon-safety-orange {
	font-size: 30px;
}

@media only screen and (max-width: 480px) {
	.popup {padding: 30px 15px;}
}

.brand-list {margin-top: 40px;}

.brand-list li{
	display: inline-block;
	padding: 10px 12px;
}
.brand-list li img{
	display: inline-block;
	max-width: 145px;
  max-height: 22px;
  position: relative;
}
.brand-list li span{display: none;}

.order-form {
	margin-top: 45px;
}
@media only screen and (max-width: 767px) {
	.order-form {margin-left: auto; margin-right: auto; max-width: 550px;
	}
}

.image-icons-list {
	margin-top: 80px;
}
.image-icons-list .image-icon-wrap {
	margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
	.image-icons-list .image-icon-wrap img {width: 65%;}
}
@media only screen and (max-width: 767px) {
	.image-icons-list {margin-top: 60px;}
	.image-icons-list .image-icon-wrap {margin-bottom: 30px;}
	.image-icon-desc {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.image-icons-list .image-icon-item:nth-child(even) {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}


.section-has-top-bnr {
	margin-top: 90px; padding-top: 140px;
}
.section-has-top-bnr .bnr-absolute-wrap{
	top:-80px; bottom: auto
}
@media (min-width: 768px) {
	.section-has-top-bnr {margin-top: 90px; padding-top: 190px;}
}

.section-benefit-1 {margin-bottom: 0px;}
.section-benefit-2 {padding-top: 0px; padding-bottom: 50px;}
.section-benefit-2 .section-btn-wrap {padding-top: 30px;}
.section-benefit-3 {padding: 60px 0px;}

.section-feeds-1 {
  padding-top: 30px; 
  padding-bottom: 45px;
}

.section-info-1 {
  padding-bottom: 40px;
}

.section-news-1 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.section-news-2 {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-news-2 {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .section-news-2 {
    padding-top: 35px;
  }
}

.section-page-list {
  padding-bottom: 90px;
}

.section-page-content {
  padding-bottom: 10px;
  padding-top: 75px;
}

@media (min-width: 768px) {
	.section-benefit-1 {margin-bottom: 60px;}
	.section-benefit-2 {padding-top: 0px; padding-bottom: 120px;}
	.section-benefit-2 .section-btn-wrap {padding-top: 165px;}
	.section-benefit-3 {padding: 110px 0px;}
  .section-page-content {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
	.section-benefit-1 {margin-bottom: 80px;}
	.section-benefit-2 {padding-top: 40px; padding-bottom: 175px;}
	.section-benefit-2 .section-btn-wrap {padding-top: 165px;}
}
@media (min-width: 1200px) {
	.section-benefit-2 .section-btn-wrap {padding-top: 140px;}
}


.widget-channels {
 display:-webkit-box;
 display:flex;
 flex-wrap:nowrap;
 position:relative;
 margin-top: 45px;
 border: 1px solid rgba(255, 255, 255, .35);
 border-radius: 10px;
}
.widget-channels a:first-child {
 border-radius: 10px 0 0 10px
}
.widget-channels a:last-child {
 border-radius:0 10px 10px 0
}
.widget-channels a {
  display: block;
 color:#fff;
 width:100%;
 border:none;
 outline:none;
 padding:11px;
 cursor:pointer;
 font-size:11px;
 -webkit-transition:.3s ease-in-out;
 transition:.3s ease-in-out;
 -webkit-box-pack:justify;
 justify-content:space-between
}

.widget-channels .channel-icon {
 padding:0;
 margin:0 auto;
 text-align:center;
 box-sizing:border-box
}
.widget-channels .channel-icon img {
 width:24px;
 height:24px
}
.widget-channels a:hover {
 -webkit-filter:brightness(110%);
 filter:brightness(110%)
}
.widget-channels a {
 border-right:1px solid rgba(0,0,0,.1)
}
.widget-channels a:last-child {
 border-right:none!important
}

.widget-channels .telegram-channel {
 background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#20b1f5),to(#169fe3));
 background:linear-gradient(180deg,#20b1f5,#169fe3)
}
.widget-channels .viber-channel {
 background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#742ea6),to(#59267c));
 background:linear-gradient(180deg,#742ea6,#59267c)
}


.feed-content {
  font-size: 18px;
  padding: 30px;
  background: #fee3ae;
  border-radius: 10px;
  position: relative;
  color: #000;
}
.feed-content:after {
  content: '';
  position: absolute;
  bottom: -0.6rem;
  left: 2.5rem;
  height: 1.5rem;
  width: 1.5rem;
  transform: rotate(45deg);
  background: inherit;
}
.feed-user {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  padding-left: 30px;
}


.image-figure {position: relative;}
.image-figure-wrap {padding-top: 56%;}
.image-figure-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-inner-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}
.image-inner-img,
.image-inner-group {
  vertical-align:middle;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-inner-img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.image-inner-img img {
  width: 100%;
  max-width: 100%;
}

.truncate-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}


.news-item {
  display: block;
  color: inherit;
  font-size: 16px;
  line-height: 1.4;
}
.news-item:hover {color: #fc6a23;}

.news-item-title {
  margin-top: 15px;
  font-weight: 500;
}



.page-title {
  font-size: 32px;
  line-height: 1.2;
}

@media (min-width: 768px) { 
  .page-title {
    font-size: 36px;
  }
}

@media (min-width: 992px) { 
  .page-title {
    font-size: 40px;
  }
}

.page-breadcrumbs {
  margin-top: 20px;
}

.breadcrumb li {
  display: inline;
  font-size: 15px;
}
.breadcrumb li+li:before {
  padding-left: 12px;
  padding-right: 12px;
  color: rgba(255, 255, 255, .6);
  content: "›";
}
.breadcrumb li a:hover {
  color: #fff;
}

.bnr-page-wrap {
  bottom: -110px;
}

@media (min-width: 768px) { 
  .bnr-page-wrap {
    bottom: -130px;
  }
}

.page-preview-bnr::after {display: none;}

.page-content a {
  color: #fc6a23;
}
.page-content a:hover {
  text-decoration: underline;
}

.page-content h2,
.page-content h3 {
  font-size: 28px;
}
.page-content h4 {
  font-size: 24px;
}
.page-content h5 {
  font-size: 20px;
}
.page-content h6 {
  font-size: 18px;
  font-weight: 700;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
 margin-bottom: 30px; 
}

.page-content * + h2,
.page-content * + h3,
.page-content * + h4,
.page-content * + h5,
.page-content * + h6 {
  margin-top: 30px;
}

.page-content p,
.page-content li {
  font-size: 16px;
}

.page-content * + ol,
.page-content * + ul {
  margin-top: 1.25em;
}

.page-content li {
  list-style: disc;
  padding-left: 1em;
  margin-left: 2em;
}

.page-content ol li {
  list-style: decimal;
}

.page-content li + li {
  margin-top: .75em;
}

@media (min-width: 992px) { 
  .page-content {
    padding-left: 35px;
  }
}


@media (min-width: 768px) { 
  .page-content p,
  .page-content li {font-size: 18px;}
}


.page-nav li + li{
  margin-top: 5px;
}
.page-nav a {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  color: #565656;
  line-height: 1.4;
}
.page-nav a:hover,
.page-nav .active {
  color: #fc6a23;
}


.pagination {
  display: inline-block;
  margin-top: 80px;
}

.pagination .page-numbers {
  color: #565656;
  float: left;
  padding: 5px 16px;
  text-decoration: none;
}

.pagination .page-numbers + .page-numbers {
  margin-left: 4px;
}

.pagination .page-numbers.current {
  background-color: #fee3ae;
  color: #3c3e3d;
  border-radius: 5px;
}

.pagination .pagination-btn {
  color: #c3c3c3;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
  color: #3c3e3d;
}

.post-item {
  margin-top: 30px;
  color: inherit;
  display: block;
}

.post-item-title {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  transition: .3s ease-out;
}

.post-item:hover .post-item-title {color: #fc6a23;}


.post-item-desc {
  font-size: 16px;
  color: #666666;
  transition: .3s ease-out;
}
.post-item:hover .post-item-desc {color: #3c3e3d;}

@media screen and (min-width: 640px) {
  .grid-item {width: calc(50% - 18px);}
}

@media screen and (min-width: 992px) {
  .grid-item {width: calc(33.333% - 24px);}
  .feeds .grid-item {width: calc(50% - 24px);}
}

