/*Products CSS*/


/*
 * ImageHover.css - https://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * https://www.opensource.org/licenses/mit-license.php

 */

[class^='imghvr-'],
[class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0px;
    max-width: 100%;
    background-color: rgba(1, 87, 155, 0.75);
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

[class^='imghvr-']>img,
[class*=' imghvr-']>img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
    background-color: inherit;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

[class^='imghvr-'] h3,
[class*=' imghvr-'] h3,
[class^='imghvr-'] p,
[class*=' imghvr-'] p {
    margin: 0;
    padding: 0;
    color: #fff;
}

[class^='imghvr-'] a,
[class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


/* imghvr-fade
   ----------------------------- */

.imghvr-fade figcaption {
    opacity: 0;
}

.imghvr-fade:hover>img {
    opacity: 0;
}

.imghvr-fade:hover figcaption {
    opacity: 1;
}


/* imghvr-push-*
   ----------------------------- */

[class^='imghvr-push-']:hover figcaption,
[class*=' imghvr-push-']:hover figcaption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* 
/* imghvr-hinge-up
   ----------------------------- */

.imghvr-hinge-up img {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-hinge-up figcaption {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-hinge-up:hover>img {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.imghvr-hinge-up:hover figcaption {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.myproducts {
    display: inline-block;
    /*width: 24%;*/
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.myproducts div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto";
    font-size: 1.2em;
    /*height: 32px;*/
    padding: 6px 0px 0;
    resize: none;
    text-align: center;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}


/* New Css Yeni */

.productgroup img {
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.productgroup {
    border-bottom: 3px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.productgroup .image {
    position: relative;
    overflow: hidden;
    /*width: 100%;*/
    height: 180px;
    display: inline-block;
}

div.image.revealUpFull .title {
    height: 100%;
    width: 100%;
    bottom: -144px;
}

div.image.revealUpFull:hover img {
    top: 0;
}

div.image.revealUpFull:hover .title {
    bottom: 0;
}

.title {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0, 0, 0);
    /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 14px;
    color: white;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.title ul li {
    list-style-type: none;
    display: block;
    text-align: center;
    width: 360px;
    background: rgb(153, 153, 153);
    background: rgba(153, 153, 153, 0.4);
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-bottom: 1px solid #000000;
}

.title ul li:hover {
    background-color: #009dcd;
}

.title ul li.head {
    background: rgb(66, 139, 202);
    background: rgba(12, 122, 199, 0.78);
    font-size: 16px;
}

.title ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.title ul {
    float: left;
    padding-left: 0;
}


/* Brands css */

#scroller li img {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .1s ease-in-out 0;
    -moz-transition: all .1s ease-in-out 0;
    -ms-transition: all .1s ease-in-out 0;
    -o-transition: all .1s ease-in-out 0;
    transition: all .1s ease-in-out 0;
}

#scroller li:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.sec-title {
    margin-bottom: 30px!important;
}

.appointment-block .inner-box .content-box {
    min-height: 80px!important;
}


/*Loader*/

.buttonbox {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 132px;
    height: 132px;
    margin-right: auto;
    margin-left: auto;
    transform: translate(-50%, -50%);
}

.rim-dkgrey {
    width: 132px;
    height: 132px;
    border-width: 5px;
    border-color: #585858;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(bottom, #f2f2f2, white);
    background-image: -o-linear-gradient(bottom, #f2f2f2, white);
    background-image: linear-gradient(to top, #f2f2f2, white);
}

.rim-dkgrey:active {
    background-image: -webkit-linear-gradient(#f2f2f2, white), -webkit-linear-gradient(bottom, white, #c9c9c9), -webkit-linear-gradient(bottom, #d9d9d9, white), -webkit-linear-gradient(bottom, #f2f2f2, white);
    background-image: -o-linear-gradient(#f2f2f2, white), -o-linear-gradient(bottom, white, #c9c9c9), -o-linear-gradient(bottom, #d9d9d9, white), -o-linear-gradient(bottom, #f2f2f2, white);
    background-image: linear-gradient(#f2f2f2, white), linear-gradient(to top, white, #c9c9c9), linear-gradient(to top, #d9d9d9, white), linear-gradient(to top, #f2f2f2, white);
}

.loadericon {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    height: 132px;
}

.myloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-image: url(../images/icons/preloader.svg);*/
}

@font-face {
    font-family: avroqapifont;
    src: url("/fonts/HelveticaNeue-Light.otf");
}


/*.category-list-two li a{text-transform: lowercase;}*/

.category-list-two li a {
    font-family: "avroqapifont";
    text-transform: capitalize;
}

.altcat a:before {
    display: none;
    /*content: "\2192";*/
}

.category-list-two li {
    position: relative;
    /* display: none; */
    padding-bottom: 5px;
    margin-bottom: 2px;
    border-bottom: 1px solid #eef2ed;
}

.sidebar-widget-two {
    position: relative;
    padding: 16px 25px;
    border-bottom: 1px solid #eef2ed;
}

.choosing-section .inner-section {
    padding-left: 0!important;
}

.choosing-section .inner-section .inner-blocks {
    padding-left: 0!important;
}

.red {
    color: red!important;
}

.green {
    color: green!important;
}

.post-date li {
    float: left;
}

.h1_class {}

.h2_class {}

.h3_class {}