/*** General ***/
.site-inner {
    padding: 0;
}
:focus {
    outline: 0;
}
p {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 10px;
    font-weight: normal;
    color: #696969;
    margin: 0;
}
a {
    text-decoration: none!important;
}
ul li {
    list-style: none;
}
.entry-content ol, 
.entry-content ul {
    margin-left: 0;
}
.status-publish {
    margin-bottom: 0;
}
.widget {
    margin-bottom: 0;
}
body.home .geodir-breadcrumb-bar {
    display: none;
}
body.home #genesis-content .page > .entry-header {
    display: none;
}
/*** Top Head ***/
.site-header {
	background: #fff0;
}
.site-header .title-area {
	text-align: center;
}
/*** Before Header ***/
.before-header .site-inner {
    padding-top: 0;
}
.before-header ul {
    margin-bottom: 0;
}
.before-header li {
    display: inline-block;
    margin-bottom: 0 !important;
}
.before-header p {
    padding-bottom: 0 !important;
}
.top-left-menu,
.top-right-menu {
    width: 50%;
    float: left;
}
.top-right-menu {
    text-align: right;
}
.top-left-menu ul li {
    display: inline-block;
    font-size: 13px;
    border-right: 1px solid #bdbdbd;
    margin-right: 15px;
    padding-right: 15px;
}
.top-left-menu ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.top-left-menu ul li i {
    padding-right: 5px;
    font-size: 14px;
}
.top-left-menu ul li a {
    color: #646464;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.top-right-menu ul li {
    display: inline;
    margin-left: 15px;
}
.top-right-menu .widget_nav_menu,
.top-right-menu .widget_shopping_cart {
    display: inline-block;
}
.top-right-menu i {
    font-size: 16px;
}
/*** top-right-menu cart ***/
.top-right-menu .widget_shopping_cart h1 {
    color: #fff;
    margin: 0;
    display: flex;
    margin-left: 15px;
    padding-bottom: 0;
}
.top-right-menu .widget_shopping_cart h1:after {
    content: "\f290";
    font-family: 'FontAwesome';
    position: absolute;
}
.top-right-menu .widget_shopping_cart h1.widget-title:before {
    content: none;
}
.top-right-menu .woocommerce ul.cart_list li dl, 
.top-right-menu .woocommerce ul.product_list_widget li dl {
    border-left: none;
}
.top-right-menu .woocommerce ul.cart_list li img, 
.top-right-menu .woocommerce ul.product_list_widget li img {
    margin-top: 40px;
}
.top-right-menu .woocommerce.widget_shopping_cart ul.cart_list li {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: inherit;
}
.top-right-menu .widget_shopping_cart_content {
    padding: 15px;
    background-color: #fff;
    visibility: hidden;
    position: absolute;
    right: 0;
    opacity: 0;
    top: 43px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    width: 418px;
    z-index: 99999;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.top-right-menu .widget_shopping_cart:hover .widget_shopping_cart_content {
    opacity: 1;
    visibility: visible;
}
/*** Head ***/
.site-inner {
    padding-left: 0;
    padding-right: 0;
}
.content-sidebar-wrap {
	padding-left: 10px;
}
.wpforo-wrap { 
    padding-left: 15px;
    padding-right: 15px;
}
.site-header {
    /*position: relative;*/
	position: sticky;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    /*transition: all 0.4s ease-in-out!important;*/
	transition: all 1s cubic-bezier(0, 0.01, 1, 1.03)!important
}
.site-header.is-sticky {
    z-index: 9999;
    width: 100%;
    /*position: fixed !important;*/
    top: 0;
    background: #ffffffe6;
}
.site-header .wrap {
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}
.right-header {
    float: right;
    text-align: right;
    width: 150px;
}
body:not(.home) .site-header {
    position: relative;
}
/*** Menu ***/
#menu-main-menu {
    max-width: 1170px;
    margin: 0 auto;
}
.nav-primary {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.nav-primary.is-sticky {
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.nav-primary .header-widgws-area button.menu-toggle {
    font-size: 0;
    padding-top: 24px;
}
.nav-primary .header-widgws-area button.menu-toggle:before {
    font-size: 30px;
}
.genesis-nav-menu a {
    color: #333;
	text-align: left;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.nav-primary .menu-primary > li > a {
    position: relative;
    font-weight: 600;
    font-size: 17px;
}
.nav-primary > .wrap > ul > li > a {
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 90px;
    height: 90px;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.genesis-nav-menu .sub-menu a {
    font-size: 14px;
    color: #333;
    padding: 16px 12px;
} 
.genesis-nav-menu .sub-menu a:hover {
    padding-left: 20px;
}
.genesis-nav-menu .sub-menu .current-menu-item a,
.genesis-nav-menu .sub-menu a:hover, 
.genesis-nav-menu .sub-menu a:focus, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #fff!important;
}
.nav-primary > .wrap > ul > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 39px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.nav-primary > .wrap > ul > li > a:hover:after,
.nav-primary > .wrap > ul > li.current-menu-item > a:after {
    width: 100%;
}
/*** Body ***/
body.home .site-inner {
    margin-top: 0!important;
    padding-top: 0;
}
/*** Title ***/
.tk-title {
    margin-bottom: 30px;
    text-align: center;
}
.tk-title h2 {
    color: #212121;
    font-weight: 900;
    font-size: 34px;
    text-transform: uppercase;
}
.tk-title.white-title h2,
.tk-title.white-title h4,
.tk-title.white-title p {
    color: #ffff;
}
.tk-title h4 {
    /*font-family: Cookie,cursive;*/
	font-family: 'Neucha', cursive;
    font-weight: 400;
    line-height: 1.2;
    font-size: 36px;
}
.tk-title img {
    margin-bottom: 0;
}
.tk-title p {
    margin: 0 auto;
    max-width: 90%;

}
/*** Button ***/
.tk-btn {
    display: inline-block;
    float: left;
}
.scwf_latest_product_slider .scwf_price_area_fix .woocommerce a.button {
	margin-top: 25px !important;
}
.tk-btn,
.tk-btn-sl a,
.scwf_latest_product_slider .scwf_price_area_fix .woocommerce a.button {
    font-size: 16px;
    color: #fff;
    border: 1px solid !important;
    padding: 5px 25px;
    font-weight: normal;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;  
    transition: all 0.3s ease-in;
    background: #000;
}
.tk-slider .tk-btn-sl a:hover,
.scwf_latest_product_slider .scwf_price_area_fix .woocommerce a.button:hover {
	background-color: #fff !important;
    transition: all 0.3s ease-in;
}
.btn-link {
	font-size: 18px;
    transition: all 0.3s ease-in;
}
.btn-link:hover {
	padding-left: 15px;
    transition: all 0.3s ease-in;
}
/*** Menu ***/
.tk-product-menu-content {
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.tk-product-menu-content .product-menu-bk {
    position: absolute;
    background-color: rgba(33,33,33,.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tk-product-menu-content:before {
    left: 35px;
    -webkit-box-shadow: 0 0 15px 25px rgba(33,33,33,.22);
    box-shadow: 0 0 15px 25px rgba(33,33,33,.22);
    transform: rotate(-4deg);
}
.tk-product-menu-content:after {
    right: 35px;
    -webkit-box-shadow: 0 0 15px 25px rgba(33,33,33,.22);
    box-shadow: 0 0 15px 25px rgba(33,33,33,.22);
    transform: rotate(4deg);
}
.tk-product-menu-content:after, 
.tk-product-menu-content:before {
    height: 0;
    position: absolute;
    bottom: 5px;
    content: '';
    z-index: -1;
    width: 50%;
}
.tk-line {
    width: calc(100% - 40px);
    margin-left: 20px;
}
.tk-line,
.tk-line .line-one {
    left: 0;
    top: 0;
    height: calc(100% - 40px);
    margin-top: 20px;
    display: block;
    position: absolute;
}
.tk-line .line-one {
    border-width: 0 2px;
    border-color: rgba(255,255,255,.5);
    width: 100%;
    border-style: solid;
}
.tk-line .line-two {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 40px);
    height: 100%;
    margin-left: 20px;
    border-width: 2px 0; 
    border-style: solid;
    border-color: rgba(255,255,255,.5); 
    display: block;
}
.tk-line .line-one span:first-child,
.tk-line .line-one span:last-child,
.tk-line .line-two span:first-child,
.tk-line .line-two span:last-child {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    overflow: hidden;
}
.tk-line .line-one span:first-child {
    top: -20px;
    left: -1px;
}
.tk-line .line-one span:last-child {
    left: -1px;
    bottom: -20px;
}
.tk-line .line-two span:first-child {
    right: -20px;
    top: -1px;
}
.tk-line .line-two span:last-child {
    right: -20px;
    bottom: -1px;
}
.tk-line .line-one span:first-child:before,
.tk-line .line-one span:last-child:before, 
.tk-line .line-two span:first-child:before,
.tk-line .line-two span:last-child:before {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    position: absolute;
    border: 2px solid rgba(255,255,255,.5);
}

.tk-line .line-one span:first-child:before {
    left: -20px;
    top: -20px;
}
.tk-line .line-one span:last-child:before {
    left: -20px;
    top: 0;
}
.tk-line .line-two span:first-child:before {
    right: -20px;
    top: -20px;
}
.tk-line .line-two span:last-child:before {
    right: -20px;
    top: 0;
}
.tk-product-menu-content ul {
    position: relative;
    z-index: 1;
}
.tk-menu-content {
    padding: 50px 5px 50px;
    margin: 0;
    display: inline-block;
}
.tk-menu-content li {
    width: 50%;
    float: left;
    padding: 0 30px;
    margin: 30px 0;
    list-style-type: none !important;
}
.tk-menu-content li .menu-thumb img {
    max-width: 75px;
    max-height: 75px;
    margin-bottom: 0;
    vertical-align: middle;
}
.tk-menu-content li .menu-thumb {
    float: left;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    background-color: #fff;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.tk-menu-content li .menu-thumb:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.tk-menu-content li .product-menu-ds {
    padding-left: 120px;
    padding-top: 5px;
    color: #fff;
}
.tk-menu-content li .product-menu-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.tk-menu-content li .p-menu-title {
    padding-right: 3px;
    text-transform: uppercase;
}
.tk-menu-content li .p-menu-title a {
    color: #fff;
    font-weight: normal;
    padding-top: 5px;
    display: inline-block;
}
.tk-menu-content li .p-menu-border {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    min-width: 10%;
    border-bottom: 1px dotted rgba(255,255,255,.5);
    margin-bottom: 6px;
}
.tk-menu-content li .price {
    padding-left: 3px;
    font-size: 18px;
    font-weight: 700;
}
.tk-menu-content li p {
    color: #fff;
}
/*** Service ***/
.tk-service-item {
    max-width: 250px;
    width: 100%;
    padding-bottom: 20px;
    margin: 15px auto;
    position: relative;
    text-align: center;
}
.tk-service-item .line-top {
    background-color: #f4eede;
    position: absolute;
    width: calc(100% - 36px);
    height: 100%;
    display: block;
    left: 18px;
    top: 0;    
}
.tk-service-item .line-left {
    position: absolute;
    left: 0;
    top: 18px;
    width: 100%;
    height: calc(100% - 36px);
    display: block;
    background-color: #f4eede;
}
.tk-service-item .line-top span:first-child,
.tk-service-item .line-top span:last-child {
    width: 18px;
    height: 18px;
    position: absolute;
    left: -18px;
    top: 0;
    overflow: hidden;
}
.tk-service-item .line-top span:last-child {
    bottom: 0;
    top: initial;
}
.tk-service-item .line-left span:first-child,
.tk-service-item .line-left span:last-child {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: -18px;
    overflow: hidden;
}
.tk-service-item .line-left span:last-child {
    top: initial;
    bottom: -18px;
}
.tk-service-item .line-top span:first-child:before,
.tk-service-item .line-top span:last-child:before,
.tk-service-item .line-left span:first-child:before,
.tk-service-item .line-left span:last-child:before  {
    width: 50px;
    height: 50px;
    content: '';
    border: 10px solid #f4eede;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.tk-service-item .line-top span:first-child:before {
    left: -24px;
    bottom: -9px;
}
.tk-service-item .line-top span:last-child:before {
    left: -24px;
    top: -9px;
}
.tk-service-item .line-left span:first-child:before,
.tk-service-item .line-left span:last-child:before {
    right: -24px;
    bottom: -9px;
}
.tk-service-item .line-left span:last-child:before {
    bottom: initial;
    top: -9px;
}
.tk-service-item .service-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px;
}
.tk-service-item h3 {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 45px;
    font-family: Pacifico,cursive;
}
.tk-service-item p {
    margin-top: 45px;
}
.tk-service-item:hover .line-top,
.tk-service-item:hover .line-left {
    border-color: rgba(255,255,255,.5);
    border-style: solid;
    background: 0 0;    
}
.tk-service-item:hover .line-top {
    border-width: 2px 0;
}
.tk-service-item:hover .line-left {
    border-width: 0 2px;
}
.tk-service-item:hover .line-top span:first-child:before,
.tk-service-item:hover .line-top span:last-child:before,
.tk-service-item:hover .line-left span:first-child:before,
.tk-service-item:hover .line-left span:last-child:before {
    left: -12px;
    border: 2px solid rgba(255,255,255,.5);
    width: 30px;
    height: 30px;
    bottom: 0;
} 
.tk-service-item:hover .line-top span:last-child:before,
.tk-service-item:hover .line-left span:last-child:before {
    top: 0;
    bottom: initial;
}
.tk-service-item:hover .line-left span:first-child:before,
.tk-service-item:hover .line-left span:last-child:before {
    right: -12px;
    left: initial;  
}
.tk-service-item:hover h3 {
    color: #fff;
}
.tk-service-item:hover p {
    color: #eeeff0;
}
/*** Instagram ***/ 
.tk-instagram > div.panel-grid-cell:first-child {
    width: 33% !important;
}
.tk-instagram > div.panel-grid-cell:last-child {
    width: 67% !important;
}
.tk-instagram-info {
    position: relative;
    text-align: center;
	top: 0;
	bottom: 0;  
}
@media (max-width: 999px){
.tk-instagram-info {
    position: relative;
    text-align: center; 
	top: 0;
	bottom: 0; 	
}}


.tk-instagram-info .textwidget {
    padding: 15% 0;
}
.tk-instagram-info .tk-title h4,
.tk-instagram-info .tk-title p {
    color: #fff;
}
.tk-instagram-info .tk-title p {
    max-width: 80%;
}
.on-instagram {
    margin: 20px;
}
.on-instagram i,
.on-instagram svg {
    font-size: 56px;
    color: #fff;
    margin-right: 22px;
}
.on-instagram span {
    display: inline-block;
    text-align: left;
    font-family: Pacifico,cursive;
    font-size: 18px;
    color: #fff;
}
.on-instagram span a {
    display: block;
    font-family: Lato,sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding-top: 5px;
	position: relative;
}
/*** Feature ***/
.tk-feature-product {
    position: relative;
    margin-bottom: 110px;
}
.tk-simple-product-bk {
    background-image: url(../images/simple-product.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 63%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.tk-feature-img  {
    position: absolute;
    right: 50%;
    max-width: 700px;
}
.tk-simple-slider-content {
    position: relative;
    -webkit-transform: translate(0,18px);
    -ms-transform: translate(0,18px);
    -o-transform: translate(0,18px);
    transform: translate(0,18px);
}
.tk-simple-slider-content h3 {
    padding: 55px 0 20px;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
}
.tk-simple-slider-content h3:before {
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    background: #222;
}
.tk-simple-slider-content .price {
    display: block;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tk-product-excerpt {
    max-width: 60%;
}
.tk-simple-slider-content p,
.tk-simple-slider-content .product_meta a {
    text-transform: none;
}
.tk-simple-slider-content .product_meta {
    padding-top: 11px;
}
.tk-simple-slider-content .product_meta .posted_in, 
.tk-simple-slider-content .product_meta .tagged_as {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
}
.tk-simple-slider-content .tk-product-action {
    margin-top: 23px;
}
.tk-wishlist {
    background: #000;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    position: relative;
    text-indent: -110px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;    
}
.tk-wishlist:before {
    font-family: FontAwesome;
    content: "\f08a";
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 122px;
    top: 0;
    line-height: 40px;
}
.tk-product-wishlist {
    display: inline-block;
    margin-left: 10px;
}
/*** Blog ***/
.tk-blog {
    position: relative;
}
.tk-blog-item article {
    width: 32%;
    margin-right: 2%;
    float: left;
    position: relative;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-bottom: none !important;
}
.tk-blog-item article:nth-child(3n) {
    margin-right: 0;
}
.tk-blog-item article:hover {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0 -2px 29px 0 rgba(0,0,0,.15);
    box-shadow: 0 -2px 29px 0 rgba(0,0,0,.15);
}
.tk-blog-item article h4 {
    font-size: 18px !important;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 10px;
}
.tk-blog-item article h4 a {
    font-weight: 400;
}
.archive-description.taxonomy-archive-description {
    display: none;
}
.tk-blog-item article > a {
    overflow: hidden;
    position: relative;
}
.tk-blog-item article:hover > a img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.tk-blog-item article > a img {
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.tk-blog-item article .entry-content:before,
.tk-blog-item article .entry-content:after {
    display: none;
}
.tk-blog-item article .entry-time {
    color: #ffffff;
    font-weight: 700;
    height: 78px;
    padding: 12px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -109px;
    width: 78px;
    z-index: 1;
}
.tk-blog-item .entry-content p {
    padding: 0 15px 15px;
}
.tk-blog-item .entry-header {
    margin-bottom: 0;
    padding: 0 15px;
}
.tk-blog-item article .entry-author-name:before {
    content: "\f007";
    color: #878C9F;
    margin-right: 5px;
    font-family: 'FontAwesome';
}
.tk-blog-item article .entry-comments-link::before {
    content: "\f0e6" !important;
    color: #878C9F;
    font-family: 'FontAwesome';
    margin: 0 6px 0 2px;
}

/*** Review ***/
.tk-review-item i,
.tk-review-item svg {
    margin: 0 5px;
    font-size: 25px !important;
}
/*** Client ****/ 
.tk-client-img {
    overflow: hidden;
    text-align: center;
}
.tk-client-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.tk-client-img:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/*** About ***/
.tk-about-img {
	position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}
.tk-about-img img {
    -webkit-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;	
}
.tk-about-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}
/*** Team ***/
.tk-team {
    position: relative;
}
.tk-team-item .sow-features-feature {
    padding: 0 !important;
    border: 2px solid #f4f2ed;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.tk-team-item .sow-icon-image,
.tk-team-item .sow-icon-container {
    width: 235px !important;
    height: 350px !important ;
    max-width: 100% !important;
}
.tk-team-item .sow-icon-container {
    margin-bottom: 0 !important;
}
.tk-team-item .textwidget {
    margin: 0 !important;
    background: #f4f2ed;
    padding: 13px 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.tk-team-item .textwidget h5 {
    color: #383848;
    font-weight: 700;
}
.tk-team-item .textwidget span {
    color: #7a7676;
    font-weight: 600;
}
.tk-team-item ul {
    margin-bottom: 0 !important;
}
.tk-team-item ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 7px;
}
.tk-team-item .social-top {
    margin-top: 10px;
    z-index: 5;
}
.tk-team-item .sow-features-feature:hover h5,
.tk-team-item .sow-features-feature:hover span {
    color: #fff;
}
/*** Counter ***/
.tk-counter-img {
    float: left;
    display: inline-block;
    margin-right: 20px;
}
.tk-counter-img img {
    vertical-align: middle;
    margin-bottom: 0;
}
.tk-counter-text {
    overflow: hidden;
}
.tk-counter-text h3 {
    line-height: 1;
    font-size: 5rem;
    font-weight: 900;
    color: #333;
    margin-top: 0;
    font-family: Pacifico,cursive;
}
.tk-counter-text p {
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: 700;
    color: #555;
}
/*** Product ***/
.woocommerce ul.products li.product {
    background: #f6f2f1;
    padding: 15px 15px 30px 15px;   
    z-index: 1;
    box-shadow: 1px 0px 18px 2px rgba(0, 0, 0, 0.2);
}
.tk-product-item ul.products li.product.pif-has-gallery .wp-post-image--secondary {
    padding: 15px 15px 30px 15px;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out !important;
}
.tk-product-item ul.products li.product.pif-has-gallery:hover .wp-post-image--secondary {
    opacity: 1;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out !important;
}
/*** Tab ***/
.tk-tab-content .accordionItem  {
    margin-bottom: 10px;
    max-width: 100%;
}
.tk-tab-content .accordionItemHeading {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 2rem;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 10px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
}
.tk-tab-content .open .accordionItemHeading {
    font-weight: 600;
}
.tk-tab-content .accordionItemHeading:before {
    content: "\f0da";
    font-size: 20px;
    color: #333;
    font-family: 'FontAwesome';
    margin-right: 15px;
    line-height: 25px;
}
.tk-tab-content .open .accordionItemHeading:before {
    content: "\f0d7";    
    font-family: 'FontAwesome';
}
.tk-tab-content .close .accordionItemContent {
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float:left;
    display:block;  
}
.tk-tab-content .open .accordionItemContent {
    padding: 15px;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    width: 100%;
    display:block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}
.tk-tab-content ul > li {
    list-style-type: none;
    line-height: 2;
}
.tk-tab-content h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 0;
}
.tk-tab-content ol.decimal-list {
    margin: 0 15px 15px;
}

/*** Facilities ***/
.tk-faq-content .accordionItem  {
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #e5e5e5;
}
.tk-faq-content .accordionItemHeading {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 2rem;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 10px;
    position: relative;
    text-transform: none;
    background: #f9f9f9;
    border-bottom: 1px solid #dbdbdb;
}
.tk-faq-content .accordionItemHeading i {
    margin-right: 5px;
}
.tk-faq-content .close .accordionItemContent {
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float:left;
    display:block;  
}
.tk-faq-content .open .accordionItemContent {
    padding: 15px;
    background-color: #fff;
    width: 100%;
    display:block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}
.tk-faq-img {
    margin-left: 5%;
}
.tk-faq-img {
    overflow: hidden;
    position: relative;
}
.tk-faq-img:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tk-faq-img::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: scale(0);
    transition: .3s;
    cursor: pointer;
    border: 1px solid #fff;
}
/*** Privacy ***/
.tk-privacy .sow-features-feature {
    padding-top: 20px !important;
}
.tk-privacy .sow-features-feature .textwidget {
    padding: 0 10px 10px;
}
.tk-privacy .sow-features-feature:nth-of-type(4n + 1) {
    padding-left: 25px !important;
}
.tk-privacy .sow-features-feature:nth-of-type(4n) {
    padding-right: 25px !important;    
}
.tk-privacy .sow-features-feature .sow-icon-image {
    width: 240px !important;
    height: 180px !important;
    background-size: cover !important;
}
.tk-privacy .sow-icon-container {
    width: 240px !important;
    height: 180px !important;
}
.tk-privacy-item-1 .sow-features-feature:nth-child(2n-1) {
    background-color: #e7ecf4;
}
.tk-privacy-item-1 .sow-features-feature:nth-child(2n) {
    background-color: #fabea6;   
}
.tk-privacy-item-2 .sow-features-feature:nth-child(2n) {
    background-color: #e7ecf4;
}
.tk-privacy-item-2 .sow-features-feature:nth-child(2n-1) {
    background-color: #fabea6;   
}
.scwf_price_area_fix p {
	font-size: 20px;
}

/*** Footer Custom ***/
.tk-footer-custom {
    position: relative;
}
.footer-info h3 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 20px;    
}
.footer-info p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-info p a {
    color: #fff !important;
}
.info-des {
    font-style: italic;
    font-family: Pacifico,cursive;
}
.footer-info i,
.footer-info svg {
    margin-right: 5px;
}
.social-round li {
    display: inline-block;
    width: auto;
    margin-right: 18px;
}
.social-round {
    margin: 25px 0;
}
.social-round li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fafafa;
    line-height: 40px;
    font-size: 16px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}
.social-round li a:hover {
    border-color: #fff;
}
.footer-contact-form input, textarea {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #dadada !important;
    color: #ffff !important;
    padding: 0 !important;
    height: 50px;
}
.footer-contact-form p {
    margin-bottom: 30px;
}
.footer-contact-form p:nth-child(2),
.footer-contact-form p:nth-child(3) {
    width: 48% !important;
    float: left;
    display: inline-block;
}
.footer-contact-form p:nth-child(2) {
    margin-right: 4%;
}
.footer-contact-form .wpcf7-submit {
    border-bottom: none !important; 
}
#popup__toggle {
    bottom: 0px;
    left: 0px;
    position: fixed;
	z-index: 999;
}
.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #29AEE3;
    width: 140px;
    height: 140px;
    bottom: -35px;
    left: -35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #29AEE3;
    width: 90px;
    height: 90px;
    bottom: -10px;
    left: -9px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 60px;
    height: 60px;
    bottom: 5px;
    left: 5px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}
.img-circle {
    background-color: #29AEE3;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 60px;
    height: 60px;
    background-image: url(mini.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}  
  
 @media (min-width: 970px) {
	   .mai-telefonchik{
		position: absolute;
		top: 90px;
		z-index: 1000;
		right: 1px;      
		background-color: aliceblue;
		min-width: 200px;
		-webkit-border-bottom-left-radius: 200px;
		border-bottom-left-radius: 200px;
		padding: 10px 0px 5px 25px;
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);	
		
	 } 
	 .mai-telefonchik a {
		font-size: 16px;
		text-shadow: 2px 1px 18px rgba(0,0,0,0.47);
		font-family: fantasy;
		letter-spacing: 0.7px;
		color: black;
	 }
	 
	 .mai-telefonchik img {
		width: 30px;
		float: left;
		padding-top: 5px;
		margin-right: 10px;
	 }
	 
	 .two-tel {
		display: block;
	}
  }
  
@media (max-width: 969px) {
	.mai-telefonchik{
		position: absolute;
		width: 100%;
		top: 50px;
		z-index: 1000;				
		background-color: #63472b4d;		
		clip-path: polygon(0 0, 100% 0%, 90% 100%, 10% 100%);
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);		
	}
	
	.mai-telefonchik a {
		font-size: 14px;
		font-family: fantasy;
		letter-spacing: 0.7px;
		color: aliceblue;

	}
	.mai-telefonchik img {
		display: none;
	}
	.first-tel {
		left: 50%;
		float: left;
		position: relative;
		padding-left: 25px;		
		text-shadow: 2px 1px 1px rgba(0,0,0,0.47);
	}
	.two-tel {
		float: right;
		position: relative;
		right: 55%;
		padding-right: 15px;		
		text-shadow: 2px 1px 1px rgba(0,0,0,0.47);
	}
}	 

.mai-telefonchik span{
		 letter-spacing: 1px;		 
}
.button-vaber {
	position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #9b59b6;
    /*float: right;
    right: 0px;9*/
    top: 50%;
    z-index: 9999;
    border-radius: 0px 5px 5px 0px;
	font-size: 0px;
}

.button-whatsapp {
	position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #06bb54;
    /*float: right;
    right: 0px;*/
    top: calc(50% + 50px);
    z-index: 9999;
    border-radius: 0px 5px 5px 0px;
	font-size: 0px;
}

.button-vaber img, .button-whatsapp img, .button-telegram img {
	margin-top: 5px;
    margin-left: 5px;
	margin-right:5px;
	float: left;
}

.button-whatsapp:hover,.button-vaber:hover {
	width: 100px;    
	transition: background 0.4s ease;
	font-size: 11px;
	color:white;	
}

.button-telegram:hover {
	width: 100px;    
	transition: background 0.4s ease;
	font-size: 11px;
	color:black;
}


.button-telegram {
	position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #9be5ff;
    /*float: right;
    right: 0px;*/
    top: calc(50% + 100px);
    z-index: 9999;
    border-radius: 0px 5px 5px 0px;
	font-size: 0px;
}

.footer-contact-form .wpcf7-mail-sent-ok {
	color: aliceblue;
}

.woocommerce-edinisa-izmereniya {
	color: darkcyan;
    font-size: 16px;
}
#tr_credit {display:none;}

.vp-portfolio__item-meta-title a {
    color: #fff !important;
}
