/*
Theme Name: JTS
Author: classifieds
Theme URI: https://classifieds-local.us/
Author URI:https://classifieds-local.us/
License: GPL 2.0
License URI: license.txt
Description:  classifieds
Version: 3.6
Tags: three-columns
Text Domain: classifieds
*/


/*
1. OVERALL STYLING
2. SCROLLBAR
3. OWL CAROUSEL
4. NAVIGATION
5. WORDPRESS CORE
6. INPUTS
7. VIDEO CONTAINER
8. PAGINATION
9. IE 11 FIX
10. 404
11. TO TOP
12. MODAL
13. LOGIN REGISTER RECOVER MODAL
14. PRICE TABLES
15. SEARCH PAGE
16. GRID SYSTEM FOR ADVERTS
17. GRID VIEW
18. LIST VIEW
19. COMMENTS
20. SINGLE ADVERT
21. SHARE
22. BLOG LISTING
23. WIDGETS
24. FOOTER
25. HEADER SEARCH
26. ELEMENTS
27. CLOSING SIDEBARS
28. PRINT
*/

/* 1. OVERALL STYLING */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wpadminbar{
	z-index: 12;
}

body .kc-elm:not(.kc_column):not(.kc_column_inner):not(.kc_row):not(.kc_tab){
	float: none;
}

body main section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns{
	margin-left: -15px;
	margin-right: -15px;
}

body main section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns{
	width: calc(100% + 30px);
}

@media (width: 768px){
	.col-sm-3{
		width: 33.333333%;
	}

	.col-sm-9{
		width: 66.66666667%;
	}
}

body {
	font-family: 'Open Sans', 'Helvetica', sans-serif;
	color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
	background: #f9f9f9;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	-ms-font-feature-settings: "lnum";
	-o-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	image-rendering: -webkit-optimize-contrast;
}

html, body{
	overflow-x: hidden;
}

header{
	position: relative;
	z-index: 11;
	padding: 5px 0px;
	background: #fff;
	border-bottom:solid 1px #DFDFDF;
	/*box-shadow: 0 4px 4px 0 rgba(23,23,23,.06);*/
}

.logo{
	line-height: 1;
}

main{
	margin: 10px 0px;
}

table{
	width: 100%;
	margin: 15px 0px;
}

table th{
	background: transparent;
	font-weight: 600;
}

table td,
table th{
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
	text-align: left;
}

table tr:last-child th,
table tr:last-child td{
	border-bottom: none;
}

table tr:first-child th,
table tr:first-child td{
	border-top: none;
}

table thead tr:first-child th{
	border-bottom: 1px solid #eee;
}

pre{
    display: block;
    padding: 10px;
    margin: 0 0 10px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f8f8f8;
}

ul{
	margin: 0px;
}

ol > li,
ul > li{
	padding: 5px 0px;
}

ul,
ol{
	padding-left: 20px;
}

ol ol,
ul ul,
dl dd{
	margin-left: 10px;
}

dl dd{
	margin-left: 20px;
}

dl dd,
dl dt{
	padding: 5px 0px;
}

.widget ul ul{
	margin-left: 0px;
}

p{
	margin-bottom: 15px;
	margin-top: 0px;
}

a{
	display: inline-block;
	outline: none;
}

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

input[type="submit"],
a, a:active, a:focus{
	color: #333;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.hover-shadow,
.animation,
.select2-container--default .select2-selection--single{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.select2-container *:focus {
    outline: none;
}

a:hover,
.article-title a:hover{
	outline: 0;
	color: #00a591;
	text-decoration: none;
}

img{
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

iframe{
	border: none;
	display: block;
}

h1, h2, h3, h4, h5, h6{
	margin: 15px 0px;
	font-family: 'Quicksand', 'Helvetica', sans-serif;
	line-height: 1.3;
	font-weight: 700;
}

.header-alike{
	font-family: 'Quicksand', 'Helvetica', sans-serif;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus{
	color: #333;
}

h1 a:focus:hover, h2 a:focus:hover, h3 a:focus:hover, h4 a:focus:hover, h5 a:focus:hover, h6 a:focus:hover{
	color: #00a591;
}

h1, .h1-size {
    font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 30px;
}

h4, .h4-size{
    font-size: 25px;
}

h5{
	font-size: 18px;
}

h6 {
    font-size: 16px;
}

.list-unstyled{
	padding-left:0;
	list-style:none;
}

.list-inline{
	padding-left:0;
	list-style:none;
	margin-left: -5px;
}

.list-inline > li{
	float: left;
	padding-left:5px;
	padding-right:5px
}

.list-inline:after{
	content: ' ';
	display: table;
	clear: both;
}

.list-no-padding{
	margin: 0px;
}

.list-no-padding > li{
	padding: 0px;
}


.flex-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-start-v .kc-col-container{
	align-items: flex-start!important;
}

.flex-wrap.flex-start-v{
	align-items: flex-start;
}

.flex-start-h .kc-col-container{
	justify-content: flex-start!important;
}

.flex-wrap.flex-start-h{
	justify-content: flex-start;
}

.alert-error,
.alert-success,
.alert-info{
	border-radius: 2px;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	margin-bottom: 30px;
}

.alert-header{
	margin: 0px;
	border-radius: 0px;
	text-align: center;
}

.alert-error{
	background: #ee5253;
}

.alert-success{
	background: #10ac84;
}

.alert-info{
	background: #0abde3;
}

blockquote{
	padding: 10px 20px;
	margin: 0px;
	border-left: 3px solid #00a591;
	margin: 30px 0px;
}

blockquote p{
	margin: 0px;
	font-size: 14px;
	line-height: 25px;
}

.styled-radio label,
.styled-checkbox label{
	margin: 0px;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	display: flex;
	color: #666;
	align-items: center;
	cursor: pointer;
}

.styled-radio,
.styled-checkbox{
	position: relative;
}

.styled-radio input,
.styled-checkbox input{
	display: none;
	position: relative;
	z-index: 2;
	margin: 0px;
	margin-right: 2px;
}

.styled-radio label:before,
.styled-checkbox label:before{
	content: '\f0c8';
	font-family: adifier;
	margin-right: 5px;
	color: #dfdfdf;
	font-weight: 400;
	font-size: 16px;
	z-index: 2;
}

.styled-radio label:before{
	content: '\f111';
}

.styled-radio.active label:before,
.styled-radio input:checked + label:before,
.styled-checkbox.active label:before,
.styled-checkbox input:checked + label:before{
	content: '\f14a';
	color: #00a591;
}

.styled-radio.active label:before,
.styled-radio input:checked + label:before{
	content: '\f058';
}

.styled-select.inline-select{
	display: inline-block;
	margin-right: 5px;
}

.styled-select.inline-select.no-margin{
	margin: 0px;
}

select,
select:focus,
select:active{
	outline: none;
	box-shadow: none;
}

.styled-select select{
	box-shadow: none;
	position: relative;
	border: none;
	border-bottom: 2px solid #f1f1f1;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	background: transparent;
	z-index: 2;
	border-radius: 0px;
	height: 35px;
	width: 100%;
	padding: 0px;
	padding-right: 40px;
}

@-moz-document url-prefix() {
	.styled-select select{
		margin-left: -4px;
	}
}

.styled-select{
	position: relative;
	overflow: hidden;
}

.styled-select:after{
	content: '\f107';
	font-family: adifier;
	height: 35px;
	width: 35px;
	color: #ccc;
	background: #fff;
	z-index: 1;
	border-left: none;
	bottom: 0;
	right: 6px;
	position: absolute;
	line-height: 35px;
	text-align: right;
}

.styled-select-no-label.styled-select:after{
	bottom: 0px;
}

.styled-select-no-label.styled-select select{
	padding-bottom: 0px;
}

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

.text-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color:#000;
}

.white-block{
	background: #fff;
	margin-bottom: 50px;
	border-radius: 2px;
}

.white-block-extra-padding{
	padding: 20px;
}

@media (max-width: 414px){
	.white-block-extra-padding{
		padding: 0px;
	}
}

.white-block-media{
	border-radius: 2px 2px 0px 0px;
	overflow: hidden;
	text-align: center;
}

.white-block-title{
	padding: 15px 30px 0px 30px;
}

.white-block-title h5{
	display: inline-block;
	margin-bottom: 0px;
}

.white-block-content{
	padding: 30px;
}

.page-title{
	padding: 40px 0px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #2a2f36;
}

.page-title.bcheader-3{
	padding-top: 156px;
	padding-bottom: 60px;
}

.page-title ul{
	margin: 0px;
}

.page-title .flex-wrap{
	flex-flow: row wrap;
}

@media (max-width: 414px){
	.page-title .breadcrumbs{
		display: inline-block;
	}
	.page-title .flex-wrap{
		display: block;
		text-align: center;
	}

	.page-title.quick-search .breadcrumbs{
		margin-bottom: 15px;
	}
}

body:not(.page-template-page-tpl_search):not(.page-template-page-tpl_search_map):not(.single-advert) .page-title{
	padding-bottom: 90px;
}

.page-title a,
.page-title h1{
	color: #fff;
}

.breadcrumbs{
	font-size: 12px;
	color: #fff;
}

.quick-search i{
	font-size: 35px;
}

.quick-search-form a{
	cursor: normal;
}

.quick-search-form.adifier-form a{
	top: auto;
	bottom: 0px;
	line-height: 45px;
}

.quick-search ul{
	opacity: 0.7;
}

.quick-search h1{
	margin-bottom: 0px;
}

.breadcrumbs li{
	margin: 0px;
	padding: 0px;
}

.breadcrumbs li:after{
	content: ">";
	margin: 0px 5px;
}

.breadcrumbs li:last-child:after{
	content: "";
	margin: 0px;
}

@media (max-width: 768px){
	#quick-search .modal-dialog{
		max-width: 90%;
		min-width: 60%;
	}
}

/* END OVERALL STYLING */

/* 2. SCROLLBAR */
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.navigation-wrap .scroll-wrapper,
.author-sidebar .scroll-wrapper{
	height: 100%;
}

.navigation-wrap .scroll-element.scroll-element.scroll-y.scroll-scrolly_visible,
.author-sidebar .scroll-element.scroll-element.scroll-y.scroll-scrolly_visible{
	display: none;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element,
.scroll-element div{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 3px;
}

.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scroll-element .scroll-element_outer,
.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scroll-element .scroll-element_track {
	background-color: #00a591;
	opacity: 0.2;
}
.scroll-element .scroll-bar {
	background-color: #00a591;
}
.scroll-element:hover .scroll-bar {
	background-color: #00a591;
}
.scroll-element.scroll-draggable .scroll-bar {
	background-color: #00a591;
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px;
}
.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}


.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}
.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}
/* END SCROLLBAR */

/* 3. OWL CAROUSEL */
body .owl-video-play-icon{
	background: transparent;
	text-align: center;
	line-height: 80px;
}

.owl-carousel .owl-video-play-icon:hover{
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	border-color: #00a591;
}

.owl-video-play-icon:before{
	content: '\f04b';
	font-family: adifier;
	color: #fff;
	font-size: 50px;
	margin-left: 10px;
}

.owl-carousel .owl-video-tn{
	background-size: cover;
}

.single-slider.owl-carousel{
	border-radius: 2px;
	overflow: hidden;
}

.owl-video-play-icon:hover:before{
	color: #00a591;
	border-color: #00a591;
}

.owl-carousel{
	position: relative;
}

.owl-nav > div{
	position: absolute;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #333;
	background: #fff;
	opacity: 0;
	font-size: 17px;
	top: calc(50% - 17px);
	left: auto;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.12);
  padding: 2px;
}


@media (max-width: 1024px){
	.owl-nav > div:not(.disabled){
		opacity: 1;
	}
}

.owl-carousel:hover .owl-nav > div{
	opacity: 1;
}

.owl-nav .owl-prev{
	left: 0px;
	border-radius: 0px 2px 2px 0px;
}

.owl-carousel:hover .owl-nav .owl-next.disabled,
.owl-carousel:hover .owl-nav .owl-prev.disabled{
	display: none;
}

.owl-nav .owl-next{
	right: 0px;
	border-radius: 2px 0px 0px 2px;
}

.owl-carousel .owl-item img{
	border-radius: 2px;
}

.adverts-slider .owl-nav > div{
	position: static;
	display: inline-block;
	opacity: 1;
	border-radius: 2px;
	background: transparent;
	color: #00a591;
	font-size: 25px;
	margin: 0px 5px;
	box-shadow: none;
}

.adverts-slider.owl-carousel:hover .owl-nav .owl-next.disabled,
.adverts-slider.owl-carousel:hover .owl-nav .owl-prev.disabled{
	display: inline-block;
}

.adverts-slider.owl-carousel .owl-nav .owl-next.disabled,
.adverts-slider.owl-carousel .owl-nav .owl-prev.disabled{
	opacity: 0.5;
}

.adverts-slider .owl-nav{
	text-align: center;
}

.owl-dot-theme .owl-dots {
  text-align: left;
  /* position: absolute; */
  bottom: 0px;
  width: 100%;
  padding: 5px 0px;
  /* display: none; */
}
.owl-dot-theme .owl-dots .owl-dot {
  display: inline-block;
}
.single-slider-thumbs.owl-dot-theme {
  display: block;
}
.single-slider-thumbs, .owl-dot-theme .owl-dots {
  margin: 0px auto;
  overflow: hidden;
}
.owl-dot-theme .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  padding-top: 3px;
  text-align: center;
}
.owl-dot-theme .owl-dots .owl-dot span, .item-dot{
  background-color: #ccc; /*rgb(221, 222, 223);*/
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px; /*0.5rem;*/
  cursor: pointer;
  border-radius: 100%;
  transition: font-size 300ms ease 0s;
  opacity: 1;
  visibility: visible;
  border: 1px solid #ababab;
  margin: 0px auto;
}
.owl-dot-theme .owl-dots .owl-dot.active {
  padding-top: 1px;
}
.owl-dot-theme .owl-dots .owl-dot.active span, .single-slider-thumbs .single-thumb-item.active .item-dot{
  background-color: rgb(213, 0, 28);
  width: 16px;
  height: 16px;
}
.single-slider-thumbs .owl-stage{
  transition: all 0.25s ease 0s;
}
/* END OWL CAROUSEL */

/* 4. NAVIGATION */
body .sticky-nav{
	position: fixed;
	top: -500px;
	left: 0px;
	right: 0px;
	z-index: 12;
	box-shadow: 0 4px 4px 0 rgba(23,23,23,.06);
	background: #fff;
}


.special-nav a{
	font-weight: 500;
	font-family: 'Quicksand', 'Helvetica', sans-serif;
}

@media (min-width: 1025px){
	body .sticky-nav{
		z-index: 11;
	}
	.submit-btn .aficon-bullhorn{
		margin-right: 10px;
	}
	.submit-btn,
	.submit-btn:focus,
	.submit-btn:active{
		padding: 10px 20px;
		color: #fff;
		background: #00a591;
		border-radius: 50px;
	}

	.submit-btn:hover{
		color: #fff;
		background: #008c77;
	}
}

.account-btn{
	margin-right: 15px;
}

.account-btn:nth-last-child(2){
	margin-right: 0px;
}

.account-btn,
.account-btn:focus,
.account-btn:active{
	font-size: 23px;
	color: #00a591;
}

.search-btn{
	font-size: 29px;
	margin-right: 20px;
}

.navigation{
	display: flex;
	align-items: center;
	color: #202020;
	margin-left: 0px;
	position: relative;
}

@media (max-width: 1024px){
	.special-nav span:not(.messages-unread-count):not(.unread-badge){
		display: none;
	}

	.special-nav .aficon-share:before{
		content: '\f0a1';
	}

	.small-sidebar-open,
	.special-nav a,
	.special-nav a:focus,
	.special-nav a:active{
		font-size: 23px;
		margin-right: 10px;
		color: #00a591;
	}

	.special-nav a:last-child{
		margin-right: 0px;
	}
}

.navigation > li{
	padding: 0px;
}

.navigation li a{
	padding: 15px;
	display: block;
	font-size: 15px;
	white-space: normal;
	font-weight: 500;
	font-family: 'Quicksand', 'Helvetica', sans-serif;
}

.navigation a{
	color: #202020;
	position: relative;
}

.navigation .menu-description{
	color: #fff;
	font-size: 7px;
	background: #ff5a5f;
	line-height: 1;
	font-weight: 700;
	padding: 4px;
	font-family: 'Open Sans', 'sans-serif';
	border-radius: 2px;
	position: absolute;
	top: 5px;
	right: 0px;
}

.navigation > li > a .menu-description{
	right: 0px;
	transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	-webkit-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
}

.navigation a:hover{
	color: #00a591;
}

.navigation ul{
	list-style: none;
}

.navigation li {
	position: relative;
}
.term-select-style .dropdown {
  height: 35px;
}
.dropdown-menu a, .dropdownmenu-bx a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dropdown-menu, .dropdownmenu-bx{
	position: absolute;
	border-radius: 2px;
	/*top: 100%;*/
	left: 0px;
	width: auto;
	min-width: 160px;
	display: none;
	z-index: 10;
	padding: 20px 10px;
	margin: 0px;
	background: #fff;
	box-shadow: 0 0 5px 4px rgba(23,23,23,.06);
	font-size: 13px;
}
.dropdownmenu-bx{
  width: 100%;
  max-height: 300px;
  overflow: auto;
  min-width: 200px;
}
.header-search .term-select-style {overflow: inherit!important;}
.header-search .term-select-style .dd-style-select{ height: 50px; line-height: 38px;}
.header-search .term-select-style .dd-style-select .dropdown-selected-title { padding: 0px 20px; height: 100%; line-height: 48px; overflow: hidden; text-overflow: ellipsis; width: 100%; white-space: nowrap;}
.term-select-style .dropdownmenu-bx ul > li { padding: 3px 0px; }
.term-select-style .dropdownmenu-bx ul > li .list-unstyled { margin-left: 20px; }
.term-select-style .dropdownmenu-bx ul .styled-radio label:before { margin-right: 10px; content: "";}
.term-select-style .dropdownmenu-bx ul .styled-radio input:checked + label {color: #dd3333; }
.dropdown-menu li a, .dropdownmenu-bx li a, .term-select-style .styled-radio span {
  cursor: pointer;
	padding: 0px 15px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; /* Firefox 4 */
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -o-transition: all 0.5s ease; /* Opera */
    -ms-transition: all 0.5s ease; /* Explorer 10 */
}
.term-select-style .dropdownmenu-bx ul li ul.list-unstyled {
  transition: display 5s height 4s ease;
    -moz-transition: display 5s height 4s ease; /* Firefox 4 */
    -webkit-transition: display 5s height 4s ease; /* Safari and Chrome */
    -o-transition: display 5s height 4s ease; /* Opera */
    -ms-transition: display 5s height 4s ease; /* Explorer 10 */


  /* -webkit-transition: display 5s height 4s ease;
  -moz-transition: display 5s height 4s ease;
  -o-transition: display 5s height 4s ease;
  transition: display 5s height 4s ease; */
  display:none;
}
.term-select-style .dropdownmenu-bx ul li.opened > .styled-radio > a, .term-select-style .dropdownmenu-bx ul li.opened > .styled-radio > span{
  webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* .search-form .dropdownmenu-bx ul li.opened ul.list-unstyled {
  display: block;
} */

@media (min-width: 1025px){
	.dropdown-menu li a{
		white-space: nowrap;
	}
}

.dropdown-menu .dropdown-menu{
	left: 100%;
	top: 0px;
}

.dropdown-menu li{
	padding: 5px 0px;
}

.dropdown-menu > li:first-child{
	padding-top: 0px;
}

.dropdown-menu > li:last-child{
	padding-bottom: 0px;
}

.dropdown-menu li:last-child{
	border: none;
}

.main-menu-toggle{
	display: none;
}

.navigation li.current-menu-ancestor > a,
.navigation li.current_page_ancestor > a,
.navigation li.current_page_ancestor > a:visited,
.navigation li.current_page_item > a,
.navigation li.current_page_item > a:visited,
.navigation li.current-menu-item > a,
.navigation li.current-menu-item > a:visited{
	color: #00a591;
}

@media (max-width: 1024px){
	.navigation{
		display: block;
		text-align: left;
	}

	.navigation > li > a .menu-description,
	.navigation .menu-description{
		right: 30px;
		top: 7px;
	}

	.navigation-wrap{
		position: fixed;
		z-index: 99999999;
		box-shadow: 4px 0px 4px 0 rgba(23,23,23,.06);
		left: -800px;
		top: 0px;
		bottom: 0px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		background: #fff;
		max-width: 90%;
		min-width: 280px;
		padding: 15px 10px;
	}

	.navigation > li{
		display: block;
		float: none;
		padding: 10px;
		padding-bottom: 0px;
	}

	.navigation li a{
		padding: 0px;
	}

	.navigation > li > a{
		padding-bottom: 0px;
		text-transform: none;
	}

	.navigation li a.dropdown-toggle{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.dropdown-toggle i{
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	.navigation li li .dropdown-toggle i{
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	.navigation li li li:last-child{
		padding-bottom: 0px;
	}

	.navigation-wrap.open{
		left: 0px;
	}

	.dropdown-menu{
		background: transparent;
		position: static;
		box-shadow: none;
		padding: 0px;
		padding-left: 10px;
	}
}

.dark-logo-wrap{
	display: none;
}


.header-2.header-3:not(.sticky-nav){
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: transparent;
	box-shadow: none;
	background: rgba(55, 66, 82, 0.2);
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

@media (min-width: 415px){
	.header-3 .account-btn,
	.header-3 .account-btn:focus,
	.header-3 .account-btn:active{
		color: #fff;
	}
}

.header-3.header-2:not(.sticky-header){
	padding: 20px 0px;
}

.header-4.upper-header{
	padding: 50px 0px;
}

@media (max-width: 1024px){
	.header-4.upper-header{
		padding: 30px 0px;
	}
}

.header-4.lower-header{
	padding: 0px;
}

.header-4-search.header-search{
	padding: 0px;
	margin-top: 0px;
	border-radius: 50px;
	box-shadow: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.header-4-search.header-search .keyword-wrap{
	margin: 0px;
}

.header-4-search.header-search input{
	background: rgba(149, 155, 167, 0.15);
	height: 40px;
	line-height: 40px;
	max-width: 100%;
	width: 300px;
}

.header-4-search.header-search input::-webkit-input-placeholder{
	color: #ccc;
	opacity: 1;
}

.header-4-search.header-search input::-moz-placeholder{
	color: #ccc;
	opacity: 1;
}

.header-4-search.header-search input:-ms-input-placeholder{
	color: #ccc;
	opacity: 1;
}

.header-4-search.header-search input:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.header-4-search.header-search .keyword-wrap:after{
	content: none;
}

header.header-2.header-4.lower-header{
	padding: 0px;
}

.header-4 .navigation a{
	font-size: 14px;
}

.header-4-search.header-search a.af-button,
.header-4-search.header-search a.af-button:hover,
.header-4-search.header-search a.af-button:focus,
.header-4-search.header-search a.af-button:active{
	background: #374252;
	padding: 0px;
	width: 38px;
	font-size: 17px;
	text-align: center;
	border-radius: 50px;
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);
	position: relative;
	flex-shrink: 0;
	height: 38px;
	line-height: 38px;
}

.header-4-search.header-search a i{
	margin: 0px;
	font-size: 14px;
}

.header-4.sticky-header:not(.sticky-nav) .logo{
	display: none;
}

.header-4.sticky-nav .flex-start-h{
	justify-content: space-between;
}

.header-4.sticky-nav .categories-dropdown{
	display: none;
}

.categories-dropdown{
	font-weight: 500;
}

.header-cats{
	box-shadow: 2px 0 5px 4px rgba(23,23,23,.06);
	border-radius: 0px 0px 2px 2px;
	min-width: 200px;
	padding: 5px 0px;
}

.header-cats li a{
	justify-content: flex-start;
	padding: 0px;
}

.header-cats{
	overflow: hidden;
}

.header-cats li{
    position: relative;
    padding: 0px 30px;
    margin: 20px 0px;
    padding-left: 27px;
}


.header-cats img,
.header-cats svg{
	width: 20px;
	margin-right: 15px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.header-cats svg{
	fill: #2d323e;
}

.header-cats a:hover svg{
	fill: #008c77;
}

.categories-dropdown a,
.categories-dropdown a:focus,
.categories-dropdown a:active{
	color: #202020;
}

a.header-cats-trigger,
a.header-cats-trigger:hover,
a.header-cats-trigger:focus{
	color: #fff;
	background: #2d323e;
	padding: 0px 30px;
	line-height: 60px;
	margin-right: 15px;
	min-width: 200px;
}

.header-cats-trigger i{
	font-size: 20px;
	margin-right: 15px;
	padding-bottom: 1px;
}

.categories-dropdown{
	position: relative;
	margin-right: 15px;
	min-width: 200px;
}

.header-cats.open{
	display: block;
}

@media (min-width: 1025px){
	.header-2:not(.sticky-header){
		padding: 50px 0px;
	}

	.header-3 .logo,
	.header-2.sticky-nav .logo{
		margin: 10px 0px;
	}

	.header-2.sticky-header:not(.header-3){
		padding: 5px 0px;
	}

	.header-2 .navigation > li:first-child > a{
		padding-left: 0px;
	}

	.header-2 .navigation > li > a{
		color: #fff;
	}

	.header-2 .navigation > li.current-menu-ancestor > a,
	.header-2 .navigation > li.current_page_ancestor > a,
	.header-2 .navigation > li.current_page_ancestor > a:visited,
	.header-2 .navigation > li.current_page_item > a,
	.header-2 .navigation > li.current_page_item > a:visited,
	.header-2 .navigation > li.current-menu-item > a,
	.header-2 .navigation > li.current-menu-item > a:visited,
	.header-2 .navigation > li > a:hover{
		color: #fff;
	}

	.header-2.sticky-header .account-btn,
	.header-2.sticky-header .account-btn:focus,
	.header-2.sticky-header .account-btn:active{
		color: #fff;
	}

	.header-2.sticky-header:not(.header-3) .submit-btn,
	.header-2.sticky-header:not(.header-3) .submit-btn:focus,
	.header-2.sticky-header:not(.header-3) .submit-btn:active{
		padding: 10px 20px;
		margin: 15px 0px;
		color: #fff;
		background: transparent;
		border: 2px solid #fff;
		border-radius: 50px;
	}

	.header-2.sticky-header:not(.header-3) .submit-btn:hover{
		color: #fff;
		background: transparent;
	}
	.top-header .special-nav{
		display: none;
	}
}

.header-5 .navigation-wrap,
body > header.header-5 .special-nav,
.header-5{
	background: #374252;
}

.header-5 .navigation > li > a{
	color: #fff;
}

.header-5 .navigation > li.current-menu-ancestor > a,
.header-5 .navigation > li.current_page_ancestor > a,
.header-5 .navigation > li.current_page_ancestor > a:visited,
.header-5 .navigation > li.current_page_item > a,
.header-5 .navigation > li.current_page_item > a:visited,
.header-5 .navigation > li.current-menu-item > a,
.header-5 .navigation > li.current-menu-item > a:visited,
.header-5 .navigation > li > a:hover{
	color: #fff;
}

.header-5.sticky-header .account-btn,
.header-5.sticky-header .account-btn:focus,
.header-5.sticky-header .account-btn:active,
.header-5.sticky-header .small-sidebar-open,
.header-5.sticky-header .small-sidebar-open:focus,
.header-5.sticky-header .small-sidebar-open:hover,
.header-5.sticky-header .submit-btn,
.header-5.sticky-header .submit-btn:focus,
.header-5.sticky-header .submit-btn:active{
	color: #fff;
	background: transparent;
}

@media (min-width: 1025px){
	.header-5.sticky-header:not(.header-3) .submit-btn,
	.header-5.sticky-header:not(.header-3) .submit-btn:focus,
	.header-5.sticky-header:not(.header-3) .submit-btn:active{
		padding: 10px 20px;
		margin: 15px 0px;
		color: #fff;
		background: transparent;
		border: 2px solid #fff;
		border-radius: 50px;
	}
}


@media (max-width: 1024px){
	.account-btn:nth-last-child(2){
		margin-right: 15px;
	}

	.account-btn:nth-last-child(1){
		margin-right: 0px;
	}

	.header-2.sticky-header:not(.header-3):not(.header-5){
		padding: 0px;
	}

	.header-2.sticky-header:not(.header-3):not(.header-5) .special-nav,
	.categories-dropdown{
		display: none;
	}

	.header-banner{
		padding: 0px 40px;
	}
}

@media (max-width: 768px){
	.header-4-search.header-search input{
		width: 200px;
	}

	header {
    position: fixed !important;
    width: 100% !important;
}
}

@media (max-width: 414px){
	body > header .special-nav{
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		background: #fff;
		padding: 20px 50px;
		box-shadow: 0 -4px 4px 0 rgba(23,23,23,.06);
	}

	body > header .container > .flex-wrap{
		display: block;
		text-align: center;
	}

	body > header .logo{
		margin-top: 5px;
	}

	.header-4-search.header-search{
		flex-wrap: nowrap;
		width: 100%;
		background: transparent;
		margin-top: 15px;
	}
	.header-4-search.header-search .keyword-wrap,
	.header-4-search.header-search input{
		width: 100%;
	}
	.header-banner{
		display: none;
	}
}

/* END NAVIGATION */

/* 5. WORDPRESS CORE */
.featured-image{
	margin-bottom: 50px;
}

.sticky{
	border: none;
}

.content-wrap p.wp-caption-text{
	text-align: right;
	margin: 0px;
}

.wp-caption-text a,
.wp-caption-text{
	border: none;
	font-size: 12px;
	color: #999;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 0px auto;
}

.alignright,
a img.alignright {
    float: right;
    margin: 0px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.alignnone,
a img.alignnone {
    margin: 0px;
}

.alignleft,
a img.alignleft {
    float: left;
    margin: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
/* END WORDPRESS CORE */

/* 6. INPUTS */
input,textarea{
	background-clip: padding-box;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 30px;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

textarea{
	padding: 0;
	min-height: 150px;
}

select[multiple="multiple"]{
	border: 1px solid #ccc;
	padding: 10px 5px;
	border-radius: 2px;
	min-height: 150px;
}

input,
textarea,
select{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input:focus,
textarea:focus,
select:focus{
	border-color: #00a591;
	outline: none;
}

select[multiple="multiple"] option{
	margin-bottom: 3px;
}

select[multiple="multiple"] option:last-child{
	margin-bottom: 0;
}

optgroup{
	background: #f8f8f8;
}

body .no-margin,
.form-group input,
.form-group textarea{
	margin: 0px!important;
}

.form-group{
	margin-bottom: 25px;
}

.margin-top-15{
	margin-top: 15px;
}

.cf-field:first-child{
	margin-top: 30px;
}

.cf-field:last-child,
form > .form-group:last-child{
	margin-bottom: 0px;
}

.form-group .description{
	font-size: 12px;
	color: #aaa;
	margin-bottom: 0px;
}

select{
	font-size: 13px;
}

label{
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	color: #000;
}

.category-custom-fields .cf-field label.label-bottom-margin,
.label-bottom-margin{
	margin-bottom: 6px;
}

textarea{
	width: 100%;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="number"]{
	height: 35px;
	display: block;
	width: 100%;
}

input[type="file"]{
	height: 33px;
}


textarea:focus,
textarea:active,
input:focus,
input:active{
	outline: none;
	box-shadow: none;
}

select{
	max-width: 100%;
}

.leave-comment input[type="text"]{
	margin-top: 30px;
}

.af-button,
input[type="submit"],
.af-button:focus,
.af-button:active{
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	padding: 0px 15px;
	line-height: 36px;
	background: #00a591;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	box-shadow: none;
	border: none;
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.af-button-align-margin{
	margin-top: 25px;
}

.af-button:not(.to_top) i{
	margin-left: 10px;
}

#is_sold,
#terms{
	margin: 0px;
}

.af-button:hover,
input[type="submit"]:hover{
	background: #008c77;
	color: #fff;
}

.af-button.af-secondary{
	background: #eee;
	color: #666;
}

.af-button.af-cta{
	background: #FF5A5F;
	color: #fff;
}

.bid-login,
.bid-login:active,
.bid-login:focus,
.bid-login:hover{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	border-radius: 2px;
	background: #fff;
	color: #00a591;
	text-align: center;
	position: relative;
	z-index: 3;
}

.af-button.af-cta:hover{
	background: #d54b4f;
	color: #fff;
}

.af-button .aficon-circle-notch:before{
	height: 15px;
	font-size: 13px;
}

.adifier-form{
	position: relative;
}

.adifier-form input{
	margin: 0px;
	height: 40px;
}

.adifier-form a{
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 30px;
}


textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
	opacity: 1;
}

textarea::-moz-placeholder,
input::-moz-placeholder{
	color: #ccc;
	opacity: 1;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
	color: #ccc;
	opacity: 1;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
	color: #ccc;
	opacity: 1;
}


.material-input{
	position: relative;
	margin-top: 5px;
}

.material-input label{
	position: absolute;
	top: 5px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.material-input input:focus ~ label,
.material-input input:not(:placeholder-shown) ~ label{
	top: -18px;
}
/* END INPUTS */

/* 7. VIDEO CONTAINER */
 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container blockquote, .video-container embed {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
/* END VIDEO CONTAINER */

.bypostauthor{
	border: none;
}
.gallery-caption{
	border: none;
}

div[id*="gallery"] img{
	border-radius: 2px;
	border: none!important;
}

.gallery-item{
	padding: 5px;
}
/* 8. PAGINATION */
.pagination{
	text-align: right;
}

.single .pagination{
	text-align: center;
	margin-bottom: 50px;
}

.pagination > span,
.pagination a{
	display: inline-block;
	margin: 0px 2px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	font-size: 13px;
	text-align: center;
	font-family: 'Quicksand', 'Helvetica', sans-serif;
	font-weight: 700;
	border-radius: 2px;
}

.pagination a:last-child{
	margin-right: 0px;
}

.pagination > span:not(.dots),
.pagination a.current{
	background-color: #00a591;
	color: #fff;
}

.pagination a:hover{
	background-color: #008c77;
	color: #fff;
}
/* END PAGINATION */

/* 9. IE 11 FIX */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	body{
		-ms-font-feature-settings: normal;
	}
}

.screen-reader-text {
	display: none;
}
/* END IE FIX */

/* 10. 404 */
.big-no .white-block-content{
	text-align: center;
	padding: 50px 30px;
	padding-top: 70px;
}

.big-no .white-block-content i{
	font-size: 150px;
	color: #00a591;
}

.big-no{
	margin-bottom: 0px;
}

/* END 404 */

/* 11. TO TOP */
.to_top,
.to_top:focus,
.to_top:active{
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-size: 16px;
	padding: 0px;
	height: 40px;
	width: 40px;
	line-height: 37px;
	border-radius: 50%;
	z-index: 10;
}
/* END TO TOP */

/* 12. MODALS */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal .form-control{
	width: 100%;
}

.modal-header{
	padding: 15px 0px;
	margin-bottom: 30px;
	border: none;
}

.modal-body{
	padding: 0px;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#contactsellerforproduct .modal-dialog { vertical-align: top; }
#contactsellerforproduct .btn .aficon {margin-right: 7px;}
#contactsellerforproduct.modal .af-button { font-size: 12px; }
#contactsellerforproduct.modal .af-button.btn-success{background:#00a591 }
@media (width: 1080px){
	.modal-dialog {
		vertical-align: top;
	}
}

.modal-content{
	border-radius: 2px;
	box-shadow: none;
	border: none;
	padding: 15px 30px;
}

.modal-backdrop.in{
	opacity: 0.7;
}

.modal-footer{
	padding: 15px 0px;
}

.modal-body{
	padding: 0px;
}

.modal-footer{
	border-top: none;
	padding: 15px 0px;
	margin-top: 30px;
}

form .modal-footer{
	text-align: left;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

form .modal-footer:after,
form .modal-footer:before{
	content: none;
}

form .flex-left .alert{
	margin: 0px;
	padding: 5px 15px;
}

.modal .af-button{
	font-size: 10px;
}

.modal .alert-error,
.modal .alert-success,
.modal .alert-info{
	margin: 0px;
	padding: 0px 20px;
	line-height: 37px;
	font-size: 11px;
}
/* END MODALS */

/* 13. LOGIN REGISTER RECOVER MODAL */
.lrr .submit-ajax-form{
	display: block;
	line-height: 50px;
	font-size: 13px;
	border-radius: 2px;
}

.modal-header a{
	position: absolute;
	color: #ddd;
	font-size: 25px;
	right: 30px;
	top: 29px;
	line-height: 1;
}

.modal-header a:hover{
	color: #008c77;
}

.lrr .alert-error,
.lrr .alert-success{
	margin-bottom: 20px;
}

.lrr .modal-body{
	padding-bottom: 30px;
}

.lrr{
	padding-bottom: 30px;
}

.register-acc,
.forgot{
	font-size: 12px;
	margin-top: 5px;
}

.or-divider{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 20px 0px;
}

.or-divider:before{
	content: ' ';
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	border-bottom: 1px solid #eee
}

.or-divider h6{
	background: #fff;
	padding: 0px 10px;
	color: #00a591;
	position: relative;
	z-index: 1;
	font-size: 12px;
	display: inline-block;
}

.social-login{
	margin: 0px;
	margin-right: -15px;
}

.social-login li{
	width: calc(33.33% - 15px);
	margin-right: 15px;
}

.social-login li a,
.social-login li a:focus,
.social-login li a:active{
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 2px;
	overflow: hidden;
}

.social-login li i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin-right: 15px;
}

.social-login li .facebook{
	background: #3b5998;
}

.social-login li .twitter{
	background: #0084bd;
}

.social-login li .google{
	background: #d85040;
}

.social-login li .facebook i{
	background: #314a7f;
}

.social-login li .twitter i{
	background: #0070a0;
}

.social-login li .google i{
	background: #c04738;
}

@media (max-width: 767px){
	.social-login li span{
		display: none;
	}
	.social-login li i{
		width: 100%;
		margin: 0px;
	}
}
/* END LRR MODALS */

/* 14. PRICE TABLES */
.price-table{
	padding: 10px;
	text-align: center;
	padding-bottom: 30px;
}

.pt-title{
	background: #36a0c7;
	padding: 15px 20px;
}

.pt-title h5{
	margin: 0px;
}

.pt-price{
	margin: 40px 0px;
	margin-top: 45px;
	font-weight: 700;
	color: #202020;
	font-size: 25px;
}

.pt-price .price-symbol{
	font-size: 25px;
}

.pt-price .price{
	font-size: 33px;
}

.pt-title h5{
	color: #fff;
}

.pt-content h3{
	margin: 0px;
	line-height: 1;
}

.pt-content b{
	color: #202020;
	font-size: 17px;
}

.pt-content{
	margin-bottom: 30px;
	padding: 0px 20px;
}
/* END PRICE TABLES */

/* 15. SEARCH PAGE */
.search-form .cf-field:last-child{
	margin-bottom: 25px;
}

.filters-toggle{
	display: none;
}

.filters-toggle .white-block-content{
	padding: 1px 30px;
	text-align: center;
}
.term-select-style .btn.dropdown-selected-title, .term-select-style .btn.dropdown-selected-title:active,
.term-select-style .btn.dropdown-selected-title:hover {
  color: #000;
  border-bottom: 1px solid #ccc;
  display: block;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
.header-search .term-select-style .btn.dropdown-selected-title:hover {
    padding: 0px 20px;
}
.header-search .styled-select.term-select-style {
  overflow: initial;
  position: static;
}

.term-select-style.selected a.btn.dropdown-selected-title, .term-select-style.selected .btn.dropdown-selected-title {
  color: #484848;
}
.term-select-style .open>.dropdown-menu {
  width: 100%;
}
/*.search-form.frm-search-horizontal .styled-radio a{display:none;}
.search-form.frm-search-horizontal .list-unstyled.hidden {
  display: block!important;
  margin-left: 20px;
}*/
.term-cat-box .category-custom-fields {
  position:absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.search-form.frm-search-horizontal a.af-button{width: auto;}
.search-form.frm-search-horizontal .btn.active.focus, .search-form.frm-search-horizontal .btn.active:focus,
.search-form.frm-search-horizontal .btn.focus, .search-form.frm-search-horizontal .btn:active.focus,
.search-form.frm-search-horizontal .btn:active:focus, .search-form.frm-search-horizontal .btn:focus {
  outline: 0px;
  outline-offset: 0px;
}
/*.owl-carousel .owl-dots .owl-dot {height: 10px;}
.owl-dots .owl-dot {
 display:inline-block;
 zoom:1
}
.owl-dots .owl-dot span {
  width:10px;
  height:10px;
  margin:5px 7px;
  background:#D6D6D6;
  display:block;
  -webkit-backface-visibility:visible;
  transition:opacity .2s ease;
  border-radius:30px
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
 background:#869791
}*/
body.viewer-open { width: 100vw; height: 100vh; overflow: hidden;}
.search-form.frm-search-horizontal .reset-search, .search-close {display: none;}
.viewer-footer .viewer-title {display: none;}
.viewer-toolbar>ul>li:before {margin: -3px 2px;}
.viewer-toolbar>ul>.viewer-large:before{margin: 0px 5px;}
/*.viewer-footer .viewer-toolbar {display:none;}*/
.viewer-list>li+li {margin: 0px 5px; }
.viewer-list>li {margin: 0px 5px; width: 50px; height: 50px;}
.viewer-toolbar>ul>li{display:none;}
.viewer-toolbar>ul>li {position: fixed; top: 48%;width: 46px;height: 46px;}
.viewer-toolbar>ul>li.viewer-prev, .viewer-toolbar>ul>li.viewer-next {display:inherit;padding: 3px;}
.viewer-toolbar>ul>li.viewer-prev {left: 5px;}
.viewer-toolbar>ul>li.viewer-next {right: 5px;}
.viewer-backdrop {background-color: rgba(0,0,0,.85);}

.viewer-toolbar>ul>li.viewer-prev:before, .viewer-toolbar>ul>li.viewer-next:before {
  background: none;
  color: #fff;
  font-size: 34px;
  text-align: center;
  vertical-align: baseline;
  line-height: 1;
  font-weight: bold;
  width: 40px;
  height: 40px;
}
.owl-nav > div.owl-prev, .owl-nav > div.owl-next{
  background-color: rgba(0,0,0,.5);
}
.viewer-toolbar>ul>li.viewer-prev:before, .aficon-angle-left:before {
  content: ""; /*"<";*/
  background-image: url('images/arrow-left.svg');
  fill: #fff;
  margin: 0px;
}
.aficon-angle-left:before, .aficon-angle-right:before  {
  width: 32px;
  height: 32px;
}
.viewer-toolbar>ul>li.viewer-next:before, .aficon-angle-right:before {
  content: ""; /*"<";*/
  background-image: url('images/arrow-right.svg');
  fill: #fff;
  margin: 0px;
}
.viewer-toolbar>ul>li:focus {
  position: fixed;
}

.viewer-button {
  height: 50px;
  width: 50px;
  right: 10px;
  background: transparent;
  top: 5px;
  padding: 10px;
}
.viewer-zoom-button {
  position: absolute;
  height: 50px;
  width: 50px;
  right: 70px;
  background: transparent;
  top: 5px;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.viewer-button:before, .viewer-zoom-button:before {
  display: inline-block;
  position: static;
  bottom: auto;
  left: auto;
  background-image: url('images/icon-close.svg');
  background-position: 0px 0px;
  background-size: auto;
  width: 100%;
  height: 100%;
}
.viewer-zoom-button:before {
  content: "Zoom";
  background-image: url('images/icon-search.svg');
}
.viewer-zoom-button:focus,  .viewer-zoom-button:hover {
    -webkit-box-shadow: 0 0 3px #fff;
    box-shadow: 0 0 3px #fff;
    outline: 0;
    background-color: rgba(0,0,0,.8);
}
.viewer-navbar .viewer-thumbs {
  display: inline-block;
  margin: 0px auto;
}
.search-form.frm-search-vertical .action-btns {
  display: none;
}
@media (max-width: 767px){
	.filters-toggle{
		display: block;
	}
	/*.search-form{
		display: none;
		margin-bottom: 50px;
	}*/

/*	.search-form.frm-search-vertical{
		display: none;
		margin-bottom: 50px;
	    position: fixed;
	    z-index: 99999999;
	    box-shadow: 4px 0px 4px 0 rgba(23,23,23,.06);
	    left: -800px;
	    top: 0px;
	    bottom: 0px;
	    -webkit-transition: all 0.1s ease-in-out;
	    -moz-transition: all 0.1s ease-in-out;
	    -ms-transition: all 0.1s ease-in-out;
	    -o-transition: all 0.1s ease-in-out;
	    transition: all 0.1s ease-in-out;
	    background: #fff;
	    max-width: 90%;
	    min-width: 280px;
	    padding: 15px 10px;
	}*/

  /* .search-form.open-filter {
    left:0px;
  } */
  /* .search-form.open-filter .white-block-content{
    height: calc(100vh - 90px);
    overflow: auto;
  } */
  .search-form.frm-search-vertical .white-block-content .submit-search-form  {
    position: fixed;
    z-index: 99999999;
    box-shadow: 4px 0px 4px 0 rgba(23,23,23,.06);
    left: -800px;
    bottom: 0px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background: #fff;
    max-width: 90%;
    min-width: 280px;
    padding: 15px 10px;
    width: 200px;
    text-align: center;
  }
  /* .search-form.open-filter .white-block-content .submit-search-form  {
    left: 0px;
  } */
  .search-form.open-filter .submit-search-form a {
    width: 170px;
    margin: 0px auto;
  }
  .search-form.frm-search-vertical.open-filter .search-close {
    margin-top: 15px;
    margin-left: 15px;
    font-size: 16px;
    display: inline;
  }
}

.search-form .white-block-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reset-search{
	margin-top: 15px;
}

.reset-search,
.reset-search:focus{
	font-size: 14px;
	color: #ccc;
}

.reset-search:focus:hover{
	color: #00a591;
}

.taxonomy-filter .styled-radio, .term-select-style .styled-radio{
	display: flex;
	align-items: center;
}

.term-select-style .styled-radio{
  cursor: pointer;
}
.search-form ul > li{
	margin: 3px 0px;
	padding: 0px;
}

.taxonomy-filter .styled-radio a, .term-select-style .styled-radio a, .term-select-style .styled-radio span{
	margin-left: auto;
}

.taxonomy-filter .styled-radio a.opened i, .term-select-style .styled-radio a.opened i, .term-select-style .styled-radio span.opened i{
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.filter-group h6{
	font-size: 15px;
	margin: 0px;
	margin-bottom: 10px;
}

.filter-group input{
	margin: 0px;
}

.filter-group{
	margin-bottom: 25px;
}

.filter-group .cf-nested{
	margin-top: 15px;
}

.date-range{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.date-range input{
	width: calc(50% - 5px);
}

.filter-slider.ui-corner-all{
	border-radius: 0px;
	background: #f8f8f8;
	border: none;
	height: 2px;
}

.slider-wrap{
	margin-top: 5px;
}

.filter-slider.ui-slider .ui-slider-range{
	background: #00a591;
}

.filter-slider.ui-slider .ui-state-default,
.filter-slider.ui-slider .ui-widget-content .ui-state-default{
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid #00a591;
	background: #fff;
	top: -4px;
}


@media (max-width: 767px){
.filter-slider.ui-slider .ui-state-default,
.filter-slider.ui-slider .ui-widget-content .ui-state-default{
	border-radius: 50%;
	width: 12px;
	height: 12px;
	top: -5px;
}
}

.filter-slider.ui-slider .ui-state-focus,
.filter-slider.ui-slider .ui-state-hover,
.filter-slider.ui-slider .ui-widget-content .ui-state-focus,
.filter-slider.ui-slider .ui-widget-content .ui-state-hover{
	border-color: #00a591;
	cursor: pointer;
}

.slider-value{
	margin-top: 2px;
	font-size: 11px;
}

.select2-single,
.select2-multiple{
	width: 100%;
	opacity: 0;
}


.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single{
	border-radius: 0px;
	border: none;
	border-bottom: 2px solid #f1f1f1;
	height: 35px;
	padding: 0px;
	font-size: 13px;
	line-height: 35px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple{
	height: auto;
	min-height: 35px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
	display: block;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--open.select2-container--default .select2-selection--multiple,
.select2-container--open.select2-container--default .select2-selection--single{
	border-color: #00a591;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 0px;
}

.select2-selection.select2-selection--multiple > ul{
	padding: 0px;
	font-size: 11px;
	line-height: 23px;
}

.select2-selection.select2-selection--multiple > ul li{
	margin-left: 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 0px;
}

.select2-container{
	font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after{
	content: '\f107';
    font-family: adifier;
    /* height: 30px; */
    width: 32px;
    color: #000;
    background: #fff;
    z-index: 1;
    border-left: none;
    bottom: 0px;
    right: 0px;
    top: 0px;
    position: absolute;
    line-height: 32px;
    text-align: center;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field{
	border-radius: 2px;
	border: none;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.12);
	margin: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	box-shadow: none;
	background: #f8f8f8;
}

.select2-container--default .select2-results__option[aria-selected="true"]{
	background: #f8f8f8;
	color: #808080;
}

.select2-container--default.select2-container--disabled .select2-selection--single{
	background: transparent;
}

.select2-container--default.select2-container--disabled .select2-selection__rendered{
	color: #ccc;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background: transparent;
	border-color: #eee;
	position: relative;
	margin-right: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:before,
.select2-container--default .select2-selection--multiple .select2-selection__choice:after{
	top: 0;
	width: 0;
	height: 0;
	content: '';
	position: absolute;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:before{
	top: -1px;
	z-index: 1;
	right: -12px;
	border-left: 12px solid #eaedef;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:after{
	z-index: 2;
	right: -11px;
	border-left: 11px solid #fff;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
}

.cf-loader{
	margin-top: 10px;
	color: #00a591;
}

.submit-search-form a{
	width: 100%;
	text-align: center;
	margin-top: 0;
}

.margin-above,
form .margin-above{
	margin-top: 15px;
}

.slider-range .ui-slider-handle:nth-last-child(2){
	margin-left: -2px;
}

.layout-view{
	margin-left: 15px;
}

.search-order h6{
	margin: 0px;
}

@media (width: 768px){
	.search-order{
		flex-flow: row wrap;
	}

	.search-order .flex-right{
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width: 684px), (min-width: 1025px) and (max-width: 1440px){
	.search-order{
		flex-flow: row wrap;
		justify-content: center;
	}

	.search-order .flex-right{
		width: 100%;
		margin-top: 20px;
	}

	.search-order .styled-select{
		max-width: 50%;
	}
}

@media (min-width: 1025px) and (max-width: 1440px){
	.search-order{
		display: block;
	}
}

.layout-view a{
	width: 35px;
	height: 35px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	border-bottom: 2px solid #f1f1f1;
	color: #ccc;
}

.layout-view a.active{
	color: #00a591;
}

.layout-view a:hover{
	border-color: #00a591;
}

.ajax-search{
	position: relative;
}

.ajax-search.loading{
	opacity: 0.5;
}

.ajax-search.loading:after{
	content: ' ';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}

.search-with-map{
	margin: 0px;
}

.search-with-map .search-map-results{
	width: 40%
}

.search-with-map .search-map{
	width: calc(60% - 300px);
}
.search-with-map .search-map-horizontal-form .search-map-results{
	width: 60%;
}
.search-with-map .search-map-horizontal-form .search-map{
	width: calc(65% - 300px);
}
.search-map-form.search-map-vertical-form{
	width: 300px;
}

.search-map-form.search-map-vertical-form .search-form,
.search-map-results-content{
	height: 100%;
}

.search-map-vertical-result .search-map-results-content .ajax-search{
	padding: 30px 60px;
}
.search-map-horizontal-result .white-block-content { padding: 30px 0px; }
.search-map-horizontal-result .search-map-results-content > .ajax-search { padding: 0px 15px; }
.search-with-map .search-map-vertical-form .search-form .white-block{
	padding: 20px;
}


@media (max-width: 1400px){
	.search-with-map .search-map-results .af-listing-card .af-item-wrap{
		width: calc(100% - 30px);
	}
}

@media (max-width: 1024px){
	.search-with-map .search-map{
		display: none;
	}

	.search-with-map .search-map-results{
		width: calc(100% - 300px);
	}
}

@media (width: 768px){
	.search-with-map .af-items-2 .af-item-wrap,
	.search-with-map .af-listing-list .af-item-wrap{
		width: calc(100% - 30px);
	}
}

@media (max-width: 736px){
	.search-with-map{
		width: calc(100% - 30px);
		margin: 60px auto;
		display: block;
	}

	.search-with-map .search-map-results,
	.search-map-form{
		width: 100%;
	}

	.search-map-results-content .ajax-search{
		padding: 0px;
	}
}

.no-advert-found i{
	color: #00a591;
	font-size: 80px;
}

.page-template-page-tpl_search_map header{
	padding-left: 15px;
	padding-right: 15px;
}

.page-template-page-tpl_search_map header .container{
	max-width: 100%;
	width: 100%;
}

.color-search,
.color-search li{
	margin: 0px;
	padding: 0px;
}

.color-search li{
	width: 20px;
	text-align: center;
}

.color-search input{
	display: none;
}

.color-search label{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: pointer;
}

.color-search input:checked + label{
	width: 17px;
	height: 17px;
	margin-top: -1px;
}

.color-search li.colored-default label{
	border: 1px solid #ccc;
}

.info-box-markers-list{
	max-height: 160px;
	margin: 0px;
	margin-right: -9px;
}

.info-box-markers-list .scroll-element.scroll-y{
	top: 5px;
}

.info-box-markers-list li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: calc(100% - 15px);
	opacity: 0;
}

.info-box-markers-list.scroll-content li{
	opacity: 1;
}

.info-box-markers-list li:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}

.infoBox{
	background: #fff;
	border-radius: 2px;
	padding: 0px;
	display: flex;
	position: relative;
	align-items: center;
	max-width: 350px;
}

.infoBox h5{
	font-size: 16px;
}

.infoBox:before{
	content: '\f00d';
	font-family: 'adifier';
	position: absolute;
	left: 35px;
	font-size: 36px;
	bottom: -22px;
	color: #fff;
	z-index: -1;
}

.infoBox > .flex-right{
	padding: 0px 15px;
	padding-right: 30px;
	width: calc(100% - 90px);
}

.infoBox .advert-media img{
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 2px 0px 0px 2px;
}

.infoBox .advert-media{
	display: block;
}

.infoBox h5{
	margin: 0px;
	margin-bottom: 5px;
}

.closeInfoBox{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 3;
}

.closeInfoBox{
	cursor: pointer;
	font-size: 15px;
	z-index: 2;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ccc;
	border-radius: 2px;
}

.closeInfoBox:hover{
	color: #202020;
}

/* END SEARCH PAGE */

/* 16. GRID SYSTEM FOR ADVERTS */
div[class*="af-items-"]{
	display: flex;
	flex-flow: row wrap;
	margin-right: -30px;
}

div[class*="af-items-"] .af-item-wrap{
	margin-right: 30px;
}

div[class*="af-items-"].af-items-close-10{
	margin-right: -10px;
}

div[class*="af-items-"].af-items-close-10 .af-item-wrap{
	margin-right: 10px;
}

.af-items-close-10 .af-item-wrap{
	margin-bottom: 10px;
}

.af-items-close-10 .af-item-wrap .white-block{
	margin: 0px;
}

.af-items-1 .af-item-wrap{
	width: calc(100% - 30px);
}

.af-items-2 .af-item-wrap{
	width: calc(50% - 30px);
}

.af-items-3 .af-item-wrap{
	width: calc(33.333333% - 30px);
}

@media not all and (min-resolution:.001dpcm) {
	@media {
		.af-items-3 .af-item-wrap{
			width: calc(33.22% - 30px);
		}
		.af-items-2 .af-item-wrap{
			width: calc(49.9% - 30px);
		}
	}
}

.af-items-4 .af-item-wrap{
	width: calc(25% - 30px);
}

.af-items-5 .af-item-wrap{
	width: calc(20% - 30px);
}

.af-items-6 .af-item-wrap{
	width: calc(16.666667% - 30px);
}

.af-items-1.af-items-close-10 .af-item-wrap{
	width: calc(100% - 10px);
}

.af-items-2.af-items-close-10 .af-item-wrap{
	width: calc(50% - 10px);
}

.af-items-3.af-items-close-10 .af-item-wrap{
	width: calc(33.333333% - 10px);
}

@media not all and (min-resolution:.001dpcm) {
	@media {
		.af-items-3.af-items-close-10 .af-item-wrap{
			width: calc(33.22% - 10px);
		}
		.af-items-2.af-items-close-10 .af-item-wrap{
			width: calc(49.9% - 10px);
		}
	}
}

.af-items-4.af-items-close-10 .af-item-wrap{
	width: calc(25% - 10px);
}

.af-items-5.af-items-close-10 .af-item-wrap{
	width: calc(20% - 10px);
}

.af-items-6.af-items-close-10 .af-item-wrap{
	width: calc(16.666667% - 10px);
}

@media (max-width: 768px){
	.af-items-4.af-items-close-10 .af-item-wrap,
	.af-items-5.af-items-close-10 .af-item-wrap,
	.af-items-6.af-items-close-10 .af-item-wrap{
		width: calc(33.333333% - 10px);
	}

	.af-items-4 .af-item-wrap,
	.af-items-5 .af-item-wrap,
	.af-items-6 .af-item-wrap{
		width: calc(33.333333% - 30px);
	}

	.af-listing-list.af-items-close-10 .af-item-wrap,
	.col-sm-9 .af-items-3.af-items-close-10 .af-item-wrap,
	.col-sm-9 .af-items-4.af-items-close-10 .af-item-wrap,
	.col-sm-9 .af-items-5.af-items-close-10 .af-item-wrap,
	.col-sm-9 .af-items-6.af-items-close-10 .af-item-wrap{
		width: calc(50% - 10px);
	}

	.af-listing-list .af-item-wrap,
	.col-sm-9 .af-items-3 .af-item-wrap,
	.col-sm-9 .af-items-4 .af-item-wrap,
	.col-sm-9 .af-items-5 .af-item-wrap,
	.col-sm-9 .af-items-6 .af-item-wrap{
		width: calc(50% - 30px);
	}
}

@media not all and (min-resolution:.001dpcm){
	@media (max-width: 768px){
		.af-items-4.af-items-close-10 .af-item-wrap,
		.af-items-5.af-items-close-10 .af-item-wrap,
		.af-items-6.af-items-close-10 .af-item-wrap{
			width: calc(33.22% - 10px);
		}

		.af-items-4 .af-item-wrap,
		.af-items-5 .af-item-wrap,
		.af-items-6 .af-item-wrap{
			width: calc(33.22% - 30px);
		}
	}
}

@media (max-width: 684px){
	.af-items-3.af-items-close-10 .af-item-wrap,
	.af-items-4.af-items-close-10 .af-item-wrap,
	.af-items-5.af-items-close-10 .af-item-wrap,
	.af-items-6.af-items-close-10 .af-item-wrap{
		width: calc(50% - 10px);
	}

	.af-items-3 .af-item-wrap,
	.af-items-4 .af-item-wrap,
	.af-items-5 .af-item-wrap,
	.af-items-6 .af-item-wrap{
		width: calc(50% - 30px);
	}
}

@media (max-width: 414px){
	.af-listing-list.af-items-close-10 .af-item-wrap,
	.col-sm-9 .af-items-2.af-items-close-10 .af-item-wrap,
	.col-sm-9 .af-items-3.af-items-close-10 .af-item-wrap,
	.col-sm-9 .af-items-4.af-items-close-10 .af-item-wrap,
	.af-items-2.af-items-close-10 .af-item-wrap,
	.af-items-3.af-items-close-10 .af-item-wrap,
	.af-items-4.af-items-close-10 .af-item-wrap,
	.af-items-5.af-items-close-10 .af-item-wrap,
	.af-items-6.af-items-close-10 .af-item-wrap{
		width: calc(100% - 10px);
	}

	.af-listing-list .af-item-wrap,
	.col-sm-9 .af-items-2 .af-item-wrap,
	.col-sm-9 .af-items-3 .af-item-wrap,
	.col-sm-9 .af-items-4 .af-item-wrap,
	.af-items-2 .af-item-wrap,
	.af-items-3 .af-item-wrap,
	.af-items-4 .af-item-wrap,
	.af-items-5 .af-item-wrap,
	.af-items-6 .af-item-wrap{
		width: calc(100% - 30px);
	}
}
/* END GRID SYSTEM FOR ADVERTS */

/* 17. GRID VIEW */
.advert-grid .white-block-content{
	padding: 15px 20px;
}

.advert-media{
	display: block;
}

body .advert-media img{
	width: 100%;
}

.advert-list .advert-media img{
	max-height: 250px;
	object-fit: cover;
}

.advert-hightlight,
.hover-shadow:hover,
.marker-hovered{
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.12);
}

.advert-hightlight{
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}

.owl-carousel .owl-item .advert-media img,
.advert-grid img{
	/*border-radius: 2px 2px 0px 0px;*/
}

.advert-grid .white-block-content h5{
	font-size: 16px;
	margin: 15px 0px;
}

.white-block.advert-card{
	margin-bottom: 30px;
}

.advert-card .advert-media:before{
	content: ' ';
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #2d323e;
	opacity: 0.4;
}

.advert-card:hover .advert-media:before{
	opacity: 0.6;
}

.advert-hightlight.advert-card .advert-media:before{
	background: #44506d;
	opacity: 0.55;
}

.advert-hightlight.advert-card .top-advert-meta{
	opacity: 1;
}

.advert-card .advert-media{
	overflow: hidden;
}

.advert-card .top-advert-meta,
.advert-card .bottom-advert-meta,
.advert-card .advert-media:before,
.advert-card .advert-media img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.advert-card:hover .advert-media img{
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
}

.advert-card:hover .top-advert-meta,
.advert-card:hover .bottom-advert-meta{
	opacity: 1;
}

.advert-card .top-advert-meta,
.advert-card .adv-bottom-card{
	position: absolute;
	left: 0px;
	width: 100%;
	padding: 10px 20px;
	z-index: 2;
}

.advert-card .top-advert-meta{
	opacity: 0.5;
}

.advert-card .bottom-advert-meta{
	opacity: 0.8;
}

.advert-card .adv-title{
	margin-bottom: 5px;
}

.af-items-4 .advert-card .adv-title,
.af-items-5 .advert-card .adv-title,
div[data-visibleitems="5"] .advert-card .adv-title,
div[data-visibleitems="4"] .advert-card .adv-title{
	font-size: 16px;
}

.advert-card .top-advert-meta{
	top: 0px;
}

.advert-card .adv-bottom-card{
	bottom: 0px;
}

.advert-card .bottom-advert-meta,
.advert-card .top-advert-meta,
.advert-card .bottom-advert-meta a,
.advert-card .top-advert-meta a,
.advert-card .bottom-advert-meta .price span:not(.price-symbol):not(.text-price){
	color: #eee;
}

.advert-card .bottom-advert-meta .price,
.adv-bottom-card h5 a{
	color: #fff;
}

.price{
	font-size: 18px;
	color: #202020;
}

.price span:not(.price-symbol):not(.text-price){
	line-height: 1;
	font-size: 12px;
	margin-right: 5px;
	opacity: 0.5;
}

.price span:not(.price-symbol):not(.text-price):not(.no-strike){
	text-decoration: line-through;
}

.price .price-bids span:not(.price-symbol):not(.text-price){
	text-decoration: none;
}
.price span.negotiable:not(.price-symbol):not(.text-price){
	text-decoration: none;
	margin: 0px 5px;
}

.bottom-advert-meta,
.top-advert-meta,
.bottom-advert-meta a,
.top-advert-meta a{
	font-size: 12px;
	color: #000;
}

.advert-cat,
.advert-city{
	padding-left: 1px;
}

.bottom-advert-meta .compare-add{
	margin: 0px 8px;
}

.top-advert-meta > div{
	max-width: calc(50% - 5px);
}

body .bottom-advert-meta a,
body .top-advert-meta a{
	display: inline-block;
}

.bottom-advert-meta i,
.top-advert-meta i{
	position: relative;
	top:-1px;
}

.advert-item{
	position: relative;
}

.bottom-advert-meta .price{
	font-size: 15px;
	color: #d54b4f;
	font-weight: 600;
}

.bottom-advert-meta .price .price-bids,
.bottom-advert-meta .price span{
	display: inline-block;
}

.bottom-advert-meta .price span:not(.price-symbol):not(.text-price){
	color: #aaa;
	opacity: 1;
	font-size: 12px;
	font-weight: 400;
}

.bottom-advert-meta .price .price-bids{
	float: left;
}

.ribbon:before,
.ribbon:after{
	width: 0;
	height: 0;
	content: '';
	position: absolute;
}

.ribbon:before{
	top: 0;
	left: 100%;
	border-top: 9px solid transparent;
	border-bottom: 10px solid transparent;
}

.ribbon:after{
	top: 100%;
	left: 0;
	border-left: 5px solid transparent;
}

.ribbon{
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	line-height: 10px;
	padding: 4px 3px 5px 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.single-advert-tags .advert-tags{
	top: 10px;
	left: auto;
	right: 25px;
}

.single-advert-tags .advert-tags > div{
	display: inline-block;
	border-radius: 2px;
	padding: 4px 8px;
	padding-bottom: 5px;
	margin: 0px;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.12);
}

.single-advert-tags .advert-tags > div:before,
.single-advert-tags .advert-tags > div:after{
	content: none;
}

.urgent:before{
	border-left: 10px solid #d54b4f;
}

.urgent:after{
	border-top: 5px solid #993538;
}

.urgent{
	margin-bottom: 10px;
	background: #d54b4f;
}

.featured:before{
	border-left: 10px solid #36a0c7;
}

.featured:after{
	border-top: 5px solid #1e5164
}

.featured{
	margin-bottom: 10px;
	background: #36a0c7;
}

.negotiable:before{
	border-left: 10px solid #4b586b;
}

.negotiable:after{
	border-top: 5px solid #2c333d;
}

.negotiable{
	background: #4b586b;
}

.advert-tags{
	position: absolute;
	top: 15px;
	left: -5px;
}

.advert-card .advert-tags{
	top: 40px;
}

.advert-hightlight .white-block-content .price,
.advert-hightlight .white-block-content h5 a{
	color: #00a591;
}

@media (max-width: 768px){
	.advert-list .advert-tags{
		top: 5px;
	}

	.advert-list .ribbon{
		font-size: 8px;
		padding: 3px 0px 3px 8px;
	}

	.advert-list .ribbon:before{
		border-top-width: 8px;
		border-bottom-width: 8px;
		border-left-width: 8px;
	}

	.advert-list .urgent,
	.advert-list .featured{
		margin-bottom: 5px;
	}
}
/* END GRID VIEW */

/* 18. LIST VIEW */
.owl-carousel .owl-item .advert-list img,
.advert-list img{
	border-radius: 2px 0px 0px 2px;
}

.advert-list > .flex-wrap > .flex-left{
	flex-shrink: 0;
	width: 38%;
}

.advert-list > .flex-wrap > .flex-right{
	width: 62%;
}

.advert-list .bottom-advert-meta .price{
	font-size: 16px;
}

.advert-list .text-price{
	font-size: 16px;
}

.advert-list .top-meta{
	display: none;
}

.excerpt{
	word-wrap: break-word;
	color: #999;
}

@media (max-width: 768px){
	.advert-list > .flex-wrap > .flex-left{
		width: 100px;
	}

	.advert-list > .flex-wrap > .flex-right{
		width: calc(100% - 100px);
	}

	.advert-list .advert-cat{
		display: none;
	}

	.advert-list .top-meta{
		display: flex;
	}

	.advert-list h5{
		font-size: 16px;
		margin: 10px 0px;
	}

	.advert-list .white-block-content{
		padding: 10px 20px
	}

	.advert-list .excerpt{
		display: none;
	}
}
/* END LIST VIEW */

/* 19. COMMENTS */
#disqus_thread{
	background: #ffffff;
	padding: 30px;
	margin: 50px 0px;
}

@media only screen and (max-width: 350px){
	.comments .flex-wrap{
		display: block;
	}
}

.comments .flex-wrap .flex-left{
	flex-shrink: 0;
}

.comment-avatar img{
	border-radius: 50%;
	width: 60px;
	margin-right: 15px;
}

.comment-info p,
.comment-info h5{
	margin: 0px;
}

.comment-info h5{
	font-size: 16px;
}

.comment .flex-left{
	max-width: 80%;
}

.comment-info p{
	color: #aaa;
	line-height: 1;
	margin-top: 5px;
	font-size: 12px;
}

.comment-reply-link{
	font-size: 12px;
	align-self: flex-start;
	margin-left: auto;
}

.comment-content-wrap{
	margin-top: 20px;
	margin-left: 70px;
	padding: 20px 30px;
	border-radius: 2px;
	background: #fafafa;
}

@media (max-width: 414px){
	.comment-content-wrap{
		margin-left: 0px;
	}
}

.comment-content-wrap p:last-child{
	margin: 0px;
}

.comment{
	margin-bottom: 50px;
}

.comment:last-child{
	margin-bottom: 0px;
}

.comment-margin-left{
	margin-left: 30px;
	margin-top: 50px;
}

.comment-avatar{
	position: relative;
	display: inline-block;
}

.comment-avatar .icon-user{
	width: 25px;
	height: 25px;
	background: #00a591;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 9px;
	position: absolute;
	top: -5px;
	right: 10px;
}

p.form-submit{
	margin-bottom: 0px;
	text-align: right;
}

p.form-submit input{
	margin: 0px;
}

body:not(.logged-in) .comment-form textarea{
	margin-bottom: 10px;
}
/* END COMMENTS */

/* 20. SINGLE ADVERT */
.owl-carousel a{
	display: block;
}

.single-slider-thumbs{
	margin-top: 4px;
}

.single-thumb-item{
	cursor: pointer;
	opacity: 0.6;
}

.single-thumb-item:hover,
.single-thumb-item.active{
	opacity: 1;
}

.single-advert-media{
	margin-bottom: 50px;
}
.post-content p{
	margin-bottom: 20px;
}

.location-map{
	height: 300px;
	border-radius: 2px;
	overflow: hidden;
}

.map-wrapper{
	position: relative;
}

.af-get-directions{
	position: absolute;
	bottom: 25px;
	left: 10px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	padding: 5px;
	z-index: 2;
	height: 40px;
	text-align: center;;
	width: 40px;
	border-radius: 2px;
}

.af-get-directions img{
	margin-top: 2px;
}

.contact-map{
	margin-bottom: 50px;
}

.online-status{
	margin-top: 5px;
}

.online-status span{
	width: 9px;
	height: 9px;
	margin-top: 1px;
	margin-right: 2px;
	border-radius: 50px;
	background: #00a591;
	display: inline-block;
}

.online-status{
	color: #00a591;
}

.online-status.offline{
	color: #aaa;
}

.online-status.offline span{
	background: #ccc;
}

.online-status{
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
}

.bidding-history,
.bidding-history:focus{
	border-radius: 2px;
	width: 100%;
	display: block;
	text-align: center;
	background: #4b586b;
}

.bidding-history-results .flex-wrap{
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #aaa;
}

.bidding-history-results .flex-wrap div:nth-child(1),
.bidding-history-results .flex-wrap div:nth-child(2){
	width: 20%;
}

.bidding-history-results .flex-wrap div:nth-child(2){
	text-align: right;
}

.author-panel .bidding-history-results .flex-wrap div:nth-child(1),
.author-panel .bidding-history-results .flex-wrap div:nth-child(2){
	width: 30%;
}

.author-panel .bidding-history-results .flex-wrap{
	align-items: center;
}

.author-panel .bidding-history-results .flex-wrap div:nth-child(1){
	display: flex;
	align-items: center;
}

.author-panel .bidding-history-results .flex-wrap div:nth-child(1) a{
	margin-right: 5px;
}

.bidding-history-results .flex-wrap div:nth-child(3){
	width: 60%;
	text-align: right;
}

.author-panel .bidding-history-results .flex-wrap div:nth-child(3){
	width: 40%;
}

.bidding-history-results .flex-wrap:last-child{
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.bidding-form .form-group{
	width: 50%;
}

.bidding-form .af-button{
	width: calc(50% - 15px);
}

.blog-item-title{
	margin-top: 0px;
	margin-bottom: 25px;
}

.post-content p:last-child{
	margin-bottom: 0px;
}

.single-advert-title .breadcrumbs{
	border-bottom: 1px solid #eee;
	font-family: 'Quicksand';
	font-weight: 500;
	color: #eee;
	font-size: 14px;
	padding-bottom:10px;
	margin-bottom: 15px;
}

.seller-details{
	margin-bottom: 30px;
	min-height:40px !important;
	padding:5px 10px !important;
}

.page-template-page-tpl_sellers .seller-details{
	margin: 0px;
}

.avatar-wrap{
	border-radius: 50%;
	overflow: hidden;
	display: block;
}

.avatar-wrap img{
	width: 100%;
}

.seller-details img{
	width: 70px;
	position: relative;
}

.seller-details h5{
	margin: 0px;
	font-size: 16px;
}

.seller-name{
	margin-left: 15px;
}

.contact-seller{
	margin-top: 20px;
}

.contact-seller,
.reveal-phone{
	position: relative;
	padding: 20px;
}

.contact-seller,
.contact-seller:focus,
.contact-seller:hover,
.reveal-phone,
.reveal-phone:focus,
.reveal-phone:hover{
	border-radius: 2px;
	background: #FF5A5F;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
}

.contact-seller,
.contact-seller:focus,
.contact-seller:hover{
	background: #4b586b;
}

.contact-seller em,
.reveal-phone em{
	font-family: 'Quicksand', 'Helvetica', sans-serif;
	font-size: 18px;
	line-height: 1;
	font-style: normal;
	display: block;
}

.contact-seller .description,
.reveal-phone .description{
	font-size: 12px;
	margin-top: 5px;
	display: inline-block;
	line-height: 1;
}

.contact-seller i,
.reveal-phone i{
	position: absolute;
	right: -30px;
	top: -22px;
	font-size: 110px;
	opacity: .1;
}

.reveal-phone i{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.contact-seller i{
	right: -40px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.reveal-phone >span,
.contact-seller >span{
	line-height: 1;
}

.single-advert-actions{
	margin: 0;
	padding: 0px;
	font-size: 13px;
}

.bottom-advert-meta .flex-right i{
	margin-top: 10px;
}

.bottom-advert-meta .af-favs span,
.bottom-advert-meta .process-favorites span{
	display: none;
}

.bottom-advert-meta .aficon-heart{
	color: #00a591;
}

.bottom-advert-meta .aficon-heart:before{
	content: '\e804';
}


.single-advert-actions li{
	padding: 0px;
	margin: 0px;
	width: 25%;
	text-align: center;
	margin-bottom: -5px;
}
.single-advert-actions.items-5 li{
  width: 20%;
}
.single-advert-actions li i{
	font-size: 18px;
	display: block;
}

.single-advert-actions li a{
	color: #aaa;
}

.single-advert-actions li a:hover{
	color: #00a591;
}

.single-price{
	background: #00a591;
	font-weight: 600;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.single-price .price{
	color: #fff;
	font-size: 25px;
}

.single-price .price-bids{
	float: left;
}

.single-price .price span:not(.price-symbol):not(.text-price){
	opacity: 0.9;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-right: 10px;
}

.single-price .aficon-dollar-sign{
	position: absolute;
	right: 0px;
	top: -30px;
	font-size: 150px;
	opacity: 0.1;
	transform: rotate(-45deg);
}

.single-negotiable{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	margin-top: 3px;
}

.single-price-wrap{
	position: relative;
}

.single-price-wrap .no-strike{
	margin-left: 5px;
}

.cf-advert-list{
	margin: 0px;
	padding: 0px;
	margin-right: -15px;
	font-size: 13px;
	margin-bottom: -10px;
}

.cf-advert-list li{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	width: calc(50% - 15px);
	margin-right: 15px;
}

.cf-advert-list .cf-label{
	color: #aaa;
}

.cf-advert-list .cf-value{
	font-weight: 600;
	color: #4b586b;
}

.cf-color-value{
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-top: 5px;
	border-radius: 50%;
}

.cf-color-value.cf-color-border{
	border: 1px solid #ccc;
}

.single-meta{
	margin: 0px;
	display: flex;
	margin-top: 25px;
}

.single-meta li{
	padding-right: 5px;
}

.single-meta li:last-child{
	align-self: flex-end;
	margin-left: auto;
	padding-right: 0px;
}

.seller-details .user-rating{
	color: #FFA500;
	font-size: 13px;
}

.modal-body .rate-user{
	margin: 10px 0px;
}

.user-rating .aficon-star-half{
	position: relative;
}

.user-rating .aficon-star-half:after{
	content: '\f005';
	font-family: adifier;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

@media (max-width: 414px){
	.single-meta li,
	.single-meta{
		display: block;
		padding: 3px 0px;
		width: 100%;
	}
}

@media (max-width: 768px){
	.small-flex-swap{
		display: flex;
		flex-flow: row wrap;
	}

	.small-flex-swap .col-sm-8,
	.small-flex-swap .col-sm-4{
		width: 100%;
		float: none;
	}

	.small-flex-swap .col-sm-4{
		order: 1;
	}

	.small-flex-swap .col-sm-8{
		order: 2;
	}
}

@media (max-width: 667px){
	.cf-advert-list{
		margin-right: 0px;
	}

	.cf-advert-list li{
		width: 100%;
		margin-right: 0px;
	}
}

.countdown-wrap p{
	font-size: 12px;
	color: #a5a5a5;
	margin: 0px;
	line-height: 1;
	margin-bottom: 3px;
}

.countdown-wrap h5{
	margin: 0px;
	line-height: 1;
	color: #4b586b;
	font-size: 22px;
}

.countdown-wrap i{
	font-size: 35px;
	color: #4b586b;
	margin-right: 15px;
}

@media (max-width: 768px){
	.col-sm-4 .single-price{
		display: none;
	}
}

@media (min-width: 769px){
	.hide-price-big{
		display: none;
	}
}

.random-author-ads li{
	display: flex;
	align-items: center;
	margin: 0px;
	margin-bottom: 20px;
}

.random-author-ads li > a{
	flex-shrink: 0;
	width: 80px;
	margin-right: 20px;
}

.random-author-ads li h5{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 16px;
}

.random-author-ads li > .flex-right{
	width: calc(100% - 100px);
}

.random-author-ads li:last-child{
	margin-bottom: 0px;
}

/* END SINGLE ADVERT */

/* 21. SHARE */
body .post-share a{
	border-radius: 50px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	margin: 5px;
}

@media (max-width: 414px){
	body .post-share{
		flex-wrap: wrap;
	}
	body .post-share a{
		margin: 0px 10px 10px 10px;
	}
}

.facebook{
	background: #899dce;
}

.twitter{
	background: #60d2f5;
}

.pinterest{
	background: #f74c53;
}

.youtube{
	background: #ff0000;
}

.instagram{
	background: #709cbf;
}

.vimeo{
	background: #44bbe1;
}

.dribbble{
	background: #fb70a6;
}

.vk{
	background: #42678e;
}

.google{
	background: #db4935;
}

.linkedin{
	background: #71c5ef;
}

.digg{
	background: #202020;
}

.tumblr{
	background: #35465d;
}

.reddit{
	background: #ff5700;
}

.stumbleupon{
	background: #ea5e33;
}

.whatsapp{
	background: #25d366;
}

/* END SHARE */

/* 22. BLOG LISTING */
article img{
	border-radius: 2px 2px 0px 0px;
}

.article-media{
	display: block;
	text-align: center;
}

article h4,
article h5{
	margin-top: 0px;
	margin-bottom: 10px;
}

article .single-meta{
	margin-bottom: 20px;
}

article .single-meta{
	margin-bottom: 20px;
}

.article-excerpt{
	margin-top: 20px;
}

.element-articles-wrap .article-excerpt{
	margin-top: 10px;
}

.article-excerpt p{
	margin-bottom: 25px;
}
/* END BLOG LISTING */

/* 23. WIDGETS */
.widget{
	padding: 30px;
}

.widget .white-block-title{
	margin: -30px -30px 30px -30px;
}

#wp-calendar caption{
	font-size: 12px;
	color: #aaa;
	margin-bottom: 10px;
}

#wp-calendar th,
#wp-calendar td{
	text-align: center;
	font-size: 12px;
}

.widget ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.widget ul li{
	padding: 5px 0px;
	margin: 0px;
}

.widget ul li:first-child{
	padding-top: 0px;
}

.widget ul li:last-child{
	padding-bottom: 0px;
}

.widget ul ul{
	margin-left: 10px;
}

.widget_categories li,
.widget_archive li{
	display: block;
}

.widget_categories li:after,
.widget_archive li:after{
	content: ' ';
	display: table;
	clear: both;
}

.widget_categories li span,
.widget_archive li span,
.widget_adifier_advert_locations li span,
.widget_adifier_advert_categories li span{
	color: #aaa;
	float: right;
}

.widget_adifier_advert_categories img,
.widget_adifier_advert_categories svg{
	width: 20px;
	margin-right: 10px;
	margin-top: -5px;
}

.widget_adifier_advert_categories svg{
	fill: #374252;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.widget_adifier_advert_categories a:hover svg{
	fill: #008c77;
}

.widget_adifier_advert_locations ul li,
.widget_adifier_advert_categories ul li{
	padding-bottom: 10px;
}

.bottom-sidebar-wrap{
	padding-top: 75px;
	padding-bottom: 25px;
	background: #374252;
	font-size: 13px;
}

.bottom-sidebar-wrap .widget:not(:last-child){
	margin-bottom: 35px;
}

.bottom-sidebar-wrap .widget{
	background: transparent;
	padding: 0px;
}

.bottom-sidebar-wrap .widget .white-block-title{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.bottom-sidebar-wrap .widget .white-block-title h5{
	color: #fff;
}

.bottom-sidebar-wrap .widget .white-block-title{
	border-color: #4b586b;
}

.bottom-sidebar-wrap,
.bottom-sidebar-wrap a,
.bottom-sidebar-wrap a:hover,
.bottom-sidebar-wrap a:focus{
	color: #70839f;
}

.bottom-sidebar-wrap a:hover{
	color: #fff;
}

.bottom-sidebar-wrap .styled-select:after{
	color: #484848;
}

.bottom-sidebar-wrap .styled-select{
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	border-color: #fff;
	color: #484848;
}

.bottom-sidebar-wrap .adifier-form{
	border: none;
}

.bottom-sidebar-wrap .adifier-form a{
	line-height: 40px;
	right: 15px;
}

.bottom-sidebar-wrap input[type="text"]{
	color: #fff;
	background: #2d323e;
	padding: 0px 15px;
	border: none;
}

.bottom-sidebar-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.bottom-sidebar-wrap input::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.bottom-sidebar-wrap input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.bottom-sidebar-wrap input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}


.bottom-sidebar-wrap .white-block-title h5{
	margin-top: 0px;
}

.bottom-sidebar-wrap .widget_categories li span,
.bottom-sidebar-wrap .widget_archive li span{
	color: #70839f;
}

.bottom-sidebar-wrap .bottom-advert-meta .price{
	color: #fff;
	font-size: 14px;
}

.bottom-advert-meta .no-strike{
	margin-left: 5px;
}

.widget_adifier_posts_list .flex-left{
	flex-shrink: 0;
	border-radius: 2px;
	overflow: hidden;
}

.widget_adifier_posts_list img{
	width: 70px;
	margin-right: 15px;
}

.widget_adifier_posts_list .flex-right{
	width: calc(100% - 85px);
}

.widget_adifier_posts_list ul h5{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 15px;
}

.widget_adifier_advert_locations i{
	color: #00a591;
	margin-right: 5px;
}
/* END WIDGETS */

/* 24. FOOTER */
.page-template-page-tpl_search_map footer{
	display: none;
}

.copyrights{
	padding: 20px 0px;
	background: #2d323e;
	font-size: 13px;
}

.copyrights div,
.copyrights a,
.copyrights a:hover,
.copyrights a:focus{
	color: #aaa;
}

.copyrights a:hover{
	color: #fff;
}

@media (max-width: 414px){
	.copyrights .flex-wrap{
		display: block;
		text-align: center;
	}

	.copyrights .flex-wrap > div{
		margin-bottom: 5px;
	}

	.copyrights .flex-wrap > div > ul >li{
		float: none;
		display: inline-block;
	}

	.copyrights .flex-wrap > div:last-child{
		margin: 0px;
	}
}

.subscribe-title i{
	font-size: 35px;
}

.subscribe-title p{
	margin: 0px;
	line-height: 1;
}

.subscription-footer{
	background: #fff;
	padding: 40px 0px;
}

.subscription-footer .form-group{
	display: none;
	margin: 0px;
	margin-top: 10px;
}

.subscription-footer i{
	font-size: 30px;
	margin-right: 20px;
	line-height: 1
}

.subscription-footer input{
	border: none;
	width: 300px;
	max-width: 100%;
	height: 45px;
	border-radius: 50px 0px 0px 50px;
	padding: 0px 20px;
	border: 1px solid #2d323e;
}

.subscription-footer .flex-right{
	max-width: 40%;
}

.subscription-footer .adifier-form{
	border: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.subscription-footer .submit-ajax-form{
	background: #2d323e;
	position: static;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0px 20px;
	border-radius: 0px 50px 50px 0px;
}

.subscription-footer .submit-ajax-form i{
	font-size: 13px;
	margin: 0px;
	margin-left: 5px;
}

.subscription-footer h4{
	margin: 0px;
	font-weight: 400;
}

@media (max-width: 768px){
	.subscription-footer .flex-center{
		display: none;
	}
}

@media (max-width: 684px){
	.subscription-footer .flex-wrap{
		display: block;
		text-align: center;
	}

	.subscription-footer .flex-center{
		display: block;
	}

	.subscription-footer .flex-wrap > div{
		margin-bottom: 20px;
	}

	.subscription-footer .flex-wrap > div:last-child{
		margin-bottom: 0px;
	}

	.subscription-footer .ajax-form{
		display: inline-block;
		max-width: 100%;
	}

	.subscription-footer .flex-right{
		max-width: 100%;
	}
}
/* END FOOTER */

/* 25. HEADER SEARCH */
.labeled-main-search{
	background: #fff;
	border-radius: 2px;
	padding: 20px;
	padding-bottom: 15px;
}

.labeled-main-search > div{
	width: 100%;
	padding: 0px 10px;
	margin-bottom: 10px;
}

@media (max-width: 414px){
	.labeled-main-search{
		flex-wrap: wrap;
	}
	.labeled-main-search > div{
		width: 50%;
	}
	.search-submit:nth-child(3){
		width: 100%;
	}
}

.labeled-main-search > div:last-child a{
	width: 100%;
}

.labeled-main-search > div:last-child{
	align-self: flex-end;
}

.labeled-main-search input,
.labeled-main-search select{
	margin-bottom: 0px;
}

.header-search{
	padding: 5px;
	/*margin-top: -50px;
	border-radius: 2px 2px 0px 0px;
	box-shadow: 0 -12px 10px 0px rgba(42, 47, 54, 0.3);*/
	position: relative;
	z-index: 2;
	/*background: #f8f8f8;*/
}

.header-search select,
.header-search input,
.header-search .select2-selection{
	margin: 0px;
	background: transparent;
	height: 50px;
	border: none;
	font-size: 15px;
	padding: 0px 20px;
	font-family: "Quicksand", "Helvetica", sans-serif;
	font-weight: 400;
	padding-right: 50px;
	border:solid 1px #eee;
}

.header-search .select2-selection{
	padding-right: 0px;
	z-index: 2;
}

.header-search .select2-selection__arrow{
	display: none;
}

.header-search .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 50px;
	padding-left: 0px;
	color: #aaa;
}

.header-search .select2-container--default.select2-enabled-color .select2-selection--single .select2-selection__rendered{
	color: #484848;
}

.header-search .keyword-wrap,
.header-search .header-location,
.header-search .styled-select, .header-search .term-select-style{
	overflow: hidden;
	background: #fff;
	position: relative;
	border-radius: 2px;
}

.header-search .keyword-wrap:after,
.header-search .header-location:after,
.header-search .styled-select:after{
	content: '\e808';
	font-family: adifier;
	font-size: 18px;
	position: absolute;
	right: 20px;
	width: auto;
	color: #ccc;
	height: auto;
	line-height: 1;
	top: 16px;
	opacity: 0.4;
}

.element-qs input::-webkit-input-placeholder,
.header-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
	opacity: 1;
}

.element-qs input::-moz-input-placeholder,
.header-search input::-moz-placeholder { /* Firefox 19+ */
	color: #ccc;
	opacity: 1;
}

.element-qs input:-ms-input-placeholder,
.header-search input:-ms-input-placeholder { /* IE 10+ */
	color: #ccc;
	opacity: 1;
}

.element-qs input:-moz-placeholder,
.header-search input:-moz-placeholder { /* Firefox 18- */
	color: #ccc;
	opacity: 1;
}

.labeled-main-search select:not(:checked),
.header-search select:not(:checked) {
   color: #ccc;
}

.header-search .keyword-wrap:after{
	content: '\f0a1';
}

.header-search .header-location:after{
	content: '\f05b';
}

.header-search > a,
.header-search > a:hover,
.header-search > a:focus{
	width: auto;
	height: 50px;
	line-height: 50px;
	background: #FF5A5F;
	text-transform: none;
	font-size: 15px;
	padding: 0px 30px;
	font-weight: 400;
}

.header-search > a:hover{
	background: #d54b4f;
}

.header-search > div{
	width: 100%;
	margin-right: 5px;
}
.page-title.apgtitle {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.seller-name .aname {
  margin-bottom:2px;color:#fff;
  font-weight:600;font-size:16px;
}
.seller-name .atagline {
padding:2px;
font-weight:400;font-size:14px;
color:#fff;
font-style:italic;
}
@media (max-width: 414px){
	.small-sidebar-open,
	.special-nav a,
	.special-nav a:focus,
	.special-nav a:active{
		font-size: 18px;
	}
  header { padding: 5px 0px 0px 0px; }
  body > header .container > .flex-wrap.logo-wrap{
		text-align: left;
	}
  .single-advert main {
    margin-top: 121px;
  }
  main .container { padding: 10px; }
  .page-title {margin-top: 106px;}
  .page-template-page-tpl_search main .container, main.author-visited  .container{ padding: 0px 15px; }
  .header-search input, .header-search .term-select-style .dd-style-select, .header-search > a.af-button { height: 40px; }
  .header-search .keyword-wrap:after { top: 11px; }
  .header-search .term-select-style { width: 40px; position: relative; }
  .header-search > a.af-button { width: 50px; padding: 0px; line-height: 38px;}
  .header-search .af-button:not(.to_top) i { margin-left: 0px; }
  .header-search .term-select-style .btn.dropdown-selected-title {
    padding: 0px;
    line-height: 38px;
    border: 0px;
  }
  .header-search .term-select-style .btn.dropdown-selected-title:hover { padding: 0px; }
  .header-search .keyword-wrap:after { right: 15px; }
  .header-search .term-select-style .btn.dropdown-selected-title::after {
    content: '\f107';
    font-family: "adifier";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0px;
    border: solid 1px #eee;
  }
  .dropdown-menu, .dropdownmenu-bx {
    left: auto;
    right: 0px;
  }
	.logo{
		margin-right: 0px;
    width: auto;
    height: 40px;
    text-align: left;
	}
  .logo img{
    height: 100%;
  }
  .header-search {
    padding: 10px 0px 5px 0px;
		/*flex-flow: row wrap;*/
		justify-content: flex-start;
	}
  .subscription-footer input {
    width: 100%;
  }

	/*.header-search > div,
	.header-search > a.af-button,
	.header-search > a.af-button:hover{
		width: calc(50% - 5px);
		margin-top: 5px;
	}

	.header-search > a{
		width: 100%;
	}*/

  .header-search.flex-wrap .keyword-wrap{
    width: 70%;
  }

	.header-search > div:nth-child(1),
	.header-search > div:nth-child(2){
		margin-top: 0px;
	}
}
/* END HEADER SEARCH */

/* 26. ELEMENTS */
.kc-search form{
	border-radius: 0;
	box-shadow: none;
	/* overflow: hidden; */
	background: transparent;
	padding: 0px;
	margin-top: 0px;
}

.kc-search form input{
	border-right: 2px solid #f8f8f8;
}

.kc-search .af-button,
.kc-search .af-button:hover,
.kc-search .af-button:focus,
.kc-search .af-button:active{
	border-radius: 2px;
	background: #00a591;
	color: #fff;
	font-weight: 600;
	width: auto;
	padding: 0px 40px;
}

.kc-search .af-button:hover{
	background: #008c77;
	color: #fff;
}

@media (max-width: 414px){
	.kc-search form{
		flex-flow: row wrap;
		justify-content: flex-start;
	}

	.kc-search form > div,
	.kc-search form > a.af-button,
	.kc-search form > a.af-button:hover{
		width: calc(50% - 5px);
		margin-top: 5px;
	}

	.kc-search form > div:nth-child(1),
	.kc-search form > div:nth-child(2){
		margin-top: 0px;
	}
}


.kc-search-vertical .header-search{
	box-shadow: none;
	background: transparent;
	border-radius: 0px;
	padding: 0px;
	display: block;
	margin: 0px;
}

.kc-search-vertical{
	background: #fff;
	padding: 30px;
	border-radius: 2px;
	width: 100%;
	margin-left: auto;
}

.kc-search-vertical h5{
	margin-top: 0px;
}

.kc-search-vertical .header-search select,
.kc-search-vertical .header-search input{
	padding: 0px;
	border: none;
	border-bottom: 2px solid #f1f1f1;
	margin-bottom: 20px;
}

.kc-search-vertical .header-search .keyword-wrap:after,
.kc-search-vertical .header-search .header-location:after,
.kc-search-vertical .header-search .styled-select:after{
	right: 0px;
}

.kc-search-vertical .af-button,
.kc-search-vertical .af-button:focus,
.kc-search-vertical .af-button:hover,
.kc-search-vertical .af-button:active{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-top: 10px;
}

@media (max-width: 414px){
	.kc-search.kc-search-vertical form > div,
	.kc-search.kc-search-vertical form > a.af-button,
	.kc-search.kc-search-vertical form > a.af-button:hover{
	    width: 100%;
	}
}

.widget-alike-search form{
	display: block;
}

.widget-alike-search form > div{
	width: 100%;
	border: none;
	margin: 0px;
}

.widget-alike-search.kc-search form input,
.widget-alike-search.kc-search form select{
	border: none;
	padding: 0px;
	border-bottom: 2px solid #f1f1f1;
}

.widget-alike-search .header-search .styled-select,
.widget-alike-search.kc-search form input{
	margin-bottom: 15px;
}

.widget-alike-search.kc-search .af-button,
.widget-alike-search.kc-search .af-button:hover,
.widget-alike-search.kc-search .af-button:focus,
.widget-alike-search.kc-search .af-button:active{
	width: 100%;
	height: auto;
	line-height: 40px;
}

body .kc_tabs > .kc_wrapper > .kc_tabs_nav{
	background: transparent;
	text-align: center;
}

body .kc_tabs_nav > .ui-tabs-active,
body .kc_tabs_nav > .ui-tabs-active:hover,
body .kc_tabs_nav > .ui-tabs-active > a,
body .kc_tabs_nav > .ui-tabs-active > a:hover{
	color: #202020;
}

body .kc_tabs_nav > li{
	border: none;
	display: inline-block;
	float: none;
	background: transparent;
	border-radius: 2px;
	padding: 0px;
	margin: 0px 3px;
}

body .kc_tabs_nav > li > a{
	line-height: 40px;
	font-weight: 600;
	color: #484848;
	background: #fff;
	font-family: 'Quicksand', 'Helvetica', sans-serif;
}

body .kc_tabs_nav > .ui-tabs-active,
body .kc_tabs_nav > .ui-tabs-active:hover{
	display: inline-block;
}

body .kc_tabs_nav > .ui-tabs-active,
body .kc_tabs_nav > .ui-tabs-active:hover{
	background: transparent;
}

body .kc_tabs_nav > .ui-tabs-active > a,
body .kc_tabs_nav > .ui-tabs-active > a:hover{
	color: #fff;
	background: #00a591;
}

body .kc_tabs_nav > li:hover{
	background: transparent;
}

body .kc_tabs_nav > .ui-tabs-active > a,
body .kc_tabs_nav > li > a:hover{
	color: #fff;
	background: #00a591;
}

body .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active{
	background: transparent;
}

body .kc_tabs_nav ~ .kc_tab .kc_tab_content{
	padding: 0px;
}

body .kc_accordion_section > .kc_accordion_header{
	background: transparent;
	border: none;
	border-radius: 2px;
}

body .kc_accordion_section > .kc_accordion_header{
	float: none;
}

body .kc_accordion_section > .kc_accordion_header:after{
	content: ' ';
	display: table;
	clear: both;
}

body .kc_accordion_section{
	margin-top: 5px;
}

body .kc_accordion_section:first-child{
	margin-top: 0px;
}

body .kc_accordion_section.group{
	padding: 0px;
	background: #fff;
	border-radius: 2px;
}

body .kc_accordion_header > a{
	font-weight: 600;
	padding: 15px 25px;
	font-size: 16px;
}

body .kc_accordion_header.ui-state-active > a{
	color: #00a591;
}

body .kc_accordion_header > span.ui-accordion-header-icon{
	margin: 0px;
	padding: 23px 20px;
}

body .kc_accordion_content .kc-panel-body,
body .kc_accordion_content{
	border: none;
	float: none;
}

body .kc_accordion_content{
	color: inherit;
}

body .kc_accordion_content ol,
body .kc_accordion_content ul {
	margin-bottom: 15px;
	margin-left: 20px;
}

.kc-panel-body:after{
	content: ' ';
	display: table;
	clear: both;
}

body .kc_accordion_content .kc-panel-body{
	padding: 0px 35px 5px 35px;
}

.adverts-slider .white-block{
	margin: 25px 0px;
}

.element-categories-list .af-item-wrap{
	position: relative;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.element-categories-list .af-item-wrap.side_icon_bg:after,
.element-categories-list .af-item-wrap.top_icon_bg:after{
	content: ' ';
	position: absolute;
	background: #34495e;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0.5;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.element-categories-list .af-item-wrap.side_icon_bg:hover:after,
.element-categories-list .af-item-wrap.top_icon_bg:hover:after{
	opacity: 0.6;
}

.category-item{
	padding: 30px;
	position: relative;
	z-index: 2;
}

.category-item h5{
	margin: 0px;
}

.side_icon .category-icon,
.side_icon_bg .category-icon{
	margin-right: 25px;
}

.top_icon .category-icon,
.top_icon_bg .category-icon{
	margin-bottom: 20px;
}

.side_icon_bg,
.top_icon_bg,
.side_icon_bg h5 a,
.top_icon_bg h5 a{
	color: #fff;
}

.top_icon_bg,
.top_icon{
	text-align: center;
}

.element-categories-list svg{
	fill: #008c77;
}

body .top_icon_bg .category-icon img,
body .top_icon_bg .category-icon svg,
body .side_icon_bg .category-icon img,
body .side_icon_bg .category-icon svg{
	max-width: 34px;
	display: inline-block;
	flex-shrink: 0;
}

body .top_icon_bg .category-icon svg{
	width: 34px;
}

body .side_icon_bg .category-icon img,
body .side_icon_bg .category-icon svg{
	max-width: 30px;
}

body .side_icon_bg .category-icon svg{
	width: 30px;
}

.top_icon_bg .category-icon,
.side_icon_bg .category-icon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	line-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.side_icon_bg .category-icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.category-item-count{
	font-size: 13px;
	opacity: 0.5;
	line-height: 1;
	margin-top: 5px;
}

.top_icon_bg .category-item-count,
.side_icon_bg .category-item-count{
	opacity: 0.8;
}

.categories-slider .owl-item{
	margin-top: 7px;
}

.owl-carousel .category-item .flex-left a{
	display: inline-block;
}

.price-table-element{
	text-align: center;
	overflow: hidden;
}

.price-table-price{
	font-size: 30px;
	font-weight: 700;
	padding: 40px 0px;
	color: #fff;
	background: #4b586b;
}

.active-price-table .price-table-price{
	background: #00a591;
}

.price-table-price .tax-included{
	font-size: 10px;
	margin: 0px;
	margin-top: 5px;
	color: #f8f8f8;
	font-weight: 400;
	line-height: 1;
}

.price-table-title{
	text-align: left;
}

.price-table-title h5{
	color: #fff;
	font-size: 15px;
	padding: 10px 20px;
	background: #2e3744;
	position: relative;
	z-index: 2;
	margin: 0px;
}

.active-price-table .price-table-title h5{
	background: #008c77;
}

.price-table-title{
	position: relative;
}

.price-table-content{
	margin: 40px 40px;
}

.price-table-element .af-button:focus,
.price-table-element .af-button:active,
.price-table-element .af-button{
	margin-bottom: 40px;
	background: #4b586b;
}

.price-table-element .af-button:hover{
	background: #2e3744;
}

.active-price-table.price-table-element .af-button:focus,
.active-price-table.price-table-element .af-button:active,
.active-price-table.price-table-element .af-button{
	background: #00a591;
}

.active-price-table.price-table-element .af-button:hover{
	background: #008c77;
}

.kc-video-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}

.kc-video-bg .kc-container{
	position: relative;
	z-index: 2;
}

.blogs-element h5{
	margin: 0px;
	margin-bottom: 5px;
}

.blogs-element .top-advert-meta li{
	padding-top: 0px;
}

.blogs-element p{
	margin: 0px;
}

.row-slider-section{
	position: relative;
	overflow: hidden;
}

.row-slider img{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	opacity: 0;
}

.adverts-big-slider .white-block{
	margin: 0px;
}

.adverts-big-slider{
	border-radius: 2px;
	overflow: hidden;
}

.adverts-big-slider img{
	border-radius: 0;
	max-height: 437px;
	object-fit: cover;
}

.adverts-big-slider h5{
	margin: 10px 0px;
}

.adverts-big-slider .owl-nav > .owl-prev{
	left: 10px;
}

.adverts-big-slider .owl-nav > .owl-next{
	right: 10px;
}

.adverts-big-slider .white-block-content{
	position: absolute;
	bottom: 15px;
	left: 0px;
	z-index: 1;
	right: 0;
	background: rgba(255,255,255,0.99);
	padding: 20px 25px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

@media (max-width: 414px){
	.adverts-big-slider .white-block-content{
		position: relative;
		background: #fff;
	}
}

.element-categories-v-list .flex-left > a{
	margin-right: 15px;
}

.element-categories-v-list h5{
	margin: 0px;
	font-size: 15px;
}

.element-categories-v-list svg,
.element-categories-v-list img{
	width: 20px;
	margin-right: 10px;
}

.element-categories-v-list svg{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.element-categories-v-list svg{
	fill: #2d323e;
}

.element-categories-v-list a:hover svg{
	fill: #008c77;
}

.element-categories-v-list a:hover h5{
	color: #00a591;
}

.element-categories-v-list li{
	padding: 0px;
	margin: 0px;
}

.element-categories-v-list li a{
	padding: 20px;
	margin-bottom: 3px;
}

.element-categories-v-list .category-item-count{
	margin: 0px;
}

.round-icon{
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}

.element-categories-tree .af-item-wrap{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.element-categories-tree .owl-nav>div{
	top: calc(50% - 38px);
}

.element-categories-tree .white-block-content{
	position: relative;
	z-index: 2;
	padding: 20px;
	width: 50%;
}

.element-categories-tree .af-item-wrap:after,
.element-categories-tree .af-item-wrap:before{
	position: absolute;
	content: ' ';
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.96), rgba(255,255,255,0));
}

.element-categories-tree .af-item-wrap:before{
	background: #34495e;
	opacity: 0.3;
	z-index: 1;
}

.element-categories-tree{
	font-size: 13px;
}

.element-categories-tree li a,
.element-categories-tree .view-more a{
	color: #aaa;
}

.element-categories-tree li a:hover,
.element-categories-tree .view-more a:hover{
	color: #00a591;
}

.element-categories-tree .view-more{
	font-size: 11px;
	margin-top: 15px;
}

.element-categories-tree h5{
	margin-top: 0px;
}

.element-categories-tree ul{
	padding-left: 10px;
}

.element-categories-tree li{
	padding: 0px;
}

.element-categories-tree .view-more i{
	width: 12px;
	height: 12px;
	color: #00a591;
	font-size: 12px;
	border-radius: 50%;
	text-align: center;
	line-height: 12px;
	margin-left: 0px;
}

.service-icon{
	display: inline-block;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	line-height: 64px;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	flex-shrink: 0;
}

.service{
	margin-bottom: 50px;
}

@media (max-width: 414px){
	.service{
		margin-bottom: 20px;
	}
}

.service h5,
.service p{
	margin: 0px;
}

.service h5{
	margin-bottom: 5px;
}

.service p{
	line-height: 23px;
	opacity: 0.7;
}

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

.service.horizontal .service-icon{
	margin-bottom: 0px;
	margin-right: 15px;
}

.service.horizontal .white-block-content{
	display: flex;
	align-items: center;
}

.service.horizontal.right .white-block-content{
	justify-content: space-between;
}

.service.horizontal.right .service-icon{
	order: 2;
	margin-right: 0px;
}

.service.horizontal.right .service-content{
	order: 1;
}

.hiw-wrapper{
	position: relative;
	z-index: 0;
}

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

.hiw-item.service p{
    color: #999;
}

.hiw-item.service h5{
	margin-bottom: 15px;
}

.hiw-item.service .service-icon{
	margin-bottom: 35px;
}

.hiw-item .service-icon{
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	box-shadow: 0 0 0 10px white;
}

.hiw-item{
	position: relative;
	padding: 20px;
}

.hiw-item:nth-child(3n):before,
.hiw-item:nth-child(2n):before{
    content: " ";
	width: calc(100% + 45px);
    height: calc(50% + 130px);
    top: -52%;
    border: 2px dotted transparent;
    position: absolute;
    border-radius: 50%;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    left: calc(-50% - 23px);
    z-index: -1;
}

.hiw-item:nth-child(3n):before{
	border-top-width: 2px;
	border-bottom-width: 0;
	top: 4%;
}

.hiw-wrapper-2 .hiw-item{
	width: 50%;
}

.hiw-wrapper-3 .hiw-item{
	width: 33.32%;
}

.hiw-wrapper-4 .hiw-item{
	width: 25%;
}

.hiw-wrapper-5 .hiw-item{
	width: 20%;
}

@media (max-width: 414px){
	.hiw-wrapper{
		display: block;
	}

	.hiw-wrapper .hiw-item{
		width: 100%;
	}

	.hiw-wrapper .hiw-item:before{
		content: none;
	}
}

.af-title p{
	font-size: 16px;
	font-family: "Quicksand", sans-serif;
}

.element-locations-wrap{
	margin-right: -15px;
	overflow: hidden;
}

.element-locations-wrap a{
	display: block;
	border-radius: 2px;
	overflow: hidden;
}

.location-title h6,
.location-title p{
	color: #fff;
	margin: 0px;
}

.location-title p{
	opacity: 0.7;
	font-size: 13px;
}

.location-title h6{
	font-size: 17px;
}

.element-locations-wrap > .elem-location-item{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.element-locations-wrap > .elem-location-item:after{
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	border-radius: 0px;
	background: #34495e;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.element-locations-wrap > .elem-location-item:hover:after{
	opacity: 0.3;
}

.element-locations-wrap .location-title{
	position: absolute;
	bottom: 15px;
	left: 20px;
	z-index: 2;
	padding: 12px 20px;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.6);
}

.element-locations-wrap > .elem-location-item{
	width: calc(30% - 15px);
}

.element-locations-wrap > .elem-location-item:hover .location-title{
	background: transparent;
}

.element-locations-wrap.style1 > .elem-location-item:nth-child(4n+2),
.element-locations-wrap.style1 > .elem-location-item:nth-child(4n+3){
	width: calc(70% - 15px);
}

.element-locations-wrap.style2 > .elem-location-item:nth-child(2n+2){
	width: calc(40% - 15px);
}

.element-locations-wrap.style2 > .elem-location-item:nth-child(5n){
	width: calc(20% - 15px);
}

.element-locations-wrap.style3 > .elem-location-item:nth-child(5n+2){
	width: calc(40% - 15px);
}

.element-locations-wrap.style3 > .elem-location-item:nth-child(5n),
.element-locations-wrap.style3 > .elem-location-item:nth-child(5n-1){
	width: calc(50% - 15px);
}

.element-locations-wrap.style4 > .elem-location-item:nth-child(5n-2),
.element-locations-wrap.style4 > .elem-location-item:nth-child(5n-1){
	width: calc(40% - 15px);
}

@media (min-width: 667px){
	.element-locations-wrap.style4 > .elem-location-item:nth-child(5n+1){
		height: 615px;
	}
}

.element-locations-wrap.style5 > .elem-location-item{
	width: calc(33.3333% - 15px);
}

.element-locations-wrap.style5 > .elem-location-item:nth-child(5n+1),
.element-locations-wrap.style5 > .elem-location-item:nth-child(5n+2){
	width: calc(50% - 15px);
}

@media (max-width: 667px){
	.element-locations-wrap > .elem-location-item{
		width: calc(50% - 15px)!important;
	}
}

@media (max-width: 414px){
	.element-locations-wrap > .elem-location-item{
		width: calc(100% - 15px)!important;
	}
}

.location-columns-5{
	columns: 5;
	-moz-columns: 5;
	-webkit-columns: 5;
	-ms-columns: 5;
}

.location-columns-4{
	columns: 4;
	-moz-columns: 4;
	-webkit-columns: 4;
	-ms-columns: 4;
}

.location-columns-3{
	columns: 3;
	-moz-columns: 3;
	-webkit-columns: 3;
	-ms-columns: 3;
}

.location-columns-2{
	columns: 2;
	-moz-columns: 2;
	-webkit-columns: 2;
	-ms-columns: 2;
}

@media (max-width: 684px){
	.element-locations-list{
		columns: 2;
		-moz-columns: 2;
		-webkit-columns: 2;
		-ms-columns: 2;
	}
}

@media (max-width: 414px){
	.element-locations-list{
		columns: 1;
		-moz-columns: 1;
		-webkit-columns: 1;
		-ms-columns: 1;
	}
}

.element-qs{
	position: relative;
}

.element-qs input,
.element-qs .adifier-form{
	border: none;
}

.element-qs input{
	font-family: "Quicksand", sans-serif;
	font-size: 15px;
	font-weight: 400px;
	padding: 20px;
	height: auto;
}

.element-qs .adifier-form a{
	line-height: 60px;
	right: 20px;
}

.element-qs .ajax-form-result{
	position: absolute;
	max-height: 180px;
	width: 100%;
	overflow-y: auto;
	background: #fcfcfc;
	padding: 10px 20px;
	top: calc(100% - 3px);
	left: 0px;
	border-radius: 2px;
	display: none;
	z-index: 999;
}

.element-qs .quick-search-list .qs-img{
	width: 50px;
	margin-right: 10px;
}

.element-qs .quick-search-list h5{
	margin: 0px;
	font-size: 15px;
}

.element-qs .quick-search-list{
	margin: 0px;
}

.element-qs .ajax-form-result .alert-error{
	margin: 10px 0px;
}

.element-categories-transparent-wrap .kc_cat_search{
	background: rgba(0,0,0,0.3);
	text-align: center;
	padding: 15px;
	width: 100%;
	border-radius: 2px;
}

.element-categories-transparent-wrap.owl-carousel .owl-item img,
.element-categories-transparent-wrap.owl-carousel .owl-item svg{
	width: 31px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-radius: none;
	display: inline-block;
}

.element-categories-transparent-wrap svg{
	fill: #008c77;
}

.element-categories-transparent-wrap h5{
	font-size: 13px;
	margin: 0px;
	color: #fff;
	opacity: 0.8;
	line-height: 1;
}

.element-categories-transparent-wrap a:hover{
	background: rgba(0,0,0,.5);
}

.element-categories-transparent-wrap a:hover h5{
	opacity: 1;
}

.element-categories-transparent-wrap .owl-nav>div{
	top: calc(50% - 13px);
}

.element-categories-table{
	flex-wrap: wrap;
	justify-content: flex-start;
}

.element-categories-table > a{
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	padding: 35px;
}

.element-categories-table > a:hover{
	background: #fff;
}

.element-categories-table > a:hover .category-item-count{
	color: #666666;
}

.element-categories-table > a h6{
	margin: 0px;
}

.element-categories-table svg,
.element-categories-table img{
	margin-bottom: 15px;
	max-width: 45px;
}

.element-categories-table svg{
	width: 45px;
	fill: #008c77;
}

.element-categories-table > a:hover h6{
	color: #00a591;
}

.element-categories-table-2 > a{
	width: 50%;
}

.element-categories-table-2 > a:nth-child(2n),
.element-categories-table-3 > a:nth-child(3n),
.element-categories-table-4 > a:nth-child(4n),
.element-categories-table-5 > a:nth-child(5n){
	border-right: none;
}

.element-categories-table-5 > a:nth-last-child(5):not(:nth-child(5n)):not(:nth-child(5n-1)):not(:nth-child(5n-2)):not(:nth-child(5n-3)),
.element-categories-table-5 > a:nth-last-child(4):not(:nth-child(5n)):not(:nth-child(5n-1)):not(:nth-child(5n-2)),
.element-categories-table-5 > a:nth-last-child(3):not(:nth-child(5n)):not(:nth-child(5n-1)),
.element-categories-table-5 > a:nth-last-child(2):not(:nth-child(5n)),
.element-categories-table-5 > a:nth-last-child(1),
.element-categories-table-4 > a:nth-last-child(4):not(:nth-child(4n)):not(:nth-child(4n-1)):not(:nth-child(4n-2)),
.element-categories-table-4 > a:nth-last-child(3):not(:nth-child(4n)):not(:nth-child(4n-1)),
.element-categories-table-4 > a:nth-last-child(2):not(:nth-child(4n)),
.element-categories-table-4 > a:nth-last-child(1),
.element-categories-table-3 > a:nth-last-child(3):not(:nth-child(3n)):not(:nth-child(3n-1)),
.element-categories-table-3 > a:nth-last-child(2):not(:nth-child(3n)),
.element-categories-table-3 > a:nth-last-child(1),
.element-categories-table-2 > a:nth-last-child(2):not(:nth-child(2n)),
.element-categories-table-2 > a:nth-last-child(1){
	border-bottom: none;
}

.element-categories-table-3 > a{
	width: 33.32%;
}

.element-categories-table-4 > a{
	width: 25%;
}

.element-categories-table-5 > a{
	width: 20%;
}

@media (max-width: 768px){
	.element-categories-table-5 > a{
		width: 25%;
	}

	.element-categories-table-5 > a:nth-child(5n){
		border-right: 1px solid #f1f1f1;
	}

	.element-categories-table-5 > a:nth-child(4n){
		border-right: none;
	}

	.element-categories-table-5 > a:nth-last-child(4):not(:nth-child(4n)):not(:nth-child(4n-1)):not(:nth-child(4n-2)),
	.element-categories-table-5 > a:nth-last-child(3):not(:nth-child(4n)):not(:nth-child(4n-1)),
	.element-categories-table-5 > a:nth-last-child(2):not(:nth-child(4n)),
	.element-categories-table-5 > a:nth-last-child(1){
		border-bottom: none;
	}
}

@media (max-width: 684px){
	.element-categories-table > a{
		width: 50%;
	}

	.element-categories-table > a:nth-child(2n){
		border-right: none;
	}

	.element-categories-table-4 > a{
		border-right: 1px solid #f1f1f1;
	}

	.element-categories-table-3 > a:nth-last-child(3):not(:nth-child(3n)):not(:nth-child(3n-1)),
	.element-categories-table-3 > a:nth-last-child(2):not(:nth-child(3n)),
	.element-categories-table-3 > a:nth-last-child(1){
		border-bottom: none;
	}
}

@media (max-width: 414px){
	.element-categories-table > a{
		width: 100%;
		border-right: none;
		border-bottom: none;
	}
}

body .kc_tabs_nav ~ .kc_tab{
	overflow: visible;
	display: none;
}

body .kc_tabs_nav ~ .kc_tab.kc-section-active{
	display: block;
}

.af-interactive-slider{
	position: relative;
}

.af-interactive-item{
	height: 450px;
	overflow: hidden;
}

.af-interactive-slider img{
	max-height: 100%;
}

.af-interactive-slider .owl-dots{
	position: absolute;
	left: 0px;
	bottom: 20px;
}

.af-interactive-slider .flex-right{
	width: 45%;
}

.af-interactive-slider .flex-left{
	width: 55%;
}

.af-interactive-slider .flex-left{
	padding-right: 30px;
}

.af-interactive-slider img{
	position: relative;
	right: -100px;
	opacity: 0;
}

.af-interactive-slider .h1-size{
	font-weight: 400;
	font-size: 45px;
	line-height: 55px;
	opacity: 0;
	position: relative;
	top: -200px;
	margin: 0px;
	margin-bottom: 15px;
}

.af-interactive-slider p{
	font-weight: 700;
	opacity: 0;
	position: relative;
	left: -200px;
}

.af-interactive-slider a{
    color: #fff;
    margin-top: 50px;
    background: #00a591;
    font-weight: 600;
    border-radius: 50px;
	display: inline-block;
	padding: 10px 30px;
	opacity: 0;
	bottom: -100px;
	position: relative;
}

.af-interactive-slider a:hover{
	background: #008c77;
	color: #fff;
}

@media (max-width: 1024px){
	.af-interactive-slider .owl-dots{
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}

@media (max-width: 768px){
	.af-interactive-slider .h1-size{
		font-size: 40px;
		line-height: 50px;
	}

	.af-interactive-slider a{
		margin-top: 30px;
	}
}

@media (max-width: 736px){
	.af-interactive-slider .h1-size{
		font-size: 30px;
		line-height: 40px;
	}

	.af-interactive-slider a{
		margin-top: 20px;
	}
}

@media (max-width: 414px){
	.af-interactive-item .flex-right{
		display: none;
	}

	.af-interactive-item .flex-left{
		text-align: center;
		width: 100%;
		padding: 0px;
	}
}

/* END ELEMENTS */

/* 27. CLOSING SIDEBARS */
.small-sidebar-open{
	display: none;
}

@media (max-width: 1024px){
	.small-sidebar-open{
		display: block;
	}
}

body .small-sidebar-close{
	position: fixed;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.12);
	padding: 0px;
	background: #374252;
	z-index: 13;
	border: none;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}

body .small-sidebar-close[data-target=".navigation-wrap"]{
	background: #fff;
}
/* END CLOSING SIDEBARS */

/* 28. PRINT */
@media print{
	main{
		margin: 0px;
	}
	header,
	.page-title,
	footer,
	.to_top,
	.hide-print,
	.online-status,
	.reveal-phone .description,
	.reveal-phone i{
		display: none;
	}

	.small-flex-swap .col-sm-4{
		order: 2;
	}

	.small-flex-swap .col-sm-8{
		order: 1;
	}

	.white-block{
		margin: 0px;
		margin-bottom: 20px;
	}

	.white-block-title{
		padding: 0px;
		padding-bottom: 10px;
	}

	.white-block-content{
		padding: 0px;
		padding-top: 20px;
	}

	.single-price .white-block-content{
		padding: 20px;
		padding-left: 0px;
	}

	.small-flex-swap .col-sm-4{
		width: calc(40% - 30px);
		margin-right: 30px;
	}

	.small-flex-swap .col-sm-8{
		width: 60%;
	}

	.cf-advert-list li{
		width: calc(100% - 15px);
	}
}
/* END PRINT */

/* QUICK SEARCH */
#quick-search .adifier-form{
	border: none;
}

#quick-search .alert-error{
	margin-top: 15px;
}

#quick-search .modal-header a{
	font-size: 18px;
	line-height: 25px;
}

#quick-search .modal-body{
	padding-bottom: 30px;
}

.quick-search-list{
	margin-top: 15px;
}

.quick-search-list h5{
	margin-bottom: 0px;
}

.quick-search-list .qs-img{
	margin-right: 20px;
	width: 80px;
	height: auto;
	flex-shrink: 0;
}

.quick-search-list li .flex-right{
	width: calc(100% - 95px);
}

.quick-search-list li .flex-right.qs-full-right{
	width: 100%;
}
/* END QUICK SEARCH */

/* COMPARE */
#compare .modal-dialog{
	width: calc(100% - 100px);
}

@media (max-width: 414px){
	#compare .modal-dialog{
		width: calc(100% - 20px);
	}
}

.responsive-table{
	width: 100%;
	overflow: auto;
}

.responsive-table > .fixed-column{
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: auto;
    background: #fff;
}

#compare table{
	margin: 0px;
	margin-bottom: 15px;
}

#compare td{
	width: 300px;
	position: relative;
}

#compare td, #compare th{
	font-size: 13px;
	padding: 13px 15px;
	border: none;
}

#compare td{
	text-align: center;
}

#compare td > div,
#compare td > span{
	display: inline-block;
}

#compare th{
	white-space: nowrap;
	text-align: right;
}

#compare tr:nth-child(even) {
    background-color: #fafafa;
}

#compare tr:nth-child(odd) {
    background-color: #fff;
}

#compare table{
	width: auto;
}

#compare th h6{
	margin: 0px;
	font-size: 15px;
}

#compare .text-overflow{
	width: 300px;
}

a.compare-remove,
a.compare-remove:hover,
a.compare-remove:focus{
	position: absolute;
	top: 0px;
	right: 5px;
	color: #fff;
	background: #ff5a5f;
	border-radius: 50%;
	text-align: center;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.advert-card .compare-add.active,
.compare-add.active,
.compare-add.active:hover,
.compare-add.active:active{
	color: #00a591;
}
/* END COMPARE */

/* UNREAD */
.unread-badge{
	display: inline-block;
	border-radius: 50px;
	padding: 0px 7px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
	background: #ff5a5f;
	text-align: center;
	margin-left: 10px;
}

.account-btn{
	position: relative;
}

.account-btn .unread-badge{
	display: block;
	top: auto;
	width: auto;
	position: absolute;
	right: -5px;
	bottom: -5px;
	margin: 0;
	font-size: 8px;
	padding: 3px 6px;
	line-height: 1;
	height: auto;
}
/* END UNREAD */

/* MORE LESS */
.toggle-more-less{
	font-size: 11px;
	opacity: 0.5;
	margin-left: 25px;
}

.toggle-more-less-wrap{
	padding: 0px;
	margin: 0px;
}

.toggle-more-less:hover{
	opacity: 1;
}

.toggle-more-less i{
	position: relative;
	top: 1px;
	margin-left: 3px;
}

.toggle-more-less.opened i{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.term-hidden{
	display: none;
}

.term-hidden.visible{
	display: block;
}
/* END MORE LESS */

/* LOGOUT CONTACT */
.logout-contact input,
.logout-contact textarea{
	margin-bottom: 15px;
}

.logout-contact textarea{
	min-height: 150px;
	margin-bottom: 5px;
}

.logout-contact .styled-checkbox{
	margin-bottom: 15px;
	font-size: 12px;
}

.logout-contact a{
	width: 100%;
}

.logout-contact .alert-error,
.logout-contact .alert-success{
	padding: 6px 15px;
}

.logout-contact .alert-error,
.logout-contact .alert-success{
	margin-bottom: 15px;
}
/* END LOGOUT CONTACT */

/* adsense */
.gads{
	margin: 75px auto;
	text-align: center;
}
/* END ADSENSE  */

/* TEXT SLIDER */
.af-text-slider .owl-dots{
	margin-top: 10px;
}

.af-text-slider .owl-dot{
	width: 20px;
	height: 3px;
	background: #fff;
	margin-right: 10px;
	display: inline-block;
	opacity: 0.5;
}

.af-text-slider .owl-dot.active{
	opacity: 1;
}
/* END TEXT SLIDER */

/* SLIDER BG TEXT */
.af-slider-bg-text-item{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 200px 0px;
}

.af-slider-bg-text-caption{
	max-width: 50%;
	margin: 0px auto
}

.af-slider-bg-text-caption p{
	margin-top: 40px;
}
/* END SLIDER BG TEXT */
/* children taxonomy */
.taxonomy-children-toggle{
	font-size: 30px;
}

.taxonomy-children-toggle.open{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.taxonomy-children{
	display: none;
}

.taxonomy-children .af-item-wrap{
	border: 1px solid #eee;
	margin-top: 30px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 10px;
	text-align: center;
}
/* END CHILDREN TAXONOMY */

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.single-slider.owl-carousel {
  max-height: 450px;
  border: 1px solid  #ccc;
  background: #efefef;
}
.single-slider.owl-carousel .owl-item {
  overflow: hidden;
  -webkit-touch-callout:default;
}
.lg-outer.lg-visible .lg-current .lg-object.lg-image{
  -webkit-touch-callout:default;
  -webkit-user-select: all;
}
.single-slider.owl-carousel .owl-item img, .single-slider.owl-carousel .owl-item video {
    text-align: center;
    margin: 0px auto;
}
@media (min-width: 1024px){
  .single-slider.owl-carousel .owl-item img, .single-slider.owl-carousel .owl-item video {
    width: auto !important;
    height: 450px !important;
  }
}
@media (min-width: 768px and max-width: 1024px){
  .single-slider.owl-carousel {
    max-height: 300px;
    border: 1px solid  #ccc;
  }
  .single-slider.owl-carousel .owl-item img, .single-slider.owl-carousel .owl-item video {
    width: auto !important;
    height: 300px !important;
  }
}
@media (max-width: 768px){
  .single-advert-media {
    height: 200px;
  }
  .single-slider.owl-carousel {
    max-height: 200px;
    border: 1px solid  #ccc;
  }
  .single-slider.owl-carousel .owl-item img {
    width: auto !important;
    height: 200px !important;
  }
}

.single-advert .cf-lbl-type, .single-advert .cf-lbl-actionable {display:none;}
.af-button.filter-adverts {
  position: relative;
  padding: 0px 20px;
}
.af-button.filter-adverts i{
    position: absolute;
    left: 5px;
    top: 10px;
    margin: 0px;
}

#div_loading.adifier-overlay-loader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.7);
  z-index: 20;
  margin: 0px;
}
#div_loading.adifier-overlay-loader .icon-loader{
  color: #fff;
  text-align: center;
  font-size: 36px;
}

/*.ads-orders-filters {
  margin-bottom: 20px;
}*/

/* added start by : SAM : 05-JAN-2021 */
#div_loading {margin-top: 15px;}
#div_loading .af-button:not(.to_top) i {margin-left: 0px;}
#div_loading .af-button i.aficon-circle-notch {margin-right: 10px;display: none;}
#div_loading.loader .af-button i.aficon-circle-notch { display: inline-block;}
#div_loading .spin-icon-loader, #div_loading.adifier-overlay-loader .btn-load-more{display: none;}
#div_loading.adifier-overlay-loader .spin-icon-loader, #div_loading .btn-load-more{display: inline-block;}
#div_loading .btn-load-more.load-finish {display:none;}
.lds-ellipsis {display: inline-block;position: relative;width: 60px;height: 35px;}
.lds-ellipsis span {position: absolute;bottom: 0px;width: 10px;height: 10px;border-radius: 50%;background: currentColor;animation-timing-function: cubic-bezier(0, 1, 1, 0);}
.lds-ellipsis span:nth-child(1) {left: 0px;animation: lds-ellipsis1 0.6s infinite;}
.lds-ellipsis span:nth-child(2) {left: 0px;animation: lds-ellipsis2 0.6s infinite;}
.lds-ellipsis span:nth-child(3) {left: 20px; animation: lds-ellipsis2 0.6s infinite;}
.lds-ellipsis span:nth-child(4) {left: 42px; animation: lds-ellipsis3 0.6s infinite;}
}
@keyframes lds-ellipsis1 {
  0% {transform: scale(0);}
  100% {transform: scale(1);}
}
@keyframes lds-ellipsis3 {
  0% {transform: scale(1);}
  100% {transform: scale(0);}
}
@keyframes lds-ellipsis2 {
  0% {transform: translate(0, 0);}
  100% {transform: translate(24px, 0);}
}
.lds-facebook {display: inline-block; display: none;position: relative;width: 60px;height: 35px;}
.lds-facebook span {display: inline-block;/*position: absolute;left: 8px;*/width: 10px;margin-right: 5px;background: currentColor;animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;}
.lds-facebook span:nth-child(1) {/*left: 8px;*/animation-delay: -0.18s;}
.lds-facebook span:nth-child(2) {/*left: 32px;*/animation-delay: -0.09s;}
.lds-facebook span:nth-child(3) {/*left: 56px;*/animation-delay: 0;}
@keyframes lds-facebook {
  0% {/*top: 8px;*/height: 15px;}
  50%, 100% {/*top: 10px;*/height: 10px;}
}
/* added end by : SAM : 05-JAN-2021 */

.single-slider.owl-carousel .owl-stage, .single-slider.owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.plate {
	background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 130px;
    padding: 20px;
	font-size:20px;
	font-weight:900;
}
.single-advert .plate {
  height: 200px;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  padding: 0px;
}

.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}
.input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}
.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}
.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}
.form-inline .input-group{display:inline-table;vertical-align:middle}
.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}
.form-inline .input-group>.form-control{width:100%}
.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}
.form-inline .input-group .input-group-addon {padding:0px;}
.form-inline .input-group .cmb_text_small{padding-left:5px;}
.input-group-addon.no-bg {
background: transparent;
border: none;
border-bottom: 2px solid #f1f1f1;
}
.input-group-addon.no-bg input {border: none;}
.icon-cart {
  background: url('images/shopping-cart.png') no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: cover;
}
.process-cart span {display:none;}
.process-cart .icon-add-cart {
  width: 14px;
  height: 14px;
  background: url('images/add-to-cart.png') no-repeat;
  display: inline-block;
  background-size: cover;
 }
 .process-cart .processing.icon-add-cart {
   background: none;
 }

 .toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}
 .toast-message a,.toast-message label{color:#FFF}
 .toast-message a:hover{color:#CCC;text-decoration:none}
 .toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}
 .toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}
 .rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}
 .toast-top-center{top:0;right:0;width:100%}
 .toast-bottom-center{bottom:0;right:0;width:100%}
 .toast-top-full-width{top:0;right:0;width:100%}
 .toast-bottom-full-width{bottom:0;right:0;width:100%}
 .toast-top-left{top:12px;left:12px}
 .toast-top-right{top:12px;right:12px}
 .toast-bottom-right{right:12px;bottom:12px}
 .toast-bottom-left{bottom:12px;left:12px}
 #toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;/*opacity:.8;*/-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
 .toast-top-center {
  top: 40%;
  margin: 0 auto;
  /* left: 50%; */
}


table.table {
    width: 100%;
    border: 1px solid #D0D0D0;
}
td.t-data {
    border: 1px solid #D2D2D2;
    padding: 10px !important;
	color:#000;
	vertical-align: middle !important;
	    font-size: 1em !important;
}
th.t-head {
	background: #F1F1F1;
  color: #FFFFFF;
  font-size: 1em !important;
  padding: 0.6em !important;
  border: 1px solid #D2D2D2 !important;
}

table.table.my-cart-table td .Aimage{
  float: left;
  width: 80px;
  margin-right: 10px;
}
table.table.my-cart-table td .cart-content{
  text-align: left;
  display: flex;
}
table.table.my-cart-table td .cart-content .tbl-cell{
  display: inline-block;
  width: 70%;
}
table.table.my-cart-table td .cart-content .tbl-cell.pricebox {
  width: 30%;
  text-align: right;
}
table.table.my-cart-table td .cart-content, table.table.my-cart-table td .cart-content .tbl-cell.pricebox .price{
  font-size: 13px;
}
/*table.table.my-cart-table td .cart-content select {
   border-color: #ccc;
   border-radius: 5px
}*/
.d-block {
  width: 100%;
}

/*Added By AJ*/
.aj-status-review{
	border: 1px solid; 
	background-color: yellow;
	padding: 5px;
	border-radius: 10px;
}
.aj-scroll{
	/*overflow-x: scroll;*/
}
.aj-status-alert{
	background-color: red;
	padding: 5px;
	border-radius: 10px;
}
.cart-heading{
	    position: relative;
	    min-height: 1px;
	    padding-left: 15px;
	    padding-right: 15px;
}
*{
    margin: 0;
    padding: 0;
}
.rate {
    float: left;
    height: 46px;
    /*padding: 0 10px;*/
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ff4321;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #ff4321;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #ff4321;
}

@media (max-width: 768px){

	.white-block-content {
	    padding: 0px;
	}
	.orderlistatag{
		word-wrap: break-word;
		width: 75px;
		margin-top: -16px;
	}
	table td, table th{
		padding: 5px 5px;
	}
}
/*toster css added by aj*/
.toast-top-center{ 
	margin:0px 0px !important;
}
.toast {
	opacity: 0.9 !important;
	font-size: 14px !important;
	background-color: rgb(0,0,0, 0.9) !important;
}
/*#toast-container>div{
	opacity: 0.9 !important;
	font-size: 14px !important;
	background-color: rgb(0,0,0, 0.9) !important;
}*/
#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div{
	opacity: 0.9 !important;
}
.aj-review{
	margin:15px 0px;
}
.aj-button-force{
	border-radius: 0% !important;
	width: auto !important;
	height: auto !important;;
	line-height: auto !important;;
	background: #ff4321 !important;
	text-align: center !important;
	font-size: 12px !important;
	padding: 0px 10px;
	color: #fff !important;
}