/* Minification failed. Returning unminified contents.
(8634,22): run-time error CSS1039: Token not allowed after unary operator: '-blue-primary'
(8644,22): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(8813,22): run-time error CSS1039: Token not allowed after unary operator: '-blue-primary'
(8821,22): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(8986,22): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(9023,22): run-time error CSS1039: Token not allowed after unary operator: '-gray-background'
(9030,22): run-time error CSS1039: Token not allowed after unary operator: '-blue-primary'
 */
/*! jQuery UI - v1.11.4 - 2015-09-10
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-helper-clearfix:after { clear: both; }

.ui-helper-clearfix { min-height: 0; /* support: IE7 */ }

.ui-helper-zfix {
    filter: Alpha(Opacity=0); /* support: IE8 */
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-front { z-index: 100; }


/* Interaction Cues
----------------------------------*/

.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}


/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable { position: relative; }

.ui-resizable-handle {
    -ms-touch-action: none;
    display: block;
    font-size: 0.1px;
    position: absolute;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle { display: none; }

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    border: 1px dotted black;
    position: absolute;
    z-index: 100;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin: 2px 0 0 0;
    min-height: 0; /* support: IE7 */
    padding: .5em .5em .5em .7em;
    position: relative;
}

.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: .5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 1em 2.2em;
}

.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}

.ui-button {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: .1em;
    overflow: visible; /* removes extra width in IE */
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active { text-decoration: none; }
/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only { width: 2.2em; }
/* button elements seem to need a little more width */

button.ui-button-icon-only { width: 2.4em; }

.ui-button-icons-only { width: 3.4em; }

button.ui-button-icons-only { width: 3.7em; }

/* button text element */

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text { padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */

input.ui-button { padding: .4em 1em; }

/* button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary { left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/* button sets */

.ui-buttonset { margin-right: 7px; }

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 45%; }

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%;
}

.ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}

/* RTL support */

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-dialog {
    left: 0;
    outline: 0;
    overflow: hidden;
    padding: .2em;
    position: absolute;
    top: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
}

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: auto;
    padding: .5em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0 0;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
    text-align: left;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: .5em .4em .5em 0;
}

.ui-dialog .ui-resizable-se {
    background-position: 16px 16px;
    bottom: -5px;
    height: 12px;
    right: -5px;
    width: 12px;
}

.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
}

.ui-menu .ui-menu { position: absolute; }

.ui-menu .ui-menu-item {
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    margin: 0;
    min-height: 0; /* support: IE7 */
    padding: 3px 1em 3px .4em;
    position: relative;
}

.ui-menu .ui-menu-divider {
    border-width: 1px 0 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active { margin: -1px; }

/* icon support */

.ui-menu-icons { position: relative; }

.ui-menu-icons .ui-menu-item { padding-left: 2em; }

/* left-aligned */

.ui-menu .ui-icon {
    bottom: 0;
    left: .2em;
    margin: auto 0;
    position: absolute;
    top: 0;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    filter: alpha(opacity=25); /* support: IE8 */
    height: 100%;
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; }

.ui-selectmenu-menu {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7 */
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    border: 0;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    line-height: 1.5;
    margin: 0.5em 0 0 0;
    padding: 2px 0.4em;
}

.ui-selectmenu-open { display: block; }

.ui-selectmenu-button {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.ui-selectmenu-button span.ui-icon {
    left: auto;
    margin-top: -8px;
    position: absolute;
    right: 0.5em;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 1.4;
    overflow: hidden;
    padding: 0.4em 2.1em 0.4em 1em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    -ms-touch-action: none;
    cursor: default;
    height: 1.2em;
    position: absolute;
    touch-action: none;
    width: 1.2em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min { left: 0; }

.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical {
    height: 100px;
    width: .8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-bottom: -.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min { bottom: 0; }

.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.ui-spinner-input {
    background: none;
    border: none;
    color: inherit;
    margin: .2em 0;
    margin-left: .4em;
    margin-right: 22px;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: .5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
}
/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
    border-bottom: none;
    border-right: none;
    border-top: none;
}
/* vertically center icon */

.ui-spinner .ui-icon {
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-spinner-up { top: 0; }

.ui-spinner-down { bottom: 0; }

/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */background-position: -65px -16px; }

.ui-tabs {
    padding: .2em;
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: none;
    margin: 1px .2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; }

.ui-tabs .ui-tabs-panel {
    background: none;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}

.ui-tooltip {
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}

body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget { font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    background: #eeeeee url(/hizmetler/Content/css/jquery/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    border: 1px solid #dddddd;
}

.ui-widget-content a { }

.ui-widget-header {
    background: #f6a828 url(/hizmetler/Content/css/jquery/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    border: 1px solid #e78f08;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #f6f6f6 url(/hizmetler/Content/css/jquery/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    border: 1px solid #cccccc;
    color: #1c94c4;
    font-weight: bold;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #fdf5ce url(/hizmetler/Content/css/jquery/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    border: 1px solid #fbcb09;
    color: #c77405;
    font-weight: bold;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #c77405;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #ffffff url(/hizmetler/Content/css/jquery/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    border: 1px solid #fbd850;
    color: #eb8f00;
    font-weight: bold;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #ffe45c url(/hizmetler/Content/css/jquery/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    border: 1px solid #fed22f;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a { color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #b81900 url(/hizmetler/Content/css/jquery/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    border: 1px solid #cd0a0a;
    color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a { color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text { color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
    opacity: .7;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35); /* support: IE8 */
    opacity: .35;
}

.ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
    height: 16px;
    width: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_ef8c08_256x240.png); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_ef8c08_256x240.png); }

.ui-state-active .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_ef8c08_256x240.png); }

.ui-state-highlight .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_228ef1_256x240.png); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_ffd27a_256x240.png); }

/* positioning */

.ui-icon-blank { background-position: 16px 16px; }

.ui-icon-carat-1-n { background-position: 0 0; }

.ui-icon-carat-1-ne { background-position: -16px 0; }

.ui-icon-carat-1-e { background-position: -32px 0; }

.ui-icon-carat-1-se { background-position: -48px 0; }

.ui-icon-carat-1-s { background-position: -64px 0; }

.ui-icon-carat-1-sw { background-position: -80px 0; }

.ui-icon-carat-1-w { background-position: -96px 0; }

.ui-icon-carat-1-nw { background-position: -112px 0; }

.ui-icon-carat-2-n-s { background-position: -128px 0; }

.ui-icon-carat-2-e-w { background-position: -144px 0; }

.ui-icon-triangle-1-n { background-position: 0 -16px; }

.ui-icon-triangle-1-ne { background-position: -16px -16px; }

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-se { background-position: -48px -16px; }

.ui-icon-triangle-1-s { background-position: -64px -16px; }

.ui-icon-triangle-1-sw { background-position: -80px -16px; }

.ui-icon-triangle-1-w { background-position: -96px -16px; }

.ui-icon-triangle-1-nw { background-position: -112px -16px; }

.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.ui-icon-arrow-1-n { background-position: 0 -32px; }

.ui-icon-arrow-1-ne { background-position: -16px -32px; }

.ui-icon-arrow-1-e { background-position: -32px -32px; }

.ui-icon-arrow-1-se { background-position: -48px -32px; }

.ui-icon-arrow-1-s { background-position: -64px -32px; }

.ui-icon-arrow-1-sw { background-position: -80px -32px; }

.ui-icon-arrow-1-w { background-position: -96px -32px; }

.ui-icon-arrow-1-nw { background-position: -112px -32px; }

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

.ui-icon-arrowthick-1-n { background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

.ui-icon-arrow-4 { background-position: 0 -80px; }

.ui-icon-arrow-4-diag { background-position: -16px -80px; }

.ui-icon-extlink { background-position: -32px -80px; }

.ui-icon-newwin { background-position: -48px -80px; }

.ui-icon-refresh { background-position: -64px -80px; }

.ui-icon-shuffle { background-position: -80px -80px; }

.ui-icon-transfer-e-w { background-position: -96px -80px; }

.ui-icon-transferthick-e-w { background-position: -112px -80px; }

.ui-icon-folder-collapsed { background-position: 0 -96px; }

.ui-icon-folder-open { background-position: -16px -96px; }

.ui-icon-document { background-position: -32px -96px; }

.ui-icon-document-b { background-position: -48px -96px; }

.ui-icon-note { background-position: -64px -96px; }

.ui-icon-mail-closed { background-position: -80px -96px; }

.ui-icon-mail-open { background-position: -96px -96px; }

.ui-icon-suitcase { background-position: -112px -96px; }

.ui-icon-comment { background-position: -128px -96px; }

.ui-icon-person { background-position: -144px -96px; }

.ui-icon-print { background-position: -160px -96px; }

.ui-icon-trash { background-position: -176px -96px; }

.ui-icon-locked { background-position: -192px -96px; }

.ui-icon-unlocked { background-position: -208px -96px; }

.ui-icon-bookmark { background-position: -224px -96px; }

.ui-icon-tag { background-position: -240px -96px; }

.ui-icon-home { background-position: 0 -112px; }

.ui-icon-flag { background-position: -16px -112px; }

.ui-icon-calendar { background-position: -32px -112px; }

.ui-icon-cart { background-position: -48px -112px; }

.ui-icon-pencil { background-position: -64px -112px; }

.ui-icon-clock { background-position: -80px -112px; }

.ui-icon-disk { background-position: -96px -112px; }

.ui-icon-calculator { background-position: -112px -112px; }

.ui-icon-zoomin { background-position: -128px -112px; }

.ui-icon-zoomout { background-position: -144px -112px; }

.ui-icon-search { background-position: -160px -112px; }

.ui-icon-wrench { background-position: -176px -112px; }

.ui-icon-gear { background-position: -192px -112px; }

.ui-icon-heart { background-position: -208px -112px; }

.ui-icon-star { background-position: -224px -112px; }

.ui-icon-link { background-position: -240px -112px; }

.ui-icon-cancel { background-position: 0 -128px; }

.ui-icon-plus { background-position: -16px -128px; }

.ui-icon-plusthick { background-position: -32px -128px; }

.ui-icon-minus { background-position: -48px -128px; }

.ui-icon-minusthick { background-position: -64px -128px; }

.ui-icon-close { background-position: -80px -128px; }

.ui-icon-closethick { background-position: -96px -128px; }

.ui-icon-key { background-position: -112px -128px; }

.ui-icon-lightbulb { background-position: -128px -128px; }

.ui-icon-scissors { background-position: -144px -128px; }

.ui-icon-clipboard { background-position: -160px -128px; }

.ui-icon-copy { background-position: -176px -128px; }

.ui-icon-contact { background-position: -192px -128px; }

.ui-icon-image { background-position: -208px -128px; }

.ui-icon-video { background-position: -224px -128px; }

.ui-icon-script { background-position: -240px -128px; }

.ui-icon-alert { background-position: 0 -144px; }

.ui-icon-info { background-position: -16px -144px; }

.ui-icon-notice { background-position: -32px -144px; }

.ui-icon-help { background-position: -48px -144px; }

.ui-icon-check { background-position: -64px -144px; }

.ui-icon-bullet { background-position: -80px -144px; }

.ui-icon-radio-on { background-position: -96px -144px; }

.ui-icon-radio-off { background-position: -112px -144px; }

.ui-icon-pin-w { background-position: -128px -144px; }

.ui-icon-pin-s { background-position: -144px -144px; }

.ui-icon-play { background-position: 0 -160px; }

.ui-icon-pause { background-position: -16px -160px; }

.ui-icon-seek-next { background-position: -32px -160px; }

.ui-icon-seek-prev { background-position: -48px -160px; }

.ui-icon-seek-end { background-position: -64px -160px; }

.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first { background-position: -80px -160px; }

.ui-icon-stop { background-position: -96px -160px; }

.ui-icon-eject { background-position: -112px -160px; }

.ui-icon-volume-off { background-position: -128px -160px; }

.ui-icon-volume-on { background-position: -144px -160px; }

.ui-icon-power { background-position: 0 -176px; }

.ui-icon-signal-diag { background-position: -16px -176px; }

.ui-icon-signal { background-position: -32px -176px; }

.ui-icon-battery-0 { background-position: -48px -176px; }

.ui-icon-battery-1 { background-position: -64px -176px; }

.ui-icon-battery-2 { background-position: -80px -176px; }

.ui-icon-battery-3 { background-position: -96px -176px; }

.ui-icon-circle-plus { background-position: 0 -192px; }

.ui-icon-circle-minus { background-position: -16px -192px; }

.ui-icon-circle-close { background-position: -32px -192px; }

.ui-icon-circle-triangle-e { background-position: -48px -192px; }

.ui-icon-circle-triangle-s { background-position: -64px -192px; }

.ui-icon-circle-triangle-w { background-position: -80px -192px; }

.ui-icon-circle-triangle-n { background-position: -96px -192px; }

.ui-icon-circle-arrow-e { background-position: -112px -192px; }

.ui-icon-circle-arrow-s { background-position: -128px -192px; }

.ui-icon-circle-arrow-w { background-position: -144px -192px; }

.ui-icon-circle-arrow-n { background-position: -160px -192px; }

.ui-icon-circle-zoomin { background-position: -176px -192px; }

.ui-icon-circle-zoomout { background-position: -192px -192px; }

.ui-icon-circle-check { background-position: -208px -192px; }

.ui-icon-circlesmall-plus { background-position: 0 -208px; }

.ui-icon-circlesmall-minus { background-position: -16px -208px; }

.ui-icon-circlesmall-close { background-position: -32px -208px; }

.ui-icon-squaresmall-plus { background-position: -48px -208px; }

.ui-icon-squaresmall-minus { background-position: -64px -208px; }

.ui-icon-squaresmall-close { background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl { border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr { border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl { border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br { border-bottom-right-radius: 4px; }

/* Overlays */

.ui-widget-overlay {
    filter: Alpha(Opacity=50); /* support: IE8 */
    /*background: #666666 url(/hizmetler/Content/css/jquery/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;*/
    opacity: .5;
}

.ui-widget-shadow {
    border-radius: 5px;
    filter: Alpha(Opacity=20); /* support: IE8 */
    margin: -5px 0 0 -5px;
    /*background: #000000 url(/hizmetler/Content/css/jquery/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;*/
    opacity: .2;
    padding: 5px;
}
/*! jQuery UI - v1.11.0 - 2014-08-06
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-helper-clearfix:after { clear: both; }

.ui-helper-clearfix { min-height: 0; /* support: IE7 */ }

.ui-helper-zfix {
    filter: Alpha(Opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-front { z-index: 100; }


/* Interaction Cues
----------------------------------*/

.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}


/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable { position: relative; }

.ui-resizable-handle {
    -ms-touch-action: none;
    display: block;
    font-size: 0.1px;
    position: absolute;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle { display: none; }

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    border: 1px dotted black;
    position: absolute;
    z-index: 100;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin: 2px 0 0 0;
    min-height: 0; /* support: IE7 */
    padding: .5em .5em .5em .7em;
    position: relative;
}

.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: .5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 1em 2.2em;
}

.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}

.ui-button {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: .1em;
    overflow: visible; /* removes extra width in IE */
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active { text-decoration: none; }
/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only { width: 2.2em; }
/* button elements seem to need a little more width */

button.ui-button-icon-only { width: 2.4em; }

.ui-button-icons-only { width: 3.4em; }

button.ui-button-icons-only { width: 3.7em; }

/* button text element */

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text { padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */

input.ui-button { padding: .4em 1em; }

/* button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary { left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/* button sets */

.ui-buttonset { margin-right: 7px; }

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%;
}

.ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}

/* RTL support */

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-dialog {
    left: 0;
    outline: 0;
    overflow: hidden;
    padding: .2em;
    position: absolute;
    top: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
}

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: auto;
    padding: .5em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0 0;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
    text-align: left;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: .5em .4em .5em 0;
}

.ui-dialog .ui-resizable-se {
    background-position: 16px 16px;
    bottom: -5px;
    height: 12px;
    right: -5px;
    width: 12px;
}

.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
}

.ui-menu .ui-menu { position: absolute; }

.ui-menu .ui-menu-item {
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    margin: 0;
    min-height: 0; /* support: IE7 */
    padding: 3px 1em 3px .4em;
    position: relative;
}

.ui-menu .ui-menu-divider {
    border-width: 1px 0 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active { margin: -1px; }

/* icon support */

.ui-menu-icons { position: relative; }

.ui-menu-icons .ui-menu-item { padding-left: 2em; }

/* left-aligned */

.ui-menu .ui-icon {
    bottom: 0;
    left: .2em;
    margin: auto 0;
    position: absolute;
    top: 0;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(/hizmetler/Content/css/jquery/images/animated-overlay.gif);
    filter: alpha(opacity=25);
    height: 100%;
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; }

.ui-selectmenu-menu {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7 */
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    border: 0;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    line-height: 1.5;
    margin: 0.5em 0 0 0;
    padding: 2px 0.4em;
}

.ui-selectmenu-open { display: block; }

.ui-selectmenu-button {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.ui-selectmenu-button span.ui-icon {
    left: auto;
    margin-top: -8px;
    position: absolute;
    right: 0.5em;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 1.4;
    overflow: hidden;
    padding: 0.4em 2.1em 0.4em 1em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    -ms-touch-action: none;
    cursor: default;
    height: 1.2em;
    position: absolute;
    touch-action: none;
    width: 1.2em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min { left: 0; }

.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical {
    height: 100px;
    width: .8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-bottom: -.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min { bottom: 0; }

.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.ui-spinner-input {
    background: none;
    border: none;
    color: inherit;
    margin: .2em 0;
    margin-left: .4em;
    margin-right: 22px;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: .5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
}
/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
    border-bottom: none;
    border-right: none;
    border-top: none;
}
/* vertically center icon */

.ui-spinner .ui-icon {
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-spinner-up { top: 0; }

.ui-spinner-down { bottom: 0; }

/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */background-position: -65px -16px; }

.ui-tabs {
    padding: .2em;
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: none;
    margin: 1px .2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; }

.ui-tabs .ui-tabs-panel {
    background: none;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}

.ui-tooltip {
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}

body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget { font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    background: #ffffff url(/hizmetler/Content/css/jquery/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    border: 1px solid #dddddd;
}

.ui-widget-content a { }

.ui-widget-header {
    background: #dddddd url(/hizmetler/Content/css/jquery/images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
    border: 1px solid #dddddd;
    color: #444444;
    font-weight: bold;
}

.ui-widget-header a { color: #444444; }

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #f6f6f6 url(/hizmetler/Content/css/jquery/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
    border: 1px solid #dddddd;
    color: #0073ea;
    font-weight: bold;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #0073ea;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #0073ea url(/hizmetler/Content/css/jquery/images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;
    border: 1px solid #0073ea;
    font-weight: bold;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited { text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #ffffff url(/hizmetler/Content/css/jquery/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    border: 1px solid #dddddd;
    color: #ff0084;
    font-weight: bold;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ff0084;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #ffffff url(/hizmetler/Content/css/jquery/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
    border: 1px solid #cccccc;
    color: #444444;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a { color: #444444; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #ffffff url(/hizmetler/Content/css/jquery/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
    border: 1px solid #ff0084;
    color: #222222;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a { color: #222222; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text { color: #222222; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: normal;
    opacity: .7;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35);
    opacity: .35;
}

.ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
    height: 16px;
    width: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_ef8c08_256x240.png); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_ef8c08_256x240.png); }

.ui-state-active .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_ef8c08_256x240.png); }

.ui-state-highlight .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_228ef1_256x240.png); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon { background-image: url(/hizmetler/Content/css/jquery/images/ui-icons_ffd27a_256x240.png); }

/* positioning */

.ui-icon-blank { background-position: 16px 16px; }

.ui-icon-carat-1-n { background-position: 0 0; }

.ui-icon-carat-1-ne { background-position: -16px 0; }

.ui-icon-carat-1-e { background-position: -32px 0; }

.ui-icon-carat-1-se { background-position: -48px 0; }

.ui-icon-carat-1-s { background-position: -64px 0; }

.ui-icon-carat-1-sw { background-position: -80px 0; }

.ui-icon-carat-1-w { background-position: -96px 0; }

.ui-icon-carat-1-nw { background-position: -112px 0; }

.ui-icon-carat-2-n-s { background-position: -128px 0; }

.ui-icon-carat-2-e-w { background-position: -144px 0; }

.ui-icon-triangle-1-n { background-position: 0 -16px; }

.ui-icon-triangle-1-ne { background-position: -16px -16px; }

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-se { background-position: -48px -16px; }

.ui-icon-triangle-1-s { background-position: -64px -16px; }

.ui-icon-triangle-1-sw { background-position: -80px -16px; }

.ui-icon-triangle-1-w { background-position: -96px -16px; }

.ui-icon-triangle-1-nw { background-position: -112px -16px; }

.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.ui-icon-arrow-1-n { background-position: 0 -32px; }

.ui-icon-arrow-1-ne { background-position: -16px -32px; }

.ui-icon-arrow-1-e { background-position: -32px -32px; }

.ui-icon-arrow-1-se { background-position: -48px -32px; }

.ui-icon-arrow-1-s { background-position: -64px -32px; }

.ui-icon-arrow-1-sw { background-position: -80px -32px; }

.ui-icon-arrow-1-w { background-position: -96px -32px; }

.ui-icon-arrow-1-nw { background-position: -112px -32px; }

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

.ui-icon-arrowthick-1-n { background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

.ui-icon-arrow-4 { background-position: 0 -80px; }

.ui-icon-arrow-4-diag { background-position: -16px -80px; }

.ui-icon-extlink { background-position: -32px -80px; }

.ui-icon-newwin { background-position: -48px -80px; }

.ui-icon-refresh { background-position: -64px -80px; }

.ui-icon-shuffle { background-position: -80px -80px; }

.ui-icon-transfer-e-w { background-position: -96px -80px; }

.ui-icon-transferthick-e-w { background-position: -112px -80px; }

.ui-icon-folder-collapsed { background-position: 0 -96px; }

.ui-icon-folder-open { background-position: -16px -96px; }

.ui-icon-document { background-position: -32px -96px; }

.ui-icon-document-b { background-position: -48px -96px; }

.ui-icon-note { background-position: -64px -96px; }

.ui-icon-mail-closed { background-position: -80px -96px; }

.ui-icon-mail-open { background-position: -96px -96px; }

.ui-icon-suitcase { background-position: -112px -96px; }

.ui-icon-comment { background-position: -128px -96px; }

.ui-icon-person { background-position: -144px -96px; }

.ui-icon-print { background-position: -160px -96px; }

.ui-icon-trash { background-position: -176px -96px; }

.ui-icon-locked { background-position: -192px -96px; }

.ui-icon-unlocked { background-position: -208px -96px; }

.ui-icon-bookmark { background-position: -224px -96px; }

.ui-icon-tag { background-position: -240px -96px; }

.ui-icon-home { background-position: 0 -112px; }

.ui-icon-flag { background-position: -16px -112px; }

.ui-icon-calendar { background-position: -32px -112px; }

.ui-icon-cart { background-position: -48px -112px; }

.ui-icon-pencil { background-position: -64px -112px; }

.ui-icon-clock { background-position: -80px -112px; }

.ui-icon-disk { background-position: -96px -112px; }

.ui-icon-calculator { background-position: -112px -112px; }

.ui-icon-zoomin { background-position: -128px -112px; }

.ui-icon-zoomout { background-position: -144px -112px; }

.ui-icon-search { background-position: -160px -112px; }

.ui-icon-wrench { background-position: -176px -112px; }

.ui-icon-gear { background-position: -192px -112px; }

.ui-icon-heart { background-position: -208px -112px; }

.ui-icon-star { background-position: -224px -112px; }

.ui-icon-link { background-position: -240px -112px; }

.ui-icon-cancel { background-position: 0 -128px; }

.ui-icon-plus { background-position: -16px -128px; }

.ui-icon-plusthick { background-position: -32px -128px; }

.ui-icon-minus { background-position: -48px -128px; }

.ui-icon-minusthick { background-position: -64px -128px; }

.ui-icon-close { background-position: -80px -128px; }

.ui-icon-closethick { background-position: -96px -128px; }

.ui-icon-key { background-position: -112px -128px; }

.ui-icon-lightbulb { background-position: -128px -128px; }

.ui-icon-scissors { background-position: -144px -128px; }

.ui-icon-clipboard { background-position: -160px -128px; }

.ui-icon-copy { background-position: -176px -128px; }

.ui-icon-contact { background-position: -192px -128px; }

.ui-icon-image { background-position: -208px -128px; }

.ui-icon-video { background-position: -224px -128px; }

.ui-icon-script { background-position: -240px -128px; }

.ui-icon-alert { background-position: 0 -144px; }

.ui-icon-info { background-position: -16px -144px; }

.ui-icon-notice { background-position: -32px -144px; }

.ui-icon-help { background-position: -48px -144px; }

.ui-icon-check { background-position: -64px -144px; }

.ui-icon-bullet { background-position: -80px -144px; }

.ui-icon-radio-on { background-position: -96px -144px; }

.ui-icon-radio-off { background-position: -112px -144px; }

.ui-icon-pin-w { background-position: -128px -144px; }

.ui-icon-pin-s { background-position: -144px -144px; }

.ui-icon-play { background-position: 0 -160px; }

.ui-icon-pause { background-position: -16px -160px; }

.ui-icon-seek-next { background-position: -32px -160px; }

.ui-icon-seek-prev { background-position: -48px -160px; }

.ui-icon-seek-end { background-position: -64px -160px; }

.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first { background-position: -80px -160px; }

.ui-icon-stop { background-position: -96px -160px; }

.ui-icon-eject { background-position: -112px -160px; }

.ui-icon-volume-off { background-position: -128px -160px; }

.ui-icon-volume-on { background-position: -144px -160px; }

.ui-icon-power { background-position: 0 -176px; }

.ui-icon-signal-diag { background-position: -16px -176px; }

.ui-icon-signal { background-position: -32px -176px; }

.ui-icon-battery-0 { background-position: -48px -176px; }

.ui-icon-battery-1 { background-position: -64px -176px; }

.ui-icon-battery-2 { background-position: -80px -176px; }

.ui-icon-battery-3 { background-position: -96px -176px; }

.ui-icon-circle-plus { background-position: 0 -192px; }

.ui-icon-circle-minus { background-position: -16px -192px; }

.ui-icon-circle-close { background-position: -32px -192px; }

.ui-icon-circle-triangle-e { background-position: -48px -192px; }

.ui-icon-circle-triangle-s { background-position: -64px -192px; }

.ui-icon-circle-triangle-w { background-position: -80px -192px; }

.ui-icon-circle-triangle-n { background-position: -96px -192px; }

.ui-icon-circle-arrow-e { background-position: -112px -192px; }

.ui-icon-circle-arrow-s { background-position: -128px -192px; }

.ui-icon-circle-arrow-w { background-position: -144px -192px; }

.ui-icon-circle-arrow-n { background-position: -160px -192px; }

.ui-icon-circle-zoomin { background-position: -176px -192px; }

.ui-icon-circle-zoomout { background-position: -192px -192px; }

.ui-icon-circle-check { background-position: -208px -192px; }

.ui-icon-circlesmall-plus { background-position: 0 -208px; }

.ui-icon-circlesmall-minus { background-position: -16px -208px; }

.ui-icon-circlesmall-close { background-position: -32px -208px; }

.ui-icon-squaresmall-plus { background-position: -48px -208px; }

.ui-icon-squaresmall-minus { background-position: -64px -208px; }

.ui-icon-squaresmall-close { background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl { border-top-left-radius: 2px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr { border-top-right-radius: 2px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl { border-bottom-left-radius: 2px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br { border-bottom-right-radius: 2px; }

/* Overlays */

.ui-widget-overlay {
    background: #000;
    filter: Alpha(Opacity=50); /* support: IE8 */
    opacity: .25;
}

.ui-widget-shadow {
    background: #000000 url(/hizmetler/Content/css/jquery/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    border-radius: 5px;
    filter: Alpha(Opacity=20); /* support: IE8 */
    margin: -5px 0 0 -5px;
    opacity: .2;
    padding: 5px;
}
/* jquery-ui-hzmt-extended.css
----------------------------------*/



.ui-dialog .ui-dialog-titlebar-close {
    background-color: white;
    border: none;
    margin-right: 6px !important;
    margin-top: 16px !important;
    z-index: 2;
}

.ui-dialog-titlebar-close:after {
    content: url(/hizmetler/Content/css/jquery/@{g-pathprefix}img/close_icon.jpg);
    height: 17px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 17px;
}

.ui-widget { font-family: inherit; }

.ui-widget-header {
    background: none;
    border: none;
}

.ui-button-icon-primary.ui-icon.ui-icon-closethick { background: none; }

.ui-button-text { display: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: none;
    border: none;
    color: initial;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none;
    border: none;
}
.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 2px;
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}

.ui-menu .ui-menu-item {
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-autocomplete .closeMe {
    border-top: 1px solid #d9d9d9;
    content: "";
    cursor: pointer;
    display: block;
    height: 25px;
    margin-top: 14px;
    padding-bottom: 5px;
    text-align: right;
}

.ui-menu .ui-menu-divider {
    border-width: 1px 0 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px -2px 5px -2px;
    text-align: center;
}

.ui-menu .ui-menu-divider span {
    background-color: #ffffff;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 5px;
}

.ui-menu .ui-menu-item a {
    display: block;
    font-weight: normal;
    min-height: 0; /* support: IE7 */
    padding: 2px .4em;
    text-decoration: none;
}

.mobile .ui-menu .ui-menu-item a { line-height: 22px; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    line-height: 1.5;
    margin: .4em 0 .2em;
}

.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */

.ui-menu-icons { position: relative; }

.ui-menu-icons .ui-menu-item a {
    padding-left: 2em;
    position: relative;
}

/* left-aligned */

.ui-menu .ui-icon {
    left: .2em;
    position: absolute;
    top: .2em;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
    float: right;
    position: static;
}

.autocomplate .ui-autocomplete {
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    background-color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: left;
}

.autocomplate .ui-front {
    border-top: 1px solid #d9d9d9;
    padding-top: 8px;
    z-index: 999;
}

.autocomplate .ui-menu .ui-menu-divider {
    border-top: 1px solid #d9d9d9;
    margin: 10px 0 10px -2px;
}

.autocomplate .ui-menu .ui-menu-item a {
    color: #878787;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0px 5px 10px;
}

.autocomplate .ui-menu .ui-menu-item.ui-state-focus,
.autocomplate .ui-menu .ui-menu-item.ui-state-active {
    background-color: #f2f2f2;
    font-weight: normal;
    margin: 0px;
}

.autocomplate .carousel .search .searchCover input[type="text"] {
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.autocomplate .ui-autocomplete-term {
    color: #001990;
    font-size: 12px;
}
/* layout */

/*standart css*/

/*Template css*/

/* responsive_css/global/less.less */
.overlayPreloader {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9000;
}
.btn {
  display: inline-block;
  padding: 9px 22px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #437db9;
  border-radius: 2px;
  color: white;
  background-color: #437db9;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #6198d3, #437db9);
  background-image: -ms-linear-gradient(top, #6198d3, #437db9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6198d3), color-stop(100%, #437db9));
  background-image: -webkit-linear-gradient(top, #6198d3, #437db9);
  background-image: -o-linear-gradient(top, #6198d3, #437db9);
  background-image: linear-gradient(top, #6198d3, #437db9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6198D3', endColorstr='#437DB9', GradientType=0);
  text-shadow: 1px 1px 0 #29619b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 2px -1px rgba(0, 0, 0, 0.15);
  line-height: 1.3em;
  outline: 0;
}
.btn:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: #437db9;
  text-decoration: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  color: #d3deed;
  background: #6e9bcc;
}
.btn-alternative {
  border: 1px solid silver;
  box-shadow: inset 0 0 0 1px white, 0 2px 2px -1px #e5e5e5;
  color: #1064bc;
  background-color: #efefef;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, white, #efefef);
  background-image: -ms-linear-gradient(top, white, #efefef);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(top, white, #efefef);
  background-image: -o-linear-gradient(top, white, #efefef);
  background-image: linear-gradient(top, white, #efefef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#efefef, GradientType=0);
  text-shadow: none;
}
.btn-alternative:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: white;
  border-color: #9d9d9d;
}
.btn-alternative:active {
  color: #6e9bcc;
}
.btn-alternative.disabled,
.btn-alternative[disabled] {
  cursor: default;
  color: #999999;
  background: #eeeeee;
  border-color: silver;
}
.btn-cancel {
  color: #c55353;
}
.btn-special {
  border: 1px solid #1f956f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 2px -1px #d9d9d9;
  color: white;
  background-color: #209771;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #209771, #209771);
  background-image: -ms-linear-gradient(top, #209771, #209771);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #209771), color-stop(100%, #209771));
  background-image: -webkit-linear-gradient(top, #209771, #209771);
  background-image: -o-linear-gradient(top, #209771, #209771);
  background-image: linear-gradient(top, #209771, #209771);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#209771, endColorstr=#209771, GradientType=0);
  text-shadow: #188260;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#209771', GradientType=0);
}
.btn-special:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background: #209771;
  box-shadow: inset 0 0 0 1px #36a07e, 0 2px 2px -1px #d9d9d9;
}
.btn-link {
  padding: 4px 12px 5px;
  font-size: 11px;
  line-height: 1.4em;
}
.btn-mini {
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
}
.btn-mini.update {
  padding: 4px 4px 4px 5px;
}
.btn-strong {
  padding: 9px 16px 10px;
  font-size: 18px;
}
.accordionBtn {
  display: block;
  padding: 20px 22px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.3em;
  border: 1px solid silver;
  border-right: none;
  border-left: none;
  box-shadow: inset 0 -1px 0 0 white, 0 2px 1px -2px #d9d9d9;
  color: #0061bf;
  background-color: #eeeeee;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, white, #eeeeee);
  background-image: -ms-linear-gradient(top, white, #eeeeee);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, white, #eeeeee);
  background-image: -o-linear-gradient(top, white, #eeeeee);
  background-image: linear-gradient(top, white, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#eeeeee, GradientType=0);
  text-shadow: none;
  /*(@border-color:#c0c0c0,@bshadow1:#fff,@bshadow2:#e5e5e5, @color:#1064bc, @bg-color:#efefef, @start-color:#fff, @tshadow:none*/

  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#437db9', endColorstr='#6198d3', GradientType=0);*/

}
.accordionBtn.active:after {
  content: "\f00d";
  display: inline-block;
  position: absolute;
  right: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-flat {
  background: #489af1;
  border: 0;
  color: white !important;
}
.btn-flat:hover {
  background: #3388e3;
}
.btn-flat:active {
  background: #1e79db;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 2px -1px rgba(0, 0, 0, 0.15);
}
@font-face {
  font-family: 'SHBGroteskLegacy';
  src: url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Regular.eot);
  src: url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Regular.eot?#iefix) format('embedded-opentype'), url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Regular.woff2) format('woff2'), url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SHBGroteskLegacy';
  src: url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Italic.eot);
  src: url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Italic.eot?#iefix) format('embedded-opentype'), url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Italic.woff2) format('woff2'), url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Italic.woff) format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SHBGroteskLegacy';
  src: url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-BoldItalic.eot);
  src: url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-BoldItalic.eot?#iefix) format('embedded-opentype'), url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-BoldItalic.woff2) format('woff2'), url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-BoldItalic.woff) format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SHBGroteskLegacy';
  src: url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Bold.eot);
  src: url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Bold.eot?#iefix) format('embedded-opentype'), url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Bold.woff2) format('woff2'), url(/hizmetler/content/font/SHBGroteskLegacy/SHBGroteskLegacy-Bold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* responsive_css/global/global.less */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
strong {
  font-weight: bold;
}
table {
  border-collapse: initial;
  border-spacing: initial;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.htmlLightbox {
  overflow: hidden;
}
a:hover {
  text-decoration: underline;
}
a:active {
  outline: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #003399;
}
p {
  line-height: 1.3em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-appearance: none;
}
button {
  line-height: normal;
  *overflow: visible;
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input:focus,
textarea:focus {
  outline: none;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body,
select,
input,
textarea,
optgroup {
  font-size: 12px;
  font-family: "SHBGroteskLegacy", Arial, sans-serif;
  width: auto;
  height: auto;
  letter-spacing: 0.01em;
}
iframe {
  border: none;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  content: "\0020";
  clear: both;
  display: block;
  border-collapse: collapse;
}
.clearfix {
  zoom: 1;
}
.cb {
  line-height: 0px;
  height: 0px;
  font-size: 0px;
  clear: both;
}
.fa-caret-right {
  margin-right: 5px;
  color: #b4b4b4;
}
.fa-mobile {
  font-size: 20px;
  vertical-align: -5px;
  margin-right: 12px;
}
.warningText {
  font-size: 11px;
  color: #888888;
  padding: 8px;
  border: 1px dashed #cccccc;
  border-radius: 2px;
  margin: 8px 0;
}
.copyright {
  color: #555555;
  font-size: 11px;
}
.MacOS .maczoom {
  zoom: 94%;
}
.hideMe {
  display: none;
}
.showMe {
  display: initial;
}
/* responsive_css/global/icons.less */

.fa-user {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/icon/per-grey.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-size: cover;
  height: 15px;
  width: 14px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  vertical-align: -2px;
}
.fa-user:before {
  content: "";
}
.fa-user-dark {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/icon/per-grey-dark.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-size: cover;
  height: 15px;
  width: 14px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  vertical-align: -2px;
}
.fa-user-dark:before {
  content: "";
}
.fa-user-pro {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/icon/pro.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-size: cover;
  height: 12px;
  width: 11px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  vertical-align: -1px;
}
.fa-user-pro:before {
  content: "";
}
.fa-map-marker-custom {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/icon/loc.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-size: contain;
  height: 12px;
  width: 9px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  vertical-align: -1px;
}
.fa-map-marker-custom:before {
  content: "";
}
.fa-mini-bullet {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/icon/mini_buble.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-size: cover;
  height: 16px;
  width: 12px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  vertical-align: -5px;
  float: left;
}
.fa-mini-bullet:before {
  content: "";
}
.fa-cat {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/icon/cat.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-size: cover;
  height: 15px;
  width: 12px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  vertical-align: -2px;
}
.fa-cat:before {
  content: "";
}
.fa-th-list-custom {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/icon/cat.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-size: contain;
  height: 8px;
  width: 10px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  vertical-align: 0px;
}
.fa-th-list-custom:before {
  content: "";
}
.fa-pencil-square-o {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/icon/edit.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-size: cover;
  height: 54px;
  width: 51px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  vertical-align: 0;
}
.fa-pencil-square-o:before {
  content: "";
}
.fa-announce {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/icon/announce-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-size: cover;
  height: 35px;
  width: 40px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  vertical-align: 0;
}
.fa-announce:before {
  content: "";
}
.fa-custom-menu-category {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/icon/header-menu.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-size: cover;
  height: 8px;
  width: 10px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  vertical-align: 0px;
}
.fa-custom-menu-category:before {
  content: "";
}
.fa-star {
  color: #d3d3d2;
  position: relative;
}
.fa-star.active {
  color: #e3b11c;
}
.fa-star.halfStar:after {
  content: "\f005";
  position: absolute;
  width: 51%;
  overflow: hidden;
  color: #e3b11c;
  left: 0;
}
.fa-star.halfStar:before {
  color: #cecece;
}
.icon-person {
  display: inline-block;
  width: 17px;
  height: 18px;
  line-height: 18px;
  background-image: url(/hizmetler/Content/img/icon_sprite.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  margin-right: 10px;
  background-position: 0px -21px;
  height: 17px;
  vertical-align: -1px;
}
.icon-person-pin {
  background-position: 0px -222px;
  margin-right: 5px;
  height: 19px;
  vertical-align: -3px;
}
.icon-calender {
  display: inline-block;
  width: 17px;
  height: 16px;
  line-height: 16px;
  background-image: url(/hizmetler/Content/img/icon_sprite.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  margin-right: 0;
  background-position: -25px -187px;
  height: 17px;
  vertical-align: -4px;
}
.icon-confirm {
  background-position: 0px -368px;
  height: 52px;
  width: 52px;
}
.icon-error {
  background-position: 0px -443px;
  height: 52px;
  width: 52px;
}
.fa-exclamation {
  background-position: 0 -726px;
  height: 10px;
  margin-right: 0;
  vertical-align: -2px;
  width: 10px;
}
.icon-gear {
  display: inline-block;
  margin-right: 18px;
  vertical-align: -18px;
  background-image: url(/hizmetler/Content/img/slogan.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  background-position: -57px -1px;
  background-size: 200%;
  height: 56px;
  width: 57px;
}
.icon-classic-phone {
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url(/hizmetler/Content/img/icon/icon-classic-phone.png) no-repeat center center;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/hizmetler/content/css/awesome/fontawesome-webfont.eot);
  src: url(/hizmetler/content/css/awesome/fontawesome-webfont.eot?#iefix&) format('embedded-opentype'), url(/hizmetler/content/css/awesome/fontawesome-webfont.woff) format('woff'), url(/hizmetler/content/css/awesome/fontawesome-webfont.ttf) format('truetype'), url(/hizmetler/content/css/awesome/fontawesome-webfont.svg#fontawesomeregular) format('svg');
  
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.285714286em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857143em;
  width: 2.142857143em;
  top: 0.142857143em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.857142857em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/* modules*/

/*page specific css*/

/*
//---------------------------------
//
//  shared_modules/header/header_desktop.css 
//
//  984px - unlimited  
//
//---------------------------------
*/

#sticky-container {
  position: fixed;
  z-index: 222;
  width: 100%;
}
.header {
  zoom: 1;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEVQVV5aXmfkDaZVAAAADElEQVQImWNoYGAAAAGEAIGs40g+AAAAAElFTkSuQmCC);
  background-repeat: repeat;
  background-position: top left;
  background-color: transparent;
}
.header #logo {
  background-image: url(/hizmetler/Content/img/header/hzmt_usta_logo_1x.png);
  background-repeat: 'no-repeat';
  background-position: '0px 0px';
  background-color: 'transparent';
  width: 250px;
  height: 34px;
  float: left;
  display: block;
  text-indent: -9999px;
  margin: 8px 0;
  background-size: 250px 34px;
  position: relative;
}
.header #logo #sahibinden-logo {
  position: absolute;
  width: 13%;
  height: 100%;
  display: block;
}
.header #logo #hizmetler-logo {
  position: absolute;
  width: 87%;
  height: 100%;
  display: block;
  left: 14%;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) {
  .header #logo {
    /* Retina Logo */
  
    background-image: url(/hizmetler/Content/img/header/hzmt_usta_logo_2x.png);
  }
}
.header #logo.logo-long {
  background-image: url(/hizmetler/Content/img/header/hzmt_usta_logo_1x.png?v2);
  background-repeat: 'no-repeat';
  background-position: '0px 0px';
  background-color: 'transparent';
  width: 250px;
  height: 34px;
  float: left;
  display: block;
  text-indent: -9999px;
  margin: 8px 0;
  background-size: 250px 34px;
  position: relative;
}
.header #logo.logo-long #sahibinden-logo {
  position: absolute;
  width: 13%;
  height: 100%;
  display: block;
}
.header #logo.logo-long #hizmetler-logo {
  position: absolute;
  width: 87%;
  height: 100%;
  display: block;
  left: 14%;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) {
  .header #logo.logo-long {
    /* Retina Logo */
  
    background-image: url(/hizmetler/Content/img/header/hzmt_usta_logo_2x.png?v2);
  }
}
.header .beta {
  display: inline-block;
  float: left;
  margin: 5px;
  font-size: 12px;
  color: white;
  font-weight: bold;
}
.header:before,
.header:after {
  display: table;
  content: "";
  zoom: 1;
}
.header:after {
  clear: both;
}
#target {
  float: right;
  list-style: none;
  margin-top: 14px;
}
#target i {
  color: white;
  font-size: 20px;
}
.header ul li {
  float: left;
  padding: 0px 0px 0px 10px;
  margin-left: 10px;
  border-left: 1px solid #404349;
  -webkit-box-shadow: 1px 0 0 0 #60656e inset;
  -moz-box-shadow: 1px 0 0 0 #60656e inset;
  box-shadow: 1px 0 0 0 #60656e inset;
}
.header ul li .newRegisterLink {
  color: #1064bc;
  text-shadow: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 3px -1px #43484f;
  -moz-box-shadow: 0 3px 3px -1px #43484f;
  box-shadow: 0 3px 3px -1px #43484f;
  background: linear-gradient(white, #dddddd);
  padding: 5px 7px 4px 9px;
}
.header ul li .newRegisterLink:hover {
  text-decoration: none;
  border: 1px solid transparent;
  background: white;
  box-shadow: 0 3px 3px -1px #43484f;
}
.header ul li .btn-link {
  padding: 6px 8px 5px 10px;
}
.header ul li:first-child {
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-top: 6px;
}
.header ul li:first-child a:hover {
  text-decoration: underline;
}
.header ul a {
  position: relative;
  color: #ebebeb;
  text-shadow: 1px 1px 0 #2f3339;
  font-size: 11px;
}
.header ul a.login {
  text-shadow: 1px 1px 0 #29619b;
}
.header ul li .hzmtDuyuruEkle {
  color: #1064bc;
  text-shadow: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 3px -1px #43484f;
  -moz-box-shadow: 0 3px 3px -1px #43484f;
  box-shadow: 0 3px 3px -1px #43484f;
  background: linear-gradient(white, #dddddd);
  padding: 5px 7px 4px 9px;
}
.header ul li .hzmtDuyuruEkle:hover {
  text-decoration: none;
  border: 1px solid transparent;
  background: white;
  box-shadow: 0 3px 3px -1px #43484f;
}
.header ul a:hover {
  text-decoration: none;
}
.header ul a span {
  background-color: #c55353;
  border-radius: 8px;
  color: white;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 5px;
  text-indent: 0;
  position: absolute;
  top: -9px;
  right: 1px;
  width: auto;
  height: auto;
}
.header ul .topMenuMessage,
.header ul .topMenuNotification {
  display: block;
  text-indent: -9999px;
  background-image: url(/hizmetler/Content/img/master.png);
  background-repeat: no-repeat;
  background-position: 9px 1px;
  background-color: transparent;
  padding: 2px 20px;
}
.header ul .topMenuNotification {
  background-image: url(/hizmetler/Content/img/master.png);
  background-repeat: no-repeat;
  background-position: 9px -28px;
  background-color: transparent;
}
.container,
.home-container {
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  height: auto;
}
.header-container {
  margin: 0 auto;
  width: 984px;
  min-height: 100%;
  height: auto;
}
/* Tooltips */

.header-custom-menu {
  padding: 0 !important;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) !important;
  z-index: 1000 !important;
}
.header-tooltip-menu a {
  display: block;
  width: 185px;
  padding: 8px 10px 7px 13px;
  background: white;
  border-top: 1px solid #dadada;
  font-size: 11px;
  color: #00339f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-tooltip-menu li:first-child a {
  border-top: none;
}
.header-tooltip-menu a:hover {
  background: #eeeeee;
  text-decoration: none;
}
.header-container .my-account-menu {
  display: none;
}
.new-my-account-active .new-my-account-menu {
  display: block;
}
.header .username-area a:after {
  background: url(/hizmetler/Content/img/header_icon.png) 0 0 no-repeat;
}
.header .username-area a {
  position: relative;
  outline: none;
  margin: 14px 0 0 0;
  padding: 4px 23px 5px 0;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*
        border-right: 1px solid #404349;
        box-shadow: 1px 0 0 0 #60656e;
    */

}
.header .username-area a:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 4px;
  right: 0;
  background-position: 3px -203px;
}
.header .username-area .tipitip-open:after {
  background-position: 3px -250px;
}
.new-my-account-active .header .username-area a {
  max-width: 110px;
}
.homePage .header #headerSearch {
  display: none;
}
.header input,
.header input.placeholderFilled.placeholder {
  width: 233px;
  height: 31px;
  float: left;
  padding-left: 7px;
  padding-right: 30px;
  margin-top: 8px;
  background: #3d424a;
  font-size: 11px;
  border: 0;
  border-top: 1px solid #2f3339;
  border-left: 1px solid #2f3339;
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 0 #383d44;
  outline: 0;
  height: 21px\0;
  padding-top: 9px\0;
  font-weight: normal;
}
.header input.placeholderFilled:focus {
  background: white;
  border: 0;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  box-shadow: inset 1px 1px 0 0 #ececec;
  color: black;
  font-weight: 700;
}
.header #headerSearch {
  position: relative;
}
.header #headerSearch input,
.header #headerSearch input.placeholderFilled.placeholder {
  width: 213px;
  height: 31px;
  float: left;
  padding-left: 7px;
  padding-right: 30px;
  margin-top: 8px;
  background: #3d424a;
  font-size: 11px;
  border: 0;
  border-top: 1px solid #2f3339;
  border-left: 1px solid #2f3339;
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 0 #383d44;
  outline: 0;
  margin-left: 96px;
  font-weight: normal;
  box-sizing: content-box;
  padding-top: 0px;
}
.header #headerSearch input:valid {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 white;
  border-color: #c5c5c5 -moz-use-text-color -moz-use-text-color #c5c5c5;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  box-shadow: 1px 1px 0 0 #ececec inset;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
}
.header #headerSearch input:focus + button {
  background-position: 0 -29px;
}
.header #headerSearch input.placeholderFilled.placeholder {
  height: 32px;
  padding-top: 0;
}
.header #headerSearch input:focus,
.header #headerSearch input.placeholderFilled {
  background: white;
  border: 0;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  box-shadow: inset 1px 1px 0 0 #ececec;
}
.header #headerSearch *::-moz-placeholder {
  color: #7d838b;
  opacity: 1;
  padding-left: 1px;
}
.header #headerSearch button {
  position: absolute;
  top: 16px;
  margin-left: -25px;
  height: 22px;
  width: 22px;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  outline: 0;
  background-position: 0 0;
  background: url(/hizmetler/Content/img/header_icon.png) 0 0 no-repeat;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header #headerSearch .header input {
    width: 223px;
  }
  .header #headerSearch .header button {
    left: 229px;
  }
  .header #headerSearch .header:-ms-input-placeholder {
    padding-left: 10px;
  }
}
.header #headerSearch input:focus + button {
  background-position: 0 -29px;
}
.header #headerSearch input:valid + button {
  background-position: 0 -29px;
}
.tipitip {
  background-color: white;
  border: 3px solid #8598aa;
  border-radius: 2px;
  /*box-shadow: 2px 2px 0 #DFDFDF;*/
  -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.2);
  color: #5a5a5a;
  font-size: 11px;
  line-height: 14px;
  max-width: 250px;
  padding: 10px 11px;
  position: absolute;
  word-wrap: break-word;
  z-index: 100;
}
.tipitip:after {
  border: 10px solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.tt-north-west,
.tt-south-west {
  margin-left: -13px;
}
.tt-north-east,
.tt-south-east {
  margin-left: 13px;
}
.tt-north-west:after {
  left: 10px;
  top: 100%;
}
.tt-north:after {
  left: 50%;
  margin: 0 0 0 -10px;
  top: 100%;
}
.tt-north-east:after {
  right: 10px;
  top: 100%;
}
.tt-north-west:after,
.tt-north:after,
.tt-north-east:after {
  border-top-color: #8598aa;
}
.tt-south-west:after {
  bottom: 100%;
  left: 10px;
}
.tt-south:after {
  bottom: 100%;
  left: 50%;
  margin: 0 0 0 -10px;
}
.tt-south-east:after {
  bottom: 100%;
  right: 10px;
}
.tt-south-west:after,
.tt-south:after,
.tt-south-east:after {
  border-bottom-color: #8598aa;
}
.tt-west:after {
  border-left-color: #8598aa;
  left: 100%;
  margin-top: -10px;
  top: 50%;
}
.tt-east:after {
  border-right-color: #8598aa;
  margin-top: -10px;
  right: 100%;
  top: 50%;
}
.tipitip-target {
  display: none;
}
@media screen and (max-width: 984px) {
  /*
  //---------------------------------
  //
  //  shared_modules/header/header_pad.css 
  //
  //  769px - 983px  
  //
  //---------------------------------
  */
  
  body.mobile .header {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 500;
    top: 0;
    width: 100%;
    background-color: #2f628f;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body.mobile .header .header-container {
    width: 100%;
  }
  body.mobile .header .header-container #target {
    display: none;
  }
  body.mobile .header #logo {
    display: none;
  }
  body.mobile .header #mobile-menu-title {
    display: block;
    color: white;
    font-weight: bold;
    line-height: 46px;
    font-size: 18px;
    margin-left: 62px;
  }
  body.mobile .header #headerSearch {
    display: none;
  }
  body.mobile .header #mobileTopMenu {
    border-left: 0 solid #111111;
    display: block;
    width: auto;
    float: left;
    /* Retina Logo */
  
  }
  body.mobile .header #mobileTopMenu .logoAndMenu a {
    display: block;
    background: url(/hizmetler/Content/img/header/common.png) no-repeat;
    float: left;
  }
  body.mobile .header #mobileTopMenu .logoAndMenu .hamburgerMenu {
    background-position: -244px -30px;
    margin: 14px 7px;
    width: 20px;
  }
  body.mobile .header #mobileTopMenu .logoAndMenu .sLogo {
    background-position: -178px -75px;
    margin: 4px 9px 4px 3px;
    width: 37px;
  }
  body.mobile .header #mobileTopMenu ul {
    height: 42px;
    float: left;
    margin: 0px;
    margin-left: 2px;
  }
  body.mobile .header #mobileTopMenu ul li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: left;
    display: block;
    height: 42px;
    border-right: 1px solid #111111;
    padding: 0px;
    margin-left: 0px;
  }
  body.mobile .header #mobileTopMenu ul li a {
    display: block;
    padding: 0px;
    text-align: center;
    position: relative;
    z-index: 101;
  }
  body.mobile .header #mobileTopMenu ul li:first-child {
    display: none;
  }
  body.mobile .header #mobileTopMenu ul li:last-child {
    border: none;
  }
  body.mobile .header #mobileTopMenu .logoAndMenu a {
    display: block;
    background: url(/hizmetler/Content/img/header/common_2x.png) no-repeat;
    float: left;
  }
  body.mobile .header #mobileTopMenu .logoAndMenu .hamburgerMenu {
    background-position: -244px -29.5px;
    background-size: 286px 239px;
    margin: 14px 7px;
    width: 20px;
    height: 18px;
  }
  body.mobile .header #mobileTopMenu .logoAndMenu .sLogo {
    background-position: -177.5px -73px;
    background-size: 286px 239px;
    margin: 4px 9px 4px 3px;
    width: 37px;
    height: 37px;
  }
  body.mobile .categoriesMenu {
    display: none;
  }
  body.mobile aside {
    display: none;
  }
  body.mobile .mobileMenuCover {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: none;
  }
  body.mobile #sticky-container {
    top: 0;
  }
  body.mobile .footerContainer .footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*
  //---------------------------------
  //
  //  shared_modules/header/header_phone.css 
  //
  //  481px - 768px  
  //
  //---------------------------------
  */
  
  body.mobile .header #target {
    display: none;
  }
  body.mobile .header #logo {
    margin: 9px 0px 8px 8px;
    background-size: cover;
    height: 22px;
    width: 109px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  }
  body.mobile .header .beta {
    font-size: 10px;
  }
  body.mobile .home-container {
    overflow: hidden;
  }
  body.mobile h2 {
    font-size: 15px;
  }
  body.mobile .icon-top-menu-person {
    top: 12px;
    left: 16px;
    background-size: cover;
    height: 17px;
    width: 16px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  }
  body.mobile .icon-top-menu-category {
    background-size: cover;
    height: 15px;
    width: 21px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    top: 13px;
    left: 15px;
  }
  body.mobile .icon-person {
    background-size: cover;
    height: 14px;
    width: 15px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    margin-right: 8px;
  }
  body.mobile .opened .icon-top-menu-category {
    background-size: cover;
    height: 15px;
    width: 15px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    top: 13px;
    left: 18px;
  }
  body.mobile .icon-person-prof {
    vertical-align: -2px;
    margin-right: 7px;
  }
  body.mobile.homePage #mainsite-link {
    display: block;
  }
  body.mobile.homePage #homepage-link {
    display: none;
  }
  body.mobile #sticky-container {
    top: 0;
  }
  body.mobile .header #logo {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  /*
  //---------------------------------
  //
  //  shared_modules/header/header_portrait_phone.css 
  //
  //  0 - 481px  
  //
  //---------------------------------
  */
}
/*page specific css*/

/*
//---------------------------------
//
//  shared_modules/footer/footer_desktop.css 
//
//  984px - unlimited  
//
//---------------------------------
*/

.footerContainer {
  background-color: white;
  border-top: 1px solid #dfdfdf;
  clear: left;
  margin-top: 28px;
  position: relative;
}
.footerContainer:before {
  background: linear-gradient(to bottom, white 0px, #fafafa 47%, #f6f6f6 100%) repeat scroll 0 0;
  content: " ";
  display: inline-block;
  height: 125px;
  left: 0;
  position: absolute;
  top: -127px;
  width: 100%;
  z-index: -1;
}
.footerContainer .mobileFooter {
  display: none;
}
.footerContainer .footer {
  margin: 0 auto;
  padding: 28px 0;
  width: 1150px;
}
.footerContainer .footer ul.footerMenu {
  float: left;
  width: 100%;
}
.footerContainer .footer ul.footerMenu > li {
  float: left;
  width: 21%;
}
.footerContainer .footer ul.footerMenu > li.followUs {
  float: right;
  margin-right: 25px;
  width: 130px;
}
.footerContainer .footer ul.footerMenu > li.followUs li a {
  color: #888888;
  padding: 5px 0;
}
.footerContainer .footer ul.footerMenu > li li {
  float: none !important;
  line-height: 18px;
  margin-bottom: 8px;
}
.footerContainer .footer ul.footerMenu a {
  color: #888888;
}
.footerContainer .footer h2 {
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}
.footerContainer .footer h2 + ul {
  margin-top: 12px;
}
.footerContainer .footer .etbis-footer {
  float: right;
  margin-top: 8px;
}
.footerContainer .contact-menu li {
  float: left;
  padding-left: 50px;
  margin: 30px 40px 10px 0;
  font-weight: 700;
  position: relative;
}
.footerContainer .contact-menu .call-center,
.footerContainer .contact-menu .e-mail {
  font-size: 12px;
  font-weight: 700;
}
.footerContainer .contact-menu .call-center:before,
.footerContainer .contact-menu .e-mail:before {
  content: "";
  background-image: url(/hizmetler/Content/img/footer/footer-icons.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  top: -4px;
  position: absolute;
  left: 0;
}
.footerContainer .contact-menu .call-center p,
.footerContainer .contact-menu .e-mail p {
  color: #c55353;
  margin-top: 2px;
  font-weight: 700;
}
.footerContainer .contact-menu .call-center:before {
  background-position: 0 -52px;
}
.footerContainer .contact-menu .call-center span {
  color: #555555;
  line-height: 18px;
}
.footerContainer .contact-menu .e-mail:before {
  background-position: 0 0;
}
.footerContainer .contact-menu .e-mail .destekFooterLink {
  line-height: 18px;
  color: #555555;
  top: 17px;
  font-weight: bold;
}
.footerContainer .contact-menu .security-sign-footer {
  float: right;
  margin-right: 0;
  top: 7px;
}
.footerContainer .contact-menu .security-sign-footer .security-sign {
  width: 42px;
  height: 42px;
  margin-top: -5px !important;
  margin-left: -40px !important;
  display: inline-block;
  background-image: url(/hizmetler/Content/img/footer/group-2.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
}
.footerContainer #contactAndVenture {
  clear: left;
}
.footerContainer #contactAndVenture .contactUs,
.footerContainer #contactAndVenture .mynetGetTips {
  background-image: url(/hizmetler/Content/img/footer_master.png);
  background-repeat: no-repeat;
  background-position: right -12px;
  background-color: transparent;
  float: right;
  font-size: 14px;
  min-height: 48px;
  padding-right: 60px;
  text-align: right;
  width: 235px;
}
.footerContainer #contactAndVenture .contactUs h4,
.footerContainer #contactAndVenture .mynetGetTips h4 {
  color: #c55353;
  font-weight: bold;
}
.footerContainer #contactAndVenture .contactUs p,
.footerContainer #contactAndVenture .mynetGetTips p {
  color: #555555;
}
.footerContainer #contactAndVenture .contactUs p.eposta,
.footerContainer #contactAndVenture .mynetGetTips p.eposta {
  background-image: url(/hizmetler/Content/img/footer_master.png);
  background-repeat: no-repeat;
  background-position: right 3px;
  background-color: transparent;
  display: block;
  height: 13px;
  text-align: left;
  text-indent: -9999px;
}
.footerContainer #contactAndVenture .brandsMenu li {
  float: left;
  margin-right: 8px;
}
.footerContainer #contactAndVenture .brandsMenu li a {
  background-image: url(/hizmetler/Content/img/footer_master.png);
  background-repeat: no-repeat;
  background-position: 0 -65px;
  background-color: transparent;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.footerContainer #contactAndVenture .brandsMenu li.footerAIV a {
  background-position: 0 -65px;
  height: 37px;
  width: 70px;
}
.footerContainer #contactAndVenture .brandsMenu li.footerAIV a:hover {
  background-position: 0 -198px;
}
.footerContainer #contactAndVenture .brandsMenu li.footerDakick a {
  background-position: 0 -101px;
  height: 28px;
  margin-top: 1px;
  width: 68px;
}
.footerContainer #contactAndVenture .brandsMenu li.footerDakick a:hover {
  background-position: 0 -233px;
}
.footerContainer #contactAndVenture .brandsMenu li.footerKuponmatik a {
  background-position: 0 -165px;
  height: 28px;
  margin-top: 7px;
  width: 93px;
}
.footerContainer #contactAndVenture .brandsMenu li.footerKuponmatik a:hover {
  background-position: 0 -297px;
}
.footerContainer #contactAndVenture .brandsMenu li.footerTinypayme a {
  background-position: 0 -129px;
  height: 32px;
  width: 62px;
}
.footerContainer #contactAndVenture .brandsMenu li.footerTinypayme a:hover {
  background-position: 0px -259px;
}
.footerContainer .warningText {
  border: 1px dashed #cccccc;
  border-radius: 2px;
  color: #888888;
  font-size: 11px;
  padding: 12px;
  background: white;
  margin: 8px 96px 8px 0;
}
.footerContainer .postClassifiedFreeText {
  float: right;
  margin: 0;
}
.footerContainer .postClassifiedFreeText p {
  display: inline;
}
.footerContainer .post-classified-free-text {
  color: #555555;
  font-size: 11px;
  margin: 0 15px 0 0;
  float: right;
}
.footerContainer .copyright,
.footerContainer .postClassifiedFreeText {
  color: #555555;
  font-size: 11px;
}
.footerContainer .copyright a,
.footerContainer .postClassifiedFreeText a {
  border-left: 1px solid #dadada;
  margin-left: 15px;
  padding-left: 15px;
}
.ui-dialog {
  background-color: white;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: white;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  z-index: 100001;
  top: 0px;
}
.ui-dialog .ui-dialog-content {
  background-color: white;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.membershipMessageDiv {
  text-align: center;
}
.membershipMessageDiv .alertIcon {
  width: 82px;
  height: 82px;
  background-image: url(/hizmetler/Content/img/unlem_kirmizi.png);
  background-repeat: no-repeat;
  margin: 5px auto 15px auto;
}
.membershipMessageDiv .nameSurnameContainer {
  font-size: 22px;
}
.membershipMessageDiv .message {
  font-size: 18px;
  margin: 15px 0;
  line-height: 28px;
}
#rejectedMessageDiv {
  padding: 20px;
  text-align: center;
  min-height: 400px;
}
#rejectedMessageDiv #rejectBoxIcon {
  width: 82px;
  height: 82px;
  background-image: url(/hizmetler/Content/img/unlem_kirmizi.png);
  background-repeat: no-repeat;
  margin: 5px auto 15px auto;
}
#rejectedMessageDiv #rejectedNameSurnameContainer {
  font-size: 22px;
}
#rejectedMessageDiv #rejectMessage {
  font-size: 18px;
  margin: 15px 0;
  line-height: 28px;
}
#rejectedMessageDiv #rejectedReasons {
  list-style: disc;
  margin-left: 20px;
  text-align: left;
  max-width: 900px;
}
#rejectedMessageDiv #rejectedReasons li {
  font-size: 14px;
  line-height: 26px;
}
#rejectedMessageDiv #rejectedReasons li .reasonTextClass {
  color: #999999;
}
#rejectedMessageDiv #resolveNoteMessage {
  font-size: 14px;
  margin: 25px 0 5px 0;
}
.horizontalRuler {
  width: 100%;
  margin: 20px 0;
}
.horizontalRuler.up {
  border-bottom: 1px solid #e0e0e0;
}
.horizontalRuler.down {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 25px;
}
.togg .footerContainer .footerMenu {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  flex-direction: row;
}
.togg .footerContainer .footerMenu li {
  width: auto;
}
.togg .footerContainer .warningText {
  margin-right: 0;
}
.togg .footerContainer .outbound-link,
.togg .footerContainer .security-sign.outbound-link,
.togg .footerContainer .contact-menu .e-mail {
  display: none;
}
.togg .footerContainer .followUs {
  display: none;
}
@media screen and (max-width: 984px) {
  /*
  //---------------------------------
  //
  //  shared_modules/footer/footer_pad.css 
  //
  //  769px - 983px  
  //
  //---------------------------------
  */
  
  body.mobile.homePage footer {
    display: table-footer-group;
    height: 56px;
  }
  body.mobile.homePage footer .footerContainer {
    background-color: initial;
    border-top: none;
    clear: initial;
    margin-top: 0px;
    position: initial;
  }
  body.mobile.homePage footer .footerContainer:before {
    content: none;
  }
  body.mobile.homePage footer .footerContainer .mobileFooter {
    display: block;
    background-color: #ecedec;
    text-align: center;
    padding: 5px 5px 10px 5px;
    line-height: 25px;
    margin-bottom: 23px;
  }
  body.mobile.homePage footer .footerContainer .mobileFooter a {
    color: black;
  }
  body.mobile.homePage footer .footerContainer .mobileFooter .mobilefooterCopyright {
    color: #666666;
  }
  body.mobile.homePage footer .footerContainer .footer {
    display: none;
  }
  body.mobile footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*
  //---------------------------------
  //
  //  shared_modules/footer/footer_phone.css 
  //
  //  481px - 768px  
  //
  //---------------------------------*/
}
@media screen and (max-width: 479px) {
  /*
  //---------------------------------
  //
  //  shared_modules/footer/footer_portrait_phone.css 
  //
  //   0  -  481px 
  //
  //---------------------------------*/
}
/*page specific css*/

/*
//---------------------------------
//
//  shared_modules/categories_menu/categories_menu_desktop.css 
//
//  984px - unlimited  
//
*/

main {
  padding-top: 84px;
}
#mobileTopMenu {
  display: none;
}
#mobile-menu-title {
  display: none;
}
.categoriesMenu {
  background-color: #242627;
  height: 34px;
  position: relative;
}
.categoriesMenu .container {
  padding-bottom: 0px;
  width: 984px;
  margin-bottom: 0px;
  position: relative;
  box-shadow: 0px 0px 21px 0px rgba(22, 22, 22, 0.23);
}
.categoriesMenu .container.hover {
  box-shadow: none;
}
.categoriesMenu .container.hover .nav li.active {
  background-color: #e7e7e7;
}
.categoriesMenu .container.hover .nav li.active.hover {
  background-color: white;
}
.categoriesMenu .nav.hover > li.active {
  background-color: #e7e7e7;
}
.categoriesMenu .nav.hover > li.active.hover {
  background-color: white;
}
.categoriesMenu li {
  float: left;
  border-right: 1px solid #3f3f3f;
  height: 34px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.categoriesMenu li a {
  color: white;
  font-size: 13px;
  padding-top: 10px;
  text-align: center;
  display: block;
  height: 24px;
}
.categoriesMenu li a.hover {
  text-decoration: underline;
}
.categoriesMenu li div.subCategoryContainer {
  z-index: -1;
  display: none;
  border: 1px solid silver;
  border-top: none;
  box-shadow: 0px 0px 21px 0px rgba(22, 22, 22, 0.23);
}
.categoriesMenu li.active {
  background-color: white;
}
.categoriesMenu li.active a:first-child {
  color: #24252a;
}
.categoriesMenu li.active:last-child {
  border-right: none;
}
.categoriesMenu li.hover {
  background-color: white;
}
.categoriesMenu li.hover a {
  color: #24252a;
}
.categoriesMenu li.hover div.subCategoryContainer {
  width: 932px;
  position: absolute;
  display: inline-block;
  left: 0;
  padding: 15px 25px 25px 25px;
  background-color: white;
}
.categoriesMenu li.hover div.subCategoryContainer > ul {
  width: 310px;
  float: left;
}
.categoriesMenu li.hover div.subCategoryContainer > ul li {
  height: 26px;
  float: none;
  border: none;
  /*list-style: disc;*/
  background: url(/hizmetler/Content/img/nav/nav-menu-bullet.png) 0 14px no-repeat;
}
.categoriesMenu li.hover div.subCategoryContainer > ul li a {
  text-align: left;
  padding-left: 10px;
}
.categoriesMenu li.ev-tadilat-dekorasyon {
  width: 20%;
}
.categoriesMenu li.nakliyat {
  width: 9%;
}
.categoriesMenu li.arac-servis-bakim {
  width: 17%;
}
.categoriesMenu li.tamirat-teknik-servis {
  width: 19%;
}
.categoriesMenu li.etkinlik {
  width: 15%;
}
.categoriesMenu li.diger {
  width: 10%;
}
.categoriesMenu li.acil {
  width: 10%;
}
.categoriesMenu li.acil > a {
  font-weight: bold;
  color: #ffea00;
}
.categoriesMenu li.acil.hover > a,
.categoriesMenu li.acil.active > a {
  color: inherit;
  background-color: inherit;
}
.categoriesMenu li:first-child {
  border-left: 1px solid #3f3f3f;
}
.categoriesMenu li:first-child.hover {
  border-left: 1px solid #242627;
}
.categoriesMenu li:last-child {
  border-right: 1px solid #3f3f3f;
}
.categoriesMenu li:last-child.hover {
  border-right: none;
}
.categoriesMenu.subCategory li a {
  color: #8c8c8c;
}
.categoriesMenu.subCategory li.active a {
  color: white;
}
.mobileHamburgerMenu {
  display: none;
}
@media screen and (max-width: 984px) {
  /*
  //---------------------------------
  //
  //  shared_modules/categories_menu/categories_menu_pad.css 
  //
  //  769px - 983px  
  //
  */
  
  body.mobile .mobileHamburgerMenu {
    position: fixed;
    display: block;
    height: 100%;
    top: 0;
    width: 300px;
    border: none;
    z-index: 100;
    background-color: #32628d;
    border-right: 2px #2e3951;
    overflow: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-300px, 0, 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  body.mobile .mobileHamburgerMenu.opened {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 10px 0 5px 0 rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 10px 0 5px 0 rgba(50, 50, 50, 0.2);
    box-shadow: 10px 0 5px 0 rgba(50, 50, 50, 0.2);
  }
  body.mobile .mobileHamburgerMenu .container {
    width: 300px;
    border: none;
  }
  body.mobile .mobileHamburgerMenu .nav.hover > li.active {
    background-color: inherit;
  }
  body.mobile .mobileHamburgerMenu .nav.hover > li.active.hover {
    background-color: inherit;
  }
  body.mobile .mobileHamburgerMenu li {
    float: none;
    display: block;
    height: 58px;
    width: auto;
    border-right: none;
    padding-left: 15px;
  }
  body.mobile .mobileHamburgerMenu li.site-link {
    border-bottom: 1px solid #54667a;
  }
  body.mobile .mobileHamburgerMenu li.site-link i {
    margin-right: 20px;
    width: 35px;
    float: left;
  }
  body.mobile .mobileHamburgerMenu li#account-link i {
    height: 45px;
    background: url(/hizmetler/Content/img/icon/menu-person.png) no-repeat;
    position: relative;
    font-size: 40px;
    color: white;
    top: 10px;
    left: 4px;
  }
  body.mobile .mobileHamburgerMenu li#login-link {
    height: 40px;
    padding-top: 20px;
    padding-left: 20px;
  }
  body.mobile .mobileHamburgerMenu li#login-link a {
    line-height: 20px;
  }
  body.mobile .mobileHamburgerMenu li#homepage-link i,
  body.mobile .mobileHamburgerMenu li#mainsite-link i {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(/hizmetler/Content/img/s-logo.png);
    background-size: cover;
    height: 36px;
    width: 36px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    margin-top: 10px;
  }
  body.mobile .mobileHamburgerMenu li#mainsite-link {
    display: none;
  }
  body.mobile .mobileHamburgerMenu li#homepage-link {
    display: block;
  }
  body.mobile .mobileHamburgerMenu li.category-link {
    background-image: none;
  }
  body.mobile .mobileHamburgerMenu li.category-link i {
    background-image: url(/hizmetler/Content/img/icon/navigation_category_sprite_phone.png);
    width: 45px;
    height: 45px;
    float: left;
    background-position-y: 5px;
    margin-right: 15px;
    background-size: cover;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  }
  body.mobile .mobileHamburgerMenu li.ev-tadilat-dekorasyon i {
    background-position-x: 0px;
  }
  body.mobile .mobileHamburgerMenu li.nakliyat i {
    background-position-x: -46px;
  }
  body.mobile .mobileHamburgerMenu li.arac-servis-bakim i {
    background-position-x: -92px;
  }
  body.mobile .mobileHamburgerMenu li.tamirat-teknik-servis i {
    background-position-x: -139px;
  }
  body.mobile .mobileHamburgerMenu li.etkinlik i {
    background-position-x: -184px;
  }
  body.mobile .mobileHamburgerMenu li.diger i {
    background-position-x: -230px;
  }
  body.mobile .mobileHamburgerMenu li.acil i {
    background-position-x: -275px;
  }
  body.mobile .mobileHamburgerMenu li#account-link {
    height: 90px;
  }
  body.mobile .mobileHamburgerMenu li#account-link span {
    display: block;
    color: #95a5c6;
    padding-left: 60px;
  }
  body.mobile .mobileHamburgerMenu li:hover div.subCategoryContainer {
    display: none;
  }
  body.mobile .mobileHamburgerMenu li a {
    color: white;
    font-size: 16px;
    padding-top: 0px;
    text-align: left;
    line-height: 58px;
    height: auto;
    display: block;
  }
  body.mobile .mobileHamburgerMenu li.active {
    background-color: #3b4862;
  }
  body.mobile [class^="icon-top-menu"] {
    margin: 0px;
    position: absolute;
  }
  body.mobile .icon-top-menu-person {
    top: 15px;
    left: 22px;
    background-image: url(/hizmetler/Content/img/icon/per-white.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: transparent;
    background-size: cover;
    height: 22px;
    width: 21px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  }
  body.mobile .icon-top-menu-category {
    background-image: url(/hizmetler/Content/img/icon/header-menu.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: transparent;
    background-size: cover;
    height: 19px;
    width: 27px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    top: 17px;
    left: 21px;
  }
  body.mobile .opened .icon-top-menu-category {
    background-image: url(/hizmetler/Content/img/icon/header-close.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: transparent;
    top: 15px;
    left: 24px;
    background-size: cover;
    height: 22px;
    width: 21px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  }
  body.mobile .icon-person-prof {
    background-image: url(/hizmetler/Content/img/icon/pro.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: transparent;
    background-size: cover;
    height: 17px;
    width: 15px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  }
  body.mobile #target {
    display: none;
  }
  body.mobile .mobileMenuCover {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*
  //---------------------------------
  //
  //  shared_modules/categories_menu/categories_menu_phone.css 
  //
  //   481px - 768px  
  //
  */
  
  body.mobile .icon-top-menu-person {
    top: 12px;
    left: 16px;
    background-size: cover;
    height: 17px;
    width: 16px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  }
  body.mobile #mobileTopMenu .fa-bars {
    font-size: 23px;
    padding-top: 10px;
  }
  body.mobile .icon-top-menu-category {
    background-size: cover;
    height: 15px;
    width: 21px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    top: 13px;
    left: 15px;
  }
  body.mobile .icon-person {
    background-size: cover;
    height: 14px;
    width: 15px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    margin-right: 8px;
  }
  body.mobile .opened .icon-top-menu-category {
    background-size: cover;
    height: 15px;
    width: 15px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    top: 13px;
    left: 18px;
  }
  body.mobile .icon-person-prof {
    vertical-align: -2px;
    margin-right: 7px;
  }
  body.mobile #mobileTopMenu {
    height: 42px;
  }
  body.mobile #mobileTopMenu ul li {
    height: 42px;
  }
  body.mobile .mobileHamburgerMenu {
    top: 0;
    overflow: auto;
  }
  body.mobile .mobileHamburgerMenu li {
    height: 40px;
    padding-left: 10px;
  }
  body.mobile .mobileHamburgerMenu li a {
    font-size: 14px;
    line-height: 37px;
  }
  body.mobile .mobileHamburgerMenu li#account-link {
    height: 60px;
  }
  body.mobile .mobileHamburgerMenu li#account-link span {
    padding-left: 55px;
  }
  body.mobile .mobileHamburgerMenu li#login-link {
    height: 40px;
    padding-top: 20px;
  }
  body.mobile .mobileHamburgerMenu li#homepage-link {
    height: 56px;
  }
  body.mobile .mobileHamburgerMenu li#homepage-link a {
    line-height: 56px;
  }
  body.mobile .mobileHamburgerMenu li#mainsite-link {
    height: 56px;
  }
  body.mobile .mobileHamburgerMenu li#mainsite-link a {
    line-height: 56px;
  }
  body.mobile .mobileHamburgerMenu li.category-link {
    background-image: none;
  }
  body.mobile .mobileHamburgerMenu li.category-link i {
    background-image: url(/hizmetler/Content/img/icon/navigation_category_sprite_phone.png);
    width: 36px;
    height: 36px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.mobile .mobileHamburgerMenu li.ev-tadilat-dekorasyon i {
    background-position-x: 0px;
  }
  body.mobile .mobileHamburgerMenu li.nakliyat i {
    background-position-x: -36px;
  }
  body.mobile .mobileHamburgerMenu li.arac-servis-bakim i {
    background-position-x: -74px;
  }
  body.mobile .mobileHamburgerMenu li.tamirat-teknik-servis i {
    background-position-x: -111px;
  }
  body.mobile .mobileHamburgerMenu li.etkinlik i {
    background-position-x: -147px;
  }
  body.mobile .mobileHamburgerMenu li.diger i {
    background-position-x: -185px;
  }
  body.mobile .mobileHamburgerMenu li.acil i {
    background-position-x: -220px;
  }
  body.mobile .categoriesMenu {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  /*
  //---------------------------------
  //
  //  shared_modules/categories_menu/categories_menu_portrait_phone.css 
  //
  //    0  -  481px  
  //
  */
  
  body.mobile .categoriesMenu li.acil a {
    color: #c55353;
  }
  body.mobile .categoriesMenu li.acil.hover,
  body.mobile .categoriesMenu li.acil.active {
    background-color: #252525;
  }
  body.mobile .categoriesMenu li.acil.hover a,
  body.mobile .categoriesMenu li.acil.active a {
    color: white;
  }
}
/*page specific css*/

/*
//---------------------------------
//
//  layouts/default/default_layout__desktop.css 
//
//   984px - unlimited
//
//---------------------------------
*/

html {
  width: 100%;
}
main {
  min-height: 600px;
  width: 984px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 1200px) {
  main {
    width: 1190px;
  }
}
@media screen and (max-width: 984px) {
  /*
  //---------------------------------
  //
  //  layouts/default/default_layout__pad.css 
  //
  //   769px - 983px
  //
  //---------------------------------
  */
  
  body.mobile main {
    padding-top: 52px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*
  //---------------------------------
  //
  //  layouts/default/default_layout_phone.css 
  //
  //   481px - 768px 
  //
  //---------------------------------
  */
  
  body,
  select,
  input,
  textarea,
  optgroup {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 479px) {
  /*
  //---------------------------------
  //
  //  layouts/default/default_layout_portrait_phone.css 
  //
  //   0 - 481px 
  //
  //---------------------------------
  */
}
/* modules*/

/*facet page specific css*/

/*
//---------------------------------
//
//  shared_modules/facetSearch/facet_desktop.css 
//
//   984px - unlimited
//
//---------------------------------
*/

#mobileFacetedContainer {
  display: none;
}
.show {
  display: block !important;
}
.showOnMobile {
  display: none;
}
.hide {
  display: none !important;
}
.facetedContainer {
  width: 220px;
  display: inline-block;
}
.facetedCheckbox {
  padding-left: 10px;
  margin-left: 30px;
  cursor: pointer;
}
.facetedCheckbox:before {
  background: url(/hizmetler/Content/img/faceted/faceted_search.png) no-repeat scroll transparent;
  background-position: 0 -266px;
  content: " ";
  margin-left: -18px;
  margin-top: 0px;
  min-height: 16px;
  position: absolute;
  width: 20px;
}
.facetedCheckbox.checked:before {
  background-position: 0 -292px;
}
.facetedCheckbox.orangeCB:before {
  background-position: 0 -266px;
}
.facetedCheckbox.orangeCB.checked:before {
  background-position: 0 -293px;
}
.facetedCheckbox.orangeCB.checkedHalf:before {
  background-position: 0 -320px;
}
.facetedCheckbox.halfIndented {
  margin-left: 18px;
}
.facetedCheckbox.radio {
  margin-top: -2px;
}
.facetedCheckbox.radio:before {
  background-position: 0 -395px;
}
.facetedCheckbox.radio.checked:before {
  background-position: 0 -431px;
}
.facetedContainer .facetedSearchList li,
.facetCitySelectionLightBox .facetedSearchList li,
#mobileFacetedContainer .facetedSearchList li,
.facetedContainer .facetedSearchListAll li,
.facetCitySelectionLightBox .facetedSearchListAll li,
#mobileFacetedContainer .facetedSearchListAll li {
  padding-top: 7px;
  position: relative;
  line-height: 15px;
}
.facetedContainer .facetedSearchList li .a_wraper,
.facetCitySelectionLightBox .facetedSearchList li .a_wraper,
#mobileFacetedContainer .facetedSearchList li .a_wraper,
.facetedContainer .facetedSearchListAll li .a_wraper,
.facetCitySelectionLightBox .facetedSearchListAll li .a_wraper,
#mobileFacetedContainer .facetedSearchListAll li .a_wraper {
  width: 172px;
  padding-left: 42px;
}
.facetedContainer .facetedSearchList li .a_wraper a,
.facetCitySelectionLightBox .facetedSearchList li .a_wraper a,
#mobileFacetedContainer .facetedSearchList li .a_wraper a,
.facetedContainer .facetedSearchListAll li .a_wraper a,
.facetCitySelectionLightBox .facetedSearchListAll li .a_wraper a,
#mobileFacetedContainer .facetedSearchListAll li .a_wraper a {
  margin-left: -10px;
}
.facetedContainer .facetedSearchList li ul,
.facetCitySelectionLightBox .facetedSearchList li ul,
#mobileFacetedContainer .facetedSearchList li ul,
.facetedContainer .facetedSearchListAll li ul,
.facetCitySelectionLightBox .facetedSearchListAll li ul,
#mobileFacetedContainer .facetedSearchListAll li ul {
  margin-left: 17px;
}
.facetedContainer #suggestions,
.facetCitySelectionLightBox #suggestions,
#mobileFacetedContainer #suggestions {
  margin-top: 5px;
}
.facetedContainer #suggestions .townSuggest,
.facetCitySelectionLightBox #suggestions .townSuggest,
#mobileFacetedContainer #suggestions .townSuggest {
  display: none;
  border: 1px solid #d6d4d4;
  padding: 5px;
  width: 100%;
  margin-left: 22px;
  width: 153px;
  font-size: 11px;
  color: gray;
}
.facetedContainer #suggestions .otherCitiesLightBoxOpen,
.facetCitySelectionLightBox #suggestions .otherCitiesLightBoxOpen,
#mobileFacetedContainer #suggestions .otherCitiesLightBoxOpen {
  font-size: 11px;
  margin-left: 24px;
  cursor: pointer;
  font-weight: bold;
}
.facetedContainer .categoriSelectBox,
.facetCitySelectionLightBox .categoriSelectBox,
#mobileFacetedContainer .categoriSelectBox {
  margin-top: 15px;
}
.facetedContainer .categoriSelectBox .boxContent,
.facetCitySelectionLightBox .categoriSelectBox .boxContent,
#mobileFacetedContainer .categoriSelectBox .boxContent {
  padding: 0;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle {
  background-color: white;
  padding: 8px 15px 8px 10px;
  position: relative;
  width: 193px;
  cursor: pointer;
  font-weight: normal;
  font-weight: bold;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle span,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle span,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle span {
  font-weight: normal;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle:after,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle:after,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle:after {
  background: url(/hizmetler/Content/img/faceted/faceted_search.png) no-repeat scroll transparent;
  background-position: 0 -96px;
  content: " ";
  min-height: 15px;
  position: absolute;
  width: 18px;
  right: 0;
  top: 7px;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem .menuContent,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent {
  background-color: white;
  margin: 0px 0 6px 0;
  /*display: none;*/

}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul {
  margin-top: -5px;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li {
  margin-top: 6px;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li div.a_wraper,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li div.a_wraper,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li div.a_wraper {
  padding-left: 28px;
  width: 186px;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList {
  padding-top: 4px;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList li,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList li,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList li {
  margin-top: 0px;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList .a_wraper,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList .a_wraper,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList .a_wraper {
  padding-left: 30px;
  width: 168px;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList .a_wraper a,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList .a_wraper a,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .servicesList .a_wraper a {
  color: #333333;
  font-weight: bold;
  font-size: 11px;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem.open .menuTitle:after,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem.open .menuTitle:after,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem.open .menuTitle:after {
  background-position: 0 -78px;
}
.facetedContainer .categoriSelectBox .categoryMenuContainer .menuItem.open .menuContent,
.facetCitySelectionLightBox .categoriSelectBox .categoryMenuContainer .menuItem.open .menuContent,
#mobileFacetedContainer .categoriSelectBox .categoryMenuContainer .menuItem.open .menuContent {
  display: block;
}
.facetedContainer .searchInResult .searchInResult_title,
.facetCitySelectionLightBox .searchInResult .searchInResult_title,
#mobileFacetedContainer .searchInResult .searchInResult_title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}
.facetedContainer .searchInResult .searchInResult_inputText,
.facetCitySelectionLightBox .searchInResult .searchInResult_inputText,
#mobileFacetedContainer .searchInResult .searchInResult_inputText {
  margin-top: 10px;
  display: inline-block;
}
.facetedContainer .searchInResult .searchInResult_inputText input,
.facetCitySelectionLightBox .searchInResult .searchInResult_inputText input,
#mobileFacetedContainer .searchInResult .searchInResult_inputText input {
  margin: 5px 0;
  width: 135px;
  border: 1px solid #d6d4d4;
  background-color: white;
  padding: 5px;
}
.facetedContainer .searchInResult .searchInResult_inputText input:focus,
.facetCitySelectionLightBox .searchInResult .searchInResult_inputText input:focus,
#mobileFacetedContainer .searchInResult .searchInResult_inputText input:focus {
  border: 1px solid #91bde3;
  box-shadow: 0 0 1px 3px rgba(118, 173, 220, 0.8);
  outline: 0 none;
}
.facetedContainer .searchInResult .filterByKeywordButton,
.facetCitySelectionLightBox .searchInResult .filterByKeywordButton,
#mobileFacetedContainer .searchInResult .filterByKeywordButton {
  display: none;
  margin-top: -1px;
  margin-left: 5px;
}
.facetCitySelectionLightBox {
  display: none;
  min-width: 405px;
  background-color: white;
}
.facetCitySelectionLightBox .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  content: url(/hizmetler/Content/img/close_icon.jpg);
  cursor: pointer;
}
.facetCitySelectionLightBox .locationContainer {
  margin: 0;
  display: flex;
  flex-direction: row;
}
.facetCitySelectionLightBox .locationContainer h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 10px 15px;
  line-height: normal;
}
.facetCitySelectionLightBox .locationContainer .scroll-panel {
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: none;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionLeft {
  width: 191px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionLeft .cityBox {
  border: 1px solid #d8d7d7;
  height: 324px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionLeft ul {
  margin: 15px 0;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionLeft ul li {
  line-height: 24px;
  margin: 2px -3px 2px 2px;
  padding-left: 10px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionLeft ul li strong {
  cursor: pointer;
  font-weight: normal;
  color: #003399;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionLeft ul li span {
  color: #a1a1a1;
  cursor: pointer;
  font-size: 10px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionLeft ul li.selected {
  background: url(/hizmetler/Content/img/faceted/address_arrow.png) no-repeat scroll 0 0 transparent;
  cursor: pointer;
  font-weight: bold;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle {
  width: 273px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle .countryBox {
  border: 1px solid #d8d7d7;
  border-left: none;
  height: 324px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle #townList {
  padding-top: 10px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle #townList ul li {
  margin-left: 15px;
  padding-top: 10px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle #townList ul li ul {
  display: none;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle #townList ul li ul li {
  margin-left: 0px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle #townList ul li ul li ul li {
  margin-left: 0px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle #townList .a_wraper {
  padding-left: 35px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle .accordionIcon {
  position: absolute;
  margin-left: -35px !important;
  margin-top: -1px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle .accordionIcon i {
  width: 14px;
  height: 15px;
  display: inline-block;
  background: url(/hizmetler/Content/img/faceted/faceted_search.png) 0 -612px no-repeat;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  position: relative;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle .accordionOpen i {
  background: url(/hizmetler/Content/img/faceted/faceted_search.png) 0 -637px no-repeat;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle li.districtLi {
  margin-left: -7px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionMiddle li.districtLi .accordionIcon {
  display: none;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionRight {
  width: 302px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionRight .selectedBox {
  border: 1px solid #d8d7d7;
  border-left: none;
  height: 324px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionRight .selectedLocationsCont {
  padding: 10px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionRight .selectedLocationsCont > li {
  margin-left: 10px;
  margin-top: 10px;
  font-weight: bold;
  color: #444444;
  font-size: 12px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionRight .selectedLocationsCont > li > ul {
  margin: 8px 0 0 28px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionRight .selectedLocationsCont > li > ul li {
  margin-top: 5px;
  color: #666666;
  cursor: pointer;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionRight .selectedLocationsCont > li > ul li:before {
  background: url(/hizmetler/Content/img/faceted/faceted_search.png) no-repeat scroll transparent;
  background-position: 0 0px;
  content: " ";
  margin-left: -15px;
  margin-top: 0px;
  height: 11px;
  position: absolute;
  width: 11px;
}
.facetCitySelectionLightBox .locationContainer .locationSelectionRight .selectedLocationsCont > li > ul li:hover:before {
  background-position: 0 -30px;
}
.facetCitySelectionLightBox .locationFoooter {
  padding: 15px 0 0;
  text-align: right;
}
.facetCitySelectionLightBox .locationFoooter ul li {
  display: inline-block;
}
.facetCitySelectionLightBox .locationFoooter ul li:first-child > a {
  border-right: 1px solid #6b7db8;
  display: inline-block;
  margin-right: 10px;
  margin-top: 6px;
  padding-right: 10px;
}
.facetCitySelectionLightBox .locationFoooter ul li .btn-form {
  padding: 6px 16px;
}
.mobileLocationSelectWindow {
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  width: 0;
  height: 0;
  font-size: 0;
  z-index: 1;
}
.ui-dialog .ui-dialog-titlebar-close:after {
  content: url(/hizmetler/Content/img/close_icon.jpg);
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.overlayPreloader {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9000;
}
.overlayPreloaderLocationSelect {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 26px;
  bottom: 65px;
  z-index: 9000;
}
.overlayPreloaderLocationSelect:before {
  background: url(/hizmetler/Content/img/faceted/loading_anim_mini_orange.gif) no-repeat scroll 0 0 transparent;
  content: "";
  height: 32px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 80px;
}
.show-search-filter {
  display: none;
  position: relative;
  float: right;
  font-size: 11px;
  margin-top: -20px;
  margin-right: 22px;
}
.show-search-filter:after {
  background: url(/hizmetler/Content/img/faceted/faceted_search.png) no-repeat scroll transparent;
  background-position: -35px -130px;
  content: " ";
  height: 12px;
  width: 14px;
  position: absolute;
  z-index: 2;
  margin: -3px 5px;
}
#currentSearchFilters {
  display: none;
  border: 1px solid #f3f3f3;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 5px 5px 0;
}
#currentSearchFilters .currentFilters > li {
  margin: 0 13px 3px 0;
}
#currentSearchFilters li a:before {
  background: url(/hizmetler/Content/img/faceted/faceted_search.png) no-repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 7px;
  top: 6px;
  width: 11px;
}
#currentSearchFilters li a:hover:before {
  background-position: 0 -30px;
}
#currentSearchFilters li a {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  color: #666666;
  float: left;
  font-size: 11px;
  margin: 1px 0 1px 4px;
  padding: 5px 25px 5px 7px;
  position: relative;
  text-decoration: none;
}
#currentSearchFilters li a:first-child {
  margin-left: 0;
}
#currentSearchFilters li strong:before {
  content: ":";
  display: block;
  height: 10px;
  position: absolute;
  right: -11px;
  top: 0;
  width: 10px;
}
#currentSearchFilters li strong {
  float: left;
  font-size: 11px;
  margin: 5px 5px 0;
  position: relative;
}
#currentSearchFilters li.clear-search-filter {
  background-color: none;
}
#currentSearchFilters li.clear-search-filter a:before,
#currentSearchFilters .hide-search-filter a:before {
  display: none !important;
}
#currentSearchFilters li.clear-search-filter a {
  background: none repeat scroll 0 center transparent;
  color: #003399;
  font-size: 11px;
  padding-right: 0;
}
#currentSearchFilters li.hide-search-filter {
  background-color: none;
  float: right;
  margin: 6px 6px 10px;
  posisition: relative;
}
#currentSearchFilters li.hide-search-filter:after {
  background: url(/hizmetler/Content/img/faceted/faceted_search.png) no-repeat scroll transparent;
  background-position: -35px -112px;
  content: " ";
  height: 12px;
  width: 14px;
  position: absolute;
  z-index: 2;
  margin: -3px -8px;
}
#currentSearchFilters .hide-search-filter a,
#currentSearchFilters .hide-search-filter a:hover {
  background: url(/hizmetler/Content/img/faceted/faceted_search.png) no-repeat scroll right -1036px transparent;
  color: #003399;
  font-size: 11px;
  padding: 0 14px 0 0;
}
html[data-browser*='msie'] .facetedContainer .facetedSearchList li .a_wraper a,
html[data-browser*='msie'] .facetCitySelectionLightBox .facetedSearchList li .a_wraper a,
html[data-browser*='msie'] #mobileFacetedContainer .facetedSearchList li .a_wraper a,
html[data-browser*='msie'] .facetedContainer .facetedSearchListAll li .a_wraper a,
html[data-browser*='msie'] .facetCitySelectionLightBox .facetedSearchListAll li .a_wraper a,
html[data-browser*='msie'] #mobileFacetedContainer .facetedSearchListAll li .a_wraper a {
  margin-left: -5px;
}
html[data-browser*='msie'] .facetedContainer .facetedCheckbox,
html[data-browser*='msie'] .facetCitySelectionLightBox .facetedCheckbox,
html[data-browser*='msie'] #mobileFacetedContainer .facetedCheckbox {
  margin-left: 0px;
}
html[data-browser*='msie'] .facetedContainer .facetedCheckbox.halfIndented,
html[data-browser*='msie'] .facetCitySelectionLightBox .facetedCheckbox.halfIndented,
html[data-browser*='msie'] #mobileFacetedContainer .facetedCheckbox.halfIndented {
  margin-left: 0px;
  padding-left: 32px;
}
html[data-browser*='msie'] li .a_wraper a {
  margin-left: -3px;
}
.category-description-wrapper {
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}
.category-description-wrapper .category-description-container {
  padding: 25px;
  position: relative;
  text-align: justify;
  float: right;
  border: 1px solid #cecece;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f8f8f8;
}
.category-description-wrapper .category-description-container .description h2 {
  font-size: 14px;
}
.category-description-wrapper .category-description-container .description .expand,
.category-description-wrapper .category-description-container .description .collapse {
  position: absolute;
  top: 23px;
  right: 25px;
}
.category-description-wrapper .category-description-container .description .expand:after,
.category-description-wrapper .category-description-container .description .collapse:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  width: 21px;
  height: 24px;
  margin-left: 3px;
  vertical-align: -9px;
}
.category-description-wrapper .category-description-container .description .expand:after {
  background-image: url(/hizmetler/Content/img/arrow-search-down.png);
}
.category-description-wrapper .category-description-container .description .collapse:after {
  background-image: url(/hizmetler/Content/img/arrow-search-up.png);
}
.category-description-wrapper .category-description-container .description .summary,
.category-description-wrapper .category-description-container .description .fullcontent {
  height: 0;
  overflow: auto;
}
.category-description-wrapper .category-description-container .description .summary.open,
.category-description-wrapper .category-description-container .description .fullcontent.open {
  height: auto;
}
.category-description-wrapper .category-description-container .description hr {
  margin: 12px 0;
}
.badgeCover {
  border: 3px solid #758392;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 8px;
  width: 250px;
  text-align: center;
  z-index: 10;
}
.badgeCover p,
.badgeCover strong {
  font-size: 11px;
}
.badgeCover p {
  margin-top: 5px;
}
.badgeCover .triangle {
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #758392 transparent;
  position: absolute;
  width: 0px;
  height: 0px;
  right: 25px;
}
.badgeCover.scoreType {
  width: 260px;
}
.badgeCover.scoreType li {
  font-size: 11px;
  margin-bottom: 10px;
}
.badgeCover.scoreType span.commentText {
  width: 130px;
  display: inline-block;
  font-size: 11px;
}
.badgeCover.scoreType .bar {
  border: 1px solid #cccaca;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
  display: inline-block;
  width: 100px;
  padding: 1px;
  height: 12px;
  margin-right: 3px;
  vertical-align: -4px;
}
.badgeCover.scoreType .bar .active {
  background-color: #dba317;
  height: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.badgeCover.scoreType .triangle {
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #758392 transparent;
  position: absolute;
  width: 0px;
  height: 0px;
}
.voteArea {
  border: 1px solid #cccaca;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
  display: inline-block;
  padding: 13px 15px;
  position: relative;
}
.voteArea a {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/icon_sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -340px;
  background-color: transparent;
  width: 30px;
  height: 25px;
  margin-right: 8px;
}
.voteArea a:last-child {
  margin-right: 0px;
}
.voteArea a.active,
.voteArea a.clicked {
  background-position: 0px -314px;
}
.voteArea div.tool {
  border: 3px solid #758392;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 8px 18px;
  display: none;
  top: 47px;
}
.voteArea div.tool span {
  font-weight: bold;
}
.voteArea div.tool div.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #758392 transparent;
  position: absolute;
  width: 0px;
  height: 0px;
  top: -10px;
  left: 50%;
}
.voteArea .tool.pos_0 {
  left: 0px;
}
.voteArea .tool.pos_0 .triangle {
  left: 17px;
}
.voteArea .tool.pos_1 {
  left: 2px;
}
.voteArea .tool.pos_1 .triangle {
  left: 56px;
}
.voteArea .tool.pos_2 {
  left: 58px;
}
.voteArea .tool.pos_2 .triangle {
  left: 40px;
}
.voteArea .tool.pos_3 {
  left: 53px;
}
.voteArea .tool.pos_3 .triangle {
  left: 86px;
}
.voteArea .tool.pos_4 {
  left: 28px;
}
.voteArea .tool.pos_4 .triangle {
  left: 153px;
}
.searchPage #desktopPlace_category .categoryMenuContainer .menuItem .menuTitle:after {
  content: initial;
  background: none;
}
.announcesPage #desktopPlace_category .categoryMenuContainer .menuItem .menuContent {
  display: none;
}
.mobilePhoneNumber,
.landPhoneNumber,
.mobilePhoneNumber:hover,
.landPhoneNumber:hover {
  color: black;
  text-decoration: none;
}
/*
div.ui-slider {
    height:initial;

    .ui-slider-track {
        height: 8px;
        margin: 0 15px 0 0px;

        .ui-btn.ui-slider-handle {
            width: 20px;
            height: 20px;
            margin: -11px 0 0 -11px;
            border-radius: 14px;
            background: url(/hizmetler/Content/responsive_css/related_pages/search/@{g-pathprefix}img/faceted/slider_center_arrow.png) no-repeat scroll rgba(0, 0, 0, 0);
            background-size: contain;
            border-color: #5a8dc2;
            border: none;

            &:focus {
                background-color: #5f97d1;
                box-shadow: none;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
            }
        }

        .ui-slider-bg.ui-btn-active {
            background-color: #94bfea;
            border-top: 1px solid #7ea3c7;
        }
    }




    input.ui-slider-input {
            float: right;
            margin: 0 -41px 0 0;
            width: 23px;
            border: none;
            border-radius: 0;
            box-shadow: none;
            text-align: right;
            font-size: 16px;
    }
}

#slider-near .ui-state-default {
    background: none;
}
.slider.ui-slider .ui-slider-handle {
    width: 14px;
    height: 18px;
    margin-left: -5px;
    top:-4px;
    border:none;
}
*/

#slider-near {
  border-radius: 7px;
}
#slider-near .ui-slider-handle {
  width: 20px;
  height: 20px;
  margin: -11px 0 0 -11px;
  border-radius: 14px;
  background: url(/hizmetler/Content/img/faceted/slider_center_arrow.png) no-repeat scroll transparent;
  background-size: contain;
  border-color: #5a8dc2;
  border: none;
  top: 6px;
}
#slider-near .ui-slider-handle:focus {
  outline: none;
}
#slider-near .ui-slider-range,
#slider-near .ui-widget-header {
  background-color: #94bfea;
  border-top: 1px solid #7ea3c7;
  background-image: initial;
}
#slider-near .ui-corner-all {
  border-radius: 7px;
}
#slider-near.passive .ui-slider-handle {
  background: url(/hizmetler/Content/img/faceted/slider_center_arrow_passive.png) no-repeat scroll transparent;
  background-size: contain;
}
#slider-near.passive .ui-slider-range,
#slider-near.passive .ui-widget-header {
  background-color: #edeeed;
  border-top: 1px solid #cacaca;
}
@media only screen and (min-width: 1200px) {
  .facetedContainer {
    width: 260px;
  }
  .facetedContainer #desktopPlace_city .boxContent .facetedSearchList .a_wraper {
    width: 200px;
  }
  #desktopPlace_category .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle {
    width: 232px;
    font-weight: bold;
  }
  #desktopPlace_category .categoriSelectBox .menuContent ul li div.a_wraper {
    width: 229px;
  }
  #desktopPlace_category .categoriSelectBox .menuContent ul li .servicesList .a_wraper {
    padding-left: 30px;
    width: 205px;
  }
  #desktopPlace_category .categoriSelectBox .menuContent ul li .servicesList .a_wraper a {
    color: #333333;
    font-weight: bold;
    font-size: 11px;
  }
  #desktopPlace_textSearch .searchInResult .filterByKeywordText {
    width: 175px;
  }
}
@media screen and (max-width: 984px) {
  /*
  //---------------------------------
  //
  //  shared_modules/facetSearch/facet_pad.css 
  //
  //   769px - 983px
  //
  //---------------------------------
  */
  
  body.mobile .showOnMobile {
    display: block;
  }
  body.mobile .searchMain {
    border-top: 1px solid #d4d4d4;
  }
  body.mobile .searchPage .facetedContainer {
    display: none;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.mobile .searchPage .facetedContainer .pageTitle {
    padding: 15px 10px 15px 13px;
  }
  body.mobile #mobileFacetedContainer {
    display: inherit;
    padding: 5px 0px 0 0px;
    margin: 0;
  }
  body.mobile #mobileFacetedContainer .a_wraper {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 50px 8px 0;
  }
  body.mobile #mobileFacetedContainer .facetedCheckbox {
    margin-left: 0;
    font-size: 14px;
    color: black;
    padding-left: 0;
    cursor: pointer;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.mobile #mobileFacetedContainer .facetedCheckbox:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-unchecked.png) no-repeat scroll transparent;
    content: " ";
    right: 16px;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 13px;
    background-size: cover;
  }
  body.mobile #mobileFacetedContainer .facetedCheckbox.checked:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-checked.png) no-repeat scroll transparent;
  }
  body.mobile #mobileFacetedContainer .facetedCheckbox.orangeCB:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-unchecked.png) no-repeat scroll transparent;
  }
  body.mobile #mobileFacetedContainer .facetedCheckbox.orangeCB.checked:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-checked.png) no-repeat scroll transparent;
  }
  body.mobile #mobileFacetedContainer .facetedCheckbox.orangeCB.checkedHalf:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-checked.png) no-repeat scroll transparent;
  }
  body.mobile #mobileFacetedContainer .facetedCheckbox.halfIndented {
    margin-left: 28px;
  }
  body.mobile #mobileFacetedContainer #mobileSearchMenu {
    padding: 0px 15px 0px 13px;
  }
  body.mobile #mobileFacetedContainer #mobileSearchMenu #searchTxtFilterCont {
    margin-bottom: 15px;
    padding-right: 24px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.mobile #mobileFacetedContainer #mobileSearchMenu #searchTxtFilterCont:before {
    width: 28px;
    height: 28px;
    content: "  ";
    position: absolute;
    background: url(/hizmetler/Content/img/icon/search-p.png) no-repeat scroll transparent;
    z-index: -1;
    background-size: contain;
    right: 0;
    margin-right: 25px;
    margin-top: 5px;
  }
  body.mobile #mobileFacetedContainer #mobileSearchMenu #searchTxtFilterCont #searchTxtFilter {
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
    background-color: transparent;
    border: 1px solid #cccccc;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu {
    display: none;
    margin-top: -5px;
    padding-bottom: 60px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .announceCount,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .announceCount {
    font-size: 13px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .locatedAroundMe,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .locatedAroundMe {
    height: 50px;
    background-color: white;
    display: table;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .locatedAroundMe #sliderColumb1,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .locatedAroundMe #sliderColumb1 {
    display: table-cell;
    box-sizing: border-box;
    width: 148px;
    vertical-align: middle;
    padding-left: 5px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .locatedAroundMe #sliderColumb1 input,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .locatedAroundMe #sliderColumb1 input {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0px 4px 0px 4px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .locatedAroundMe #sliderColumb1 label,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .locatedAroundMe #sliderColumb1 label {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .locatedAroundMe #sliderColumb2,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .locatedAroundMe #sliderColumb2 {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    padding-right: 20px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .locatedAroundMe #sliderColumb2 #rangeSlider,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .locatedAroundMe #sliderColumb2 #rangeSlider {
    width: 100%;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .locatedAroundMe #sliderColumb3,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .locatedAroundMe #sliderColumb3 {
    display: table-cell;
    width: 5%;
    vertical-align: middle;
    padding-right: 20px;
    padding-left: 0px;
    color: black;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .locatedAroundMe #sliderColumb3 #distLabel,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .locatedAroundMe #sliderColumb3 #distLabel {
    font-size: 14px;
    min-width: 48px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu #locationErrMsg,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu #locationErrMsg {
    padding: 15px;
    font-size: 13px;
    color: #565656;
    display: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .box.cityBox .mobileCitiesLightBoxOpen,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .box.cityBox .mobileCitiesLightBoxOpen {
    position: absolute;
    right: 2px;
    margin-top: -14px;
    width: 81px;
    font-size: 14px;
    font-weight: bold;
    color: black;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .box.cityBox .mobileCitiesLightBoxOpen i,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .box.cityBox .mobileCitiesLightBoxOpen i {
    background: url(/hizmetler/Content/img/mobile/icon-plus-change-city.png) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 12px;
    top: -6px;
    background-size: contain;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox {
    border-bottom: 0;
    margin-top: initial;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem {
    border-bottom: 1px solid white;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle {
    padding: 10px 30px;
    font-size: 14px;
    width: initial;
    background-color: #ececec;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle span,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle span {
    font-weight: normal;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle:hover,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle:hover {
    background-color: #f6f6f6;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle:after,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuTitle:after {
    background: url(/hizmetler/Content/img/faceted/faceted_search.png) no-repeat scroll transparent;
    background-position: 0 -96px;
    content: " ";
    min-height: 15px;
    position: absolute;
    width: 18px;
    right: 20px;
    top: 10px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul {
    margin-top: -2px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .a_wraper,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .a_wraper {
    padding-left: 16px;
    border-bottom: 1px solid #e7e7e7;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .a_wraper.catName,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .a_wraper.catName {
    background-color: #e7e7e7;
    padding: 12.5px 0 12.5px 16px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .a_wraper a,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul li .a_wraper a {
    margin-left: 0;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul .servicesList,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul .servicesList {
    padding-top: 0;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul .servicesList li,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul .servicesList li {
    background-color: whitesmoke;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul .servicesList .a_wraper,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul .servicesList .a_wraper {
    margin-left: 16px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    padding: 12.5px 0 12.5px 8px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul .servicesList .a_wraper a,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem .menuContent ul .servicesList .a_wraper a {
    color: #0e5bab;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem.open,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem.open {
    border-bottom: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem.open .menuTitle,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem.open .menuTitle {
    padding: 12.5px 16px;
    width: initial;
    background-color: initial;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem.open .menuTitle:after,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem.open .menuTitle:after {
    background-position: 0 -78px;
    background: none;
    right: 20px;
    top: 10px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem.open .menuContent,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem.open .menuContent {
    display: block;
    margin-bottom: 0;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem.open .menuContent li a,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .menuItem.open .menuContent li a {
    font-weight: normal;
    display: inline-block;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .announceCount,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .categoriSelectBox .categoryMenuContainer .announceCount {
    font-size: 13px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchList,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchList,
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchListAll,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchListAll {
    margin-top: 2px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchList ul,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchList ul,
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchListAll ul,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchListAll ul {
    margin-left: 0;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchList ul li,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchList ul li,
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchListAll ul li,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchListAll ul li {
    padding-top: 0;
    position: relative;
    background-color: white;
    margin-bottom: -1px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchList ul li .a_wraper,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchList ul li .a_wraper,
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchListAll ul li .a_wraper,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchListAll ul li .a_wraper {
    width: initial;
    padding-left: 0;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchList ul li .a_wraper a,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchList ul li .a_wraper a,
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchListAll ul li .a_wraper a,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchListAll ul li .a_wraper a {
    font-weight: bold;
    display: inline-block;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchList ul li ul,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchList ul li ul,
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchListAll ul li ul,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchListAll ul li ul {
    margin-left: 0px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchList ul li ul li .a_wraper a,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchList ul li ul li .a_wraper a,
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchListAll ul li ul li .a_wraper a,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchListAll ul li ul li .a_wraper a {
    font-weight: initial;
    display: inline-block;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .facetedSearchListAll li,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock .facetedSearchListAll li {
    padding: 12.5px 0 12.5px 16px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock #suggestions .otherCitiesLightBoxOpen,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileMenuBlock #suggestions .otherCitiesLightBoxOpen {
    display: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu #mobilePlace_location.disabled,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu #mobilePlace_location.disabled {
    pointer-events: none;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu #mobilePlace_location.disabled:after,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu #mobilePlace_location.disabled:after {
    content: "";
    width: 100%;
    min-height: 200px;
    background-color: white;
    position: absolute;
    top: 0;
    opacity: .8;
    height: 100%;
    pointer-events: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileFacetActionButtons,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileFacetActionButtons {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px -1px 10px 0px #0000001a;
    padding: 8px 8.5px 10px;
    background: white;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileFacetActionButtons .btn,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileFacetActionButtons .btn {
    display: inline-block;
    width: 49%;
    text-align: center;
    line-height: 42px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    float: left;
    padding: 0;
    margin: 0 0 0 1%;
    color: white;
    border-radius: 2px;
    background: var(--blue-primary, #438ed8);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    border: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileFacetActionButtons .btn.btn-alternative,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu .mobileFacetActionButtons .btn.btn-alternative {
    margin-left: 0;
    margin-right: 1%;
    color: #438ed8;
    border-radius: 2px;
    background: var(--gray-background, #f7f7f7);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 1px 0 2px 0 rgba(0, 0, 0, 0.07), 1px 0 2px 0 rgba(0, 0, 0, 0.07);
    border: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li {
    position: relative;
    margin-bottom: -1px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li > .a_wraper {
    padding: 12.5px 0 12.5px 16px;
    font-size: 13px;
    font-weight: bold;
    background-color: #e7e7e7;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li > .a_wraper a {
    font-size: 14px;
    text-decoration: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li > .a_wraper a:before {
    margin-top: 6px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .mobileTowns {
    display: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li {
    margin-bottom: 0;
    padding-top: 0;
    background-color: whitesmoke;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li > .a_wraper {
    padding: 12.5px 0 12.5px 8px;
    margin-left: 16px;
    border-bottom: 1px solid #e7e7e7;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li > .a_wraper a {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li .accordionIcon {
    display: none;
    position: absolute;
    margin-left: -30px !important;
    margin-top: -1px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li .accordionIcon i {
    width: 14px;
    height: 15px;
    display: inline-block;
    background: url(/hizmetler/Content/img/faceted/faceted_search.png) 0 -612px no-repeat;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    position: relative;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li .accordionOpen {
    display: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li .accordionOpen i {
    background: url(/hizmetler/Content/img/faceted/faceted_search.png) 0 -637px no-repeat;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li ul {
    display: none;
    background-color: white;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li ul > li {
    padding: 2px 10px 3px 60px;
    border-bottom: 1px dotted #f3f3f3;
    border-top: 1px dotted #d0d0d0;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li ul > li:first-child {
    border-top: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li ul > li .accordionIcon,
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel #townList > li .facetTownList > li ul > li .accordionOpen {
    display: none;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel .a_wraper {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 50px 8px 0;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel .facetedCheckbox {
    margin-left: 0;
    font-size: 14px;
    color: black;
    padding-left: 0px;
    cursor: pointer;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel .facetedCheckbox:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-unchecked.png) no-repeat scroll transparent;
    content: " ";
    right: 16px;
    width: 17px;
    height: 17px;
    position: absolute;
    background-size: cover;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel .facetedCheckbox.checked:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-checked.png) no-repeat scroll transparent;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel .facetedCheckbox.orangeCB:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-unchecked.png) no-repeat scroll transparent;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel .facetedCheckbox.orangeCB.checked:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-checked.png) no-repeat scroll transparent;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel .facetedCheckbox.orangeCB.checkedHalf:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-checked.png) no-repeat scroll transparent;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel .facetedCheckbox.halfIndented {
    font-weight: bold;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel .mobileCityBoxActions {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ededed;
    position: fixed;
    bottom: 0px;
    height: 60px;
    width: 100%;
    padding: 11px 15px;
    border-top: 1px solid #c4c4c4;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileScrollPanel .mobileCityBoxActions .btn {
    margin-left: 10px;
  }
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu .mobileMenuBlock .mobileCurrentCity {
    margin-top: -10px;
  }
  body.mobile #stickBottomMenu {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px -1px 10px 0px #0000001a;
    padding: 8px 8.5px 10px;
    background: white;
  }
  body.mobile #stickBottomMenu a {
    display: inline-block;
    width: 49%;
    text-align: center;
    line-height: 42px;
    position: relative;
    font-size: 14px;
    float: left;
    font-weight: normal;
  }
  body.mobile #stickBottomMenu .categoryBtn {
    margin-left: 1%;
    color: white;
    border-radius: 2px;
    background: var(--blue-primary, #438ed8);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    border: none;
  }
  body.mobile #stickBottomMenu .cityBtn {
    margin-right: 1%;
    color: #438ed8;
    border-radius: 2px;
    background: var(--gray-background, #f7f7f7);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 1px 0 2px 0 rgba(0, 0, 0, 0.07), 1px 0 2px 0 rgba(0, 0, 0, 0.07);
    border: none;
  }
  body.mobile #stickBottomMenu #m_makeOrder {
    display: none;
  }
  body.mobile .mobileLocationSelectWindow {
    display: none;
    position: fixed;
    background-color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 46px;
    z-index: 3;
    overflow: auto;
  }
  body.mobile .mobileLocationSelectWindow h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 12.5px 16px;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel {
    padding-bottom: 107px;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li {
    position: relative;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .cityDiv {
    border-bottom: 1px solid whitesmoke;
    padding: 12.5px 0 12.5px 16px;
    font-size: 13px;
    font-weight: bold;
    background-color: #e7e7e7;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .cityDiv a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns {
    display: none;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li {
    margin-top: -1px;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li > .a_wraper {
    background-color: whitesmoke;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px dotted #cecece;
    border-top: 1px solid #cecece;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li > .a_wraper a {
    text-decoration: none;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li .accordionIcon {
    display: none;
    position: absolute;
    margin-left: -30px !important;
    margin-top: -1px;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li .accordionIcon i {
    width: 14px;
    height: 15px;
    display: inline-block;
    background: url(/hizmetler/Content/img/faceted/faceted_search.png) 0 -612px no-repeat;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    position: relative;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li .accordionOpen {
    display: none;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li .accordionOpen i {
    background: url(/hizmetler/Content/img/faceted/faceted_search.png) 0 -637px no-repeat;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li ul {
    display: none;
    background-color: white;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li ul > li {
    padding: 1px 10px 4px 60px;
    border-bottom: 1px dotted #f3f3f3;
    border-top: 1px dotted #d0d0d0;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li ul > li:first-child {
    border-top: none;
  }
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li ul > li .accordionIcon,
  body.mobile .mobileLocationSelectWindow .mobileScrollPanel #mobileCityList > li .mobileTowns > li ul > li .accordionOpen {
    display: none;
  }
  body.mobile .mobileLocationSelectWindow .a_wraper {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 50px 8px 0;
  }
  body.mobile .mobileLocationSelectWindow .facetedCheckbox {
    margin-left: 0;
    font-size: 14px;
    color: black;
    padding-left: 0px;
    cursor: pointer;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.mobile .mobileLocationSelectWindow .facetedCheckbox:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-unchecked.png) no-repeat scroll transparent;
    content: " ";
    margin-left: 0;
    right: 16px;
    width: 17px;
    height: 17px;
    position: absolute;
  }
  body.mobile .mobileLocationSelectWindow .facetedCheckbox.checked:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-checked.png) no-repeat scroll transparent;
  }
  body.mobile .mobileLocationSelectWindow .facetedCheckbox.orangeCB:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-unchecked.png) no-repeat scroll transparent;
  }
  body.mobile .mobileLocationSelectWindow .facetedCheckbox.orangeCB.checked:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-checked.png) no-repeat scroll transparent;
  }
  body.mobile .mobileLocationSelectWindow .facetedCheckbox.orangeCB.checkedHalf:before {
    background: url(/hizmetler/Content/img/mobile/checkbox-checked.png) no-repeat scroll transparent;
  }
  body.mobile .mobileLocationSelectWindow .facetedCheckbox.halfIndented {
    margin-left: 28px;
  }
  body.mobile .mobileLocationSelectWindow .mobileCityBoxActions {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px -1px 10px 0px #0000001a;
    padding: 8px 8.5px 10px;
    background: white;
  }
  body.mobile .mobileLocationSelectWindow .mobileCityBoxActions a {
    display: inline-block;
    width: 49%;
    text-align: center;
    line-height: 42px;
    position: relative;
    font-size: 14px;
    float: left;
    font-weight: normal;
  }
  body.mobile .mobileLocationSelectWindow .mobileCityBoxActions .cityBtn {
    margin-right: 1%;
    color: #438ed8;
    border-radius: 2px;
    background: var(--gray-background, #f7f7f7);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 1px 0 2px 0 rgba(0, 0, 0, 0.07), 1px 0 2px 0 rgba(0, 0, 0, 0.07);
    border: none;
  }
  body.mobile #currentSearchFilters {
    display: none;
    border: initial;
    margin: initial;
    padding: initial;
  }
  body.mobile #currentSearchFilters .currentFilters {
    display: none;
  }
  body.mobile .category-description-wrapper {
    display: none;
  }
  body.mobile .searchOnResult {
    display: inline;
    position: fixed;
    right: 16px;
    top: 11px;
  }
  body.mobile .searchOnResult #search-on-results-button {
    display: block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(/hizmetler/Content/img/mobile/search.png) no-repeat scroll transparent;
  }
  body.mobile #mobileSearchMenu {
    display: none;
  }
  body.mobile .resultPaging #pageNavTable .pageNaviButtons li.prev a,
  body.mobile .resultPaging #pageNavTable .pageNaviButtons li.page a,
  body.mobile .resultPaging #pageNavTable .pageNaviButtons li.last a {
    color: #438ed8;
    border-radius: 2px;
    background: var(--gray-background, #f7f7f7);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 1px 0 2px 0 rgba(0, 0, 0, 0.07), 1px 0 2px 0 rgba(0, 0, 0, 0.07);
    border: none;
  }
  body.mobile .resultPaging #pageNavTable .pageNaviButtons li span.currentPage {
    color: white;
    border-radius: 2px;
    background: var(--blue-primary, #438ed8);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    border: none;
  }
}
@media screen and (max-width: 767px) {
  /*
  //---------------------------------
  //
  //  shared_modules/facetSearch/facet_phone.css 
  //
  //   481px - 768px
  //
  //---------------------------------
  */
  
  body.mobile #mobileFacetedContainer #mobileLocationsSelectMenu,
  body.mobile #mobileFacetedContainer #mobileCategorySelectMenu {
    margin-top: -15px;
  }
}
@media screen and (max-width: 479px) {
  /*
  //---------------------------------
  //
  //  shared_modules/facetSearch/facet_portrait_phone.less 
  //
  //    0 - 481px 
  //
  //---------------------------------
  */
  
  body.mobile #mobileFacetedContainer #mobileSearchMenu .btn {
    padding: 6px 10px;
    font-weight: normal;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #f3f3f3;
  position: relative;
}
.jspDrag {
  background: white;
  border: 1px solid #d5d4d4;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset -2px -3px 2px #e6e5e5;
  -moz-box-shadow: inset -2px -3px 2px #e6e5e5;
  box-shadow: inset -2px -2px 2px #e6e5e5;
}
.jspDrag:hover {
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 2px 3px 2px #e6e5e5;
  -moz-box-shadow: inset 2px 3px 2px #e6e5e5;
  box-shadow: inset 2px 2px 2px #e6e5e5;
}
.jspActive {
  background-color: #e8e7e7 !important;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #f3f3f3 url(/hizmetler/Content/img/faceted/faceted_search_shbdn.png) 0 -733px no-repeat;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrowUp {
  background-position: 2px -728px;
}
.jspArrowDown {
  background-position: 2px -747px;
}
.jspArrow.jspDisabled {
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 18px;
}
.jspHorizontalBar .jspArrow {
  width: 11px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/*page specific css*/

/*
//---------------------------------
//
//  related_pages/search/search_desktop.css 
//
//   984px - unlimited
//
//---------------------------------
*/

.openxSpace._728_90 {
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}
#mobile-menu-title {
  display: none;
}
[class^="badge-"],
[class*=" badge-"] {
  display: inline-block;
  background-image: url(/hizmetler/Content/img/badges.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  margin: 0px 5px;
  cursor: pointer;
}
.badge-first {
  width: 26px;
  height: 30px;
  display: none;
}
.badge-fast {
  width: 45px;
  height: 21px;
  background-position: -49px -4px;
  vertical-align: 5px;
  margin-right: 0px;
  display: none;
}
.badge-seperator {
  width: 3px;
  height: 3px;
  background-position: -37px -11px;
  vertical-align: 13px;
  display: none;
}
.badge-castrol-service-point-araba {
  background-image: url(/hizmetler/Content/img/icon/castrol_service_point_araba.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  width: 73px;
  height: 25px;
  margin-top: 7px;
}
.badge-castrol-service-point-otobus {
  background-image: url(/hizmetler/Content/img/icon/castrol_service_point_otobus.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  width: 73px;
  height: 25px;
  margin-top: 7px;
}
.badge-castrol-service-point-kamyon {
  background-image: url(/hizmetler/Content/img/icon/castrol_service_point_kamyon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  width: 73px;
  height: 25px;
  margin-top: 7px;
}
.badge-724 {
  background-image: url(/hizmetler/Content/img/icon/7_24_badge.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  width: 153px;
  height: 40px;
  margin-top: 7px;
  position: absolute;
  top: -20px;
  right: -5px;
  cursor: inherit;
}
.searchPage {
  margin: 20px auto;
}
.searchPage .breadcrumbs a i,
.searchPage .breadcrumbs span i {
  margin: 0 7px;
}
.searchPage .pagetitle {
  margin: 20px 0;
}
.searchPage .pagetitle h1 {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.searchPage .pagetitle span {
  font-size: 18px;
}
.searchPage .pagetitle #search-result-count {
  color: #8f0100;
  font-weight: bold;
}
.searchPage .pagetitle .container_7_24_mobile {
  display: none;
}
.searchPage .clearSpaceFloatLeft {
  line-height: 0px;
  height: 0px;
  font-size: 0px;
  clear: both;
  display: inline-block;
  margin: -3px;
}
.searchPage .box {
  border: 1px solid #bbbbbb;
}
.searchPage .box .boxHead {
  background-color: #f6f6f6;
  border-bottom: 1px solid #bbbbbb;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
}
.searchPage .box .boxHead .fa-map-marker,
.searchPage .box .boxHead .fa-list-ul {
  display: none;
}
.searchPage .box .boxHead .fa-map-marker {
  font-size: 16px;
}
.searchPage .box .boxHead .fa-list-ul {
  font-size: 14px;
}
.searchPage .box .boxContent {
  padding: 10px 0;
}
.searchPage .box .mobileCitiesLightBoxOpen {
  display: none;
}
.searchPage .announceCount {
  font-size: 11px;
  color: gray;
}
.searchPage .resultContainer {
  width: 748px;
  margin-left: 14px;
  display: inline-block;
  vertical-align: top;
}
.searchPage .resultContainer .resultPaging {
  margin-top: 20px;
}
.searchPage .resultContainer .resultPaging .pageNaviButtons span.pager-arrow {
  background-image: url(/hizmetler/Content/img/paging.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  display: inline-block;
  height: 10px;
  margin-top: -2px;
  padding: 0;
  width: 6px;
}
.searchPage .resultContainer .resultPaging .pageNaviButtons span.pager-arrow.first {
  background-position: 0px 0px;
}
.searchPage .resultContainer .resultPaging .pageNaviButtons span.pager-arrow.last {
  background-position: -12px 0;
}
.searchPage .resultContainer .resultPaging .pageNaviButtons {
  display: table;
  margin: 0 auto !important;
  overflow: hidden;
  margin-top: 30px;
}
.searchPage .resultContainer .resultPaging .pageNaviButtons li {
  background-color: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-right: 3px;
}
.searchPage .resultContainer .resultPaging .pageNaviButtons a,
.searchPage .resultContainer .resultPaging .goToPage a,
.searchPage .resultContainer .resultPaging .pageNaviButtons span,
.searchPage .resultContainer .resultPaging .goToPage span {
  background-color: #efefef;
  background-image: -moz-linear-gradient(top, white, #efefef);
  background-image: -ms-linear-gradient(top, white, #efefef);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(top, white, #efefef);
  background-image: -o-linear-gradient(top, white, #efefef);
  background-image: linear-gradient(top, white, #efefef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF', GradientType=0);
  background-repeat: repeat-x;
  border: 1px solid silver;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 0 0 1px white inset, 0 2px 2px -1px #e5e5e5;
  color: #2c5ea3;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0;
  padding: 4px 2px 5px 1px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  width: 21px;
}
.searchPage .resultContainer .resultPaging .pageNaviButtons a:hover,
.searchPage .resultContainer .resultPaging .goToPage a:hover,
.searchPage .resultContainer .resultPaging .pageNaviButtons span:hover,
.searchPage .resultContainer .resultPaging .goToPage span:hover {
  background: none repeat scroll 0 0 white;
  border-color: #9d9d9d;
  text-decoration: none;
}
.searchPage .resultContainer .resultPaging .pageNaviButtons a.prevNextBut {
  padding: 4px 9px 5px 10px;
  width: auto;
}
.searchPage .resultContainer .resultPaging .pageNaviButtons a,
.searchPage .resultContainer .resultPaging .goToPage a {
  color: #2c5ea3;
  display: block;
}
.searchPage .resultContainer .resultPaging .pageNaviButtons li span {
  display: block;
}
.searchPage .resultContainer .resultPaging .pageNaviButtons li span.currentPage {
  background: none repeat scroll 0 0 #8598aa;
  color: white;
}
.searchPage .resultContainer .noResult {
  display: none;
  text-align: left;
  line-height: 40px;
}
.searchPage .resultContainer .noResult p {
  font-size: 16px;
  font-weight: bold;
}
.searchPage .resultContainer .noResult span {
  font-size: 12px;
}
.dialog {
  width: 430px;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  box-shadow: none;
}
/* arama sonuc sayfasi siralama bari */

.MacOS #wideSortingBarContainer li div .fa-radio-icon {
  margin: 0 2px 0 9px;
}
#stickBottomMenu {
  display: none;
}
#wideSortingBarContainer {
  background-color: #f1f1f1;
  margin-bottom: -1px;
  border: 1px solid #d5d5d5;
  display: block;
}
#wideSortingBarContainer div {
  line-height: 26px;
  cursor: pointer;
  font-size: 11px;
}
#wideSortingBarContainer div.active {
  background-image: none;
  filter: none;
}
#wideSortingBarContainer div.active .fa-radio-icon {
  color: white;
  background-position: -21px 0px;
}
#wideSortingBarContainer div .fa-radio-icon {
  display: none;
}
#wideSortingBarContainer #selectBoxLi {
  float: right;
  margin-top: 10px;
}
#wideSortingBarContainer #selectBoxLi .customSelect {
  margin-right: 8px;
  position: relative;
  width: 140px;
  right: 0;
}
#wideSortingBarContainer #selectBoxLi .customSelect select {
  width: 100%;
}
#wideSortingBarContainer #selectBoxLi .customSelect span {
  font-size: 11px;
  color: #292929;
}
#wideSortingBarContainer #selectBoxLi .customSelect .fa-radio-icon {
  top: 5px;
  position: absolute;
  left: -34px;
}
#wideSortingBarContainer .searchResultWideSorting {
  position: relative;
  min-height: 50px;
}
#wideSortingBarContainer .searchResultWideSorting #container_7_24 {
  line-height: 46px;
  font-size: 11px;
  font-weight: bold;
}
#wideSortingBarContainer .searchResultWideSorting #container_7_24 .facetedCheckbox:before {
  margin-top: 16px;
}
#wideSortingBarContainer .searchResultWideSorting #container_7_24 .span724 {
  color: black;
  background-color: #e4b01c;
  font-weight: bold;
  display: inline-block;
  padding: 3px 4px;
}
#wideSortingBarContainer .searchResultWideSorting #sortingItem {
  display: block;
  padding: 0 10px;
  line-height: 46px;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 0;
}
#wideSortingBarContainer .searchResultWideSorting #sortingItem .customSelect {
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
  display: inline-block;
  width: 160px;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding-left: 10px;
  text-align: left;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
  border: 0px;
  font-weight: normal;
  font-size: 12px;
}
#wideSortingBarContainer .searchResultWideSorting #sortingItem .customSelect span {
  font-size: 13px;
  color: black;
}
#wideSortingBarContainer .searchResultWideSorting #sortingItem .customSelect span.solgun {
  color: #878787;
  white-space: nowrap;
}
#wideSortingBarContainer .searchResultWideSorting #sortingItem .customSelect select {
  cursor: pointer;
  position: absolute;
  width: 172px;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: "alpha(opacity=0)";
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  left: 0px;
  bottom: -1px;
  height: 30px;
  padding: 3px 0px 3px 5px;
}
#wideSortingBarContainer .searchResultWideSorting #sortingItem .customSelect select option {
  padding: 3px 0px 3px 5px;
}
#wideSortingBarContainer .searchResultWideSorting #sortingItem .customSelect:after {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0d7";
  font-size: 10px;
  color: #002da1;
  right: 10px;
  top: 10px;
  z-index: 0;
  pointer-events: none;
}
#wideSortingBarContainer .searchResultWideSorting #sortingItem .customSelect.disabled {
  background-color: #f2f2f2;
  pointer-events: none;
}
#wideSortingBarContainer.urgent .sortItem,
#wideSortingBarContainer.urgent #selectBoxLi {
  display: none;
}
#wideSortingBarContainer.urgent #container_7_24 {
  display: inline-block;
}
#wideSortingBarContainer.urgent #container_7_24 .facetedCheckbox {
  padding-left: 0;
}
#wideSortingBarContainer.urgent #sortingItem {
  display: none;
}
/* arama sonuc sayfasi siralama bari  sonu */

#profileSearchResults .profileLinkage {
  display: block;
  text-decoration: none;
}
#profileSearchResults .profileLinkage .searchResultCover {
  position: relative;
  margin-bottom: -1px;
  border: 1px solid #d5d5d5;
  padding: 20px;
}
#profileSearchResults .profileLinkage .searchResultCover.hover .profileTitle {
  text-decoration: underline;
}
#profileSearchResults .profileLinkage .searchResultCover .profileTitle {
  color: #003399;
  outline: none;
  font-size: 12px;
  font-weight: bold;
}
#profileSearchResults .profileLinkage .searchResultCover .profileTitle:hover {
  text-decoration: underline;
}
#profileSearchResults .profileLinkage .searchResultCover .profileImagePlace {
  clear: both;
  display: inline-block;
  vertical-align: top;
}
#profileSearchResults .profileLinkage .searchResultCover .profileImage {
  width: 86px;
  /*.posAp(15px,15px,87px,91px)*/

}
#profileSearchResults .profileLinkage .searchResultCover a:hover {
  text-decoration: none;
}
#profileSearchResults .profileLinkage .searchResultCover .itemHeaderLine {
  position: absolute;
  margin-left: 108px;
  width: 600px;
}
#profileSearchResults .profileLinkage .searchResultCover .itemHeaderLine h3 {
  display: inline;
}
#profileSearchResults .profileLinkage .searchResultCover .itemHeaderLine .score {
  display: inline;
  text-align: center;
  float: right;
  height: 8px;
}
#profileSearchResults .profileLinkage .searchResultCover .itemHeaderLine .score .search-result-conversation {
  padding-right: 10px;
  /*border-right: 1px solid #bababa;*/
  margin-right: 10px;
  font-weight: bold;
  font-size: .9em;
  position: absolute;
  top: 30px;
  width: 120px;
  right: -40px;
}
#profileSearchResults .profileLinkage .searchResultCover .itemHeaderLine .score span {
  padding-right: 5px;
  font-size: 10px;
  color: #868686;
  font-weight: bold;
}
#profileSearchResults .profileLinkage .searchResultCover .itemHeaderLine .score .fa-star {
  color: #bababa;
  font-size: 15px;
  margin: 0px;
  margin-right: 0px;
}
#profileSearchResults .profileLinkage .searchResultCover .itemHeaderLine .score .fa-star.passive {
  color: #bababa;
}
#profileSearchResults .profileLinkage .searchResultCover .itemHeaderLine .score .fa-star.active {
  color: #e3b11c;
}
#profileSearchResults .profileLinkage .searchResultCover .itemHeaderLine .score .fa-star.halfStar:after {
  content: "\f005";
  position: absolute;
  width: 51%;
  overflow: hidden;
  color: #e3b11c;
  left: 0;
}
#profileSearchResults .profileLinkage .searchResultCover .profileDetails {
  color: #676767;
  margin-top: 6px;
  display: inline-block;
  min-width: 36%;
  max-width: 36%;
  padding-top: 16px;
  vertical-align: top;
}
#profileSearchResults .profileLinkage .searchResultCover .profileDetails .conversation-link {
  display: none;
}
#profileSearchResults .profileLinkage .searchResultCover .profileDetails a.profileLink {
  color: #676767;
}
#profileSearchResults .profileLinkage .searchResultCover .profileDetails .name {
  line-height: 16px;
  margin-bottom: 10px;
}
#profileSearchResults .profileLinkage .searchResultCover .profileDetails .name .fa-user-pro {
  margin-right: 7px;
  background-size: cover;
  height: 12px;
  width: 11px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
}
#profileSearchResults .profileLinkage .searchResultCover .profileDetails .loc {
  line-height: 16px;
  margin-bottom: 10px;
}
#profileSearchResults .profileLinkage .searchResultCover .profileDetails .loc .fa-map-marker-custom {
  margin-right: 9px;
  background-size: cover;
  height: 12px;
  width: 9px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
}
#profileSearchResults .profileLinkage .searchResultCover .profileDetails .category {
  line-height: 16px;
  margin-bottom: 0px;
}
#profileSearchResults .profileLinkage .searchResultCover .profileDetails .category .fa-th-list-custom {
  vertical-align: 0px;
  margin-right: 8px;
  margin-left: 1px;
  background-size: cover;
  height: 8px;
  width: 9px;
  -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
}
#profileSearchResults .profileLinkage .searchResultCover:nth-child(odd) {
  background-color: #fdfdfd;
}
#profileSearchResults .profileLinkage .searchResultCover:nth-child(even) {
  background-color: #f8f8f8;
}
#profileSearchResults .profileLinkage .searchResultCover .bulletinItem {
  display: inline-block;
  max-width: 46%;
  min-width: 200px;
  height: 57px;
  margin-left: 0px;
  font-size: 12px;
  margin-top: 20px;
}
#profileSearchResults .profileLinkage .searchResultCover .bulletinItem .fa-mini-bullet {
  margin-right: 8px;
  background-position: 0 -16px;
}
#profileSearchResults .profileLinkage .searchResultCover .bulletinItem i {
  color: #868686;
  display: block;
  text-decoration: none;
}
#profileSearchResults .profileLinkage .searchResultCover .bulletinItem:before {
  content: "";
  border-left: 1px solid gainsboro;
  height: 67px;
  position: absolute;
  display: block;
  margin-top: -3px;
}
#profileSearchResults .profileLinkage .searchResultCover .bulletinItem.highlighted .fa-mini-bullet {
  background-position: 0 0;
  vertical-align: -7px;
}
#profileSearchResults .profileLinkage .searchResultCover .bulletinItem.highlighted .maskAnnounce .announceValign span {
  font-weight: bold;
  color: #cb514e;
}
#profileSearchResults .profileLinkage .searchResultCover .noAnnounce {
  color: darkgray;
  margin-top: 24px;
}
#profileSearchResults .profileLinkage .searchResultCover .noAnnounce .fa-briefcase {
  padding-right: 6px;
  font-size: 14px;
}
#profileSearchResults .profileLinkage .searchResultCover .maskAnnounce {
  max-height: 60px;
  margin-top: 0px;
  overflow: hidden;
}
#profileSearchResults .profileLinkage .searchResultCover .maskAnnounce .announceValign {
  vertical-align: middle;
  padding-left: 25px;
}
#profileSearchResults .profileLinkage .searchResultCover .maskAnnounce .announceValign span {
  font-weight: normal;
  color: #292929;
}
#profileSearchResults .profileLinkage .searchResultCover .maskAnnounce .announceValign .profile-description {
  display: block;
  margin-top: 0px;
  line-height: 20px;
  padding-left: 20px;
  color: #676767;
  word-break: break-word;
}
#profileSearchResults .profileLinkage .searchResultCover .maskAnnounce .announceValign i.fa {
  float: left;
  margin-top: 3px;
  font-size: 14px;
}
#profileSearchResults .profileLinkage .searchResultCover .badgeContainer {
  float: left;
  margin-right: 8px;
  margin-top: -11px;
}
#profileSearchResults .profileLinkage .searchResultCover .badgeContainer .verticalSpliter {
  border-right: 1px solid #c2c2c2;
  margin: 9px 0 8px 4px;
  height: 20px;
  width: 1px;
  display: inline;
  float: right;
}
#profileSearchResults .profileLinkage .searchResultCover h3 a {
  font-size: 12px;
  font-weight: bold;
}
#profileSearchResults .profileLinkage .searchResultCover .searchResultProfDetail {
  width: 486px;
}
#profileSearchResults .profileLinkage .searchResultCover span.comment {
  display: inline-block;
  position: static;
  vertical-align: 9px;
}
#profileSearchResults .profileLinkage .searchResultCover span.comment.border {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
}
#profileSearchResults .profileLinkage .searchResultCover img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#profileSearchResults .profileLinkage .searchResultCover .firstDayProfile {
  height: 91px;
  margin-right: 20px;
  width: 86px;
  text-align: center;
  border: 1px solid #cecece;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#profileSearchResults .profileLinkage .searchResultCover .firstDayProfile .fa-camera {
  font-size: 32px;
  padding: 30px 0;
  color: #bababa;
}
html[data-browser*='msie'] #wideSortingBarContainer .searchResultWideSorting #container_7_24 {
  padding-left: 25px;
}
html[data-browser*='msie'] #wideSortingBarContainer .searchResultWideSorting #container_7_24 .facetedCheckbox {
  margin-left: 0px;
}
@media only screen and (min-width: 1200px) {
  .searchPage .resultContainer {
    width: 910px;
    margin-left: 18px;
  }
  .searchPage .resultContainer #profileSearchResults .itemHeaderLine {
    margin-left: 108px;
    width: 757px;
  }
  .searchPage .resultContainer #profileSearchResults .profileDetails {
    width: 240px;
    min-width: initial;
    max-width: initial;
  }
  .searchPage .resultContainer #profileSearchResults .bulletinItem {
    width: 498px;
    max-width: initial;
    min-width: initial;
  }
}
@media screen and (max-width: 984px) {
  /*
  //---------------------------------
  //
  //  related_pages/search/search_pad.css 
  //
  //   769px - 983px
  //
  //---------------------------------
  */
  
  body.mobile .openxSpace._728_90 {
    display: none;
  }
  body.mobile main {
    min-height: initial;
  }
  body.mobile .searchPage {
    width: 100%;
    min-width: 300px;
    margin: 0;
  }
  body.mobile .searchPage .breadcrumbs {
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #cecece;
    display: none;
  }
  body.mobile .searchPage .resultContainer {
    width: 100%;
    min-width: 300px;
    margin-left: initial;
  }
  body.mobile .searchPage .resultContainer .resultPaging {
    margin-bottom: 80px;
  }
  body.mobile .searchPage .resultContainer .resultPaging #pageNavTable {
    zoom: 1.3;
  }
  body.mobile .searchPage .resultContainer .noResult {
    margin: 20px;
  }
  body.mobile .searchPage .pagetitle {
    padding: 10px 10px 8px 13px;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 0px;
    margin-top: 0px;
  }
  body.mobile .searchPage .pagetitle h1 {
    font-size: 12px;
  }
  body.mobile .searchPage .pagetitle span {
    font-size: 12px;
  }
  body.mobile .searchPage .pagetitle .container_7_24_mobile {
    display: block;
    padding-top: 15px;
    font-size: 12px;
  }
  body.mobile .searchPage .pagetitle .container_7_24_mobile .facetedCheckbox {
    margin-left: 10px;
    display: inherit;
    line-height: 14px;
  }
  body.mobile .searchPage .pagetitle .container_7_24_mobile .facetedCheckbox:before {
    margin-top: 3px;
  }
  body.mobile .searchPage .pagetitle .container_7_24_mobile .span724 {
    color: black;
    background-color: #e4b01c;
    font-weight: bold;
    display: inline-block;
    padding: 3px 4px;
  }
  body.mobile .searchPage .box {
    border-bottom: none;
  }
  body.mobile .searchPage .box .boxHead {
    padding: 17px 10px;
  }
  body.mobile .searchPage .box .boxHead .fa-map-marker,
  body.mobile .searchPage .box .boxHead .fa-list-ul {
    display: inline-block;
    margin-right: 4px;
    margin-top: 0px;
  }
  body.mobile .searchPage .box .boxContent {
    padding: initial;
  }
  body.mobile .searchPage .box .mobileCitiesLightBoxOpen {
    display: block;
  }
  body.mobile .searchPage #wideSortingBarContainer {
    display: none;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 137px;
    width: 200px;
    padding: 10px 0;
  }
  body.mobile .searchPage #wideSortingBarContainer #wideSortingLabel {
    display: none;
  }
  body.mobile .searchPage #wideSortingBarContainer #selectBoxLi {
    float: initial;
  }
  body.mobile .searchPage #wideSortingBarContainer #selectBoxLi .customSelect {
    float: initial;
    margin-top: initial;
    width: initial;
  }
  body.mobile .searchPage #wideSortingBarContainer #selectBoxLi .customSelect i {
    position: initial;
    left: initial;
    top: initial;
  }
  body.mobile .searchPage #wideSortingBarContainer #selectBoxLi .customSelect select {
    width: 134px;
  }
  body.mobile .searchPage #wideSortingBarContainer.urgent {
    width: 240px !important;
  }
  body.mobile .searchPage #wideSortingBarContainer.urgent #container_7_24 {
    line-height: 30px;
  }
  body.mobile .searchPage #wideSortingBarContainer.urgent #container_7_24 .facetedCheckbox:before {
    margin-top: 8px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover {
    margin: 0px;
    border: none;
    border-bottom: 1px solid #cecece;
    padding: 15px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails {
    font-size: 14px;
    padding-top: 0;
    width: 36%;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .name {
    margin-bottom: 18px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .name .fa-user-pro {
    margin-right: 5px;
    background-size: cover;
    height: 14px;
    width: 13px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .loc {
    margin-bottom: 18px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .loc .fa-map-marker {
    margin-right: 9px;
    background-size: cover;
    height: 15px;
    width: 11px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .category .fa-th-list {
    margin-right: 8px;
    background-size: cover;
    height: 11px;
    width: 13px;
    -ms-behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
    behavior: url(/hizmetler/Content/css/backgroundsize.min.htc);
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem {
    display: none;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .itemHeaderLine {
    position: relative;
    left: initial;
    top: initial;
    width: 100%;
    border: none;
    margin: 0px;
    padding-bottom: 10px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover h3 span {
    font-size: 13px;
    font-weight: bold;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .searchResultProfDetail {
    width: 603px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .score span {
    font-size: 14px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .firstDayProfile {
    height: 91px;
    width: 86px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .firstDayProfile .fa-camera {
    font-size: 30px;
    padding: 36px 0px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover:nth-child(odd) {
    background-color: #fdfdfd;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover:nth-child(even) {
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 767px) {
  /*
  //---------------------------------
  //
  //  related_pages/search/search_phone.css 
  //
  //   481px - 768px 
  //
  //---------------------------------
  */
  
  body.mobile .searchPage #wideSortingBarContainer {
    top: 127px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover {
    padding: 8px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileImage {
    width: 72px;
    height: initial;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .firstDayProfile {
    width: 65px;
    height: initial;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .firstDayProfile .fa-camera {
    font-size: 25px;
    padding: 21px 0;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .firstDayProfile img {
    display: block;
    width: 63px;
    height: 67px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails {
    font-size: 12px;
    min-width: initial;
    max-width: initial;
    width: initial;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .name {
    margin-bottom: 5px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .loc {
    margin-bottom: 5px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .conversation-link {
    display: block;
    margin-top: 5px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .conversation-link i {
    font-size: 11px;
    color: #7a7a7a;
    margin-right: 7px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover span.comment.border {
    padding: 0px;
    margin: 0px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem {
    width: 100%;
    max-width: 100%;
    height: initial;
    font-size: 14px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem:before {
    content: none;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem .fa-mini-bullet {
    margin-right: 9px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem .maskAnnounce {
    height: initial;
    overflow: initial;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem .maskAnnounce .announceValign {
    height: initial;
    overflow: initial;
    padding-left: 80px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem .maskAnnounce .announceValign p {
    padding-left: 20px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .noAnnounce {
    margin-top: 0px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover h3 {
    margin-left: 0px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover h3 a {
    font-size: 14px;
    font-weight: bold;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .searchResultProfDetail {
    width: 603px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .score {
    margin-right: 10px;
    padding-top: 0;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .score span {
    font-size: 11px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .score .fa-star {
    font-size: 13px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .score .search-result-conversation {
    display: none;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .badgeContainer {
    top: 0px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .badgeContainer i {
    margin-top: -3px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .badgeContainer .verticalSpliter {
    margin-top: -3px;
  }
}
@media screen and (max-width: 479px) {
  /*
  //---------------------------------
  //
  //  related_pages/search/search_portrait_phone.css 
  //
  //   0 - 481px 
  //
  //---------------------------------
  */
  
  body.mobile .searchPage .resultContainer .noResult {
    line-height: 22px;
  }
  body.mobile .searchPage .resultContainer .noResult p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body.mobile .searchPage .resultContainer .noResult span {
    line-height: 22px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails {
    width: 66%;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .loc {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .profileDetails .category {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem {
    margin-left: 0px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem .maskAnnounce .announceValign {
    padding-left: 0;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem .maskAnnounce .announceValign .title {
    font-weight: bold;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem .maskAnnounce .announceValign .fa-mini-bullet {
    display: none;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .bulletinItem .maskAnnounce .announceValign p {
    padding-left: 0px;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .score span {
    display: none;
  }
  body.mobile .searchPage #profileSearchResults .searchResultCover .badgeContainer {
    display: none;
  }
}

