<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');

/*=============================================
=            CSS Index            =
=============================================

    -&gt; Default styles
    -&gt; Header
    -&gt; Footer
    -&gt; Sidebar
    -&gt; Container
    -&gt; Button
    -&gt; Scroll top
    -&gt; Search overlay
    -&gt; Section title
    -&gt; Category
    -&gt; Banner
    -&gt; Section space
    -&gt; Brand
    -&gt; Call to action
    -&gt; Deal counter
    -&gt; Instagram 
    -&gt; Breadcrumb
    -&gt; Slider
    -&gt; Backgrounds
    -&gt; Product
    -&gt; Quick view
    -&gt; Contact form
    -&gt; Testimonial
    -&gt; Google map
    -&gt; Accordion
    -&gt; Pagination
    -&gt; Newsletter
    -&gt; Progressbar
    -&gt; About us
    -&gt; Service
    -&gt; Contact us
    -&gt; Shop
    -&gt; Blog
    -&gt; Login register
    -&gt; Order tracking
    -&gt; Cart
    -&gt; Checkout


/*=====  End of CSS Index  ======*/

/*=============================================
=            Theme default CSS            =
=============================================*/
.wp-button {
    background: #4ac959 !important;
    color: #FFF !important;
    border: 2px solid transparent !important;
}
.wp-button i{
	padding-right:5px;
	font-size:18px;
}
.wp-button:hover {
border: 2px solid #4ac959 !important;
    color: #4ac959 !important;
    background: none !important;
    
}
/*-- Google Font --*/
.single-category-bg{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 0.2);
	z-index: 99;
}
.rev-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgb(0 0 0 / 0.2);
}
.w100{
	width:100%;
}
*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.z-999{
	z-index: 999;
}
html,
body {
	height: 100%;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	visibility: visible;
	color: #eaeaea;
	background-color: #fff;
}

body.active-body-search-overlay {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	margin-top: 0;
	color: #333;
}

h1 {
	font-size: 36px;
	line-height: 42px;
}

h2 {
	font-size: 30px;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

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

h5 {
	font-size: 14px;
	line-height: 18px;
}

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

p:last-child {
	margin-bottom: 0;
}

a,
button {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

a,
button,
img,
input,
span {
	-webkit-transition: all .1s ease 0s;
	transition: all .1s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:hover {
	-webkit-transition: .3s;
	transition: .3s;
	text-decoration: none;
}

button,
input[type='submit'] {
	cursor: pointer;
}

ul {
	margin: 0;
	padding: 0;
	list-style: outside none none;
}

/*-- Tab Content &amp; Pane Fix --*/

.tab-content {
	width: 100%;
}

.tab-content .tab-pane {
	display: block;
	visibility: hidden;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	opacity: 0;
}

.tab-content .tab-pane.active {
	visibility: visible;
	overflow: visible;
	height: auto;
	opacity: 1;
}

select {
	padding-right: 15px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' version=\'1.1\' height=\'10px\' width=\'15px\'%3E%3Ctext x=\'0\' y=\'10\' fill=\'black\'%3E%E2%96%BE%3C/text%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: 95% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*----------  default settings slick slider  ----------*/

.slick-slide &gt; div &gt; div {
	vertical-align: middle;
}

/*----------  Sharp border tippyjs theme  ----------*/

/* If `animateFill: true` (default) */

.tippy-tooltip.sharpborder-theme .tippy-backdrop {
	font-weight: 400;
	color: #fff;
	background-color: #383838;
}

/* If `animateFill: false` */

.tippy-tooltip.sharpborder-theme {
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 8px 10px;
	white-space: nowrap;
	color: #fff;
	border-radius: 0;
	background: #383838;
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
}

/* If `animateFill: true` (default) */

.tippy-tooltip.roundborder-theme .tippy-backdrop {
	font-weight: 400;
	color: #fff;
	background-color: #383838;
}

/* If `animateFill: false` */

.tippy-tooltip.roundborder-theme {
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 8px 10px;
	white-space: nowrap;
	color: #fff;
	background: #383838;
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
}

/*=============================================
=            Header            =
=============================================*/

/* header offset sticker */

.header-offer-sticker {
	background-color: #aaa;
}

.header-offer-sticker p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 38px;
	color: #fff;
}

.header-offer-sticker p a {
	margin-left: 5px;
	text-decoration: underline;
}

.header-offer-sticker p a:hover {
	color: #fff;
}

.header-top-content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* header top dropdown */

.header-top-dropdown {
	position: relative;
	padding: 0 15px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.header-top-dropdown:hover &gt; .header-top-dropdown__list {
	visibility: visible;
	opacity: 1;
}

.header-top-dropdown &gt; a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	display: block;
	padding: 7px 0;
	color: #666;
}

.header-top-dropdown &gt; a:hover {
	color: #87b11d;
}

.header-top-dropdown &gt; a i {
	font-size: 12px;
}

.header-top-dropdown__list {
	position: absolute;
	z-index: 99;
	top: calc(100% + 2px);
	left: 0;
	visibility: hidden;
	min-width: 150px;
	padding: 10px 0;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.header-top-dropdown__list li {
	-webkit-transition: .3s;
	transition: .3s;
}

.header-top-dropdown__list li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	line-height: 1;
	display: block;
	padding: 8px 15px;
	color: #666;
}

.header-top-dropdown__list li:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.header-top-dropdown__list li:hover a {
	color: #87b11d;
}

/* header navigation top */

.header-navigation-top {
	border-bottom: 1px solid #eee;
}

.header-top-content-wrapper .header-contact-info-wrapper {
	margin-left: 20px;
}

/* header */

.header-area--one {
	background-color: #fff;
}

.header-area--default--white {
	background-color: #fff;
}

.header-area--default--transparent {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

.header-area--default--transparent .header-mobile-navigation {
	border-bottom: 0;
}

.header-area--default--transparent.is-sticky {
	background-color: #fff;
}

.header-area--default--transparent.is-sticky .header-navigation-area .header-info-wrapper .header-logo img:nth-child(1) {
	display: block;
}

.header-area--default--transparent.is-sticky .header-navigation-area .header-info-wrapper .header-logo img:nth-child(2) {
	display: none;
}

.header-area--default--transparent.is-sticky .account-dropdown {
	display: none;
}

.header-area--default--transparent .header-navigation-area .header-info-wrapper .header-logo img:nth-child(1) {
	display: none;
}

.header-info-area {
	padding: 50px 0;
}

/* heaer sticky */

.header-sticky.is-sticky {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.header-sticky.is-sticky .header-navigation-top {
	display: none;
}

.header-sticky.is-sticky .header-navigation-wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.header-sticky.is-sticky .header-info-area {
	display: none !important;
}

.header-sticky.is-sticky .header-info-wrapper--alt-style .header-navigation-wrapper nav &gt; ul &gt; li &gt; a {
	padding-top: 30px;
	padding-bottom: 30px;
}

.header-sticky.is-sticky .header-info-wrapper--alt-style .header-navigation-wrapper nav &gt; ul &gt; li &gt; a:before {
	bottom: 25px;
}

.header-sticky.is-sticky .header-logo--sticky {
	display: block;
}

.header-sticky.is-sticky .header-icon-area--sticky {
	display: block;
}

.header-sticky.is-sticky .header-navigation-area--extra-space {
	padding: 0;
}

.header-sticky.is-sticky .header-navigation-area nav &gt; ul &gt; li &gt; a {
	padding: 30px 0;
}

.header-sticky.is-sticky .header-navigation-area nav &gt; ul &gt; li &gt; a:before {
	bottom: 25px;
}

.header-sticky.is-sticky .header-navigation-area nav &gt; ul &gt; li &gt; a:after {
	right: -15px;
}

.header-sticky.is-sticky .header-icon__list__item &gt; a {
	padding: 30px 0;
}

.header-sticky.is-sticky .header-icon__list__item &gt; a span.item-count {
	top: 30px;
}

.header-sticky.is-sticky .header-icon__list__item:hover .minicart-wrapper {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header-sticky.is-sticky .account-dropdown &gt; a {
	padding-top: 30px;
	padding-bottom: 30px;
}

.header-sticky.is-sticky .minicart-wrapper {
	top: 105%;
}

/* header info area */

.header-info-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-info-wrapper--alt-style .header-logo {
	-webkit-flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}

.header-info-wrapper--alt-style .header-navigation-wrapper {
	-webkit-flex-basis: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

.header-info-wrapper--alt-style .header-navigation-wrapper nav &gt; ul &gt; li &gt; a {
	color: #111;
}

.header-info-wrapper--alt-style .header-icon-area {
	-webkit-flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}

.header-contact-info {
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.header-contact-info__list li {
	display: inline-block;
	margin-right: 25px;
}

.header-contact-info__list li i {
	font-size: 14px;
	margin-right: 5px;
}

.header-contact-info__list li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #666;
}

.header-contact-info__list li a:hover {
	color: #87b11d;
}

.header-contact-info__list li:last-child {
	margin-right: 0;
}

/* header logo */

.header-logo {
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.header-logo--sticky {
	display: none;
}

/* header icon area */

.header-icon-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-icon-area--sticky {
	display: none;
}

.header-icon-area .account-dropdown {
	position: relative;
	display: inline-block;
	margin-right: 35px;
}

.header-icon-area .account-dropdown:hover &gt; .account-dropdown__list {
	visibility: visible;
	opacity: 1;
}

.header-icon-area .account-dropdown &gt; a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	display: block;
	color: #666;
}

.header-icon-area .account-dropdown &gt; a:hover {
	color: #87b11d;
}

.header-icon-area .account-dropdown &gt; a i {
	font-size: 12px;
}

.header-icon-area .account-dropdown__list {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: -20%;
	visibility: hidden;
	min-width: 150px;
	padding: 10px 0;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.header-icon-area .account-dropdown__list li {
	-webkit-transition: .3s;
	transition: .3s;
}

.header-icon-area .account-dropdown__list li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	line-height: 1;
	display: block;
	padding: 8px 15px;
	color: #666;
}

.header-icon-area .account-dropdown__list li:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.header-icon-area .account-dropdown__list li:hover a {
	color: #87b11d;
}

/* header icon */

.header-icon {
	display: inline-block;
}

.header-icon__list { /* white icon style  */
}

.header-icon__list li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.header-icon__list li:hover .minicart-wrapper {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.header-icon__list li:last-child {
	margin-right: 0;
}

.header-icon__list li &gt; a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	position: relative;
	color: #111;
}

.header-icon__list li &gt; a &gt; .item-count {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 16px;
	height: 16px;
	text-align: center;
	color: #111;
	border-radius: 50%;
	background-color: #87b11d;
}

.header-icon__list--white-icon li &gt; a {
	color: #fff;
}

/* minicart */

.minicart-wrapper {
	position: absolute;
	z-index: 999;
	top: 120%;
	right: 0;
	visibility: hidden;
	width: 320px;
	padding: 20px;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
}

.minicart-wrapper__buttons {
	margin-bottom: 25px;
}

.minicart-wrapper__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #111;
	border-bottom: 1px solid #eee;
}

.minicart-wrapper__items {
	position: relative;
	overflow: auto;
	max-height: 400px;
}

.minicart-wrapper__items .ps__thumb-y {
	width: 2px;
}

.minicart-wrapper__items .ps__thumb-y:hover {
	width: 3px;
}

.minicart-wrapper__items .ps__rail-y {
	width: 3px;
}

.minicart-wrapper__items__single {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.minicart-wrapper__items__single .close-icon {
	position: absolute;
	top: 0;
	right: 5px;
}

.minicart-wrapper__items__single .close-icon:hover {
	color: #87b11d;
}

.minicart-wrapper__items__single .close-icon i {
	font-size: 20px;
}

.minicart-wrapper__items__single .image {
	margin-right: 15px;
}

.minicart-wrapper__items__single .content .product-title {
	margin-right: 20px;
	margin-bottom: 10px;
}

.minicart-wrapper__items__single .content .product-title a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #111;
}

.minicart-wrapper__items__single .content .product-title a:hover {
	color: #87b11d;
}

.minicart-wrapper__items__single .content .product-calculation .count {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	color: #666;
}

.minicart-wrapper__items__single .content .product-calculation .price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #d92523;
}

.minicart-wrapper__items__single .content .wishlist-cart-icon {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	color: #666;
}

.minicart-wrapper__subtotal {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #222;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.minicart-wrapper__subtotal span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 29px;
	float: right;
	color: #d92523;
}

.minicart-wrapper__featuretext {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #666;
}

/* navigation area */

.header-navigation-area--dark {
	background-color: #222;
}

.header-navigation-area--white {
	background-color: #fff;
}

.header-navigation-area--extra-space {
	padding: 20px 0;
}

.header-navigation-wrapper nav &gt; ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-navigation-wrapper nav &gt; ul &gt; li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

.header-navigation-wrapper nav &gt; ul &gt; li.has-children &gt; a {
	position: relative;
	padding-right: 10px;
}

.header-navigation-wrapper nav &gt; ul &gt; li.has-children &gt; a:after {
	font-family: 'Pe-icon-7-stroke';
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: -5px;
	content: '\e688';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .6;
}

.header-navigation-wrapper nav &gt; ul &gt; li.active &gt; a:before {
	width: 100%;
}

.header-navigation-wrapper nav &gt; ul &gt; li:last-child {
	margin-right: 0;
}

.header-navigation-wrapper nav &gt; ul &gt; li:last-child .submenu--column-3 {
	-webkit-transform: translate(-400px, 20px);
	-ms-transform: translate(-400px, 20px);
	transform: translate(-400px, 20px);
}

.header-navigation-wrapper nav &gt; ul &gt; li:last-child:hover .submenu--column-3 {
	-webkit-transform: translate(-400px, 0);
	-ms-transform: translate(-400px, 0);
	transform: translate(-400px, 0);
}

.header-navigation-wrapper nav &gt; ul &gt; li &gt; a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	position: relative;
	display: block;
	padding: 20px 0;
	letter-spacing: 1px;
	color: #fff;
	text-transform:uppercase;
}

.header-navigation-wrapper nav &gt; ul &gt; li &gt; a:before {
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 0;
	height: 2px;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #87b11d;
}

.header-navigation-wrapper nav &gt; ul &gt; li:hover &gt; a {
	color: #7ba01b;
}

.header-navigation-wrapper nav &gt; ul &gt; li:hover &gt; a:before {
	width: 100%;
}

.header-navigation-wrapper nav &gt; ul &gt; li:hover .submenu {
	visibility: visible;
	-webkit-transform: translate(-20px, 0);
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	opacity: 1;
}

.header-navigation-wrapper nav &gt; ul &gt; li:hover .submenu--column-3 {
	-webkit-transform: translate(-250px, 0);
	-ms-transform: translate(-250px, 0);
	transform: translate(-250px, 0);
}

/* submenu */

.submenu {
	position: absolute;
	z-index: 1001;
	top: 100%;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-20px, 20px);
	-ms-transform: translate(-20px, 20px);
	transform: translate(-20px, 20px);
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, .29);
	box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, .29);
}

.submenu--home-variation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 750px;
	padding: 60px 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.submenu--home-variation__item {
	-webkit-flex-basis: 27%;
	-ms-flex-preferred-size: 27%;
	flex-basis: 27%;
}

.submenu--home-variation__item:nth-child(1n+4) {
	margin-top: 60px;
}

.submenu--home-variation__item__title {
	margin-bottom: 12px;
}

.submenu--home-variation__item__title a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
	color: #111;
}

.submenu--home-variation__item__title a:hover {
	color: #87b11d;
}

.submenu--home-variation__item__image {
	-webkit-transition: .3s;
	transition: .3s;
}

.submenu--home-variation__item__image img {
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
}

.submenu--home-variation__item__image img:hover {
	-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .3);
}

.submenu--column-1 {
	min-width: 250px;
	padding: 30px;
}

.submenu--column-1 &gt; li {
	margin-top: 20px;
}

.submenu--column-1 &gt; li.has-children {
	position: relative;
}

.submenu--column-1 &gt; li.has-children &gt; .submenu--column-1 {
	position: absolute;
	top: -30%;
	right: auto;
	left: 120%;
	visibility: hidden !important;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0 !important;
}

.submenu--column-1 &gt; li.has-children &gt; a {
	position: relative;
}

.submenu--column-1 &gt; li.has-children &gt; a:after {
	font-family: 'Pe-icon-7-stroke';
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e684';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.submenu--column-1 &gt; li.has-children:hover &gt; .submenu--column-1 {
	visibility: visible !important;
	opacity: 1 !important;
}

.submenu--column-1 &gt; li:nth-child(1) {
	margin-top: 0;
}

.submenu--column-1 &gt; li &gt; a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #111;
}

.submenu--column-1 &gt; li &gt; a::before {
	position: absolute;
	top: 50%;
	left: -15px;
	width: 0;
	height: 1px;
	margin-right: 5px;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	background-color: #87b11d;
}

.submenu--column-1 &gt; li:hover &gt; a {
	padding-left: 5px;
	color: #87b11d;
}

.submenu--column-1 &gt; li:hover &gt; a:before {
	width: 14px;
	opacity: 1;
}

.submenu--column-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 860px;
	padding: 60px 50px;
	-webkit-transform: translate(-250px, 20px);
	-ms-transform: translate(-250px, 20px);
	transform: translate(-250px, 20px);
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.submenu--column-3 &gt; li {
	padding-right: 30px;
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.submenu--column-3 &gt; li:last-child {
	padding-right: 0;
}

.submenu--column-3 &gt; li.megamenu-image {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.submenu--column-3 &gt; li &gt; ul &gt; li {
	margin-top: 20px;
}

.submenu--column-3 &gt; li &gt; ul &gt; li.megamenu-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	margin-top: 0;
	margin-bottom: 12px;
	padding-bottom: 24px;
	color: #212121;
	border-bottom: 1px solid #eee;
}

.submenu--column-3 &gt; li &gt; ul &gt; li:nth-child(2) {
	margin-top: 0;
}

.submenu--column-3 &gt; li &gt; ul &gt; li &gt; a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #111;
}

.submenu--column-3 &gt; li &gt; ul &gt; li &gt; a:hover {
	color: #87b11d;
}

.header-mobile-navigation {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

/* mobile menu */

.mobile-menu-icon {
	color: #111;
}

.mobile-menu-icon i {
	font-size: 20px;
}

.mobile-menu-icon:hover {
	color: #111;
}

/* offcanvas mobile menu */

.offcanvas-widget-area {
	margin-top: auto;
	margin-bottom: 35px;
}

.off-canvas-contact-widget {
	margin-bottom: 20px;
}

.offcanvas-mobile-menu {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 400px;
	height: 100vh;
	padding-left: 60px;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.offcanvas-mobile-menu.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.offcanvas-mobile-menu.inactive {
	-webkit-transform: translateX(calc(100% + 60px));
	-ms-transform: translateX(calc(100% + 60px));
	transform: translateX(calc(100% + 60px));
}

.offcanvas-menu-close {
	font-size: 30px;
	line-height: 60px;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	background: #343538;
}

.offcanvas-menu-close:hover,
.offcanvas-menu-close:focus {
	color: #fff;
}

.offcanvas-menu-close i {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.offcanvas-menu-close:hover i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.offcanvas-wrapper {
	overflow: auto;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
}

.offcanvas-mobile-search-area {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: calc(100% - 60px);
	margin-left: 60px;
	padding: 10px;
	background-color: #e6e6e6;
}

.offcanvas-mobile-search-area input {
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 9px 25px;
	color: #222;
	border: none;
	background: #e6e6e6;
}

.offcanvas-mobile-search-area button {
	position: absolute;
	top: 50%;
	right: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #aaa;
	border: none;
	background: none;
}

.offcanvas-mobile-search-area button i {
	font-size: 18px;
	line-height: 40px;
}

.offcanvas-inner-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 90px 35px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.offcanvas-naviagtion {
	margin-bottom: 50px;
}

.offcanvas-naviagtion &gt; ul &gt; li &gt; a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	padding: 10px 0;
	color: #111;
}

.offcanvas-naviagtion &gt; ul &gt; li &gt; a:hover {
	color: #87b11d;
}

.offcanvas-naviagtion ul.sub-menu {
	margin-left: 25px;
}

.offcanvas-naviagtion ul.sub-menu &gt; li &gt; a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 0;
	color: #111;
}

.offcanvas-naviagtion ul.sub-menu &gt; li &gt; a:hover {
	color: #87b11d;
}

.offcanvas-naviagtion ul li.menu-item-has-children {
	position: relative;
	display: block;
}

.offcanvas-naviagtion ul li.menu-item-has-children a {
	display: block;
}

.offcanvas-naviagtion ul li.menu-item-has-children.active &gt; .menu-expand i:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand {
	line-height: 50px;
	position: absolute;
	top: -5px;
	right: auto;
	left: 95%;
	width: 30px;
	height: 50px;
	cursor: pointer;
	text-align: center;
}

.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand i {
	position: relative;
	display: block;
	width: 10px;
	margin-top: 25px;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	border-bottom: 1px solid;
}

.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand i:before {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	content: '';
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	border-bottom: 1px solid;
}

.off-canvas-widget-social a {
	margin: 0 15px;
}

.off-canvas-widget-social a:first-child {
}

.off-canvas-widget-social a:hover {
	color: #87b11d;
}

/*=====  End of Header  ======*/

/*=============================================
=            footer            =
=============================================*/

.footer-navigation-area {
	padding-top: 100px;
	padding-bottom: 35px;
	background-color: #111;
}

.footer-copyright-area {
	padding: 30px 0;
	background-color: #333;
}

.footer-copyright-area--two {
	padding: 50px 0;
	background-color: #fff;
}

.copyright-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #999;
}

.copyright-text a {
	color: #87b11d;
}

.copyright-text a:hover {
	color: #fff;
}

.copyright-text--two {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
	color: #868686;
}

.copyright-text--two a {
	font-weight: 600;
}

.copyright-text--two a:hover {
	opacity: .85;
	color: #87b11d;
}

.footer-widget {
	margin-bottom: 60px;
}

.footer-widget--two {
	margin-bottom: 30px;
}

.footer-widget__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin-top: -5px;
	margin-bottom: 15px;
	color: #fff;
}

.footer-widget__title:after {
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 15px;
	content: '';
	background-color: #333;
}

.footer-widget__text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 25px;
	color: #eaeaea;
}

.footer-widget__text--two {
	margin-right: 20px;
}

.footer-widget__navigation ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding: 5px 0;
	color: #eaeaea;
}

.footer-widget__navigation ul li a:hover {
	color: #fff;
}

.footer-widget__social-links {
	display: inline-block;
}

.footer-widget__social-links li {
	display: inline-block;
	padding-right: 20px;
}

.footer-widget__social-links li a {
	display: block;
	padding: 5px 0;
	color: #eaeaea;
}

.footer-widget__social-links li a:hover {
	color: #fff;
}

.footer-widget__social-links--dark li a {
	color: #111;
}

.footer-widget__social-links--dark li a:hover {
	color: #87b11d;
}

.footer-widget__newsletter-form {
	position: relative;
	width: 90%;
	height: 50px;
}

.footer-widget__newsletter-form input {
	font-size: 14px;
	width: 100%;
	height: 100%;
	padding: 9px 25px;
	padding-right: 160px;
	color: #222;
	border: none;
	background: #f7f7f7;
}

.footer-widget__newsletter-form button {
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 20px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	border: 1px solid #aaa;
	background-color: #aaa;
}

.footer-widget__newsletter-form button:hover {
	border-color: #87b11d;
	background-color: #87b11d;
}

.mailchimp-alerts {
	color: #fff;
}

.mailchimp-alerts--dark {
	color: #111;
}

.mailchimp-alerts a {
	color: #fff;
}

.mailchimp-alerts a:hover {
	color: #87b11d;
}

.footer-newsletter-area {
	padding-top: 100px;
	padding-bottom: 85px;
	background-color: #f7f7f7;
}

.footer-newsletter-widget__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 25px;
	color: #000;
}

.footer-newsletter-widget__title:after {
	display: block;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	margin-top: 15px;
	content: '';
	background-color: #ccc;
}

.footer-newsletter-widget__text {
	margin-bottom: 50px;
}

.footer-newsletter-widget__form-wrapper {
	margin-bottom: 15px;
}

.footer-newsletter-widget__form-wrapper input {
	font-size: 16px;
	font-style: italic;
	width: 100%;
	max-width: 670px;
	height: 44px;
	margin-right: 25px;
	padding: 9px 15px;
	color: #202020;
	border-width: 0;
	border-color: #ccc;
	border-bottom-width: 1px;
	background: none;
}

.footer-newsletter-widget__form-wrapper input:focus {
	border-color: #111;
}

/*=====  End of blue page style  ======*/

/*=============================================
=            Sidebar            =
=============================================*/

.single-sidebar-widget {
	margin-bottom: 50px;
}

.single-sidebar-widget:last-child {
	margin-bottom: 0;
}

.single-sidebar-widget__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 30px;
	color: #111;
}

.single-sidebar-widget__title:after {
	display: block;
	width: 100px;
	height: 2px;
	margin-top: 25px;
	content: '';
	background-color: #ddd;
}

.single-sidebar-widget__title--extra-space {
	margin-bottom: 35px;
}

.single-sidebar-widget__dropdown &gt; li {
	line-height: 1;
	border-top: 1px solid #eee;
}

.single-sidebar-widget__dropdown &gt; li.has-children {
	position: relative;
}

.single-sidebar-widget__dropdown &gt; li.has-children.active &gt; i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.single-sidebar-widget__dropdown &gt; li.has-children &gt; i {
	line-height: 40px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
}

.single-sidebar-widget__dropdown &gt; li.has-children &gt; .sub-menu {
	display: none;
	padding-left: 35px;
	border-top: 1px solid #eee;
}

.single-sidebar-widget__dropdown &gt; li.has-children &gt; .sub-menu &gt; li {
	border-bottom: 1px solid #eee;
}

.single-sidebar-widget__dropdown &gt; li.has-children &gt; .sub-menu &gt; li:last-child {
	border-bottom: 0;
}

.single-sidebar-widget__dropdown &gt; li.has-children:first-child i {
	top: -10px;
}

.single-sidebar-widget__dropdown &gt; li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	padding: 15px 0;
	color: #666;
}

.single-sidebar-widget__dropdown &gt; li a:hover {
	color: #87b11d;
}

.single-sidebar-widget__dropdown &gt; li:first-child {
	border-top: 0;
}

.single-sidebar-widget__dropdown &gt; li:first-child &gt; a {
	padding-top: 0;
}

.single-sidebar-widget__dropdown &gt; li:last-child &gt; a {
	padding-bottom: 0;
}

.single-sidebar-widget__dropdown--extra-height &gt; li a {
	line-height: 22px;
}

.single-sidebar-widget__dropdown--comments &gt; li {
	padding: 15px 0;
	word-wrap: break-word;
}

.single-sidebar-widget__dropdown--comments &gt; li:first-child {
	padding-top: 0;
}

.single-sidebar-widget__dropdown--comments &gt; li:last-child {
	padding-bottom: 0;
}

.single-sidebar-widget__dropdown--comments &gt; li a {
	line-height: 22px;
	display: inline !important;
	padding: 0;
}

.single-sidebar-widget--extra-space {
	margin-bottom: 55px;
}

/*----------  sidebar search  ----------*/

.sidebar-search {
	position: relative;
}

.sidebar-search input {
	font-size: 14px;
	line-height: 19px;
	width: 100%;
	height: 40px;
	padding-right: 45px;
	padding-left: 15px;
	border: 1px solid #eee;
	background: #f7f7f7;
}

.sidebar-search button {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333;
	border: none;
	background: none;
}

/*=====  End of Sidebar  ======*/

/*=============================================
=            container            =
=============================================*/

.pb-80 {
	padding-bottom: 80px;
}

/*=====  End of container  ======*/

/*=============================================
=            button            =
=============================================*/

.theme-button {
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: .6s;
	transition: .6s;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 5px;
	background-color: #111;
}

.theme-button:hover {
	color: #fff;
	background-color: #87b11d;
}

.theme-button--checkout {
	padding: 10px 17px;
}

.theme-button--wishlist {
	border-radius: 0;
}

.theme-button--silver {
	color: #333;
	border-color: #f9f9f9;
	background-color: #f9f9f9;
}

.theme-button--silver:hover {
	color: #333;
	background-color: #f1f1f1;
}

.theme-button--alt {
	background-color: #87b11d;
}

.theme-button--alt:hover {
	background-color: #111;
}

.theme-button--subscribe {
	margin-top: 10px;
	padding: 12px 22px;
}

.theme-button--loadmore {
	margin-top: 10px;
	padding: 12px 22px;
}

.theme-button--minicart-button {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	display: block;
	margin-bottom: 15px;
	padding: 5px 10px;
	letter-spacing: .1em;
	color: #fff;
}

.theme-button--minicart-button--alt:hover {
	opacity: .85;
}

.theme-button--banner {
	font-size: 14px;
	padding: 8px 24px;
	border: 2px solid #87b11d;
}

.theme-button--banner:hover {
	color: #87b11d;
	border-color: #87b11d;
	background-color: rgba(255, 255, 255, .01);
}

.theme-button--banner--two {
	border: 2px solid #111;
}

.theme-button--banner--two:hover {
	color: #fff;
	border-color: #87b11d;
	background-color: #87b11d;
}

.theme-button--banner--scale {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #222;
	border: 2px solid #222;
	background-color: transparent;
}

.theme-button--banner--scale:hover {
	color: #fff;
	border-color: #87b11d;
	background-color: #87b11d;
}

.theme-button--banner--two-column {
	font-size: 14px;
	padding: 12px 35px;
	border: 2px solid #87b11d;
}

.theme-button--banner--two-column:hover {
	color: #87b11d;
	background-color: transparent;
}

.theme-button--banner--three-column {
	font-size: 14px;
}

.theme-button--cta {
	font-size: 16px;
	color: #fff;
	border-color: #aaa;
	background-color: #aaa;
}

.theme-button--cta-two {
	font-size: 14px;
	color: #000;
	border: 2px solid #000;
	background-color: transparent;
}

.theme-button--cta-two:hover {
	color: #fff;
	background-color: #000;
}

.theme-button--deal-counter {
	padding: 12px 35px;
}

.theme-button--order-track {
	width: 200px;
}

.theme-button--small {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	padding: 8px 15px;
	color: #fff;
}

.theme-button--medium {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	padding: 10px 20px;
	color: #fff;
}

.theme-button--large {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	padding: 12px 35px;
	color: #fff;
}

.theme-button--extra-large {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	padding: 20px 45px;
	color: #fff;
}

.theme-button--custom {
	border-color: #6d7f97;
	background-color: #6d7f97;
}

.theme-button--custom:hover {
	border-color: rgba(109, 127, 151, .85);
	background-color: rgba(109, 127, 151, .85);
}

.theme-button--icon-left {
	color: #222;
	border-color: #c9dee4;
	background-color: #c9dee4;
}

.theme-button--icon-left i {
	margin-right: 5px;
}

.theme-button--icon-left:hover {
	color: #222;
	border-color: rgba(201, 222, 228, .72);
	background-color: rgba(201, 222, 228, .72);
}

/* category button */

.category-button--shop-now {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 25px;
	color: #ccc;
}

.category-button--shop-now:hover {
	color: #87b11d;
}

/* blog readmore link */

.blog-readmore-link {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #666;
}

.blog-readmore-link:hover {
	color: #87b11d;
}

.blog-readmore-link i {
	font-size: 14px;
	padding-left: 5px;
}

/* slider text shop now button */

.slider-text-link {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #87b11d;
}

.slider-text-link i {
	margin-left: 5px;
}

.slider-text-link:hover {
	color: #000;
}

/*=====  End of button  ======*/

/* scroll to top*/

.scroll-top {
	font-size: 12px;
	line-height: 40px;
	position: fixed;
	z-index: 9;
	right: 30px;
	bottom: 100px;
	display: none;
	overflow: hidden;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #fff !important;
	border: none;
	background-color: #87b11d;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}

.scroll-top:hover i:before {
	-webkit-transform: translate(-50%, -130%);
	-ms-transform: translate(-50%, -130%);
	transform: translate(-50%, -130%);
}

.scroll-top:hover i:after {
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.scroll-top i {
	font-size: 35px;
}

.scroll-top i:before,
.scroll-top i:after {
	-webkit-transition: .4s;
	transition: .4s;
}

.scroll-top i:before {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.scroll-top i:after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '\f106';
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

/*----------  search overlay  ----------*/

.search-overlay {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	background-color: #fff;
}

.search-overlay.active-search-overlay {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.search-overlay .search-close-icon {
	position: absolute;
	top: 30px;
	right: 30px;
}

.search-overlay .search-close-icon a {
	-webkit-transition: .6s;
	transition: .6s;
}

.search-overlay .search-close-icon a i {
	font-size: 80px;
	color: #333;
}

.search-overlay .search-close-icon a:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.search-overlay .search-overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search-overlay .search-overlay-content .input-box {
	margin-bottom: 15px;
}

.search-overlay .search-overlay-content .input-box form input {
	font-size: 67px;
	border: none;
	border-bottom: 2px solid #222;
	background: none;
}

.search-overlay .search-overlay-content .input-box form ::-webkit-input-placeholder {
	opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dcdcdc; /* Firefox */
}

.search-overlay .search-overlay-content .input-box form ::-moz-placeholder {
	opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dcdcdc; /* Firefox */
}

.search-overlay .search-overlay-content .input-box form :-ms-input-placeholder {
	opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dcdcdc; /* Firefox */
}

.search-overlay .search-overlay-content .input-box form ::-ms-input-placeholder {
	opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dcdcdc; /* Firefox */
}

.search-overlay .search-overlay-content .input-box form ::placeholder {
	opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #dcdcdc; /* Firefox */
}

.search-overlay .search-overlay-content .input-box form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #dcdcdc;
}

.search-overlay .search-overlay-content .input-box form ::-ms-input-placeholder { /* Microsoft Edge */
	color: #dcdcdc;
}

.search-overlay .search-overlay-content .search-hint span {
	font-size: 13px;
	font-weight: 500;
	line-height: 21px;
	color: #999;
}

/*=============================================
=            section title            =
=============================================*/

.section-title-area {
	margin-bottom: 50px;
}

.section-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 65px;
	position: relative;
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 0;
	padding-bottom: 15px;
	color: #000;
}

.section-title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 2px;
	content: '';
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ccc;
}

.section-title--left-align:after {
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.section-subtitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	width: 600px;
	max-width: 100%;
	margin: auto;
	margin-top: 25px;
	margin-bottom: -5px !important;
	color: #666;
}

.section-subtitle--wide {
	width: 1000px;
	max-width: 100%;
}

.section-subtitle--left-align {
	margin-left: 0;
}

/*=====  End of section title  ======*/

/*=============================================
=            category            =
=============================================*/

.category-grid-wrapper {
	margin-bottom: -30px;
}

.category-grid-wrapper .single-category {
	margin-bottom: 30px;
}

.masonry-layout--category {
	margin-bottom: -30px;
}

.masonry-layout--category .single-category--type-one {
	margin-bottom: 30px;
}

.masonry-layout--category .masonry-item--category {
	margin-bottom: 30px;
}

.single-category--type-one {
	-webkit-transition: .3s;
	transition: .3s;
	border-bottom: 2px solid #f5f5f5;
}

.single-category--type-one__image {
	overflow: hidden;
	margin-bottom: 20px;
}

.single-category--type-one__image a {
	display: block;
	width: 100%;
}

.single-category--type-one__image a img {
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.single-category--type-one__content .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	color: #111;
}

.single-category--type-one__content .category-button--shop-now {
	-webkit-transition: .3s;
	transition: .3s;
}

.single-category--type-one__content .category-button--shop-now i {
	font-size: 10px;
	-webkit-transition: padding .3s;
	transition: padding .3s;
}

.single-category--type-one:hover {
	border-bottom-color: #ccc;
}

.single-category--type-one:hover .single-category--type-one__image a img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.single-category--type-one:hover .single-category--type-one__content .category-button--shop-now {
	color: #87b11d;
}

.single-category--type-one:hover .single-category--type-one__content .category-button--shop-now i {
	padding-left: 5px;
}

.single-category--type-two {
	position: relative;
}

.single-category--type-two__image {
	overflow: hidden;
}

.single-category--type-two__image a {
	display: block;
	width: 100%;
}

.single-category--type-two__image a img {
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.single-category--type-two__image a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.single-category--type-two__content {
	position: absolute;
	top: 30px;
	left: 30px;
}

.single-category--type-two__content .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0;
	color: #fff;
}

.single-category--type-two__content .count {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	display: inline-block;
	margin-top: 5px;
	color: #fff;
}

/*=====  End of category  ======*/

/*=============================================
=            Banner            =
=============================================*/

.banner-grid-wrapper {
	margin-bottom: -30px;
}

.banner-grid-wrapper .single-banner {
	margin-bottom: 30px;
}

.single-banner {
	position: relative;
	overflow: hidden; /* scale banner */
}

.single-banner__image {
	position: relative;
}

.single-banner__image a {
	display: block;
	width: 100%;
}

.single-banner__image a img {
	width: 100%;
}

.single-banner__image:after {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	background-color: rgba(255, 255, 255, .9);
}

.single-banner__content--overlay {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	visibility: hidden;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
}

.single-banner__content--overlay &gt; * {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}

.single-banner__content--overlay p.banner-small-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 10px;
	color: #111;
}

.single-banner__content--overlay p.banner-small-text--end {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	color: #111;
}

.single-banner__content--overlay p.banner-small-text--end:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	content: '';
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #87b11d;
}

.single-banner__content--overlay p.banner-big-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 15px;
	color: #111;
}

.single-banner:hover .single-banner__image:after {
	visibility: visible;
	opacity: 1;
}

.single-banner:hover .single-banner__content {
	visibility: visible;
	opacity: 1;
}

.single-banner:hover .single-banner__content &gt; * {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.single-banner:hover .single-banner__content p.banner-small-text {
	margin-bottom: 5px;
}

.single-banner:hover .single-banner__content p.banner-small-text--end {
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.single-banner:hover .single-banner__content p.banner-big-text {
	margin-bottom: 10px;
}

.single-banner--scale {
	position: relative;
	margin-bottom: 30px;
}

.single-banner--scale__image {
	position: relative;
}

.single-banner--scale__image img {
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.single-banner--scale__image--blur img {
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.single-banner--scale__image:after {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	background-color: rgba(255, 255, 255, .6) !important;
}

.single-banner--scale__content {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 8%;
	max-width: 51%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.single-banner--scale__content .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
	line-height: 36px;
	color: #111;
}

.single-banner--scale__content .subtitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 25px;
	color: #111;
}

.single-banner--scale:hover .single-banner--scale__image--blur img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.single-banner--scale:hover .single-banner--scale__image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.banner-scale-wrapper {
	margin-bottom: -30px;
}

.masonry-layout--banner {
	margin-bottom: -30px;
}

.masonry-layout--banner .masonry-item--banner {
	margin-bottom: 30px;
}

.banner-two-column-wrapper {
	margin-bottom: -30px;
}

.single-two-column-banner {
	margin-bottom: 30px;
}

.single-two-column-banner__image {
	min-height: 600px;
	background-color: grey;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.single-two-column-banner__image--bg-one {
	background-image: url('../jpg/lamp-homepage6.jpg');
}

.single-two-column-banner__image--bg-two {
	background-image: url('../jpg/decoartion-homepage6.jpg');
}

.single-two-column-banner__image--bg-three {
	background-image: url('../jpg/chair-homepage6.jpg');
}

.single-two-column-banner__content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	background-color: #f7f7f7;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-two-column-banner__content .content-wrapper {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.single-two-column-banner__content .content-wrapper .image {
	margin-bottom: 35px;
}

.single-two-column-banner__content .content-wrapper .content .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 55px;
	margin-bottom: 25px;
	color: #000;
}

.single-two-column-banner__content .content-wrapper .content .price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 25px;
	color: #000;
}

.single-two-column-banner__content .content-wrapper .content .description {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	width: 480px;
	max-width: 100%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	color: #666;
}

.single-banner-segment {
	text-align: center;
}

.single-banner-segment__content {
	margin-bottom: 15px;
}

.single-banner-segment__content .section-title {
	font-size: 32px;
	margin: 16px 0;
}

.single-banner-segment__content .section-subtitle {
	width: 100%;
	margin: 0;
	margin-bottom: 20px !important;
}

/*=====  End of Banner  ======*/

/*=============================================
=            section space            =
=============================================*/

.section-space {
	margin-bottom: 100px !important;
}

.section-space--small {
	margin-bottom: 50px !important;
}

.section-space--small-top {
	margin-top: 50px !important;
}

.section-space--contact-form {
	margin-bottom: 80px !important;
}

.section-space--inner {
	padding: 100px 0 !important;
}

.section-space--inner--contact-form {
	padding-top: 100px !important;
	padding-bottom: 80px !important;
}

.section-space--breadcrumb {
	padding-top: 55px;
	padding-bottom: 55px;
}

.section-space--page-wrapper {
	margin-bottom: 50px;
}

/*=====  End of section space  ======*/

/*=============================================
=            brand            =
=============================================*/

.featured-brand-wrapper {
	margin-bottom: -30px;
}

.featured-brand-wrapper .single-brand {
	margin-bottom: 30px;
}

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

.single-brand a {
	display: block;
	width: 100%;
}

/*=====  End of brand  ======*/

/*=============================================
=            call to action            =
=============================================*/

.cta-area {
	padding: 80px 0;
}

.cta-area--two {
	padding: 100px 0;
}

.cta-area--three {
	padding: 40px 0;
}

.cta-area--three .cta-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 38px;
	color: #000;
}

.cta-bg {
	background-color: grey;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.cta-bg--one {
	background-image: url('../jpg/cta-bg-1.jpg');
}

.cta-bg--two {
	background-image: url('../jpg/banner-homepage.jpg');
}

.cta-content-wrapper {
	padding: 60px 35px;
	background-color: #fff;
}

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

.cta-content--two {
	text-align: center;
}

.cta-content--two .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	font-weight: 800;
	line-height: 2;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
}

.cta-content--two .title span {
	font-family: 'Playfair Display', serif;
	font-style: italic;
}

.cta-content--two .subtitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	width: 60%;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 25px;
	color: #fff;
}

.cta-content .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 43px;
	margin-top: -10px;
	margin-bottom: 25px;
	color: #000;
}

.cta-content .title:after {
	display: block;
	width: 100px;
	height: 2px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	content: '';
	background-color: #ccc;
}

.cta-content .subtitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 40px;
	color: #666;
}

/*=====  End of call to action  ======*/

/*=============================================
=            deal counter            =
=============================================*/

.deal-counter-wrapper {
	margin: 0 -115px;
	padding: 65px 0;
	border: 10px solid #f8f8f8;
}

.deal-counter-wrapper__image {
	text-align: center;
}

.deal-counter-wrapper__content .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 39px;
	margin-top: -5px;
	margin-bottom: 25px;
	color: #202020;
}

.deal-counter-wrapper__content .title:after {
	display: block;
	width: 100px;
	height: 2px;
	margin-top: 15px;
	content: '';
	background-color: #ccc;
}

.deal-counter-wrapper__content .description {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 35px;
	color: #666;
}

.deal-counter-wrapper__content .deal-countdown {
	margin-bottom: 40px;
}

.deal-counter-wrapper__content .deal-countdown .single-countdown {
	display: inline-block;
	width: 24.5%;
	padding: 10px 25px;
	text-align: center;
	border-right: 2px solid #eee;
}

.deal-counter-wrapper__content .deal-countdown .single-countdown:first-child {
	border-left: 2px solid #eee;
}

.deal-counter-wrapper__content .deal-countdown .single-countdown__time {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 39px;
	display: block;
	margin-bottom: 10px;
	color: #202020;
}

.deal-counter-wrapper__content .deal-countdown .single-countdown__text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: #202020;
}

/*=====  End of deal counter  ======*/

/*=============================================
=            instagram            =
=============================================*/

/*----------  instagram slider item  ----------*/

.instagram-item {
	position: relative;
	z-index: 1;
}

.instagram-item:before {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	pointer-events: none;
	opacity: 0;
	background-color: rgba(0, 0, 0, .4);
}

.instagram-item .instagram-hvr-content {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.instagram-item .instagram-hvr-content span {
	margin-right: 20px;
	color: #fff;
}

.instagram-item .instagram-hvr-content span:last-child {
	margin-right: 0;
}

.instagram-item .instagram-hvr-content span i {
	margin-right: 5px;
}

.instagram-item a {
	display: block;
}

.instagram-item a img {
	width: 100%;
}

.instagram-item:hover:before {
	visibility: visible;
	opacity: 1;
}

.instagram-item:hover .instagram-hvr-content {
	visibility: visible;
	opacity: 1;
}

/*----------  instagram grid  ----------*/

.instagram-grid .col {
	display: inline-block;
	width: 20%;
	padding: 0;
}

.instagram-shop-loader .snptwdgt-container .snptwdgt-rtd__ftr {
	margin-bottom: 30px;
}

/*=====  End of instagram  ======*/

/*=============================================
=            breadcrumb            =
=============================================*/

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

.breadcrumb-wrapper .page-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin-top: -12px;
	margin-bottom: 20px;
	color: #000;
}

.breadcrumb-wrapper .breadcrumb-list li {
	display: inline-block;
}

.breadcrumb-wrapper .breadcrumb-list li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #000;
}

.breadcrumb-wrapper .breadcrumb-list li.active {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #000;
}

.breadcrumb-wrapper .breadcrumb-list li:last-child:after {
	display: none;
}

.breadcrumb-wrapper .breadcrumb-list li:after {
	margin: 0 6px;
	content: '/';
	color: #000;
}

/*=====  End of breadcrumb  ======*/

/*=============================================
=            slider            =
=============================================*/

/* slick slider default settings */

.theme-slick-slider {
	position: relative;
}

.theme-slick-slider .slick-arrow {
	position: absolute;
	z-index: 3;
	top: 50%;
	visibility: hidden;
	width: 30px;
	height: 60px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	color: #fff;
	border: none;
	background-color: #111;
}

.theme-slick-slider .slick-arrow i {
	font-size: 20px;
	line-height: 60px;
}

.theme-slick-slider .slick-arrow.slick-next {
	right: -50px;
}

.theme-slick-slider .slick-arrow.slick-prev {
	left: -50px;
}

.theme-slick-slider .slick-dots {
	line-height: 0;
	margin-top: 45px;
	text-align: center;
}

.theme-slick-slider .slick-dots li {
	line-height: 1.5;
	display: inline-block;
	margin: 0 5px 0 0;
}

.theme-slick-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .4;
	color: transparent;
	border: none;
	outline: none;
	background: #000;
}

.theme-slick-slider .slick-dots li button:hover {
	opacity: .75;
}

.theme-slick-slider .slick-dots li.slick-active button {
	opacity: .75;
}

.theme-slick-slider:hover .slick-arrow {
	visibility: visible;
	opacity: .6;
}

.theme-slick-slider:hover .slick-arrow:hover {
	opacity: .8;
}

.theme-slick-slider:hover .slick-arrow.slick-next {
	right: -40px;
}

.theme-slick-slider:hover .slick-arrow.slick-prev {
	left: -40px;
}

/* brand logo slider */

.brand-logo-slider-wrapper {
	padding: 50px 0;
}

.brand-logo-slider-wrapper .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.brand-logo-slider-wrapper .single-brand-logo {
	text-align: center;
}

.brand-logo-slider-wrapper .single-brand-logo a {
	display: block;
	width: 100%;
}

.brand-logo-slider-wrapper .single-brand-logo a img {
	margin: 0 auto;
}

.brand-logo-slider-wrapper .slick-arrow.slick-next {
	right: 0;
}

.brand-logo-slider-wrapper .slick-arrow.slick-prev {
	left: 0;
}

.brand-logo-slider-wrapper:hover .slick-arrow.slick-next {
	right: 0;
}

.brand-logo-slider-wrapper:hover .slick-arrow.slick-prev {
	left: 0;
}

/* blog post slider */

.blog-slider-area {
	padding: 100px 0 95px;
}

.blog-slider-wrapper .slick-list {
	margin-right: -15px;
	margin-left: -15px;
}

.single-slider-blog-post__image {
	margin-bottom: 15px;
	height: 280px;
}
.single-slider-blog-post__image img{

	width:100%;
	height:100%;
	object-fit:cover;
}
@media(max-width:999px){

	.single-slider-blog-post__image {

		height:auto !important;
	}
	.single-slider-blog-post__image a {

		height:auto;
	}
    
}
.single-slider-blog-post__image a {
	display: block;
	width: 100%;
	height: 100%;
}

.single-slider-blog-post__image a img {
	width: 100%;
}

.single-slider-blog-post__content .post-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	color: #111;
}

.single-slider-blog-post__content .post-title a {
	color: #111;
}

.single-slider-blog-post__content .post-title a:hover {
	color: #87b11d;
}

.single-slider-blog-post__content .post-meta {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #666;
}

.single-slider-blog-post__content .post-meta a.post-author {
	padding-left: 5px;
	color: #87b11d;
}

.single-slider-blog-post__content .post-meta a:hover {
	color: #87b11d;
}

.single-slider-blog-post__content .post-meta .separator {
	margin: 0 10px;
	color: #111;
}

.single-slider-blog-post__content .post-excerpt {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
	color: #666;
}

/* single row product slider */

.product-slider-wrapper .slick-list {
	margin-right: -15px;
	margin-left: -15px;
}

/* single row product slider with text */

.product-slider-text-wrapper {
	margin: 0 -115px;
	padding: 65px 105px;
	border: 10px solid #f8f8f8;
}

.product-slider-text-wrapper__text .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 39px;
	margin-top: -5px;
	margin-bottom: 25px;
	color: #202020;
}

.product-slider-text-wrapper__text .title:after {
	display: block;
	width: 100px;
	height: 2px;
	margin-top: 15px;
	content: '';
	background-color: #ccc;
}

.product-slider-text-wrapper__text .description {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 35px;
	color: #666;
}

/*=====  End of slider  ======*/

/*=============================================
=            backgrounds            =
=============================================*/

.bg--light-grey {
	background-color: #f7f7f7;
}

.bg--dark-grey {
	background-color: #eee;
}

/*=====  End of backgrounds  ======*/

/*=============================================
=            Product            =
=============================================*/

/* common */

.price .main-price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #d92523;
}

.price .main-price.discounted {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-right: 5px;
	text-decoration: line-through;
	color: #aaa;
}

.price .discounted-price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #d92523;
}

.rating i {
	font-size: 12px;
	color: #dcdcdc;
}

.rating i.active {
	color: #ffd24d;
}

/* single widget product */

.single-product-widget-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	margin-top: -5px;
	margin-bottom: 30px;
	color: #202020;
}

.single-product-widget-title:after {
	display: block;
	width: 30px;
	height: 2px;
	margin-top: 15px;
	content: '';
	background-color: #ccc;
}

.single-widget-product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.single-widget-product:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.single-widget-product__image {
	margin-right: 20px;
	-webkit-flex-basis: 100px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
}

.single-widget-product__content {
	-webkit-flex-basis: calc(100% - 100px);
	-ms-flex-preferred-size: calc(100% - 100px);
	flex-basis: calc(100% - 100px);
}

.single-widget-product__content .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 5px;
	color: #111;
}

.single-widget-product__content .title a {
	color: #111;
}

.single-widget-product__content .title a:hover {
	color: #111;
}

/* single grid product */

.product-badge-wrapper {
	font-size: 13px;
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 20px;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
}

.product-badge-wrapper span {
	display: block;
	margin-bottom: 10px;
	padding: 0 10px;
	border-radius: 5px;
}

.product-badge-wrapper span:last-child {
	margin-bottom: 0;
}

.product-badge-wrapper span.onsale {
	background-color: #d92523;
}

.product-badge-wrapper span.hot {
	background-color: #ffc926;
}

.single-grid-product__image {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	height: 200px;
}

.single-grid-product__image a {
	display: block;
	width: 100%;
}

.single-grid-product__image a img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.single-grid-product__image a img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 50%;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	opacity: 0;
}

.single-grid-product__image .product-hover-icon-wrapper {
	position: absolute;
	z-index: 5;
	bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon {
	visibility: hidden;
	height: 40px;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	color: #fff;
	background-color: #111;
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon a {
	line-height: 40px;
	color: #fff;
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon--quick-view {
	width: 40px;
	border-right: 1px solid rgba(255, 255, 255, .4);
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart {
	font-size: 13px;
	font-weight: 700;
	width: calc(100% - 40px - 40px);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	letter-spacing: .1em;
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart i {
	line-height: 40px;
	display: none;
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon--compare {
	width: 40px;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	border-left: 1px solid rgba(255, 255, 255, .4);
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon:hover,
.single-grid-product__image .product-hover-icon-wrapper .single-icon.active {
	background-color: #444;
}

.single-grid-product__content {
	position: relative;
}

.single-grid-product__content .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #111;
}

.single-grid-product__content .title a {
	color: #111;
}

.single-grid-product__content .title a:hover {
	color: #87b11d;
}

.single-grid-product__content .price {
	margin-bottom: 5px;
}

.single-grid-product__content .price .main-price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	color: #d92523;
}

.single-grid-product__content .price .main-price.discounted {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	color: #aaa;
}

.single-grid-product__content .price .discounted-price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	color: #d92523;
}

.single-grid-product__content .rating {
	line-height: 1;
	margin-bottom: 15px;
}

.single-grid-product__content .color {
	line-height: 1.2;
}

.single-grid-product__content .color ul li {
	display: inline-block;
	margin-right: 10px;
}

.single-grid-product__content .color ul li a span.color-picker {
	line-height: 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
	border-radius: 100%;
}

.single-grid-product__content .color ul li a span.black {
	background-color: #000;
}

.single-grid-product__content .color ul li a span.blue {
	background-color: #1e73be;
}

.single-grid-product__content .color ul li a span.brown {
	background-color: #d93;
}

.single-grid-product__content .color ul li a span.gold {
	background-color: #c93;
}

.single-grid-product__content .color ul li a span.green-coral {
	background-color: #a1aeb2;
}

.single-grid-product__content .color ul li a span.grey {
	background-color: #eee;
}

.single-grid-product__content .color ul li a span.oak {
	background-color: #cba98e;
}

.single-grid-product__content .color ul li a span.pink {
	background-color: #efdae7;
}

.single-grid-product__content .color ul li a span.silver {
	background-color: #999;
}

.single-grid-product__content .color ul li a span.white {
	background-color: #fff;
}

.single-grid-product__content .color ul li a.active span {
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
}

.single-grid-product__content .color ul li a:hover span {
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
}

.single-grid-product__content .color ul li a:after {
	display: none;
}

.single-grid-product__content .favorite-icon {
	font-size: 15px;
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	color: #666;
}

.single-grid-product__content .favorite-icon i:nth-child(1) {
	display: block;
}

.single-grid-product__content .favorite-icon i:nth-child(2) {
	display: none;
}

.single-grid-product__content .favorite-icon:hover {
	color: #87b11d;
}

.single-grid-product__content .favorite-icon.active {
	color: #87b11d;
}

.single-grid-product__content .favorite-icon.active i:nth-child(1) {
	display: none;
}

.single-grid-product__content .favorite-icon.active i:nth-child(2) {
	display: block;
}

.single-grid-product:hover .single-grid-product__image a img:nth-child(2) {
	visibility: visible;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	opacity: 1;
}

.single-grid-product:hover .product-hover-icon-wrapper .single-icon {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.single-grid-product--overlay .single-grid-product__image {
	margin-bottom: 0;
}

.single-grid-product--overlay .single-grid-product__image:after {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	background-color: #000;
}

.single-grid-product--overlay .single-grid-product__image .image-wrap {
	position: relative;
}

.single-grid-product--overlay .single-grid-product__image .product-hover-icon-wrapper span {
	background-color: #87b11d;
}

.single-grid-product--overlay .single-grid-product__image .product-hover-icon-wrapper span:hover {
	background-color: #87b11d;
}

.single-grid-product--overlay .single-grid-product__image .product-info {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	visibility: hidden;
	width: 100%;
	padding: 0 20px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
}

.single-grid-product--overlay .single-grid-product__image .product-info .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 15px;
	color: #fff;
}

.single-grid-product--overlay .single-grid-product__image .product-info .title a {
	color: #fff;
}

.single-grid-product--overlay .single-grid-product__image .product-info .price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
}

.single-grid-product--overlay .single-grid-product__image .favorite-icon {
	font-size: 15px;
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 20px;
	display: inline-block;
	visibility: hidden;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	color: #fff;
}

.single-grid-product--overlay .single-grid-product__image .favorite-icon i:nth-child(1) {
	display: inline-block;
}

.single-grid-product--overlay .single-grid-product__image .favorite-icon i:nth-child(2) {
	display: none;
}

.single-grid-product--overlay .single-grid-product__image .favorite-icon:hover {
	color: #87b11d;
}

.single-grid-product--overlay .single-grid-product__image .favorite-icon.active {
	color: #87b11d;
}

.single-grid-product--overlay .single-grid-product__image .favorite-icon.active i:nth-child(1) {
	display: none;
}

.single-grid-product--overlay .single-grid-product__image .favorite-icon.active i:nth-child(2) {
	display: block;
}

.single-grid-product--overlay:hover .single-grid-product__image:after {
	visibility: visible;
	opacity: .3;
}

.single-grid-product--overlay:hover .single-grid-product__image .product-info {
	visibility: visible;
	opacity: 1;
}

.single-grid-product--overlay:hover .single-grid-product__image .favorite-icon {
	visibility: visible;
	opacity: 1;
}

/* single list product */

.single-list-product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.single-list-product__image {
	position: relative;
	overflow: hidden;
	-webkit-flex-basis: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.single-list-product__image &gt; a {
	display: block;
	width: 100%;
}

.single-list-product__image &gt; a img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 50%;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	opacity: 0;
}

.single-list-product__image .favorite-icon {
	font-size: 15px;
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 20px;
	display: inline-block;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	color: #666;
}

.single-list-product__image .favorite-icon i:nth-child(1) {
	display: inline-block;
}

.single-list-product__image .favorite-icon i:nth-child(2) {
	display: none;
}

.single-list-product__image .favorite-icon:hover {
	color: #87b11d;
}

.single-list-product__image .favorite-icon.active {
	color: #87b11d;
}

.single-list-product__image .favorite-icon.active i:nth-child(1) {
	display: none;
}

.single-list-product__image .favorite-icon.active i:nth-child(2) {
	display: block;
}

.single-list-product__content {
	position: relative;
	padding-left: 30px;
	-webkit-flex-basis: 70%;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
}

.single-list-product__content .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #111;
}

.single-list-product__content .title a {
	color: #111;
}

.single-list-product__content .title a:hover {
	color: #87b11d;
}

.single-list-product__content .price {
	margin-bottom: 15px;
}

.single-list-product__content .price .main-price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	color: #d92523;
}

.single-list-product__content .price .main-price.discounted {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	color: #aaa;
}

.single-list-product__content .price .discounted-price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	color: #d92523;
}

.single-list-product__content .product-short-desc {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #666;
}

.single-list-product__content .rating {
	line-height: 1;
	margin-bottom: 15px;
}

.single-list-product__content .color {
	line-height: 1.2;
	margin-bottom: 15px;
}

.single-list-product__content .color ul li {
	display: inline-block;
	margin-right: 10px;
}

.single-list-product__content .color ul li a span.color-picker {
	line-height: 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
	border-radius: 100%;
}

.single-list-product__content .color ul li a span.black {
	background-color: #000;
}

.single-list-product__content .color ul li a span.blue {
	background-color: #1e73be;
}

.single-list-product__content .color ul li a span.brown {
	background-color: #d93;
}

.single-list-product__content .color ul li a span.gold {
	background-color: #c93;
}

.single-list-product__content .color ul li a span.green-coral {
	background-color: #a1aeb2;
}

.single-list-product__content .color ul li a span.grey {
	background-color: #eee;
}

.single-list-product__content .color ul li a span.oak {
	background-color: #cba98e;
}

.single-list-product__content .color ul li a span.pink {
	background-color: #efdae7;
}

.single-list-product__content .color ul li a span.silver {
	background-color: #999;
}

.single-list-product__content .color ul li a span.white {
	background-color: #fff;
}

.single-list-product__content .color ul li a.active span {
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
}

.single-list-product__content .color ul li a:hover span {
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
}

.single-list-product__content .color ul li a:after {
	display: none;
}

.single-list-product__content .favorite-icon {
	font-size: 15px;
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	color: #666;
}

.single-list-product__content .favorite-icon i:nth-child(1) {
	display: block;
}

.single-list-product__content .favorite-icon i:nth-child(2) {
	display: none;
}

.single-list-product__content .favorite-icon:hover {
	color: #87b11d;
}

.single-list-product__content .favorite-icon.active {
	color: #87b11d;
}

.single-list-product__content .favorite-icon.active i:nth-child(1) {
	display: none;
}

.single-list-product__content .favorite-icon.active i:nth-child(2) {
	display: block;
}

.single-list-product:hover .single-list-product__image a img:nth-child(2) {
	visibility: visible;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	opacity: 1;
}

.single-list-product:hover .product-hover-icon-wrapper .single-icon {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.single-list-product .product-hover-icon-wrapper {
	z-index: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 300px;
	max-width: 100%;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-list-product .product-hover-icon-wrapper .single-icon {
	height: 40px;
	-webkit-transition: .4s;
	transition: .4s;
	color: #fff;
	background-color: #111;
}

.single-list-product .product-hover-icon-wrapper .single-icon a {
	line-height: 40px;
	color: #fff;
}

.single-list-product .product-hover-icon-wrapper .single-icon--quick-view {
	width: 40px;
	border-right: 1px solid rgba(255, 255, 255, .4);
}

.single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart {
	font-size: 13px;
	font-weight: 700;
	width: calc(100% - 40px - 40px);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	letter-spacing: .1em;
}

.single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart i {
	display: none;
}

.single-list-product .product-hover-icon-wrapper .single-icon--compare {
	width: 40px;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	border-left: 1px solid rgba(255, 255, 255, .4);
}

.single-list-product .product-hover-icon-wrapper .single-icon:hover,
.single-list-product .product-hover-icon-wrapper .single-icon.active {
	background-color: #444;
}

/* product single row */

.product-row-wrapper {
	margin-bottom: -30px;
}

.product-row-wrapper .single-grid-product {
	margin-bottom: 30px;
}

/* product double row tab */

.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs {
	margin-bottom: 60px;
	border-bottom: 0;
}

.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-item {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	margin: 0 20px;
	padding: 0;
	padding-bottom: 20px;
	color: #888;
	border: none;
}

.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-item:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #87b11d;
}

.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-item.active {
	color: #111;
}

.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-item.active:after {
	width: 100%;
}

.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-item:hover:after {
	width: 100%;
}

/* product fullpage no gutter */

/*=====  End of Product  ======*/

/*=============================================
=            Quick View            =
=============================================*/

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

Primary style

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

body::after { /* dark overlay layer - visible when we fire .cd-quick-view */
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	opacity: 0;
	background: rgba(35, 35, 44, .5);
}

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

Modules - reusable parts of our design

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

.cd-container { /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}

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

Main components 

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

.cd-items {
	padding: 1em 0;
}

.cd-item {
	position: relative;
	margin: 0 0 1em;
}

.cd-item &gt; img {
	display: block;
	width: 100%;
}

.cd-quick-view { /* quick view non available on small devices */
	display: none;
}

.cd-quick-view.animate-width {
	z-index: 99999;
}

.cd-quick-view.is-visible .cd-slider-pagination {
	visibility: visible;
	opacity: 1;
}

.cd-quick-view.velocity-animating {
	z-index: 99999;
}

.cd-quick-view.velocity-animating.is-visible .cd-slider-pagination {
	visibility: hidden !important;
	opacity: 0 !important;
}

.cd-slider-wrapper {
	position: relative;
	display: inline-block;
	float: left;
}

.cd-slider-wrapper:hover .cd-slider-navigation li {
	visibility: visible;
	opacity: .5;
}

.cd-slider {
	float: left;
}

.cd-slider li {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.cd-slider li img {
	display: block;
	width: 100%;
	max-width: 400px;
}

.cd-slider li.selected {
	position: relative;
	z-index: 3;
}

.cd-slider-navigation {
	opacity: 0;
}

.add-content .cd-slider-navigation {
	opacity: 1;
}

.cd-slider-navigation li {
	position: absolute;
	z-index: 3;
	top: 50%;
	bottom: auto;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	background-color: #000;
}

.cd-slider-navigation li:first-child {
	left: 0;
}

.cd-slider-navigation li:last-child { /* equal to the .cd-slider-wrapper margin-right */
	right: 0;
}

.cd-slider-navigation li a {
	font-size: 25px;
	line-height: 50px;
	display: block;
	width: 40px;
	height: 50px;
	text-align: center;
	color: #fff; /* Force Hardware Acceleration in WebKit */
}

.cd-slider-navigation li:hover {
	opacity: .8;
}

.cd-item-info {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	padding: 3em;
	-webkit-transition: opacity .3s, visibility 0s;
	transition: opacity .3s, visibility 0s;
	opacity: 0;
}

.cd-item-info h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

.cd-item-info p {
	line-height: 1.6;
	margin: 1em 0;
}

.cd-item-info .cd-item-action li {
	display: inline-block;
	margin-right: 1em;
}

.cd-item-info .cd-item-action li:first-child {
	margin-left: -4px;
}

.cd-item-info .add-to-cart {
	font-size: 16px;
	font-size: 1rem;
	padding: .6em 1.2em;
	cursor: pointer;
	border: none;
	border-radius: .25em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.add-content .cd-item-info { /* class added at the end of the width animation, used to show the content */
	position: relative;
	visibility: visible;
	opacity: 1;
}

.cd-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	visibility: hidden; /* image replacement */
	overflow: hidden;
	width: 30px;
	height: 30px;
	-webkit-transition: visibility 0s .3s, -webkit-transform .3s 0s;
	transition: visibility 0s .3s, -webkit-transform .3s 0s;
	transition: transform .3s 0s, visibility 0s .3s;
	transition: transform .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
	white-space: nowrap;
	text-indent: 100%;
	color: #333;
}

.cd-close::before,
.cd-close::after { /* close icon in css */
	position: absolute;
	top: 12px;
	left: 5px;
	display: inline-block;
	width: 30px;
	height: 1px;
	content: '';
	background: #777;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-close::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.no-touch .cd-close:hover {
	color: #333;
}

.add-content .cd-close {
	visibility: visible;
	-webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s;
	-webkit-transition: visibility 0s 0s, -webkit-transform .3s 0s;
	transition: visibility 0s 0s, -webkit-transform .3s 0s;
	transition: transform .3s 0s, visibility 0s 0s;
	transition: transform .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
}

/*----------  pagination style  ----------*/

.cd-slider-pagination {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	left: 50%;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}

.cd-slider-pagination li {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

.cd-slider-pagination li.active a {
	width: 18px;
	height: 18px;
	margin: 0;
	opacity: 1;
	border: 1px solid #333;
	border-radius: 100%;
	background-color: transparent;
}

.cd-slider-pagination li.active a:hover {
	background-color: transparent;
}

.cd-slider-pagination li a {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
	opacity: .2;
	color: transparent;
	border: 0;
	border-radius: 50%;
	outline: 0;
	background-color: #1f1f1f;
}

.cd-slider-pagination li a:hover {
	background-color: #333;
}

/*----------  quickview description style  ----------*/

.quickview-item-info {
	overflow-y: scroll;
	max-height: 520px;
}

.quickview-item-info .item-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	color: #111;
}

.quickview-item-info .price .main-price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 48px;
	color: #d92523;
}

.quickview-item-info .price .main-price.discounted {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 48px;
	text-decoration: line-through;
	color: #aaa;
}

.quickview-item-info .price .discounted-price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 48px;
	color: #d92523;
}

.quickview-item-info .description {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
	color: #666;
}

.quickview-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #333;
}

/*----------  quantity style  ----------*/

.pro-qty {
	margin: 0 10px 0 0;
	padding: 10px;
	background-color: #f7f7f7;
}

.pro-qty input {
	font-size: 14px;
	font-weight: 500;
	width: 40px;
	padding: 0 10px;
	text-align: center;
	color: #333;
	border: none;
	background-color: #f7f7f7;
}

.pro-qty .qty-btn {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: 3px;
	color: #333;
}

/*----------  quick view other info  ----------*/

.quick-view-other-info {
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e0e0e0;
}

.quick-view-other-info .other-info-links {
	margin-top: 15px;
}

.quick-view-other-info .other-info-links a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-right: 15px;
	letter-spacing: 1px;
	color: #666;
}

.quick-view-other-info .other-info-links a:hover {
	color: #87b11d;
}

.quick-view-other-info .other-info-links a i {
	margin-right: 5px;
}

.quick-view-other-info table {
	width: 100%;
}

.quick-view-other-info table tr td {
	padding-top: 15px;
}

.quick-view-other-info table tr td.quickview-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}

.quick-view-other-info table tr td.quickview-value {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #666;
}

.quick-view-other-info table tr td.quickview-value a:hover {
	color: #333;
}

.quick-view-other-info table tr td .quickview-social-icons li {
	display: inline-block;
	margin-right: 20px;
}

/*=====  End of Quick View  ======*/

/*=============================================
=            contact form            =
=============================================*/

.contact-form-wrapper input,
.contact-form-wrapper textarea {
	font-size: 15px;
	display: block;
	width: 100%;
	margin-bottom: 30px;
	padding: 10px 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #222;
	border: 1px solid #eee;
	background: #f7f7f7;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
	border-color: #c7c7c7;
}

.contact-form-wrapper .form-messege {
	margin-top: 20px;
}

/*=====  End of contact form  ======*/

/*=============================================
=            testimonial            =
=============================================*/

.testimonial-wrapper.theme-slick-slider:hover .slick-arrow.slick-prev {
	left: 0;
}

.testimonial-wrapper.theme-slick-slider:hover .slick-arrow.slick-next {
	right: 0;
}

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

.single-testimonial__image {
	margin-bottom: 30px;
}

.single-testimonial__image img {
	display: inline-block;
}

.single-testimonial__content .testimonial-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 28px;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 35px;
	color: #666;
}

.single-testimonial__content .testimonial-author {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 0;
	color: #111;
}

/* testimonial element */

.testimonial-bg {
	background-image: url('../jpg/background-testimonials.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.testimonial-element-area {
	padding: 150px 0;
}

/* testimonial content */

.testimonial-content-wrapper {
	padding: 80px 0;
	background-color: #fff;
}

.testimonial-content-wrapper .testimonial-image {
	position: relative;
	padding: 0 80px;
	border-right: 2px solid #eee;
}

.testimonial-content-wrapper .testimonial-image .icon {
	font-size: 18px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #868686;
	border: 2px solid #eee;
	border-radius: 50%;
	background-color: #fff;
}

.testimonial-content-wrapper .testimonial-content {
	padding: 0 80px;
}

/*=====  End of testimonial  ======*/

/*=============================================
=            google map            =
=============================================*/

.google-map {
	height: 500px;
}

.google-map--style-2 {
	height: 700px;
}

.google-map--style-3 {
	height: 400px;
}

.group-map-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-map {
	margin-bottom: 30px;
	-webkit-flex-basis: 32%;
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
}

/*=====  End of google map  ======*/

/*=============================================
=            accordion            =
=============================================*/

.accordion-toggle-wrapper {
	margin-bottom: -50px;
}

.accordion-toggle-wrapper .single-faq {
	margin-bottom: 50px !important;
}

.faq-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 38px;
	margin-top: -5px;
	margin-bottom: 35px;
	color: #212121;
}

.faq-title:after {
	display: block;
	width: 100px;
	height: 2px;
	margin-top: 15px;
	content: '';
	background-color: #ccc;
}

.single-faq {
	margin-bottom: 50px;
}

.single-faq:last-child {
	margin-bottom: 0;
}

.single-faq .card {
	border: none;
	border-radius: 0;
}

.single-faq .card:last-child .card-header h5 button {
	border-bottom: 1px solid #eee;
}

.single-faq .card-header {
	margin-bottom: 0 !important;
	padding: 0;
	border-bottom: 0;
	border-radius: 0;
}

.single-faq .card-header h5 button {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	width: 100%;
	padding: 20px;
	text-align: left;
	white-space: normal;
	color: #444;
	border-bottom: 0;
	background-color: #eee;
	overflow-wrap: break-word;
}

.single-faq .card-header h5 button.btn {
	border-radius: 0;
}

.single-faq .card-header h5 button.collapsed {
	border-top: 1px solid #eee;
	border-bottom: 0;
	background-color: #fff;
}

.single-faq .card-header h5 button:hover,
.single-faq .card-header h5 button:focus {
	text-decoration: none;
}

.single-faq .card-body {
	padding: 30px 0;
	padding-left: 0;
}

.single-faq .card-body p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #666;
}

/*=====  End of accordion  ======*/

/*=============================================
=            pagination         =
=============================================*/

.pagination-wrapper ul {
	margin-bottom: -15px;
	text-align: center;
}

.pagination-wrapper ul li {
	line-height: 38px;
	display: inline-block;
	width: 40px;
	margin-right: 5px;
	margin-bottom: 15px;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
	border: 1px solid #444;
}

.pagination-wrapper ul li:last-child {
	margin-right: 0;
}

.pagination-wrapper ul li:hover,
.pagination-wrapper ul li.active {
	background-color: #444;
}

.pagination-wrapper ul li:hover a,
.pagination-wrapper ul li.active a {
	color: #fff;
}

.pagination-wrapper ul li a {
	font-size: 14px;
	display: block;
	color: #444;
}

/*=====  End of pagination ======*/

/*=============================================
=            newsletter             =
=============================================*/

.footer-newsletter-small-area {
	padding: 35px 0;
	background-color: #87b11d;
}

.footer-newsletter-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 33px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 3px;
	color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-newsletter-text i {
	font-size: 50px;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
}

.footer-newsletter-text span {
	display: inline-block;
}

.footer-newsletter-form {
	position: relative;
	width: 425px;
	max-width: 100%;
	margin-left: auto;
}

.footer-newsletter-form .mailchimp-alerts {
	text-align: left;
}

.footer-newsletter-form input {
	font-style: italic;
	width: 100%;
	height: 50px;
	padding: 9px 15px;
	padding-right: 60px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #202020;
	border: 2px solid transparent;
}

.footer-newsletter-form input:focus {
	border-color: #222;
}

.footer-newsletter-form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	border-color: #111;
	background-color: #111;
}

/* mailchimp eleemnt */

.mailchimp-form-content {
	position: relative;
	padding: 50px;
	background-color: #eee;
}

.mailchimp-form-content .icon {
	font-size: 18px;
	line-height: 60px;
	position: absolute;
	z-index: 9;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #868686;
	border: 2px solid #eee;
	border-radius: 50%;
	background-color: #fff;
}

.mailchimp-form-content .mailchimp-form-wrapper {
	padding: 90px 30px;
	border: 10px solid #fff;
}

.mailchimp-form-content .mailchimp-form-wrapper .mailchimp-form--element {
	text-align: center;
}

.mailchimp-form-content .mailchimp-form-wrapper .mailchimp-form--element input {
	font-size: 16px;
	font-style: italic;
	width: 100%;
	max-width: 670px;
	height: 44px;
	margin-bottom: 35px;
	padding: 9px 15px;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
	color: #202020;
	border-width: 0;
	border-color: #ccc;
	border-bottom-width: 1px;
	background: none;
}

.mailchimp-form-content .mailchimp-form-wrapper .mailchimp-form--element input:focus {
	border-color: #111;
}

.mailchimp-form-bg {
	width: 100%;
	height: 100%;
	background-image: url('../jpg/image-robin.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*=====  End of newsletter   ======*/

/*=============================================
=            Progressbar            =
=============================================*/

.progress-bar-element__content {
	margin-bottom: -30px;
}

.progress-bar-element__content .progress {
	margin-bottom: 30px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
}

.progress-bar-element__content .progress .progress-bar {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #fff;
}

.progress-bar-element__content .progress .progress-bar .title {
	padding-left: 15px;
}

.progress-bar-element__content .progress .progress-bar .value {
	padding-right: 15px;
}

/*=====  End of Progressbar  ======*/

/*=============================================
=            about us            =
=============================================*/

.about-page-top-wrapper {
	margin-top: -10px;
	padding-bottom: 100px;
	border-bottom: 1px solid #eee;
}

/* about us brief */

.about-us-brief-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	margin-bottom: 0;
	color: #111;
}

.about-us-brief-title:after {
	display: block;
	width: 100px;
	height: 2px;
	margin-top: 15px;
	content: '';
	background-color: #ccc;
}

.about-us-brief-desc {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #666;
	padding-top: 25px;
}

.about-us-brief-desc p {
	margin-bottom: 0;
}

/* about us process */

.about-us-process-wrapper {
	margin-bottom: -30px;
}

.about-us-process-wrapper .single-process {
	margin-bottom: 30px;
}

.about-us-process-wrapper .single-process .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	margin-top: -10px;
	margin-bottom: 15px;
	color: #666;
}

.about-us-process-wrapper .single-process .title span {
	color: #87b11d;
}

.about-us-process-wrapper .single-process .description {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: -3px;
	color: #666;
}

.team-member-wrapper {
	margin-bottom: -30px;
}

.single-team-member {
	margin-bottom: 30px;
}

.single-team-member__image {
	margin-bottom: 15px;
}

.single-team-member__content .name {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 10px;
	color: #111;
}

.single-team-member__content .designation {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 15px;
	color: #87b11d;
}

.single-team-member__content .short-desc {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #666;
}

.single-team-member__content .social-profiles {
	line-height: 1;
}

.single-team-member__content .social-profiles li {
	display: inline-block;
	margin-right: 20px;
}

.single-team-member__content .social-profiles li a {
	font-size: 16px;
	display: block;
	color: #666;
}

.single-team-member__content .social-profiles li a:hover {
	color: #87b11d;
}

/*=====  End of about us  ======*/

/*=============================================
=            service            =
=============================================*/

.service-text-area-wrapper {
	margin-bottom: -100px;
}

.single-service-text {
	margin-bottom: 95px;
}

.single-service-text .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 27px;
	margin-top: -20px;
	color: #111;
}

.single-service-text .title span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 88px;
	margin-right: 25px;
	color: #87b11d;
}

.single-service-text .short-desc {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #666;
}

/*----------  video background area  ----------*/

.video-background-area .video-area {
	height: 680px;
}

/*----------  icon service text  ----------*/

.icon-service-text-wrapper {
	margin-bottom: -30px;
}

.single-icon-service {
	margin-bottom: 25px;
	text-align: center;
}

.single-icon-service__icon {
	line-height: 1;
	margin-bottom: 10px;
}

.single-icon-service__icon i {
	font-size: 40px;
	color: #87b11d;
}

.single-icon-service__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 25px;
	color: #222;
}

.single-icon-service__short-desc {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #878787;
}

/*=====  End of service  ======*/

/*=============================================
=            contact us            =
=============================================*/

.contact-icon-text-wrapper {
	margin-bottom: -30px;
}

.single-contact-icon-text {
	margin-bottom: 25px;
	text-align: center;
}

.single-contact-icon-text__icon {
	line-height: 1;
	margin-bottom: 20px;
}

.single-contact-icon-text__icon i {
	font-size: 40px;
	color: #80a61b;
}

.single-contact-icon-text__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 25px;
	color: #222;
}

.single-contact-icon-text__value {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #878787;
}

.contact-form-content .social-links {
	line-height: 1;
}

.contact-form-content .social-links li {
	display: inline-block;
	margin-right: 20px;
}

.contact-form-content .social-links li a:hover {
	color: #87b11d;
}

/*=====  End of contact us  ======*/

/*=============================================
=            shop            =
=============================================*/

.shop-page-area {
	margin-bottom: 100px;
}

/*----------  price filter  ----------*/

.sidebar-price #price-range {
	position: relative;
	width: 96%;
	height: 7px;
	margin: 7px 0;
	margin-bottom: 25px;
	border-radius: 50px;
	background-color: #87b11d;
}

.sidebar-price #price-range .ui-slider-range {
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #87b11d;
}

.sidebar-price #price-range .ui-slider-handle {
	position: absolute;
	top: -5px;
	display: block;
	width: 17px;
	height: 17px;
	-webkit-transition: none;
	transition: none;
	border-radius: 50px;
	background-color: #87b11d;
	-webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, .15);
	box-shadow: 2px 4px 4px rgba(0, 0, 0, .15);
}

.sidebar-price input {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: -5px;
	color: #666;
	border: none;
}

.sidebar-price .price-range-button {
	font-size: 14px;
	font-weight: 600;
	float: right;
	text-transform: uppercase;
	color: #333;
}

/* shop product view mode*/

.shop-header {
	margin-top: -10px;
	margin-bottom: 50px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

.view-mode-icons {
	margin-left: 20px;
}

.view-mode-icons a {
	line-height: 28px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #eee;
}

.view-mode-icons a.active {
	color: #87b11d;
}

.view-mode-icons a:hover {
	color: #87b11d;
}

.shop-product-wrap {
	margin-bottom: 20px; /* shop four column product icon fix */ /* full width */
}

.shop-product-wrap--with-sidebar .col-lg-3 .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a i {
	display: block !important;
}

.shop-product-wrap--with-sidebar .col-lg-3 .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a span {
	display: none;
}

.shop-product-wrap--with-sidebar.four-column .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a i {
	display: block !important;
}

.shop-product-wrap--with-sidebar.four-column .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a span {
	display: none;
}

.shop-product-wrap--fullwidth .col-lg-is-6 {
	max-width: 16.66%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66%;
	-ms-flex: 0 0 16.66%;
	flex: 0 0 16.66%;
}

.shop-product-wrap--fullwidth .col-lg-is-5 {
	max-width: 20%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}

.shop-product-wrap .single-grid-product {
	margin-bottom: 30px;
}

.shop-product-wrap.grid .single-list-product {
	display: none;
}

.shop-product-wrap.list .single-grid-product {
	display: none;
}

.shop-product-wrap.list [class*='col'],
.shop-product-wrap.list [class*='col-'] {
	width: 100%;
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	-webkit-flex: 1 0 100%;
	flex: 1 0 100%;
}

/* sort selection style */

.sort-by-dropdown {
	margin-left: 15px;
}

.sort-by-dropdown .nice-select {
	font-size: 16px;
	border: none;
}

.sort-by-dropdown .nice-select .list {
	right: 0;
	left: auto;
	border-radius: 0;
}

/* grid view changer */

.grid-view-changer.active .grid-view-changer__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.grid-view-changer.active &gt; a {
	display: none;
}

.grid-view-changer__menu {
	display: none;
}

.grid-view-changer__menu &gt; a:hover,
.grid-view-changer__menu &gt; a.active {
	color: #87b11d !important;
}

.grid-view-changer a {
	line-height: 34px;
	width: 34px;
	height: 34px;
	text-align: center;
	background-color: #eee;
}

.grid-view-changer a:hover {
	color: #666;
}

.grid-view-changer a i {
	line-height: 34px;
}

/* shop sidebar wrapper */

/* description tab area */

.description-tab-navigation {
	border-top: 1px solid #ededed;
}

.description-tab-navigation .nav-tabs {
	border-bottom: 0;
}

.description-tab-navigation .nav-tabs .nav-link {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	position: relative;
	margin: 0 20px;
	padding: 20px 0 18px;
	letter-spacing: 1px;
	color: #666;
	border: 0;
}

.description-tab-navigation .nav-tabs .nav-link.active,
.description-tab-navigation .nav-tabs .nav-link:hover {
	color: #87b11d;
}

.description-tab-navigation .nav-tabs .nav-link.active:after,
.description-tab-navigation .nav-tabs .nav-link:hover:after {
	width: 100%;
}

.description-tab-navigation .nav-tabs .nav-link:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #87b11d;
}

.single-product-description-tab-content .tab-content {
	padding: 80px 0;
	background-color: #f7f7f7;
}

 .description-content p {
	margin-bottom: 0;
}

 .description-content p.long-desc {
	margin-bottom: 20px;
}

 .description-content--extra .short-desc {
	margin-bottom: 60px;
}

 .description-content--extra__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-block-image {
	-webkit-flex-basis: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

 .single-block-image-bg {
	height: 700px;
	background-image: url('../jpg/desc-one.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.single-block-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding-right: 30px;
	padding-left: 30px;
	color: #fff;
	background-color: #333;
	-webkit-flex-basis: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

 .description-content--extra__top .single-block-text .text-wrapper {
	width: 570px;
	max-width: 100%;
}

 .description-content--extra__top .single-block-text p.medium-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 1px;
	color: #fff;
}

 .description-content--extra__top .single-block-text p.big-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 44px;
	color: #fff;
}

 .description-content--extra__top .single-block-text p.desc-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
}

 .description-content--extra__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

 .description-content--extra__bottom .single-block-image {
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

 .additional-info-content .additional-info-table {
	font-size: 16px;
	line-height: 2;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ededed;
}

 .additional-info-content .additional-info-table tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

 .additional-info-content .additional-info-table tbody th {
	padding: 15px 10px;
	color: #333;
	border-top: 1px solid #ededed;
}

 .additional-info-content .additional-info-table tbody td {
	padding: 15px 10px;
	border-top: 1px solid #ededed;
}

 .review-content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

 .review-content-wrapper .review-comment-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 25px;
	letter-spacing: 2px;
	color: #111;
}

 .review-content-wrapper .review-comments {
	padding-right: 40px;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

 .review-content-wrapper .review-comments .single-review-comment {
	position: relative;
	min-height: 170px;
	margin-top: 0;
	margin-bottom: 27px;
	margin-left: 50px;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 75px;
	background-color: #fff;
}

 .review-content-wrapper .review-comments .single-review-comment__image {
	position: absolute;
	top: 50%;
	left: -50px;
	width: 100px;
	height: 100px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

 .review-content-wrapper .review-comments .single-review-comment__image img {
	border-radius: 50%;
}

 .review-content-wrapper .review-comments .single-review-comment__content {
	position: relative;
}

 .review-content-wrapper .review-comments .single-review-comment__content .review-time {
	margin-bottom: 15px;
}

 .review-content-wrapper .review-comments .single-review-comment__content .review-time i {
	margin-right: 5px;
}

 .review-content-wrapper .review-comments .single-review-comment__content .rating {
	position: absolute;
	top: 0;
	right: 0;
}

 .review-content-wrapper .review-comment-form {
	padding-left: 40px;
	border-left: 1px solid #efefef;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

 .review-content-wrapper .review-comment-form label {
	display: block;
}

 .review-content-wrapper .review-comment-form label span {
	color: red;
}

 .review-content-wrapper .review-comment-form .rating {
	margin-left: 20px;
}

 .review-content-wrapper .review-comment-form input,
 .review-content-wrapper .review-comment-form textarea {
	width: 100%;
	padding: 9.5px 25px;
	border: 1px solid #eee;
}

/*----------  product details with slider   ----------*/

.single-product-slider-details-area {
	margin-bottom: 80px;
}

/* product details description */

.product-details-description-wrapper .item-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	color: #111;
	padding-bottom: 20px;
}

.product-details-description-wrapper .price .main-price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 48px;
	color: #d92523;
}

.product-details-description-wrapper .price .main-price.discounted {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 48px;
	text-decoration: line-through;
	color: #aaa;
}

.product-details-description-wrapper .price .discounted-price {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 48px;
	color: #d92523;
}

.product-details-description-wrapper .product-details-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin-right: 50px;
	color: #666;
}

.product-details-description-wrapper .product-color {
	line-height: 1.2;
	margin-bottom: 30px;
}

.product-details-description-wrapper .product-color ul {
	display: inline-block;
}

.product-details-description-wrapper .product-color ul li {
	display: inline-block;
	margin-right: 10px;
}

.product-details-description-wrapper .product-color ul li a span.color-picker {
	line-height: 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
	border-radius: 100%;
}

.product-details-description-wrapper .product-color ul li a span.black {
	background-color: #000;
}

.product-details-description-wrapper .product-color ul li a span.blue {
	background-color: #1e73be;
}

.product-details-description-wrapper .product-color ul li a span.brown {
	background-color: #d93;
}

.product-details-description-wrapper .product-color ul li a span.gold {
	background-color: #c93;
}

.product-details-description-wrapper .product-color ul li a span.green-coral {
	background-color: #a1aeb2;
}

.product-details-description-wrapper .product-color ul li a span.grey {
	background-color: #eee;
}

.product-details-description-wrapper .product-color ul li a span.oak {
	background-color: #cba98e;
}

.product-details-description-wrapper .product-color ul li a span.pink {
	background-color: #efdae7;
}

.product-details-description-wrapper .product-color ul li a span.silver {
	background-color: #999;
}

.product-details-description-wrapper .product-color ul li a span.white {
	background-color: #fff;
}

.product-details-description-wrapper .product-color ul li a.active span {
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
}

.product-details-description-wrapper .product-color ul li a:hover span {
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, .3);
}

.product-details-description-wrapper .product-color ul li a:after {
	display: none;
}

.product-details-description-wrapper .product-size {
	margin-bottom: 30px;
}

.product-details-description-wrapper .product-size .nice-select {
	display: inline-block;
	float: none;
	width: 150px;
}

.product-details-description-wrapper .description {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
	color: #666;
}

.product-details-description-wrapper .product-brand {
	margin-top: 30px;
	margin-bottom: 15px;
}

.product-details-description-wrapper .product-brand a {
	display: block;
	width: 100%;
}

.product-details-description-wrapper .group-product-form {
	margin-bottom: 30px;
}

.product-details-description-wrapper .group-product-form .table-content table {
	width: 100%;
	text-align: center;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #e5e5e5;
	border-radius: 0;
	background: #fff none repeat scroll 0 0;
}

.product-details-description-wrapper .group-product-form .table-content table td {
	width: 33.33%;
	padding: 12px 10px;
	white-space: nowrap;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.product-details-description-wrapper .group-product-form .table-content table td.product-name {
	font-weight: 500;
}

.product-details-description-wrapper .group-product-form .table-content table td.product-name a {
	font-size: 14px;
}

.product-details-description-wrapper .group-product-form .table-content table td.product-name a:hover {
	color: #87b11d;
}

.product-details-description-wrapper .group-product-form .table-content table td p span {
	display: block;
	margin-top: 10px;
}

/* product details slider */

.product-details-slider-area {
	position: relative;
	margin-bottom: 50px;
}

.product-details-slider-area .product-badge-wrapper {
	right: -10px;
	left: auto;
	display: inline-block;
}

.product-details-slider-area .product-badge-wrapper span {
	font-size: 15px;
	padding: 3px 15px;
}

.product-details-slider-area .big-image-wrapper {
	position: relative;
}

.product-details-slider-area .big-image-wrapper .enlarge-icon {
	position: absolute;
	z-index: 5;
	right: 10px;
	bottom: 20px;
}

.product-details-slider-area .big-image-wrapper .enlarge-icon a {
	font-size: 30px;
}

.product-details-slider-area .big-image-wrapper .enlarge-icon a:hover {
	color: #87b11d;
}

/* product big image slider */

.product-details-big-image-slider-wrapper {
	cursor: crosshair;
}

.product-details-big-image-slider-wrapper--bottom-space {
	margin-bottom: 15px;
}

.product-details-big-image-slider-wrapper--sticky .single-image {
	position: relative;
	margin-bottom: 15px;
}

.product-details-big-image-slider-wrapper--sticky .single-image .product-badge-wrapper {
	right: 10px;
}

/* product small image slider */

.product-details-small-image-slider-wrapper--horizontal-space .single-image {
	padding: 0 5px;
}

.product-details-small-image-slider-wrapper--vertical-space {
	position: relative;
}

.product-details-small-image-slider-wrapper--vertical-space .single-image {
	padding: 5px 0;
}

.product-details-small-image-slider-wrapper--vertical-space .slick-arrow {
	visibility: visible;
	width: 100%;
	height: 30px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: .85;
}

.product-details-small-image-slider-wrapper--vertical-space .slick-arrow i {
	line-height: 20px;
}

.product-details-small-image-slider-wrapper--vertical-space .slick-arrow.slick-prev {
	top: 0;
	left: 0;
}

.product-details-small-image-slider-wrapper--vertical-space .slick-arrow.slick-next {
	top: auto;
	right: auto;
	bottom: 0 !important;
	left: 0;
}

.product-details-small-image-slider-wrapper--vertical-space:hover .slick-arrow.slick-prev {
	left: 0;
}

.product-details-small-image-slider-wrapper--vertical-space:hover .slick-arrow.slick-next {
	left: 0;
}

.product-details-small-image-slider-wrapper .slick-list .slick-active.slick-current .single-image img {
	opacity: 1;
}

.product-details-small-image-slider-wrapper .single-image {
	cursor: pointer;
}

.product-details-small-image-slider-wrapper .single-image img {
	opacity: .65;
}

/*=====  End of shop  ======*/

/*=============================================
=            Blog            =
=============================================*/

.blog-page-area {
	margin-bottom: 100px;
}

/* blog sidebar */

/* single blog post */

.blog-post-wrapper .single-blog-post {
	margin-bottom: 50px;
}

.single-blog-post__image {
	margin-bottom: 15px;
}

.single-blog-post__image a {
	display: block;
	width: 100%;
}

.single-blog-post__image a img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.single-blog-post__image--audio iframe {
	width: 100%;
}

.single-blog-post__image .blog-image-slider .slick-arrow.slick-prev {
	left: 0;
}

.single-blog-post__image .blog-image-slider .slick-arrow.slick-next {
	right: 0;
}

.single-blog-post__image .blog-image-slider:hover .slick-arrow.slick-prev {
	left: 20px;
}

.single-blog-post__image .blog-image-slider:hover .slick-arrow.slick-next {
	right: 20px;
}

.single-blog-post__content .post-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	color: #111;
}

.single-blog-post__content .post-title a {
	color: #111;
}

.single-blog-post__content .post-title a:hover {
	color: #87b11d;
}

.single-blog-post__content .post-meta {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #666;
}

.single-blog-post__content .post-meta a.post-author {
	padding-left: 5px;
	color: #87b11d;
}

.single-blog-post__content .post-meta a:hover {
	color: #87b11d;
}

.single-blog-post__content .post-meta .separator {
	margin: 0 10px;
	color: #111;
}

.single-blog-post__content .post-excerpt {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
	color: #666;
}

.single-blog-post--related {
	margin-bottom: 30px;
}

.single-blog-post--related .post-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	color: #111;
}

.single-blog-post--related .post-meta {
	font-size: 15px;
}

/* blog single post details */

.blog-single-post-details-wrapper {
	margin-bottom: 50px;
}

.blog-single-post-details-wrapper .post-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	margin-top: -10px;
	color: #111;
}

.blog-single-post-details-wrapper .post-meta {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #666;
}

.blog-single-post-details-wrapper .post-meta a.post-author {
	padding-left: 5px;
	color: #87b11d;
}

.blog-single-post-details-wrapper .post-meta a:hover {
	color: #87b11d;
}

.blog-single-post-details-wrapper .post-meta .separator {
	margin: 0 10px;
	color: #111;
}

.blog-single-post-details-wrapper .post-thumbnail {
	margin-bottom: 30px;
}

.blog-single-post-details-wrapper .post-thumbnail--audio iframe {
	width: 100%;
}

.blog-single-post-details-wrapper .post-thumbnail--slider .blog-image-slider .slick-arrow.slick-prev {
	left: 0;
}

.blog-single-post-details-wrapper .post-thumbnail--slider .blog-image-slider .slick-arrow.slick-next {
	right: 0;
}

.blog-single-post-details-wrapper .post-thumbnail--slider .blog-image-slider:hover .slick-arrow.slick-prev {
	left: 20px;
}

.blog-single-post-details-wrapper .post-thumbnail--slider .blog-image-slider:hover .slick-arrow.slick-next {
	right: 20px;
}

.blog-single-post-details-wrapper .post-text-content {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.blog-single-post-details-wrapper .post-text-content p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #666;
}

.blog-single-post-details-wrapper .post-share-section span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	margin-right: 30px;
	color: #111;
}

.blog-single-post-details-wrapper .post-share-section .post-social-icons {
	display: inline-block;
}

.blog-single-post-details-wrapper .post-share-section .post-social-icons li {
	display: inline-block;
	margin-right: 25px;
}

.blog-single-post-details-wrapper .post-share-section .post-social-icons li a {
	font-size: 18px;
}

.blog-single-post-details-wrapper .post-share-section .post-social-icons li a:hover {
	color: #87b11d;
}

/* related post */

.blog-related-post-area {
	margin-bottom: 50px;
}

.blog-related-post-wrapper {
	margin-bottom: -30px;
}

.blog-details-section-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	margin-top: -5px;
	margin-bottom: 25px;
	color: #111;
}

/* blog comments */

.blog-comments-area {
	margin-bottom: 50px;
}

.blog-comments-area .blog-comments-wrapper {
	margin-bottom: -15px;
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment {
	position: relative;
	min-height: 170px;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 50px;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 75px;
	background-color: #f7f7f7;
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment__image {
	position: absolute;
	top: 50%;
	left: -50px;
	width: 100px;
	height: 100px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment__image img {
	border-radius: 50%;
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment__content {
	position: relative;
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment__content .comment-time {
	margin-bottom: 15px;
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment__content .comment-time i {
	margin-right: 5px;
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment--reply {
	margin-left: 100px;
}

/*=====  End of Blog  ======*/

/*=============================================
=            Login Register            =
=============================================*/

.myaccount-wrapper {
	margin-bottom: 100px;
}

/*-- Login Title --*/

.login-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 30px;
	text-decoration: underline;
	text-transform: capitalize;
}

/*-- Login Form --*/

.login-form {
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}

.login-form label {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 12px;
	text-transform: capitalize;
}

.login-form .nice-select {
	font-size: 14px;
	line-height: 23px;
	width: 100%;
	height: 45px;
	margin-bottom: 15px;
	padding: 10px 20px;
	color: #666;
	border: 1px solid #999;
	border-radius: 0;
	background-color: transparent;
}

.login-form .nice-select::after {
	right: 20px;
	width: 6px;
	height: 6px;
	border-width: 1px;
	border-color: #666;
}

.login-form .nice-select .current {
	line-height: 23px;
	display: block;
	color: #666;
}

.login-form .nice-select .list {
	width: 100%;
}

.login-form input {
	font-size: 14px;
	line-height: 23px;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 20px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #666;
	border: 1px solid #eee;
	border-radius: 0;
	background-color: transparent;
}

.login-form input[type='checkbox'] {
	width: auto;
}

.login-form input:focus {
	border: 1px solid #c7c7c7;
}

.login-form .check-box {
	float: left;
	margin-right: 70px;
	margin-bottom: 15px;
}

.login-form .check-box:last-child {
	margin-right: 0;
}

.login-form .check-box input[type='checkbox'] {
	display: none;
}

.login-form .check-box input[type='checkbox'] + label {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	margin: 0;
	padding-left: 30px;
	color: #333;
}

.login-form .check-box input[type='checkbox'] + label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border: 2px solid #999;
}

.login-form .check-box input[type='checkbox'] + label::after {
	font-family: Fontawesome;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	content: '\f00c';
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-align: center;
	opacity: 0;
	color: #333;
}

.login-form .check-box input[type='checkbox']:checked + label::before {
	border: 2px solid #333;
}

.login-form .check-box input[type='checkbox']:checked + label::after {
	opacity: 1;
}

/*-- Place Order --*/

.register-button {
	font-weight: 400;
	line-height: 24px;
	display: block;
	float: left;
	width: 140px;
	height: 36px;
	margin-top: 40px;
	padding: 6px 20px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-radius: 3px;
	background-color: #333;
}

.register-button:hover {
	background-color: #87b11d;
}

.forget-pass-link:hover {
	color: #87b11d;
}

/*=====  End of Login Register  ======*/

/*=============================================
=            Order tracking            =
=============================================*/

.order-tracking-area {
	margin-bottom: 100px;
}

.order-tracking-wrapper {
	width: 630px;
	max-width: 100%;
	margin: 0 auto;
	padding: 60px;
	background-color: #f7f7f7;
}

.order-track-form label {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	display: block;
	color: #333;
}

.order-track-form input {
	font-size: 14px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 9px 25px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #222;
	border: 1px solid #eee;
	background: #fff;
}

.order-track-form input:focus {
	border-color: #c7c7c7;
}

/*=====  End of Order tracking  ======*/

/*=============================================
=            Cart            =
=============================================*/

.shopping-cart-area {
	margin-bottom: 100px;
}

.cart-table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #e7e7e7;
}

.cart-table tr {
	border-bottom: 1px solid #ededed;
}

.cart-table th {
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	padding: 16px 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
	background-color: transparent;
}

.cart-table th:first-of-type {
	padding-left: 25px;
}

.cart-table td {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
}

.cart-table td.product-thumbnail {
	width: 115px;
}

.cart-table td.product-name a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
}

.cart-table td.product-name a:hover {
	color: #87b11d;
}

.cart-table td.product-name .product-variation {
	line-height: 22px;
	display: block;
	float: left;
	clear: both;
	color: #ababab;
}

.cart-table td.product-price {
	clear: left;
}

.cart-table td.product-price .price {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #333;
}

.cart-table td.total-price {
	clear: left;
}

.cart-table td.total-price .price {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #333;
}

.cart-table td.product-remove {
	text-align: center;
}

.cart-table td.product-remove a {
	font-size: 0;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	color: #ababab;
	border: 2px solid #e6e6e6;
}

.cart-table td.product-remove a i {
	font-size: 30px;
	line-height: 41px;
}

.cart-table td.product-remove a:hover {
	color: #c61932;
	border-color: #c61932;
}

.cart-coupon-area {
	margin-bottom: 30px;
}

.cart-calculation-area {
	padding: 40px;
	background-color: #f7f7f7;
}

.cart-calculation-area__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 27px;
	color: #111;
}

.cart-calculation-table {
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
}

.cart-calculation-table th {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	padding: 16px 12px;
	padding-left: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
	background-color: transparent;
}

.cart-calculation-table td {
	padding-right: 10px !important;
	text-align: right;
}

.cart-calculation-table td.subtotal {
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	color: #333;
}

.cart-calculation-table td.total {
	font-size: 24px;
	font-weight: 600;
	line-height: 48px;
	color: #333;
}

.coupon-form input {
	font-size: 15px;
	display: inline-block;
	width: 100%;
	margin-right: 16px;
	padding: 9px 15px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #222;
	border: 1px solid #eee;
	background: #f7f7f7;
	background-color: #fff;
}

.coupon-form input:focus {
	border-color: #c7c7c7;
}

.stock-stat-message {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 5px;
	letter-spacing: 1px;
	color: #297e29;
	border: 2px solid #297e29;
}

.stock-stat-message--out-of-stock {
	color: red;
	border-color: red;
}

/*=====  End of Cart  ======*/

/*=============================================
=            checkout            =
=============================================*/

.checkout-page-wrapper {
	margin-bottom: 100px;
}

.billing-form {
	margin-bottom: 40px;
}

/*-- Checkout Title --*/

.checkout-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 30px;
	text-decoration: underline;
	text-transform: capitalize;
}

/*-- Checkout Form --*/

.checkout-form label {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}

.checkout-form .nice-select {
	font-size: 14px;
	line-height: 23px;
	width: 100%;
	height: 45px;
	margin-bottom: 15px;
	padding: 10px 20px;
	color: #666;
	border: 1px solid #eee;
	border-radius: 0;
	background-color: #fff;
}

.checkout-form .nice-select::after {
	right: 20px;
	width: 6px;
	height: 6px;
	border-width: 1px;
	border-color: #666;
}

.checkout-form .nice-select .current {
	line-height: 23px;
	display: block;
	color: #666;
}

.checkout-form .nice-select .list {
	width: 100%;
}

.checkout-form .nice-select:focus {
	border-color: #c7c7c7;
}

.checkout-form input {
	font-size: 14px;
	line-height: 23px;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 20px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #666;
	border: 1px solid #eee;
	border-radius: 0;
	background-color: #fff;
}

.checkout-form input[type='checkbox'] {
	width: auto;
}

.checkout-form input:focus {
	border: 1px solid #c7c7c7;
}

.checkout-form .check-box {
	float: left;
	margin-right: 70px;
}

.checkout-form .check-box:last-child {
	margin-right: 0;
}

.checkout-form .check-box input[type='checkbox'] {
	display: none;
}

.checkout-form .check-box input[type='checkbox'] + label {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	margin: 0;
	padding-left: 30px;
	color: #333;
}

.checkout-form .check-box input[type='checkbox'] + label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border: 2px solid #999;
}

.checkout-form .check-box input[type='checkbox'] + label::after {
	font-family: Fontawesome;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	content: '\f00c';
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-align: center;
	opacity: 0;
	color: #333;
}

.checkout-form .check-box input[type='checkbox']:checked + label::before {
	border: 2px solid #333;
}

.checkout-form .check-box input[type='checkbox']:checked + label::after {
	opacity: 1;
}

/*-- Shipping Form --*/

#shipping-form {
	display: none;
}

/*-- Checkout Cart Total --*/

.checkout-cart-total {
	margin-bottom: 30px;
	padding: 45px;
	background-color: #f2f2f2;
}

.checkout-cart-total h4 {
	font-weight: 700;
	line-height: 23px;
	-webkit-flex-basis: 18px;
	-ms-flex-preferred-size: 18px;
	flex-basis: 18px;
}

.checkout-cart-total h4:first-child {
	margin-top: 0;
	margin-bottom: 25px;
}

.checkout-cart-total h4:last-child {
	margin-top: 15px;
	margin-bottom: 0;
}

.checkout-cart-total h4 span {
	display: block;
	float: right;
}

.checkout-cart-total ul {
	border-bottom: 1px solid #999;
}

.checkout-cart-total ul li {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	display: block;
	margin-bottom: 16px;
	color: #666;
}

.checkout-cart-total ul li span {
	float: right;
	color: #333;
}

.checkout-cart-total p {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	margin: 0;
	padding: 10px 0;
	color: #505050;
	border-bottom: 1px solid #999;
}

.checkout-cart-total p span {
	float: right;
}

/*-- Checkout Payment Method --*/

.checkout-payment-method {
	padding: 45px;
	background-color: #f2f2f2;
}

/*-- Single Payment Method --*/

.single-method {
	margin-bottom: 20px;
}

.single-method:last-child {
	margin-bottom: 0;
}

.single-method input[type='radio'] {
	display: none;
}

.single-method input[type='radio'] + label {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	margin: 0;
	padding-left: 30px;
	color: #333;
}

.single-method input[type='radio'] + label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border: 2px solid #999;
}

.single-method input[type='radio'] + label::after {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-align: center;
	opacity: 0;
	background-color: #333;
}

.single-method input[type='radio']:checked + label::before {
	border: 2px solid #333;
}

.single-method input[type='radio']:checked + label::after {
	opacity: 1;
}

.single-method input[type='checkbox'] {
	display: none;
}

.single-method input[type='checkbox'] + label {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	margin: 0;
	padding-left: 30px;
	color: #666;
}

.single-method input[type='checkbox'] + label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	content: '';
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border: 2px solid #999;
}

.single-method input[type='checkbox'] + label::after {
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-align: center;
	opacity: 0;
	background-color: #333;
}

.single-method input[type='checkbox']:checked + label::before {
	border: 2px solid #333;
}

.single-method input[type='checkbox']:checked + label::after {
	opacity: 1;
}

.single-method p {
	font-size: 14px;
	line-height: 23px;
	display: none;
	margin-top: 8px;
	color: #666;
}

/*-- Place Order --*/

.place-order {
	font-weight: 400;
	line-height: 24px;
	float: left;
	width: 140px;
	height: 36px;
	margin-top: 40px;
	padding: 6px 20px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	background-color: #333;
}

.place-order:hover {
	background-color: #fff;
}

.place-order-btn {
	margin-top: 15px;
}

/*=====  End of checkout  ======*/

/*=============================================
    =            Responsive styles            =
    =============================================*/

@media only screen and (min-width: 480px) and (max-width: 575px) {

.col-custom-sm-6 {
	max-width: 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.header-sticky.is-sticky .header-icon__list__item &gt; a {
	padding: 0;
}

.header-sticky.is-sticky .header-icon__list__item &gt; a span.item-count {
	top: -10px;
}

.minicart-wrapper {
	display: none;
}

.footer-navigation-area {
	padding-bottom: 100px;
}

.footer-widget__title {
	margin-top: -5px;
}

.theme-button--banner {
	font-size: 12px;
	padding: 5px 15px;
}

.theme-button--banner--scale {
	border: none;
}

.theme-button--banner--scale:hover {
	color: #222;
	border-color: transparent;
	background: none;
}

.search-overlay .search-overlay-content .input-box form input {
	font-size: 40px;
}

.single-banner__image:after {
	display: none;
}

.single-banner__content {
	display: none;
}

.single-banner__content--overlay p.banner-small-text--end {
	font-size: 14px;
}

.single-banner__content--overlay p.banner-big-text {
	font-size: 22px;
}

.single-banner:hover .single-banner__content p.banner-small-text {
	line-height: 15px;
	margin-bottom: 0;
}

.single-banner:hover .single-banner__content p.banner-small-text--end {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.single-banner:hover .single-banner__content p.banner-big-text {
	margin-bottom: 0;
}

.single-banner--scale__image:after {
	visibility: visible;
	opacity: 1;
}

.single-banner--scale__content {
	left: 50%;
	width: 90%;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.single-banner--scale__content .title {
	font-size: 24px;
	line-height: 24px;
}

.single-banner--scale__content .subtitle {
	margin-bottom: 5px;
}

.single-two-column-banner__image {
	margin-bottom: 30px;
}

.single-two-column-banner__content {
	padding: 60px 0;
}

.single-two-column-banner__content .content-wrapper {
	width: 95%;
}

.single-two-column-banner__content .content-wrapper .image {
	margin-bottom: 10px;
}

.single-two-column-banner__content .content-wrapper .content .title {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 15px;
}

.section-space--breadcrumb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.cta-content--two .title {
	font-size: 60px;
	line-height: 110px;
	margin-top: -35px;
}

.cta-content--two .subtitle {
	width: 80%;
	max-width: 100%;
}

.deal-counter-wrapper__image {
	margin-bottom: 40px;
}

.deal-counter-wrapper {
	margin: 0;
}

.deal-counter-wrapper__content {
	padding: 0 30px;
}

.breadcrumb-wrapper {
	margin-bottom: 0;
}

.breadcrumb-wrapper .page-title {
	font-size: 50px;
	line-height: 60px;
	margin-top: -10px;
}

.theme-slick-slider .slick-arrow {
	visibility: visible;
	opacity: .6;
}

.product-slider-text-wrapper {
	margin: 0;
	padding: 65px 30px;
}

.product-slider-text-wrapper__text {
	margin-bottom: 30px;
}

.product-slider-text-wrapper__text .description {
	margin-bottom: 10px;
}

.product-widget-wrapper--element {
	margin-bottom: -50px;
}

.single-product-widget-wrapper {
	margin-bottom: 50px;
}

.group-map-container {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.single-map {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.footer-newsletter-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 15px;
	color: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-newsletter-form {
	margin: 0 auto;
}

.progress-bar-element__image {
	margin-bottom: 30px;
}

.about-us-brief-title {
	margin-bottom: 30px;
}

.video-background-area .video-area {
	height: 300px;
}

.shop-product-wrap--fullwidth .col-lg-is-6 {
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33%;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
}

.shop-product-wrap--fullwidth .col-lg-is-5 {
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33%;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
}

.grid-view-changer {
	display: none;
}

.shop-sidebar-wrapper {
	margin-top: 50px;
}

 .description-content--extra__top .single-block-text .text-wrapper {
	width: auto;
}

 .review-content-wrapper {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

 .review-content-wrapper .review-comments {
	margin-bottom: 30px;
	padding-right: 0;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

 .review-content-wrapper .review-comment-form {
	padding-left: 0;
	border-left: 0;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.blog-sidebar-wrapper {
	margin-top: 50px;
}

.login-form {
	padding: 15px;
}

.login-form--extra-space {
	margin-bottom: 50px;
}

.cart-table thead {
	display: none;
}

.cart-table tr {
	position: relative;
	display: block;
	padding: 30px 0;
	text-align: center;
	border: 1px solid #ededed;
}

.cart-table td {
	display: block;
	width: 100% !important;
	margin: 0 auto;
	padding: 0 !important;
	text-align: center;
	border: none;
}

.cart-table td.product-name a {
	margin-top: 20px;
}

.cart-table td.product-name .product-variation {
	float: none;
	margin-bottom: 10px;
}

.cart-table td.product-price {
	margin-bottom: 15px;
}

.cart-table td.stock-status {
	margin-bottom: 15px;
}

.cart-table td.product-quantity {
	margin-bottom: 20px;
}

.cart-table td.product-remove {
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto !important;
}

.cart-table td.product-remove a i {
	line-height: 35px;
}

.cart-table td.product-remove a {
	width: auto;
	height: auto;
	border: none;
}

.coupon-form {
	margin-bottom: 30px;
}

.shipping-form {
	margin-bottom: 30px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {

.product-slider-wrapper:hover .slick-arrow {
	visibility: visible;
	opacity: 1;
}

.product-slider-wrapper:hover .slick-arrow.slick-prev {
	left: -15px;
}

.product-slider-wrapper:hover .slick-arrow.slick-next {
	right: -15px;
}

.product-slider-wrapper .slick-arrow {
	visibility: visible;
	opacity: 1;
}

.product-slider-wrapper .slick-arrow.slick-prev {
	left: -15px;
}

.product-slider-wrapper .slick-arrow.slick-next {
	right: -15px;
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon--quick-view {
	display: none;
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart {
	width: 100%;
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon--compare {
	display: none;
}

.single-grid-product--overlay .single-grid-product__image .product-hover-icon-wrapper .single-icon {
	visibility: hidden;
	opacity: 0;
}

.single-grid-product--overlay:hover .single-grid-product__image .product-hover-icon-wrapper .single-icon {
	visibility: visible;
	opacity: 1;
}

.single-list-product .product-hover-icon-wrapper .single-icon {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.single-list-product .product-hover-icon-wrapper .single-icon--quick-view {
	display: none;
}

.single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart {
	width: 100%;
}

.single-list-product .product-hover-icon-wrapper .single-icon--compare {
	display: none;
}

.testimonial-content-wrapper .testimonial-image {
	padding-bottom: 60px;
	text-align: center;
	border-right: 0;
	border-bottom: 2px solid #eee;
}

.testimonial-content-wrapper .testimonial-image .icon {
	top: auto;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.testimonial-content-wrapper .testimonial-content {
	padding-top: 60px;
}

.mailchimp-form-content .icon {
	top: auto;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.mailchimp-form-bg {
	height: 600px;
}

 .description-content--extra__top {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

 .description-content--extra__top .single-block-image {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

 .description-content--extra__top .single-block-image-bg {
	height: 500px;
}

 .description-content--extra__top .single-block-text {
	padding: 50px 30px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

}

@media only screen and (min-width: 768px) {

.cd-items {
	padding: 2em 0 0;
}

.cd-item {
	float: left;
	width: 48%;
	margin: 0 4% 2em 0;
}

.cd-item:nth-child(2n) {
	margin-right: 0;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {

.footer-newsletter-widget__form-wrapper input {
	margin-right: 0;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

.header-info-wrapper--alt-style .header-logo {
	-webkit-flex-basis: 15%;
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
}

.header-info-wrapper--alt-style .header-icon-area {
	-webkit-flex-basis: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.header-navigation-wrapper nav &gt; ul &gt; li:last-child .submenu--column-3 {
	-webkit-transform: translate(-600px, 20px);
	-ms-transform: translate(-600px, 20px);
	transform: translate(-600px, 20px);
}

.header-navigation-wrapper nav &gt; ul &gt; li:last-child:hover .submenu--column-3 {
	-webkit-transform: translate(-600px, 0);
	-ms-transform: translate(-600px, 0);
	transform: translate(-600px, 0);
}

.header-navigation-wrapper nav &gt; ul &gt; li:hover .submenu--home-variation {
	-webkit-transform: translate(-100px, 0);
	-ms-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
}

.header-navigation-wrapper nav &gt; ul &gt; li:hover .submenu--column-3 {
	-webkit-transform: translate(-350px, 0);
	-ms-transform: translate(-350px, 0);
	transform: translate(-350px, 0);
}

.submenu--home-variation {
	-webkit-transform: translate(-100px, 20px);
	-ms-transform: translate(-100px, 20px);
	transform: translate(-100px, 20px);
}

.submenu--column-1 {
	left: -80px;
}

.submenu--column-3 {
	-webkit-transform: translate(-350px, 20px);
	-ms-transform: translate(-350px, 20px);
	transform: translate(-350px, 20px);
}

.footer-navigation-area {
	padding-bottom: 100px;
}

.footer-widget__title {
	margin-top: -5px;
}

.d-lg3-none {
	display: none !important;
}

.theme-button--banner--two-column {
	padding: 10px 20px;
}

.single-banner:hover .single-banner__content p.banner-small-text--end {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.single-two-column-banner__image {
	min-height: 500px;
}

.single-two-column-banner__content .content-wrapper {
	width: 95%;
}

.single-two-column-banner__content .content-wrapper .image {
	width: 80px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.single-two-column-banner__content .content-wrapper .content .title {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 5px;
}

.single-two-column-banner__content .content-wrapper .content .price {
	margin-bottom: 10px;
}

.single-two-column-banner__content .content-wrapper .content .description {
	width: 100%;
	margin-bottom: 15px;
}

.cta-content-wrapper {
	padding: 60px 30px;
}

.cta-content--two .title {
	font-size: 70px;
	line-height: 120px;
	margin-top: -40px;
}

.cta-content--two .subtitle {
	width: 80%;
	max-width: 100%;
}

.cta-content .title {
	font-size: 30px;
	line-height: 37px;
}

.deal-counter-wrapper {
	margin: 0;
	padding: 65px 30px;
}

.breadcrumb-wrapper .page-title {
	font-size: 50px;
	line-height: 60px;
	margin-top: -10px;
}

.product-slider-text-wrapper {
	margin: 0;
	padding: 65px 30px;
}

.single-grid-product__image .product-hover-icon-wrapper {
	padding: 0 10px;
}

.quickview-item-info .item-title {
	font-size: 25px;
}

.quick-view-other-info .other-info-links a {
	font-size: 14px;
}

.single-testimonial__content .testimonial-text {
	width: 800px;
}

.testimonial-content-wrapper {
	padding: 60px 0;
}

.testimonial-content-wrapper .testimonial-image {
	padding: 0 60px;
}

.testimonial-content-wrapper .testimonial-content {
	padding: 0 60px;
}

.google-map {
	height: 400px;
}

.google-map--style-2 {
	height: 600px;
}

.footer-newsletter-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
}

.about-page-top-wrapper {
	margin-top: -5px;
}

.video-background-area .video-area {
	height: 500px;
}

.sidebar-price input {
	width: 69%;
}

.shop-product-wrap--fullwidth .col-lg-is-6 {
	max-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.shop-product-wrap--fullwidth .col-lg-is-5 {
	max-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

 .description-content--extra__top .single-block-text .text-wrapper {
	width: auto;
}

.product-details-description-wrapper .item-title {
	font-size: 25px;
}

}

@media only screen and (min-width: 992px) {

body.overlay-layer::after {
	visibility: visible;
	content: '';
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
	opacity: 1;
}

.cd-items {
	padding: 4em 0 0;
}

.cd-item {
	float: left;
	width: 22%;
	margin: 0 4% 2.8em 0;
}

.cd-item:nth-child(2n) {
	margin-right: 4%;
}

.cd-item:nth-child(4n) {
	margin-right: 0;
}

.cd-item.empty-box::after { /* box visible as placeholder when the .cd-quick-view zooms in */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #392c3f;
}

.cd-quick-view {
	position: fixed;
	z-index: 1;
	display: block;
	visibility: hidden;
	max-width: 900px; /* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: left, top, width;
}

.cd-quick-view.is-visible { /* class added when user clicks on .cd-trigger */
	visibility: visible;
}

.cd-quick-view.animate-width { /* class added at the end of the first zoom-in animation */
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

}

@media (min-width: 1200px) {

.container {
	max-width: 1200px;
}

.container.wide {
	max-width: 95%;
}

.container.full {
	max-width: 100%;
	padding: 0;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {

.header-info-wrapper--alt-style .header-logo {
	-webkit-flex-basis: 15%;
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
}

.header-info-wrapper--alt-style .header-icon-area {
	-webkit-flex-basis: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.header-navigation-wrapper nav &gt; ul &gt; li:last-child .submenu--column-3 {
	-webkit-transform: translate(-500px, 20px);
	-ms-transform: translate(-500px, 20px);
	transform: translate(-500px, 20px);
}

.header-navigation-wrapper nav &gt; ul &gt; li:last-child:hover .submenu--column-3 {
	-webkit-transform: translate(-500px, 0);
	-ms-transform: translate(-500px, 0);
	transform: translate(-500px, 0);
}

.header-navigation-wrapper nav &gt; ul &gt; li:hover .submenu--column-3 {
	-webkit-transform: translate(-250px, 0);
	-ms-transform: translate(-250px, 0);
	transform: translate(-250px, 0);
}

.submenu--column-3 {
	-webkit-transform: translate(-250px, 20px);
	-ms-transform: translate(-250px, 20px);
	transform: translate(-250px, 20px);
}

.footer-navigation-area {
	padding-bottom: 100px;
}

.footer-widget__title {
	margin-top: -5px;
}

.col-custom-xl-6 {
	max-width: 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.d-lg2-none {
	display: none !important;
}

.theme-button--banner--two-column {
	padding: 10px 20px;
}

.single-two-column-banner__image {
	min-height: 500px;
}

.single-two-column-banner__content .content-wrapper {
	width: 95%;
}

.single-two-column-banner__content .content-wrapper .image {
	width: 100px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.single-two-column-banner__content .content-wrapper .content .title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}

.single-two-column-banner__content .content-wrapper .content .price {
	margin-bottom: 10px;
}

.single-two-column-banner__content .content-wrapper .content .description {
	width: 480px;
	margin-bottom: 15px;
}

.deal-counter-wrapper__image {
	text-align: left;
}

.deal-counter-wrapper {
	margin: 0;
}

.breadcrumb-wrapper .page-title {
	font-size: 45px;
	line-height: 60px;
	margin-top: -10px;
}

.theme-slick-slider .slick-arrow.slick-next {
	right: 0;
}

.theme-slick-slider .slick-arrow.slick-prev {
	left: 0;
}

.theme-slick-slider:hover .slick-arrow.slick-next {
	right: 0;
}

.theme-slick-slider:hover .slick-arrow.slick-prev {
	left: 0;
}

.product-slider-text-wrapper {
	margin: 0;
	padding: 65px 70px;
}

.single-testimonial__content .testimonial-text {
	width: 800px;
}

.google-map--style-3 {
	height: 300px;
}

.video-background-area .video-area {
	height: 600px;
}

.sidebar-price input {
	width: 69%;
}

.shop-product-wrap--fullwidth .col-lg-is-6 {
	max-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.shop-product-wrap--fullwidth .col-lg-is-5 {
	max-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

 .description-content--extra__top .single-block-text .text-wrapper {
	width: auto;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {

.submenu--home-variation {
	padding: 40px 30px;
}

.submenu--home-variation__item:nth-child(1n+4) {
	margin-top: 15px;
}

}

@media only screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1499px) {

.container.wide {
	max-width: 100%;
}

}

@media (min-width: 1500px) {

.product-row-wrapper .col-xl-custom-2 {
	max-width: 16.66667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
}

.product-fullpage-no-gutter-area .col-xl-custom-2 {
	max-width: 16.66667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
}

}

@media only screen and (max-width: 767px) {

.header-sticky.is-sticky .header-icon__list__item &gt; a {
	padding: 0;
}

.header-sticky.is-sticky .header-icon__list__item &gt; a span.item-count {
	top: -10px;
}

.minicart-wrapper {
	display: none;
}

.footer-navigation-area {
	padding-top: 70px;
	padding-bottom: 70px;
}
footer-navigation-area p{
    color: #eaeaea;
	
}
.copyright-text--two {
	margin-bottom: 20px;
}

.footer-newsletter-widget__title {
	font-size: 32px;
	line-height: 35px;
}

.theme-button--banner--scale {
	border: none;
}

.theme-button--banner--scale:hover {
	color: #222;
	border-color: transparent;
	background: none;
}

.theme-button--extra-large {
	font-size: 18px;
	padding: 15px 40px;
}

.search-overlay .search-close-icon a i {
	font-size: 25px;
}

.search-overlay .search-overlay-content .input-box form input {
	font-size: 40px;
}

.section-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 55px;
	color: #000;
}

.single-banner__image:after {
	display: none;
}

.single-banner__content {
	display: none;
}

.single-banner--scale__image:after {
	visibility: visible;
	opacity: 1;
}

.single-banner--scale__content {
	left: 50%;
	width: 90%;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.single-banner--scale__content .title {
	font-size: 24px;
	line-height: 24px;
}

.single-banner--scale__content .subtitle {
	margin-bottom: 5px;
}

.single-two-column-banner__image {
	min-height: 400px;
	margin-bottom: 30px;
}

.single-two-column-banner__content {
	padding: 60px 0;
}

.single-two-column-banner__content .content-wrapper {
	width: 90%;
}

.single-two-column-banner__content .content-wrapper .image {
	margin-bottom: 10px;
}

.single-two-column-banner__content .content-wrapper .content .title {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 5px;
}

.single-two-column-banner__content .content-wrapper .content .description {
	width: 100%;
	margin-bottom: 15px;
}

.single-banner-segment__image {
	margin-bottom: 35px;
}

.section-space--breadcrumb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.cta-area--three .cta-text {
	margin-top: -5px;
	margin-bottom: 25px;
}

.cta-content-wrapper {
	padding: 60px 30px;
}

.cta-content--two .title {
	font-size: 45px;
	line-height: 70px;
	margin-top: -20px;
}

.cta-content--two .subtitle {
	font-size: 16px;
	line-height: 26px;
	width: 100%;
	max-width: 100%;
}

.cta-content .title {
	font-size: 30px;
	line-height: 37px;
}

.deal-counter-wrapper__image {
	margin-bottom: 40px;
}

.deal-counter-wrapper {
	margin: 0;
}

.deal-counter-wrapper__content {
	padding: 0 30px;
}

.instagram-grid .col {
	width: 50%;
}

.breadcrumb-wrapper {
	margin-bottom: 0;
}

.breadcrumb-wrapper .page-title {
	font-size: 40px;
	line-height: 50px;
	margin-top: -10px;
}

.theme-slick-slider .slick-arrow {
	visibility: visible;
	opacity: .6;
}

.product-slider-text-wrapper {
	margin: 0;
	padding: 65px 30px;
}

.product-slider-text-wrapper__text {
	margin-bottom: 30px;
}

.product-slider-text-wrapper__text .title {
	font-size: 28px;
	line-height: 31px;
}

.product-slider-text-wrapper__text .description {
	margin-bottom: 10px;
}

.product-widget-wrapper--element {
	margin-bottom: -50px;
}

.single-product-widget-wrapper {
	margin-bottom: 50px;
}

.single-list-product__image {
	-webkit-flex-basis: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}

.single-list-product__content {
	-webkit-flex-basis: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

.group-map-container {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.single-map {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.footer-newsletter-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 15px;
	color: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-newsletter-form {
	margin: 0 auto;
}

.mailchimp-form-content .mailchimp-form-wrapper {
	padding: 60px 15px;
	border: 0;
}

.progress-bar-element__image {
	margin-bottom: 30px;
}

.about-us-brief-title {
	margin-bottom: 30px;
}

.video-background-area .video-area {
	height: 300px;
}

.contact-form-content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.view-mode-icons {
	display: none !important;
}

.shop-product-wrap--fullwidth .col-lg-is-6 {
	max-width: 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.shop-product-wrap--fullwidth .col-lg-is-5 {
	max-width: 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.grid-view-changer {
	display: none;
}

.shop-sidebar-wrapper {
	margin-top: 50px;
}

 .description-content--extra__top .single-block-text .text-wrapper {
	width: auto;
}

 .description-content--extra__bottom {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

 .description-content--extra__bottom .single-block-image {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

 .review-content-wrapper {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

 .review-content-wrapper .review-comments {
	margin-bottom: 30px;
	padding-right: 0;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

 .review-content-wrapper .review-comment-form {
	padding-left: 0;
	border-left: 0;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.product-details-big-image-slider-wrapper--side-space {
	margin-bottom: 15px;
}

.product-details-small-image-slider-wrapper--vertical-space .single-image {
	padding: 0 5px;
}

.blog-sidebar-wrapper {
	margin-top: 50px;
}

.login-form--extra-space {
	margin-bottom: 50px;
}

.forget-pass-link {
	margin-bottom: 15px;
}

.cart-table thead {
	display: none;
}

.cart-table tr {
	position: relative;
	display: block;
	padding: 30px 0;
	text-align: center;
	border: 1px solid #ededed;
}

.cart-table td {
	display: block;
	width: 100% !important;
	margin: 0 auto;
	padding: 0 !important;
	text-align: center;
	border: none;
}

.cart-table td.product-name a {
	margin-top: 20px;
}

.cart-table td.product-name .product-variation {
	float: none;
	margin-bottom: 10px;
}

.cart-table td.product-price {
	margin-bottom: 15px;
}

.cart-table td.stock-status {
	margin-bottom: 15px;
}

.cart-table td.product-quantity {
	margin-bottom: 20px;
}

.cart-table td.product-remove {
	position: absolute;
	top: 0;
	right: 10px;
	width: auto !important;
}

.cart-table td.product-remove a i {
	line-height: 35px;
}

.cart-table td.product-remove a {
	width: auto;
	height: auto;
	border: none;
}

.coupon-form {
	margin-bottom: 30px;
}

.shipping-form {
	margin-bottom: 30px;
}

}

@media only screen and (max-width: 575px) {

.footer-newsletter-widget__title {
	font-size: 28px;
	line-height: 32px;
}

.search-overlay .search-overlay-content .input-box form input {
	font-size: 30px;
}

.cta-content--two .title {
	font-size: 40px;
	line-height: 60px;
	margin-top: -15px;
}

.deal-counter-wrapper__content .deal-countdown .single-countdown {
	width: 25%;
	padding: 10px;
}

.product-slider-wrapper:hover .slick-arrow.slick-prev {
	left: 0;
}

.product-slider-wrapper:hover .slick-arrow.slick-next {
	right: 0;
}

.product-slider-wrapper .slick-arrow.slick-prev {
	left: 0;
}

.product-slider-wrapper .slick-arrow.slick-next {
	right: 0;
}

.product-slider-text-wrapper .product-slider-wrapper .slick-arrow.slick-next {
	margin-right: -15px;
}

.product-slider-text-wrapper .product-slider-wrapper .slick-arrow.slick-prev {
	margin-left: -15px;
}

.single-list-product {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.single-list-product__image {
	margin-bottom: 15px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.single-list-product__content {
	padding-left: 0;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.single-list-product .product-hover-icon-wrapper {
	margin: 0 auto;
}

.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-item {
	font-size: 22px;
	line-height: 22px;
	margin: 0 15px;
}

.testimonial-content-wrapper .testimonial-image {
	padding: 0 30px;
	padding-bottom: 60px;
}

.testimonial-content-wrapper .testimonial-content {
	padding: 0 30px;
	padding-top: 60px;
}

.faq-title {
	font-size: 25px;
	line-height: 32px;
}

.single-faq .card-header h5 button {
	font-size: 18px;
	line-height: 26px;
}

.single-team-member {
	text-align: center;
}

.shop-product-wrap--fullwidth .col-lg-is-6 {
	max-width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.shop-product-wrap--fullwidth .col-lg-is-5 {
	max-width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.sort-by-dropdown {
	margin-left: 0;
}

.sort-by-dropdown .nice-select {
	padding-left: 0;
}

.sort-by-dropdown .nice-select .list {
	right: auto;
	left: 0;
}

.description-tab-navigation .nav-tabs .nav-link {
	margin: 0 10px;
}

.blog-single-post-details-wrapper .post-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 35px;
	color: #111;
}

.order-tracking-wrapper {
	padding: 60px 30px;
}

.coupon-form input {
	margin-bottom: 15px;
}

.checkout-cart-total {
	padding: 30px;
}

.checkout-payment-method {
	padding: 30px;
}

}

@media only screen and (max-width: 479px) {

.offcanvas-widget-area {
	margin-bottom: 90px;
}

.offcanvas-mobile-menu {
	width: 300px;
}

.offcanvas-menu-close {
	font-size: 25px;
	line-height: 55px;
	left: 10px;
	width: 50px;
	height: 50px;
}

.offcanvas-mobile-search-area input {
	font-size: 14px;
	padding: 5px 15px;
}

.offcanvas-inner-content {
	padding: 70px 25px 0;
}

.offcanvas-naviagtion &gt; ul &gt; li &gt; a {
	font-size: 16px;
	line-height: 20px;
}

.offcanvas-naviagtion ul.sub-menu &gt; li &gt; a {
	font-size: 14px;
	line-height: 18px;
}

.off-canvas-widget-social a {
	margin: 0 10px;
}

.footer-widget__newsletter-form {
	width: 100%;
}

.footer-widget__newsletter-form input {
	padding-right: 120px;
}

.footer-widget__newsletter-form button {
	font-size: 13px;
	padding: 0 10px;
}

.footer-newsletter-widget__title {
	font-size: 25px;
	line-height: 30px;
}

.theme-button--subscribe {
	font-size: 14px;
	padding: 8px 16px;
}

.theme-button--loadmore {
	font-size: 14px;
	padding: 8px 16px;
}

.theme-button--banner {
	font-size: 12px;
	padding: 5px 15px;
}

.theme-button--deal-counter {
	font-size: 14px;
	padding: 10px 20px;
}

.search-overlay .search-overlay-content .input-box form input {
	font-size: 20px;
}

.section-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 50px;
	padding-bottom: 10px;
	color: #000;
}

.section-title:after {
	width: 80px;
}

.single-banner__content--overlay p.banner-big-text {
	font-size: 22px;
}

.single-banner:hover .single-banner__content p.banner-small-text--end {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.cta-area--three .cta-text {
	font-size: 30px;
	line-height: 35px;
}

.cta-content--two .title {
	font-size: 28px;
	line-height: 40px;
	margin-top: -10px;
	margin-bottom: 15px;
}

.cta-content--two .subtitle {
	font-size: 16px;
	line-height: 22px;
}

.cta-content .title {
	font-size: 22px;
	line-height: 29px;
}

.deal-counter-wrapper__image {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.deal-counter-wrapper__content {
	padding: 0 10px;
}

.deal-counter-wrapper__content .title {
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 15px;
}

.deal-counter-wrapper__content .description {
	margin-bottom: 15px;
}

.deal-counter-wrapper__content .deal-countdown {
	margin-bottom: 15px;
}

.deal-counter-wrapper__content .deal-countdown .single-countdown {
	width: 25%;
	padding: 10px 0;
	text-align: left;
	border: none;
}

.deal-counter-wrapper__content .deal-countdown .single-countdown:first-child {
	border: none;
}

.deal-counter-wrapper__content .deal-countdown .single-countdown__time {
	font-size: 25px;
	line-height: 30px;
}

.deal-counter-wrapper__content .deal-countdown .single-countdown__text {
	font-size: 14px;
	line-height: 14px;
}

.instagram-grid .col {
	width: 100%;
}

.breadcrumb-wrapper .page-title {
	font-size: 33px;
	line-height: 40px;
	margin-top: -5px;
}

.product-slider-text-wrapper {
	padding: 65px 15px;
}

.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs {
	margin-bottom: 30px;
}

.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-item {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 5px;
	padding-bottom: 10px;
}

.quick-view-other-info .other-info-links a {
	font-size: 15px;
}

.google-map {
	height: 300px;
}

.footer-newsletter-text {
	font-size: 20px;
	letter-spacing: 1px;
}

.mailchimp-form-content {
	padding: 30px 15px;
}

.mailchimp-form-content .mailchimp-form-wrapper {
	padding: 60px 0;
}

.mailchimp-form-bg {
	height: 400px;
}

.about-us-brief-title {
	font-size: 30px;
	line-height: 40px;
}

.single-service-text .title span {
	font-size: 70px;
	line-height: 76px;
}

 .description-content--extra__top .single-block-text p.big-text {
	font-size: 30px;
	line-height: 34px;
}

 .review-content-wrapper .review-comments .single-review-comment__content .review-time {
	margin-bottom: 5px;
}

 .review-content-wrapper .review-comments .single-review-comment__content .rating {
	position: static;
}
.
.blog-comments-area .blog-comments-wrapper .single-blog-comment {
	margin-left: 40px;
	padding-left: 35px;
}
.m-t-20{
	margin-top:20px !important;
}
.p-t-20{
	padding-top:20px !important;
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment__image {
	left: -30px;
	width: 60px;
	height: 60px;
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment__content .comment-time {
	margin-bottom: 5px;
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment--reply {
	margin-left: 70px;
}

.order-tracking-wrapper {
	padding: 40px 15px;
}

}

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

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../eot/revicons90c6.eot?5510888);src:url(../eot/revicons90c6.eot?5510888#iefix) format('embedded-opentype'),url(../woff/revicons90c6.woff?5510888) format('woff'),url(../ttf/revicons90c6.ttf?5510888) format('truetype'),url(../svg/revicons90c6.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider&gt;ul,.rev_slider&gt;ul&gt;li,.rev_slider&gt;ul&gt;li:before,.rev_slider_wrapper&gt;ul,.tp-revslider-mainul&gt;li,.tp-revslider-mainul&gt;li:before,.tp-simpleresponsive&gt;ul,.tp-simpleresponsive&gt;ul&gt;li,.tp-simpleresponsive&gt;ul&gt;li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider&gt;ul&gt;li,.rev_slider&gt;ul&gt;li:before,.tp-revslider-mainul&gt;li,.tp-revslider-mainul&gt;li:before,.tp-simpleresponsive&gt;ul&gt;li,.tp-simpleresponsive&gt;ul&gt;li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(../cur/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(../cur/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../png/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../png/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../png/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../png/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn&gt;*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn&gt;.active,.rev-scroll-btn&gt;:focus,.rev-scroll-btn&gt;:hover{color:#fff}.rev-scroll-btn&gt;.active,.rev-scroll-btn&gt;:active,.rev-scroll-btn&gt;:focus,.rev-scroll-btn&gt;:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../png/coloredbg.png)}.tp-caption.slidelink a span{background:url(../png/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(../gif/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:60px;
    min-height:60px;
  position:absolute;
  display:block;
  z-index:100;
    border-radius:50%;
}
.ares.tparrows:hover {
}
.ares.tparrows:before {
  font-family: "revicons";
  font-size:25px;
  color:#aaa;
  display:block;
  line-height: 60px;
  text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index:2;
    position:relative;
}
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}
.ares.tparrows:hover:before {
 color:#000;
      }
.ares .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#fff;
  min-height:60px;
  line-height:60px;
  top:0px;
  margin-left:30px;
  border-radius:0px 30px 30px 0px;
  overflow:hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .ares.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:30px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
border-radius:30px 0px 0px 30px;
 }
.ares.tparrows:hover .tp-title-wrap {
  transform:scaleX(1) scaleY(1);
    -webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
  position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#000;
  font-weight:400;
  font-size:14px;
  line-height:60px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:10px;
  opacity:0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:10px;
      }

.ares.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.ares.tp-bullets {
}
.ares.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.ares .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
	background:#fff;
}
.ares .tp-bullet-title {
  position:absolute;
  color:#888;
  font-size:12px;
  padding:0px 10px;
  font-weight:600;
  right:27px;
  top:-4px;
  background:#fff;
  background:rgba(255,255,255,0.75);
  visibility:hidden;
  transform:translateX(-20px);
  -webkit-transform:translateX(-20px);
  transition:transform 0.3s;
  -webkit-transition:transform 0.3s;
  line-height:20px;
  white-space:nowrap;
}     

.ares .tp-bullet-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent rgba(255,255,255,0.75);
	content:" ";
    position:absolute;
    right:-10px;
	top:0px;
}
    
.ares .tp-bullet:hover .tp-bullet-title{
  visibility:visible;
   transform:translateX(0px);
  -webkit-transform:translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
    background:#fff;
        }
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
        visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility:visible;
      }

/* TABS */
.ares .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.ares .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.ares .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.ares .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.ares .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
	background:#eee; 
}

.ares .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:10000;
}
.custom.tparrows:hover {
	background:#000;
}
.custom.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.custom.tp-bullets {
}
.custom.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.custom .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
    background:rgba(125,125,125,0.5);
	cursor: pointer;
	box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background:rgb(125,125,125);
}
.custom .tp-bullet-image {
}
.custom .tp-bullet-title {
}


/* THUMBS */


/* TABS */


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

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
  height:100%;
  width:100px;
  background:transparent;
  background:rgba(0,0,0,0);
  line-height:100%;
  transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows:hover {
 background:rgba(0,0,0,0.45);
 }
.dione .tp-arr-imgwrapper {
 width:100px;
 left:0px;
 position:absolute;
 height:100%;
 top:0px;
 overflow:hidden;
 }
.dione.tp-rightarrow .tp-arr-imgwrapper {
left:auto;
right:0px;
}

.dione .tp-arr-imgholder {
background-position:center center;
background-size:cover;
width:100px;
height:100%;
top:0px;
visibility:hidden;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
opacity:0;
left:0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right:0px;
  left:auto;
  transform:translateX(50px);
 -webkit-transform:translateX(50px);
}

.dione.tparrows:before {
position:absolute;
line-height:30px;
margin-left:-22px;
top:50%;
left:50%;
font-size:30px;
margin-top:-15px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
margin-left:6px;
}

.dione.tparrows:hover:before {
  transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform:translateX(20px);
-webkit-transform:translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
 transform:translateX(0px);
-webkit-transform:translateX(0px);
opacity:1;
visibility:visible;
}



/* BULLETS */
.dione .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;

  }

.dione .tp-bullet-image {
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.dione .tp-bullet-title { 
     position:absolute; 
   bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
   -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.dione .tp-bullet:hover .tp-bullet-title {
     transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.dione .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


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

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
  cursor:pointer;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
  border-radius:35px;   
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-height:70px;
  line-height:70px;
  top:0px;
  margin-left:0px;
  border-radius:35px;
  overflow:hidden; 
  transition: opacity 0.3s;
  -webkit-transition:opacity 0.3s;
  -moz-transition:opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);  
  visibility:hidden;
  opacity:0;
}

.erinyen.tparrows:hover .tp-title-wrap{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity:1;
  visibility:visible;
}
        
 .erinyen.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:0px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
  border-radius:35px;
  padding-right:20px;
  padding-left:10px;
 }


.erinyen.tp-leftarrow .tp-title-wrap { 
   padding-left:20px;
  padding-right:10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
   position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:13px;
  line-height:70px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:11px;
  opacity:0;  
}

.erinyen .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
    }
 .erinyen .tp-arr-img-over {
   width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
   background:#000;
   background:rgba(0,0,0,0.5);
        }
.erinyen.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:11px;
      }

.erinyen.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.erinyen.tp-bullets {
}
.erinyen.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #555555; /* old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
	padding:10px 15px;
	margin-left:-15px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:10px;
   box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#111;	
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
	background: #e5e5e5; /* old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */
filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
  border:1px solid #555;
  width:12px;height:12px;
}
.erinyen .tp-bullet-image {
}
.erinyen .tp-bullet-title {
}


/* THUMBS */
.erinyen .tp-thumb {
opacity:1
}

.erinyen .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

.erinyen .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color:#000;

}


/* TABS */
.erinyen .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.erinyen .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}
      

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */


/* BULLETS */
.gyges.tp-bullets {
}
.gyges.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #777777; /* Old browsers */
    background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#777777), color-stop(100%,#666666)); 
    background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
    endColorstr="#666666",GradientType=0 ); 
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
  border-radius:10px;
}
.gyges .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#333;
	border:3px solid #444;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
    endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */

}
.gyges .tp-bullet-image {
}
.gyges .tp-bullet-title {
}
	

/* THUMBS */
.gyges .tp-thumb { 
      opacity:1
  }
.gyges .tp-thumb-img-wrap {
  padding:3px;
    background:#000;
  background-color:rgba(0,0,0,0.25);
  display:inline-block;

  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
   padding:3px; 
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  
.gyges .tp-thumb-title { 
     position:absolute; 
     bottom:100%; 
     display:inline-block;
     left:50%;
     background:rgba(255,255,255,0.8);
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     margin-bottom:20px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    white-space:nowrap;
 }
.gyges .tp-thumb:hover .tp-thumb-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
 .gyges .tp-thumb.selected .tp-thumb-img-wrap {

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 }
.gyges .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(255,255,255,0.8) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.gyges .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255,255,255,0.15);
 }
.gyges .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.gyges .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
  overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.gyges .tp-tab-date
  {
  display:block;
  color: rgba(255,255,255,0.25);
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.gyges .tp-tab-title 
{
    display:block;  
    text-align:left;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background:rgba(0,0,0,0.5); 
}

.gyges .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.15);
	width:100px;
	height:100px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hades.tparrows:before {
	font-family: "revicons";
	font-size:30px;
	color:#fff;
	display:block;
	line-height: 100px;
	text-align: center;
  transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.hades.tparrows:hover:before {
   color:#aaa;
   background:#fff;
   background:rgba(255,255,255,1);
 }
.hades .tp-arr-allwrapper {
  position:absolute;
  left:100%;
  top:0px;
  background:#888; 
  width:100px;height:100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
   left:auto;
   right:100%;
   -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
   -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
   -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;  
    -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);

 }
    
.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
  background-size:cover;
  position:absolute;
  top:0px;left:0px;
  width:100%;height:100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
}


/* BULLETS */
.hades.tp-bullets {
}
.hades.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hades .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#888;	
	cursor: pointer;
    border:5px solid #fff;
	box-sizing:content-box;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translatez(0.01px);
    transform:translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
	background:#555;
  
}

.hades .tp-bullet-image {
  position:absolute;top:-80px; left:-60px;width:120px;height:60px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  
  
}
.hades .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility:visible;
    }
.hades .tp-bullet-title {
}


/* THUMBS */
.hades .tp-thumb { 
      opacity:1
  }
.hades .tp-thumb-img-wrap {
  border-radius:50%;
  padding:3px;
  display:inline-block;
background:#000;
  background-color:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
   padding:3px; 
   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  


.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.hades .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.hades .tp-tab {
  opacity:1;
 }
    
.hades .tp-tab-title
 {
      display:block;
      color:#333;
      font-weight:600;
      font-size:18px;
      text-align:center;
      line-height:25px;      
    } 
.hades .tp-tab-price
 {
	display:block;
    text-align:center;
    color:#999;
    font-size:16px;
    margin-top:10px;
   line-height:20px
}

.hades .tp-tab-button {
    display:inline-block;
    margin-top:15px;
    text-align:center;
	padding:5px 15px;
  	color:#fff;
  	font-size:14px;
  	background:#219bd7;
   	border-radius:4px;
   font-weight:400;
}
.hades .tp-tab-inner {
	text-align:center;
}

              

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:70px;
    min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
  font-family: "revicons";
  font-size:30px;
  color:#aaa;
  display:block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index:2;
  position:relative;
   background:#fff;
  min-width:70px;
    min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.hebe.tparrows:hover:before {
 color:#000;
      }
.hebe .tp-title-wrap { 
  position:absolute;
  z-index:0;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.75);
  min-height:60px;
  line-height:60px;
  top:-10px;
  margin-left:0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .hebe.tp-rightarrow .tp-title-wrap { 
   right:0px;
   -webkit-transform-origin:100% 50%;
 }
.hebe.tparrows:hover .tp-title-wrap {
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
  position:relative;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:12px;
  line-height:90px;
  white-space:nowrap;
  padding:0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
   margin-left:0px; 
   padding:0px 90px 0px 20px;
 }

.hebe.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

.hebe .tp-arr-imgholder{
      width:90px;
      height:90px;
      position:absolute;
      left:100%;
      display:block;
      background-size:cover;
      background-position:center center;
  	 top:0px; right:-90px;
    }
.hebe.tp-rightarrow .tp-arr-imgholder{
        right:auto;left:-90px;
      }

/* BULLETS */
.hebe.tp-bullets {
}
.hebe.tp-bullets:before {
  content:" ";
  position:absolute;
  width:100%;
  height:100%;
  background:transparent;
  padding:10px;
  margin-left:-10px;margin-top:-10px;
  box-sizing:content-box;
}

.hebe .tp-bullet {
  width:3px;
  height:3px;
  position:absolute;
  background:#fff;  
  cursor: pointer;
  border:5px solid #222;
  border-radius:50%;
  box-sizing:content-box;
  -webkit-perspective:400;
  perspective:400;
  -webkit-transform:translateZ(0.01px);
  transform:translateZ(0.01px);
   transition:all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background:#222;
  border-color:#fff;
}

.hebe .tp-bullet-image {
  position:absolute;
  top:-90px; left:-40px;
  width:70px;
  height:70px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
border-radius:6px;
  
  
}
.hebe .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility:visible;
    }
.hebe .tp-bullet-title {
}


/* TABS */
.hebe .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.hebe .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}


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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius:50%;
}
.hephaistos.tparrows:hover {
	background:#000;
}
.hephaistos.tparrows:before {
	font-family: "revicons";
	font-size:18px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
	content: "\e82c";
  margin-left:-2px;
  
}
.hephaistos.tparrows.tp-rightarrow:before {
	content: "\e82d";
   margin-right:-2px;
}



/* BULLETS */
.hephaistos.tp-bullets {
}
.hephaistos.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hephaistos .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#999;
	border:3px solid #f5f5f5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);

}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
	background:#fff;
    border-color:#000;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}


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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:30px;
	height:110px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hermes.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 110px;
	text-align: center;
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
     opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
     opacity:0;
}

.hermes .tp-arr-allwrapper {
    overflow:hidden;
    position:absolute;
	width:180px;
    height:140px;
    top:0px;
    left:0px;
    visibility:hidden;
      -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
    }
.hermes.tp-rightarrow .tp-arr-allwrapper {
   right:0px;left:auto;
      }
.hermes.tparrows:hover .tp-arr-allwrapper {
   visibility:visible;
          }
.hermes .tp-arr-imgholder {
  width:180px;position:absolute;
  left:0px;top:0px;height:110px;
  transform:translateX(-180px);
  -webkit-transform:translateX(-180px);
  transition:all 0.3s;
  transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder{
    transform:translateX(180px);
  -webkit-transform:translateX(180px);
      }
  
.hermes.tparrows:hover .tp-arr-imgholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);            
}
.hermes .tp-arr-titleholder {
  top:110px;
  width:180px;
  text-align:left; 
  display:block;
  padding:0px 10px;
  line-height:30px; background:#000;
  background:rgba(0,0,0,0.75);color:#fff;
  font-weight:600; position:absolute;
  font-size:12px;
  white-space:nowrap;
  letter-spacing:1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing:border-box;

}
.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


/* BULLETS */
.hermes.tp-bullets {
}

.hermes .tp-bullet {
    overflow:hidden;
    border-radius:50%;
    width:16px;
    height:16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #FFF;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position:absolute;
}

.hermes .tp-bullet:hover {
	  background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
  height:100%;
}


/* TABS */
.hermes .tp-tab { 
  opacity:1;  
  padding-right:10px;
  box-sizing:border-box;
 }
.hermes .tp-tab-image 
{ 
  width:100%;
  height:60%;
  position:relative;
}
.hermes .tp-tab-content 
{
    background:rgb(54,54,54); 
    position:absolute;
    padding:20px 20px 20px 30px;
    box-sizing:border-box;
    color:#fff;
  display:block;
  width:100%;
  min-height:40%;
  bottom:0px;
  left:-10px;
  }
.hermes .tp-tab-date
  {
  display:block;
  color:#888;
  font-weight:600;
  font-size:12px;
  margin-bottom:10px;
  }
.hermes .tp-tab-title 
{
    display:block;	
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-transform:uppercase;
   line-height:19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent rgb(54,54,54);
	content:" ";
    position:absolute;
    right:-9px;
    bottom:50%;
    margin-bottom:-30px;
}
.hermes .tp-tab-mask {
     padding-right:10px !important;
          }

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
  .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
  .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
  .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
  .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius: 50%;
}
.hesperiden.tparrows:hover {
	background:#000;
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
    margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
    margin-right:-3px;
}

/* BULLETS */
.hesperiden.tp-bullets {
}
.hesperiden.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:8px;
  
}
.hesperiden .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background: #999999; /* old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
    color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( 
    startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
	border:3px solid #e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background:#666;
}
.hesperiden .tp-bullet-image {
}
.hesperiden .tp-bullet-title {
}


/* THUMBS */
.hesperiden .tp-thumb {
  opacity:1;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
    font-size:12px;
    position:absolute;
    margin-top:-10px;
    color:#fff;
    display:block;
    z-index:10000;
    background-color:#000;
    padding:5px 10px; 
    bottom:0px;
    left:0px;
    width:100%;
  box-sizing:border-box;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform:rotatex(90deg) translatez(0.001px);
    transform-origin:50% 100%;
    -webkit-transform:rotatex(90deg) translatez(0.001px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
 }
.hesperiden .tp-thumb:hover .tp-thumb-title {
  	 transform:rotatex(0deg);
    -webkit-transform:rotatex(0deg);
    opacity:1;
}

/* TABS */
.hesperiden .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.hesperiden .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.hesperiden .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.hesperiden .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.hesperiden .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
	background:#eee; 
}

.hesperiden .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
  background:#fff;
  padding:10px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  width:60px;
  height:60px;
  box-sizing:border-box;
 }
 
 .metis.tparrows:hover {
   background:#fff;
   background:rgba(255,255,255,0.75);
 }
 
 .metis.tparrows:before {
  color:#000;  
   transition:all 0.3s;
  -webkit-transition:all 0.3s;
 }
 
 .metis.tparrows:hover:before {
   transform:scale(1.5);
  }
 

/* BULLETS */
.metis .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    border-radius:50%;
  }

.metis .tp-bullet-image {

   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.metis .tp-bullet-title { 
     position:absolute; 
	 bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.metis .tp-bullet:hover .tp-bullet-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.metis .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }

.metis .tp-tab-number {
        color: #fff;
        font-size: 40px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Playfair Display";
        width: 50px;
        margin-right: 17px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-mask {
        padding-left: 20px;
        left: 0px;
        max-width: 90px !important;
        transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
    }
    .metis:hover .tp-tab-mask {
        padding-left: 0px;
        left: 50px;
        max-width: 500px !important;
    }
    .metis .tp-tab-divider {
        border-right: 1px solid transparent;
        height: 30px;
        width: 1px;
        margin-top: 5px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-title {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-family: "Playfair Display";
        position: relative;
        padding-top: 10px;
        padding-left: 30px;
        display: inline-block;
        transform: translateX(-100%);
        transition: 0.4s all;
    }
    .metis .tp-tab-title-mask {
        position: absolute;
        overflow: hidden;
        left: 67px;
    }
    .metis:hover .tp-tab-title {
        transform: translateX(0);
    }
    .metis .tp-tab {
        opacity: 0.15;
        transition: 0.4s all;
    }
    .metis .tp-tab:hover,
    .metis .tp-tab.selected {
        opacity: 1;
    }
    .metis .tp-tab.selected .tp-tab-divider {
        border-right: 1px solid #cdb083;
    }
    .metis.tp-tabs {
        max-width: 118px !important;
        padding-left: 50px;
    }
    .metis.tp-tabs:before {
        content: " ";
        height: 100%;
        width: 88px;
        background: rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.10);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.4s all;
    }
    .metis.tp-tabs:hover:before {
        width: 118px;
    }
    @media (max-width: 499px) {
        .metis.tp-tabs:before {
            background: rgba(0, 0, 0, 0.75);
        }
    }

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
	cursor:pointer;
	background:#aaa;
	background:rgba(200,200,200,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
  border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
	background:#333;
}
.persephone.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.persephone.tp-bullets {
}
.persephone.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:#transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.persephone .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
	border:1px solid #e5e5e5;	
	cursor: pointer;
	box-sizing:content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
	background:#222;
}
.persephone .tp-bullet-image {
}
.persephone .tp-bullet-title {
}


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

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
  width:50px;
  height:50px;
  background:transparent;
 }
 .uranus.tparrows:before {
 width:50px;
 height:50px;
 line-height:50px;
 font-size:40px;
 transition:all 0.3s;
-webkit-transition:all 0.3s;
 }
 
  .uranus.tparrows:hover:before {
    opacity:0.75;
  }

/* BULLETS */
.uranus .tp-bullet{
	border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background:transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border:none;
  border-radius: 50%;

   background:transparent;
}



.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner{
 transform: scale(0.4);
 -webkit-transform: scale(0.4);
 background-color:#fff;
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
  cursor:pointer;
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
  overflow:hidden;
  background:rgba(0,0,0,0.10);
}

.zeus.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.zeus .tp-title-wrap {
  background:#000;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  position:absolute;
  opacity:0;
  transform:scale(0);
  -webkit-transform:scale(0);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
   border-radius:50%;
 }
.zeus .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
  border-radius:50%;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;

 }
.zeus.tp-rightarrow .tp-arr-imgholder {
    transform:translateX(100%);
  -webkit-transform:translateX(100%);
      }
.zeus.tparrows:hover .tp-arr-imgholder {
  transform:translateX(0);
  -webkit-transform:translateX(0);
  opacity:1;
}
      
.zeus.tparrows:hover .tp-title-wrap {
  transform:scale(1);
  -webkit-transform:scale(1);
  opacity:1;
}
 

/* BULLETS */
.zeus .tp-bullet {
     box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
	  width:13px;height:13px;
	  border:2px solid #fff;
 }
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after{
    -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
  
 .zeus .tp-bullet-image,
 .zeus .tp-bullet-imageoverlay{
        width:135px;
        height:60px;
        position:absolute;
        background:#000;
        background:rgba(0,0,0,0.5);
        bottom:25px;
        left:50%;
        margin-left:-65px;
        box-sizing:border-box;
        background-size:cover;
        background-position:center center;
        visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        border-radius:4px;

}
          

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
        z-index:2;
        -webkit-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
}     
.zeus .tp-bullet-title { 
        color:#fff;
        text-align:center;
        line-height:15px;
        font-size:13px;
        font-weight:600;  
        z-index:3;
         visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        position:absolute;
        bottom:45px;
        width:135px;
    	vertical-align:middle;
        left:-57px;
}
      
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay{
      opacity:1;
      visibility:visible;
	  -webkit-transform:translateY(0px);
      transform:translateY(0px);         
    }

/* THUMBS */
.zeus .tp-thumb {
opacity:1
}

.zeus .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.zeus .tp-thumb-more:before {
  content: "\e825";
}

.zeus .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
 background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color:#fff;

}


/* TABS */
.zeus .tp-tab { 
  opacity:1;      
  box-sizing:border-box;
}

.zeus .tp-tab-title { 
display: block;
text-align: center;
background: rgba(0,0,0,0.25);
font-family: "Roboto Slab", serif; 
font-weight: 700; 
font-size: 13px; 
line-height: 13px;
color: #fff; 
padding: 9px 10px; }

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
 color: #000;
  background:rgba(255,255,255,1); 
}



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

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


.post-tabs .tp-thumb {
opacity:1
}

.post-tabs .tp-thumb-over {
  background:#252525;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:15px;
  right:15px;
  z-index:2;
}
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

.post-tabs .tp-thumb-title {
  font-family:"raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:15px 30px 15px 15px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color:#000;

}

/*=============================================
=            home one            =
=============================================*/

#rev_slider_23_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_23_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_23_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_23_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}


/*=====  End of home one  ======*/



/*=============================================
=            home two            =
=============================================*/

#rev_slider_24_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_24_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_24_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_24_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home two  ======*/


/*=============================================
=            home three            =
=============================================*/

#rev_slider_30_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_30_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_30_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_30_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home three  ======*/



/*=============================================
=            home four            =
=============================================*/

#rev_slider_25_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_25_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_25_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_25_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home four  ======*/


/*=============================================
=            home five            =
=============================================*/

#rev_slider_26_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_26_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_26_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_26_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home five  ======*/


/*=============================================
=            home six            =
=============================================*/

#rev_slider_27_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_27_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_27_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_27_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home six  ======*/


/*=============================================
=            home eight            =
=============================================*/

#rev_slider_28_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_28_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_28_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_28_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home eight  ======*/






/*=============================================
=            other settings            =
=============================================*/

/* @media only screen and (max-width: 991px){
    .custom-position--two{
        font-size: 20px !important;
    }
} */

@media only screen and (max-width: 767px){
    .custom-position--one{
        position: relative;
        left: 30px;
    }
}

@media only screen and (max-width: 575px){
    .custom-position--one{
        position: relative;
        left: 45px;
    }
}

@media only screen and (max-width: 479px){
    .custom-position--one{
        position: relative;
        left: 0;
    }
}

.custom.tp-bullets {
    z-index: 99;
}

/*=====  End of other settings  ======*/

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

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../eot/revicons90c6.eot?5510888);src:url(../eot/revicons90c6.eot?5510888#iefix) format('embedded-opentype'),url(../woff/revicons90c6.woff?5510888) format('woff'),url(../ttf/revicons90c6.ttf?5510888) format('truetype'),url(../svg/revicons90c6.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider&gt;ul,.rev_slider&gt;ul&gt;li,.rev_slider&gt;ul&gt;li:before,.rev_slider_wrapper&gt;ul,.tp-revslider-mainul&gt;li,.tp-revslider-mainul&gt;li:before,.tp-simpleresponsive&gt;ul,.tp-simpleresponsive&gt;ul&gt;li,.tp-simpleresponsive&gt;ul&gt;li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider&gt;ul&gt;li,.rev_slider&gt;ul&gt;li:before,.tp-revslider-mainul&gt;li,.tp-revslider-mainul&gt;li:before,.tp-simpleresponsive&gt;ul&gt;li,.tp-simpleresponsive&gt;ul&gt;li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(../cur/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(../cur/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../png/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../png/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../png/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../png/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn&gt;*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn&gt;.active,.rev-scroll-btn&gt;:focus,.rev-scroll-btn&gt;:hover{color:#fff}.rev-scroll-btn&gt;.active,.rev-scroll-btn&gt;:active,.rev-scroll-btn&gt;:focus,.rev-scroll-btn&gt;:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../png/coloredbg.png)}.tp-caption.slidelink a span{background:url(../png/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(../gif/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:60px;
    min-height:60px;
  position:absolute;
  display:block;
  z-index:100;
    border-radius:50%;
}
.ares.tparrows:hover {
}
.ares.tparrows:before {
  font-family: "revicons";
  font-size:25px;
  color:#aaa;
  display:block;
  line-height: 60px;
  text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index:2;
    position:relative;
}
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}
.ares.tparrows:hover:before {
 color:#000;
      }
.ares .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#fff;
  min-height:60px;
  line-height:60px;
  top:0px;
  margin-left:30px;
  border-radius:0px 30px 30px 0px;
  overflow:hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .ares.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:30px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
border-radius:30px 0px 0px 30px;
 }
.ares.tparrows:hover .tp-title-wrap {
  transform:scaleX(1) scaleY(1);
    -webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
  position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#000;
  font-weight:400;
  font-size:14px;
  line-height:60px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:10px;
  opacity:0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:10px;
      }

.ares.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.ares.tp-bullets {
}
.ares.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.ares .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
	background:#fff;
}
.ares .tp-bullet-title {
  position:absolute;
  color:#888;
  font-size:12px;
  padding:0px 10px;
  font-weight:600;
  right:27px;
  top:-4px;
  background:#fff;
  background:rgba(255,255,255,0.75);
  visibility:hidden;
  transform:translateX(-20px);
  -webkit-transform:translateX(-20px);
  transition:transform 0.3s;
  -webkit-transition:transform 0.3s;
  line-height:20px;
  white-space:nowrap;
}     

.ares .tp-bullet-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent rgba(255,255,255,0.75);
	content:" ";
    position:absolute;
    right:-10px;
	top:0px;
}
    
.ares .tp-bullet:hover .tp-bullet-title{
  visibility:visible;
   transform:translateX(0px);
  -webkit-transform:translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
    background:#fff;
        }
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
        visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility:visible;
      }

/* TABS */
.ares .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.ares .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.ares .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.ares .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.ares .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
	background:#eee; 
}

.ares .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:10000;
}
.custom.tparrows:hover {
	background:#000;
}
.custom.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.custom.tp-bullets {
}
.custom.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.custom .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
    background:rgba(125,125,125,0.5);
	cursor: pointer;
	box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background:rgb(125,125,125);
}
.custom .tp-bullet-image {
}
.custom .tp-bullet-title {
}


/* THUMBS */


/* TABS */


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

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
  height:100%;
  width:100px;
  background:transparent;
  background:rgba(0,0,0,0);
  line-height:100%;
  transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows:hover {
 background:rgba(0,0,0,0.45);
 }
.dione .tp-arr-imgwrapper {
 width:100px;
 left:0px;
 position:absolute;
 height:100%;
 top:0px;
 overflow:hidden;
 }
.dione.tp-rightarrow .tp-arr-imgwrapper {
left:auto;
right:0px;
}

.dione .tp-arr-imgholder {
background-position:center center;
background-size:cover;
width:100px;
height:100%;
top:0px;
visibility:hidden;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
opacity:0;
left:0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right:0px;
  left:auto;
  transform:translateX(50px);
 -webkit-transform:translateX(50px);
}

.dione.tparrows:before {
position:absolute;
line-height:30px;
margin-left:-22px;
top:50%;
left:50%;
font-size:30px;
margin-top:-15px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
margin-left:6px;
}

.dione.tparrows:hover:before {
  transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform:translateX(20px);
-webkit-transform:translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
 transform:translateX(0px);
-webkit-transform:translateX(0px);
opacity:1;
visibility:visible;
}



/* BULLETS */
.dione .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;

  }

.dione .tp-bullet-image {
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.dione .tp-bullet-title { 
     position:absolute; 
   bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
   -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.dione .tp-bullet:hover .tp-bullet-title {
     transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.dione .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


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

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
  cursor:pointer;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
  border-radius:35px;   
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-height:70px;
  line-height:70px;
  top:0px;
  margin-left:0px;
  border-radius:35px;
  overflow:hidden; 
  transition: opacity 0.3s;
  -webkit-transition:opacity 0.3s;
  -moz-transition:opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);  
  visibility:hidden;
  opacity:0;
}

.erinyen.tparrows:hover .tp-title-wrap{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity:1;
  visibility:visible;
}
        
 .erinyen.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:0px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
  border-radius:35px;
  padding-right:20px;
  padding-left:10px;
 }


.erinyen.tp-leftarrow .tp-title-wrap { 
   padding-left:20px;
  padding-right:10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
   position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:13px;
  line-height:70px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:11px;
  opacity:0;  
}

.erinyen .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
    }
 .erinyen .tp-arr-img-over {
   width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
   background:#000;
   background:rgba(0,0,0,0.5);
        }
.erinyen.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:11px;
      }

.erinyen.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.erinyen.tp-bullets {
}
.erinyen.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #555555; /* old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
	padding:10px 15px;
	margin-left:-15px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:10px;
   box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#111;	
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
	background: #e5e5e5; /* old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */
filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
  border:1px solid #555;
  width:12px;height:12px;
}
.erinyen .tp-bullet-image {
}
.erinyen .tp-bullet-title {
}


/* THUMBS */
.erinyen .tp-thumb {
opacity:1
}

.erinyen .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

.erinyen .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color:#000;

}


/* TABS */
.erinyen .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.erinyen .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}
      

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */


/* BULLETS */
.gyges.tp-bullets {
}
.gyges.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #777777; /* Old browsers */
    background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#777777), color-stop(100%,#666666)); 
    background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
    endColorstr="#666666",GradientType=0 ); 
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
  border-radius:10px;
}
.gyges .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#333;
	border:3px solid #444;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
    endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */

}
.gyges .tp-bullet-image {
}
.gyges .tp-bullet-title {
}
	

/* THUMBS */
.gyges .tp-thumb { 
      opacity:1
  }
.gyges .tp-thumb-img-wrap {
  padding:3px;
    background:#000;
  background-color:rgba(0,0,0,0.25);
  display:inline-block;

  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
   padding:3px; 
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  
.gyges .tp-thumb-title { 
     position:absolute; 
     bottom:100%; 
     display:inline-block;
     left:50%;
     background:rgba(255,255,255,0.8);
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     margin-bottom:20px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    white-space:nowrap;
 }
.gyges .tp-thumb:hover .tp-thumb-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
 .gyges .tp-thumb.selected .tp-thumb-img-wrap {

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 }
.gyges .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(255,255,255,0.8) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.gyges .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255,255,255,0.15);
 }
.gyges .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.gyges .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
  overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.gyges .tp-tab-date
  {
  display:block;
  color: rgba(255,255,255,0.25);
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.gyges .tp-tab-title 
{
    display:block;  
    text-align:left;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background:rgba(0,0,0,0.5); 
}

.gyges .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.15);
	width:100px;
	height:100px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hades.tparrows:before {
	font-family: "revicons";
	font-size:30px;
	color:#fff;
	display:block;
	line-height: 100px;
	text-align: center;
  transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.hades.tparrows:hover:before {
   color:#aaa;
   background:#fff;
   background:rgba(255,255,255,1);
 }
.hades .tp-arr-allwrapper {
  position:absolute;
  left:100%;
  top:0px;
  background:#888; 
  width:100px;height:100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
   left:auto;
   right:100%;
   -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
   -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
   -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;  
    -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);

 }
    
.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
  background-size:cover;
  position:absolute;
  top:0px;left:0px;
  width:100%;height:100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
}


/* BULLETS */
.hades.tp-bullets {
}
.hades.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hades .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#888;	
	cursor: pointer;
    border:5px solid #fff;
	box-sizing:content-box;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translatez(0.01px);
    transform:translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
	background:#555;
  
}

.hades .tp-bullet-image {
  position:absolute;top:-80px; left:-60px;width:120px;height:60px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  
  
}
.hades .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility:visible;
    }
.hades .tp-bullet-title {
}


/* THUMBS */
.hades .tp-thumb { 
      opacity:1
  }
.hades .tp-thumb-img-wrap {
  border-radius:50%;
  padding:3px;
  display:inline-block;
background:#000;
  background-color:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
   padding:3px; 
   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  


.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.hades .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.hades .tp-tab {
  opacity:1;
 }
    
.hades .tp-tab-title
 {
      display:block;
      color:#333;
      font-weight:600;
      font-size:18px;
      text-align:center;
      line-height:25px;      
    } 
.hades .tp-tab-price
 {
	display:block;
    text-align:center;
    color:#999;
    font-size:16px;
    margin-top:10px;
   line-height:20px
}

.hades .tp-tab-button {
    display:inline-block;
    margin-top:15px;
    text-align:center;
	padding:5px 15px;
  	color:#fff;
  	font-size:14px;
  	background:#219bd7;
   	border-radius:4px;
   font-weight:400;
}
.hades .tp-tab-inner {
	text-align:center;
}

              

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:70px;
    min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
  font-family: "revicons";
  font-size:30px;
  color:#aaa;
  display:block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index:2;
  position:relative;
   background:#fff;
  min-width:70px;
    min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.hebe.tparrows:hover:before {
 color:#000;
      }
.hebe .tp-title-wrap { 
  position:absolute;
  z-index:0;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.75);
  min-height:60px;
  line-height:60px;
  top:-10px;
  margin-left:0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .hebe.tp-rightarrow .tp-title-wrap { 
   right:0px;
   -webkit-transform-origin:100% 50%;
 }
.hebe.tparrows:hover .tp-title-wrap {
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
  position:relative;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:12px;
  line-height:90px;
  white-space:nowrap;
  padding:0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
   margin-left:0px; 
   padding:0px 90px 0px 20px;
 }

.hebe.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

.hebe .tp-arr-imgholder{
      width:90px;
      height:90px;
      position:absolute;
      left:100%;
      display:block;
      background-size:cover;
      background-position:center center;
  	 top:0px; right:-90px;
    }
.hebe.tp-rightarrow .tp-arr-imgholder{
        right:auto;left:-90px;
      }

/* BULLETS */
.hebe.tp-bullets {
}
.hebe.tp-bullets:before {
  content:" ";
  position:absolute;
  width:100%;
  height:100%;
  background:transparent;
  padding:10px;
  margin-left:-10px;margin-top:-10px;
  box-sizing:content-box;
}

.hebe .tp-bullet {
  width:3px;
  height:3px;
  position:absolute;
  background:#fff;  
  cursor: pointer;
  border:5px solid #222;
  border-radius:50%;
  box-sizing:content-box;
  -webkit-perspective:400;
  perspective:400;
  -webkit-transform:translateZ(0.01px);
  transform:translateZ(0.01px);
   transition:all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background:#222;
  border-color:#fff;
}

.hebe .tp-bullet-image {
  position:absolute;
  top:-90px; left:-40px;
  width:70px;
  height:70px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
border-radius:6px;
  
  
}
.hebe .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility:visible;
    }
.hebe .tp-bullet-title {
}


/* TABS */
.hebe .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family:"Roboto Slab"
    margin-bottom:5px;
}

.hebe .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}


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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius:50%;
}
.hephaistos.tparrows:hover {
	background:#000;
}
.hephaistos.tparrows:before {
	font-family: "revicons";
	font-size:18px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
	content: "\e82c";
  margin-left:-2px;
  
}
.hephaistos.tparrows.tp-rightarrow:before {
	content: "\e82d";
   margin-right:-2px;
}



/* BULLETS */
.hephaistos.tp-bullets {
}
.hephaistos.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hephaistos .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#999;
	border:3px solid #f5f5f5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);

}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
	background:#fff;
    border-color:#000;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}


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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:30px;
	height:110px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hermes.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 110px;
	text-align: center;
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
     opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
     opacity:0;
}

.hermes .tp-arr-allwrapper {
    overflow:hidden;
    position:absolute;
	width:180px;
    height:140px;
    top:0px;
    left:0px;
    visibility:hidden;
      -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
    }
.hermes.tp-rightarrow .tp-arr-allwrapper {
   right:0px;left:auto;
      }
.hermes.tparrows:hover .tp-arr-allwrapper {
   visibility:visible;
          }
.hermes .tp-arr-imgholder {
  width:180px;position:absolute;
  left:0px;top:0px;height:110px;
  transform:translateX(-180px);
  -webkit-transform:translateX(-180px);
  transition:all 0.3s;
  transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder{
    transform:translateX(180px);
  -webkit-transform:translateX(180px);
      }
  
.hermes.tparrows:hover .tp-arr-imgholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);            
}
.hermes .tp-arr-titleholder {
  top:110px;
  width:180px;
  text-align:left; 
  display:block;
  padding:0px 10px;
  line-height:30px; background:#000;
  background:rgba(0,0,0,0.75);color:#fff;
  font-weight:600; position:absolute;
  font-size:12px;
  white-space:nowrap;
  letter-spacing:1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing:border-box;

}
.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


/* BULLETS */
.hermes.tp-bullets {
}

.hermes .tp-bullet {
    overflow:hidden;
    border-radius:50%;
    width:16px;
    height:16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #FFF;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position:absolute;
}

.hermes .tp-bullet:hover {
	  background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
  height:100%;
}


/* TABS */
.hermes .tp-tab { 
  opacity:1;  
  padding-right:10px;
  box-sizing:border-box;
 }
.hermes .tp-tab-image 
{ 
  width:100%;
  height:60%;
  position:relative;
}
.hermes .tp-tab-content 
{
    background:rgb(54,54,54); 
    position:absolute;
    padding:20px 20px 20px 30px;
    box-sizing:border-box;
    color:#fff;
  display:block;
  width:100%;
  min-height:40%;
  bottom:0px;
  left:-10px;
  }
.hermes .tp-tab-date
  {
  display:block;
  color:#888;
  font-weight:600;
  font-size:12px;
  margin-bottom:10px;
  }
.hermes .tp-tab-title 
{
    display:block;	
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-transform:uppercase;
   line-height:19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent rgb(54,54,54);
	content:" ";
    position:absolute;
    right:-9px;
    bottom:50%;
    margin-bottom:-30px;
}
.hermes .tp-tab-mask {
     padding-right:10px !important;
          }

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
  .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
  .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
  .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
  .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius: 50%;
}
.hesperiden.tparrows:hover {
	background:#000;
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
    margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
    margin-right:-3px;
}

/* BULLETS */
.hesperiden.tp-bullets {
}
.hesperiden.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:8px;
  
}
.hesperiden .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background: #999999; /* old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
    color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( 
    startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
	border:3px solid #e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background:#666;
}
.hesperiden .tp-bullet-image {
}
.hesperiden .tp-bullet-title {
}


/* THUMBS */
.hesperiden .tp-thumb {
  opacity:1;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
    font-size:12px;
    position:absolute;
    margin-top:-10px;
    color:#fff;
    display:block;
    z-index:10000;
    background-color:#000;
    padding:5px 10px; 
    bottom:0px;
    left:0px;
    width:100%;
  box-sizing:border-box;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform:rotatex(90deg) translatez(0.001px);
    transform-origin:50% 100%;
    -webkit-transform:rotatex(90deg) translatez(0.001px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
 }
.hesperiden .tp-thumb:hover .tp-thumb-title {
  	 transform:rotatex(0deg);
    -webkit-transform:rotatex(0deg);
    opacity:1;
}

/* TABS */
.hesperiden .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.hesperiden .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.hesperiden .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.hesperiden .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.hesperiden .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
	background:#eee; 
}

.hesperiden .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
  background:#fff;
  padding:10px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  width:60px;
  height:60px;
  box-sizing:border-box;
 }
 
 .metis.tparrows:hover {
   background:#fff;
   background:rgba(255,255,255,0.75);
 }
 
 .metis.tparrows:before {
  color:#000;  
   transition:all 0.3s;
  -webkit-transition:all 0.3s;
 }
 
 .metis.tparrows:hover:before {
   transform:scale(1.5);
  }
 

/* BULLETS */
.metis .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    border-radius:50%;
  }

.metis .tp-bullet-image {

   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.metis .tp-bullet-title { 
     position:absolute; 
	 bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.metis .tp-bullet:hover .tp-bullet-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.metis .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }

.metis .tp-tab-number {
        color: #fff;
        font-size: 40px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Playfair Display";
        width: 50px;
        margin-right: 17px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-mask {
        padding-left: 20px;
        left: 0px;
        max-width: 90px !important;
        transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
    }
    .metis:hover .tp-tab-mask {
        padding-left: 0px;
        left: 50px;
        max-width: 500px !important;
    }
    .metis .tp-tab-divider {
        border-right: 1px solid transparent;
        height: 30px;
        width: 1px;
        margin-top: 5px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-title {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-family: "Playfair Display";
        position: relative;
        padding-top: 10px;
        padding-left: 30px;
        display: inline-block;
        transform: translateX(-100%);
        transition: 0.4s all;
    }
    .metis .tp-tab-title-mask {
        position: absolute;
        overflow: hidden;
        left: 67px;
    }
    .metis:hover .tp-tab-title {
        transform: translateX(0);
    }
    .metis .tp-tab {
        opacity: 0.15;
        transition: 0.4s all;
    }
    .metis .tp-tab:hover,
    .metis .tp-tab.selected {
        opacity: 1;
    }
    .metis .tp-tab.selected .tp-tab-divider {
        border-right: 1px solid #cdb083;
    }
    .metis.tp-tabs {
        max-width: 118px !important;
        padding-left: 50px;
    }
    .metis.tp-tabs:before {
        content: " ";
        height: 100%;
        width: 88px;
        background: rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.10);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.4s all;
    }
    .metis.tp-tabs:hover:before {
        width: 118px;
    }
    @media (max-width: 499px) {
        .metis.tp-tabs:before {
            background: rgba(0, 0, 0, 0.75);
        }
    }

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
	cursor:pointer;
	background:#aaa;
	background:rgba(200,200,200,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
  border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
	background:#333;
}
.persephone.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.persephone.tp-bullets {
}
.persephone.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:#transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.persephone .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
	border:1px solid #e5e5e5;	
	cursor: pointer;
	box-sizing:content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
	background:#222;
}
.persephone .tp-bullet-image {
}
.persephone .tp-bullet-title {
}


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

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
  width:50px;
  height:50px;
  background:transparent;
 }
 .uranus.tparrows:before {
 width:50px;
 height:50px;
 line-height:50px;
 font-size:40px;
 transition:all 0.3s;
-webkit-transition:all 0.3s;
 }
 
  .uranus.tparrows:hover:before {
    opacity:0.75;
  }

/* BULLETS */
.uranus .tp-bullet{
	border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background:transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border:none;
  border-radius: 50%;

   background:transparent;
}



.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner{
 transform: scale(0.4);
 -webkit-transform: scale(0.4);
 background-color:#fff;
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
  cursor:pointer;
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
  overflow:hidden;
  background:rgba(0,0,0,0.10);
}

.zeus.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.zeus .tp-title-wrap {
  background:#000;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  position:absolute;
  opacity:0;
  transform:scale(0);
  -webkit-transform:scale(0);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
   border-radius:50%;
 }
.zeus .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
  border-radius:50%;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;

 }
.zeus.tp-rightarrow .tp-arr-imgholder {
    transform:translateX(100%);
  -webkit-transform:translateX(100%);
      }
.zeus.tparrows:hover .tp-arr-imgholder {
  transform:translateX(0);
  -webkit-transform:translateX(0);
  opacity:1;
}
      
.zeus.tparrows:hover .tp-title-wrap {
  transform:scale(1);
  -webkit-transform:scale(1);
  opacity:1;
}
 

/* BULLETS */
.zeus .tp-bullet {
     box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
	  width:13px;height:13px;
	  border:2px solid #fff;
 }
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after{
    -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
  
 .zeus .tp-bullet-image,
 .zeus .tp-bullet-imageoverlay{
        width:135px;
        height:60px;
        position:absolute;
        background:#000;
        background:rgba(0,0,0,0.5);
        bottom:25px;
        left:50%;
        margin-left:-65px;
        box-sizing:border-box;
        background-size:cover;
        background-position:center center;
        visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        border-radius:4px;

}
          

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
        z-index:2;
        -webkit-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
}     
.zeus .tp-bullet-title { 
        color:#fff;
        text-align:center;
        line-height:15px;
        font-size:13px;
        font-weight:600;  
        z-index:3;
         visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        position:absolute;
        bottom:45px;
        width:135px;
    	vertical-align:middle;
        left:-57px;
}
      
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay{
      opacity:1;
      visibility:visible;
	  -webkit-transform:translateY(0px);
      transform:translateY(0px);         
    }

/* THUMBS */
.zeus .tp-thumb {
opacity:1
}

.zeus .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.zeus .tp-thumb-more:before {
  content: "\e825";
}

.zeus .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
 background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color:#fff;

}


/* TABS */
.zeus .tp-tab { 
  opacity:1;      
  box-sizing:border-box;
}

.zeus .tp-tab-title { 
display: block;
text-align: center;
background: rgba(0,0,0,0.25);
font-family: "Roboto Slab", serif; 
font-weight: 700; 
font-size: 13px; 
line-height: 13px;
color: #fff; 
padding: 9px 10px; }

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
 color: #000;
  background:rgba(255,255,255,1); 
}



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

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


.post-tabs .tp-thumb {
opacity:1
}

.post-tabs .tp-thumb-over {
  background:#252525;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:15px;
  right:15px;
  z-index:2;
}
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

.post-tabs .tp-thumb-title {
  font-family:"raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:15px 30px 15px 15px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color:#000;

}

/*=============================================
=            home one            =
=============================================*/

#rev_slider_23_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_23_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_23_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_23_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}


/*=====  End of home one  ======*/



/*=============================================
=            home two            =
=============================================*/

#rev_slider_24_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_24_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_24_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_24_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home two  ======*/


/*=============================================
=            home three            =
=============================================*/

#rev_slider_30_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_30_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_30_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_30_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home three  ======*/



/*=============================================
=            home four            =
=============================================*/

#rev_slider_25_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_25_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_25_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_25_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home four  ======*/


/*=============================================
=            home five            =
=============================================*/

#rev_slider_26_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_26_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_26_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_26_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home five  ======*/


/*=============================================
=            home six            =
=============================================*/

#rev_slider_27_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_27_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_27_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_27_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home six  ======*/


/*=============================================
=            home eight            =
=============================================*/

#rev_slider_28_1 .metis.tparrows{background:rgba(255,255,255,1); padding:10px; transition:all 0.3s; -webkit-transition:all 0.3s; width:60px; height:60px; box-sizing:border-box}#rev_slider_28_1 .metis.tparrows:hover{background:rgba(255,255,255,0.75)}#rev_slider_28_1 .metis.tparrows:before{color:rgb(0,0,0);   transition:all 0.3s; -webkit-transition:all 0.3s}#rev_slider_28_1 .metis.tparrows:hover:before{transform:scale(1.5)}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box}.custom .tp-bullet{width:20px;height:5px;position:absolute;background:#aaa;  background:rgba(125,125,125,0.5);cursor:pointer;box-sizing:content-box}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#000}.custom .tp-bullet-image{}.custom .tp-bullet-title{}

/*=====  End of home eight  ======*/



/*=============================================
=            other settings            =
=============================================*/

/* @media only screen and (max-width: 991px){
    .custom-position--two{
        font-size: 20px !important;
    }
} */

@media only screen and (max-width: 767px){
    .custom-position--one{
        position: relative;
        left: 30px;
    }
}

@media only screen and (max-width: 575px){
    .custom-position--one{
        position: relative;
        left: 45px;
    }
}

@media only screen and (max-width: 479px){
    .custom-position--one{
        position: relative;
        left: 0;
    }
}

.custom.tp-bullets {
    z-index: 99;
}


.action-button {
	position: fixed;
	z-index: 99;
}
.action-button .ab-link {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #b1b1b1 ;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 80px;
	font-weight: 100;
	cursor: pointer;
	transition: all 0.2s;
	box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
	z-index: 3;
	line-height: 1;
}
.action-button .ab-link:hover {
	transform: scale(1.1) translateZ(0) translateY(0);
	background: #0a6399 ;
}
.action-button.open .ab-link {
	background: #0a6399 ;
}

.action-button.open .action-list span {
	display: block;
	opacity: 1;
}
.action-button.open .action-list li:hover span {
	opacity: 1;
	transform: scale(0.9) translateZ(0) translateY(0);
}
.action-button .action-list {
	list-style-type: none;
	margin: 0;
	position: absolute;
	padding: 0;
	transition: all 0.2s;
}
.action-button .action-list li {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	font-size: 20px;
	box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.2s;
	position: absolute;
	z-index: 1;
	opacity: 0;
}
.action-button .action-list li:hover {
	transform: scale(1.1) translateZ(0) translateY(0);
}
.action-button .action-list li:hover i {
	color: #b1b1b1 ;
}
.action-button .action-list li.active i {
	color: #b1b1b1 ;
}
.action-button .action-list li.active span {
	opacity: 1;
	color: #fff;
	background: ##0a6399 ;
}
.action-button .action-list li i {
	color: #333;
	transition: all 0.2s;
}
.action-button .action-list li span {
	position: absolute;
	left: 65px;
	font-size: 12px;
	background: #fff;
	white-space: nowrap;
	box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
	padding: 3px 12px;
	font-weight: 700;
	transition: all 0.2s;
	border-radius: 0.33 rem;
}

.action-button.top-left li {
	top: 0;
}

.action-button.top-right .action-list li span {
	right: 80px;
	left: initial;
}
.action-button.top-right li {
	top: 0;
}

.action-button.bottom-right {
	bottom: 30px;
	left: 45px;
}
.action-button.bottom-right .action-list li span {
	left: 64px;
	right: initial;
}
.action-button.bottom-right .action-list {
	margin-top: -45px;
}
.action-button.bottom-right li {
	bottom: 0;
}

@media(max-width:999px){
	.action-button.bottom-right {
		left: 25px;
	}
}

/*=====  End of other settings  ======*/

</pre></body></html>