@charset "UTF-8";
/*==============================
 *Table oF Content
 ===============================
 1) Default Settings
 2) General Styles
 3) CSS Transitions
 4) Documentation Header
 5) Dropdown
 6) Section Headings
 7) Category Boxes
 8) Text Widgets
 9) Call to Actions
 10) SocialLinks
 11) Breadcrumbs
 12) Listing Actions on archive pages of shop and ads
 13) Search Widget
 14) Range Widget
 15) Archive/Listing of Ads
 16) Ads
 17) Ads Single Page
 18) Info List
 19) Info element with icons
 20) Tooltip
 21) Email Alerts ( subscription form )
 22) Widgets
 23) Buttons
 24) Form Elements
 25) Dashboard
 26) Tabs
 27) Info Box
 26) Accordion with Radio box
 27) Progressbar
 28) Slick Slider
 29) Icon boxes
 30) Teams
 31) Testimonials
 32) Two Column area to show different features for buyers and sellers
 33) Blog
 34) Default Accordion
 35) Hero Banners
 36) Category boxes with thumbnail
 37) Pricing Tables
 38) Cart
 39) Subscribe
 40) Gallery Slider
 41) General Stylings of Shop pages
 42) Modals
 43) Mobile Menu
 44) Sliding nav
 45) Alerts
 46) Footer

 ================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,400italic,700);
/*Abbreviations
tc => Text Color
fs => Font size
fw => Font weight
pri => Primary
sec => Secondary
*/
/*color Variables */
/*Path Variables*/
/*Typography*/
/*General*/
/*!
 * Bootstrap v3.3.6 (http://get.bootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }
  #chatbox::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
#chatbox::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
#chatbox::-webkit-scrollbar-thumb {
    background: var(--renk);
    border: 0px none transparent;
    border-radius: 50px;
}
#chatbox::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
#chatbox::-webkit-scrollbar-thumb:active {
    background: var(--renk);
}
#chatbox::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none transparent;
    border-radius: 50px;
}
#chatbox::-webkit-scrollbar-track:hover {
    background: #666666;
}
#chatbox::-webkit-scrollbar-track:active {
    background: #333333;
}
#chatbox::-webkit-scrollbar-corner {
    background: transparent;
}

#chatbox::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
#chatbox::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
#chatbox::-webkit-scrollbar-thumb {
    background: var(--renk);
    border: 0px none transparent;
    border-radius: 50px;
}
#chatbox::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
#chatbox::-webkit-scrollbar-thumb:active {
    background: var(--renk);
}
#chatbox::-webkit-scrollbar-track {
    background: #fff;
    border: 0px none transparent;
    border-radius: 50px;
}
#chatbox::-webkit-scrollbar-track:hover {
    background: #666666;
}
#chatbox::-webkit-scrollbar-track:active {
    background: #333333;
}
#chatbox::-webkit-scrollbar-corner {
    background: #fff;
}
#Cont {
  background-size : contain;
  margin : 0rem 0rem; 
width: 100%;}

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.hdReklam {
    width: 100%;
    height: 120px;
    background: #ffff;
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center; }

.sdReklam {
    width: 100%;
    height: 300px;
    background: #ffff;
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
#arkarenk{
    background: var(--renk); color: #fff;
}
.gtImg {
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #d0d0d0; }

.gtImg img {
    max-width: 100%;
    max-height: 100%;
}

.gtImgb {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; }

.gtImgb img {
    max-width: 100%;
    max-height: 100%;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container-fluid:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:before, .clearfix2:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix2:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .gtImg {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; }

.gtImg img {
    max-width: 100%;
    max-height: 100%;
}
  .gtImgb {
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; }

.gtImgb img {
    max-width: 100%;
    max-height: 100%;
}
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav:before, .nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none; }

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 8px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {

}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
   }

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background: var(--renk);
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager:before, .pager:after {
  content: " ";
  display: table; }

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: none;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

.panel-body:after {
  clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*some basic settings/configuration for themes i.e assignment of font size to mostly used tags*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #686868;
  font-weight: 400;
  background: #F7F7F7; }

img {
  max-width: 100%; }

a {
  outline: none !important;
  color: #0083c9; }

button {
  outline: none !important; }

h1, h2, h3, h4, h5, .shortcodes-page h6 {
  margin: 15px 0;
  color: #151515;
  font-weight: 600; }

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading .shortcodes-page h6 {
  margin-top: 0; }

h1 {
  font-size: 40px; }

@media (max-width: 1023px) {
  h1 {
    font-size: 30px; } }

@media (max-width: 500px) {
  h1 {
    font-size: 24px; } }

h2 {
  font-size: 30px; }

@media (max-width: 1023px) {
  h2 {
    font-size: 24px; } }

@media (max-width: 500px) {
  h2 {
    font-size: 20px; } }

h3 {
  font-size: 24px; }

@media (max-width: 1023px) {
  h3 {
    font-size: 20px; } }

h4 {
  font-size: 20px; }

@media (max-width: 1023px) {
  h4 {
    font-size: 16px; } }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

@media (min-width: 992px) {
  .text-right-md {
    text-align: right; } }

@media (min-width: 778px) {
  .text-right-sm {
    text-align: right; } }

strong {
  font-weight: 600; }

.text-uppercase {
  text-transform: uppercase !important; }

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

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

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

.text-bold {
  font-weight: 700 !important; }

.text-semi-bold {
  font-weight: 600 !important; }

.text-italic {
  font-style: italic !important; }

a.link {
  text-decoration: underline; }

a.link.link-pink {
  color: #db6989; }

.web-app {
  overflow: hidden;
  height: 100%; }

.page {
  margin-bottom: 100px; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none; } }

.white-bg {
  background: #ffffff; }

.blue-bg {
  background: #0083c9; }

.app-canvas, .section.style2 {
  background: url("../img/basic/bd-pattern.jpg") repeat-x;
  padding: 30px 0 0; 
margin-top: 70px; }

@media (max-width: 1199px) {
  .container {
    width: 100% !important; } }

.section {
  padding: 90px 0; }

.section.style2 {
  padding-bottom: 90px; }

.wide-element {
  width: 100% !important;
  max-width: 100% !important; }

.block-element {
  width: 100%;
  display: block !important; }

.imgAsBg > img {
  display: none; }

.imgAsBg {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.pad-top-0 {
  padding-top: 0 !important; }

.bg1, .bg1-icon-wrap:hover span, .bg1-icon-wrap.active span {
  background: #4693d3 !important; }

.bg2, .bg2-icon-wrap:hover span, .bg2-icon-wrap.active span {
  background: #db6989 !important; }

.bg3, .bg3-icon-wrap:hover span, .bg3-icon-wrap.active span {
  background: #ffaf02 !important; }

.bg4, .bg4-icon-wrap:hover span, .bg4-icon-wrap.active span {
  background: #bd967a !important; }

.bg5, .bg5-icon-wrap:hover span, .bg5-icon-wrap.active span {
  background: #00a8c6 !important; }

.bg6, .bg6-icon-wrap:hover span, .bg6-icon-wrap.active span {
  background: #77c04b !important; }

.bg7, .bg7-icon-wrap:hover span, .bg7-icon-wrap.active span {
  background: #ff7200 !important; }

.bg8, .bg8-icon-wrap:hover span, .bg8-icon-wrap.active span {
  background: #767690 !important; }

.bg9, .bg9-icon-wrap:hover span, .bg9-icon-wrap.active span {
  background: #9db10b !important; }

.bg10, .bg10-icon-wrap:hover span, .bg10-icon-wrap.active span {
  background: #a868c2 !important; }

.bg11, .bg11-icon-wrap:hover span, .bg11-icon-wrap.active span {
  background: #f465af !important; }

.bg12, .bg12-icon-wrap:hover span, .bg12-icon-wrap.active span {
  background: #f95858 !important; }

.tc1, .tc1-hover:hover {
  color: #4693d3 !important; }

.tc2, .tc2-hover:hover {
  color: #db6989 !important; }

.tc3, .tc3-hover:hover {
  color: #ffaf02 !important; }

.tc4, .tc4-hover:hover {
  color: #bd967a !important; }

.tc5, .tc5-hover:hover {
  color: #00a8c6 !important; }

.tc6, .tc6-hover:hover {
  color: #77c04b !important; }

.tc7, .tc7-hover:hover {
  color: #ff7200 !important; }

.tc8, .tc8-hover:hover {
  color: #767690 !important; }

.tc9, .tc9-hover:hover {
  color: #9db10b !important; }

.tc10, .tc10-hover:hover {
  color: #a868c2 !important; }

.tc11, .tc11-hover:hover {
  color: #f465af !important; }

.tc12, .tc12-hover:hover {
  color: #f95858 !important; }

.info-list.no-icons li {
  padding-left: 0;
  margin-right: 20px; }

.basic-card {
  background: #ffffff;
  padding: 0 25px; }

@media (max-width: 767px) {
  .basic-card {
    background: none;
    padding: 0; } }

.basic-card + .basic-card {
  margin-top: 10px; }

.basic-card > header {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5; }

@media (max-width: 767px) {
  .basic-card > header {
    padding: 10px 0; } }

.basic-card > .inner {
  padding: 25px; }

@media (max-width: 767px) {
  .basic-card > .inner {
    padding: 10px 0; } }

.basic-card > .inner form {
  padding: 25px 0; }

@media (max-width: 767px) {
  .basic-card > .inner form {
    padding: 15px 0 0; } }

ol {
  counter-reset: item; }

ol li {
  display: block; }

ol li:before {
  content: counter(item) ". ";
  padding-right: 5px;
  counter-increment: item;
  color: #0083c9; }

.contextual-page {
  padding: 0 60px;
  background: #ffffff; }

@media (max-width: 1199px) {
  .contextual-page {
    margin: 0 -15px 70px;
    padding: 0 15px; } }

.contextual-page .slick-margin-fix {
  margin: 0 -60px 100px -60px; }

@media (max-width: 1199px) {
  .contextual-page .slick-margin-fix {
    margin: 0 -15px 15px -15px; } }

.contextual-page .page-margin-fix {
  margin: 0 -60px; }

.contextual-page .page-header {
  margin: 0 -60px;
  padding: 40px 60px;
  background: #f4f4f4; }

.contextual-page .page-header p {
  margin: 0; }

.contextual-page .page-header h2, .contextual-page .page-header h3, .contextual-page .page-header h4, .contextual-page .page-header h5, .contextual-page .page-header h6 {
  margin: 0; }

.contextual-page .page-header h2 + p, .contextual-page .page-header h3 + p, .contextual-page .page-header h4 + p, .contextual-page .page-header h5 + p, .contextual-page .page-header h6 + p {
  margin-top: 10px; }

.border-separated-column .col-xs-12 + .col-xs-12 {
  border-left: 1px solid #f1f1f1; }

.border-top {
  border-top: 1px solid #f1f1f1; }

/*helping classes*/
.mt-100 {
  margin-top: 100px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

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

.mb-75 {
  margin-bottom: 75px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.pt-100 {
  padding-top: 60px !important; }

.pt-75 {
  padding-top: 60px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-50 {
  padding-top: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

@media (max-width: 767px) {
  .xs-text-left, .col-xs-12.text-right {
    text-align: left !important; }
  .pull-right {
    float: none !important; } }

.mark {
  padding: 2px 10px;
  background: #222;
  color: #fff;
  margin: 0 5px; }

.mark.mark-yellow {
  background: #ffaf02; }

.account-access-option {
  padding: 0 50px;
  max-width: 500px;
  margin: auto; }

a.view-item, .contact-options li a, .listing-actions a, .listing-actions .fa,
.listing-actions ul, .cat-boxes .cat-box .inner, .filter-options-widget a,
.social-links li a, .btn, .nt-tab-triggers li span, .panel-actions a, .about-member,
.category-search-tabbed a, .location-box div:before, .widget-icon, .slick-arrow, .mobile-menu-wrap {
  -webkit-transition: all, 0.2s, ease-in;
  -o-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in; }

.progress-line > div, .category-list a, .category-list ul, .remove-cart-item, .cart-unit, .shop-product, .modal-container, .mobile-menu,
.slide-nav-list ul ul, .slide-nav-list, .sliding-nav {
  -webkit-transition: all, 0.3s, ease-in;
  -o-transition: all, 0.3s, ease-in;
  transition: all, 0.3s, ease-in; }

.social-links, .pricing table, .pricing .btn, .full-width-gallery, .demoSlide .demoSlideInner {
  -webkit-transition: all, 0.4s, ease-in;
  -o-transition: all, 0.4s, ease-in;
  transition: all, 0.4s, ease-in; }

.doc-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #ffffffc9;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14); }

.doc-header .container > .inner {
  position: relative;
  padding: 30px 0 30px 250px; }

@media (max-width: 1020px) {
  .doc-header .container > .inner {
    padding: 0 0 20px; } }

@media (max-width: 767px) {
  .doc-header .container > .inner {
    padding: 20px 0; } }

.doc-header .container > .inner .app-logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 250px;
  height: 100%;
  font-size: 0; }

.doc-header .container > .inner .app-logo.centered {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center; }

.doc-header .container > .inner .app-logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.doc-header .container > .inner .app-logo a {
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 767px) {
  .doc-header .container > .inner .app-logo a {
    max-width: 90%;
    margin-bottom: 13px; } }

@media (max-width: 1020px) {
  .doc-header .container > .inner .app-logo {
    position: relative;
    padding: 20px 0 20px 35px;
    max-width: none; } }

@media (max-width: 767px) {
  .doc-header .container > .inner .app-logo {
    padding: 0 0 0 35px; } }

.doc-header a.quick-post {
  padding: 18px;
  margin-left: 10px; }

@media (max-width: 767px) {
  .doc-header a.quick-post {
    position: absolute;
    right: 0;
    top: 20px;
    max-width: 130px; } }

@media (max-width: 480px) {
  .doc-header a.quick-post {
    padding: 10px;
    top: 50%;
    margin-top: -19px; } }

.doc-header .quick-actions {
  margin: -10px 0 15px;
  padding: 0;
  text-align: right; }

@media (max-width: 1020px) {
  .doc-header .quick-actions {
    position: absolute;
    right: 0;
    margin: 0;
    top: 30px; } }

@media (max-width: 767px) {
  .doc-header .quick-actions {
    display: none; } }

.doc-header .quick-actions > li {
  display: inline-block; }

.doc-header .quick-actions > li > a {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  color: #686868;
  font-size: 11px;
  text-transform: uppercase; }

.doc-header .quick-actions > li > a.nav-trigger {
  height: 40px;
  width: 40px;
  background: var(--renk);
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: -15px; }

.doc-header .quick-actions > li > a.nav-trigger .fa {
  color: #fff;
  position: absolute;
  top: 50%;
  line-height: 0;
  left: 0;
  width: 100%;
  text-align: center; }

.doc-header .quick-actions > li > a .fa {
  color: #b7b7b7;
  font-size: 14px; }

.doc-header .quick-actions > li > a .fa-caret-down {
  font-size: 12px; }

.doc-header .quick-actions.style2 {
  margin: 0; }

.doc-header .quick-actions.style2 > li > a {
  padding: 30px 15px; }

.doc-header .quick-actions.style3 {
  margin: 0; }

.doc-header .quick-actions.style3 > li {
  margin-bottom: -5px; }

.doc-header .quick-actions.style3 > li > a {
  width: 65px;
  text-align: center;
  padding: 38px 0;
  position: relative; }

.doc-header .quick-actions.style3 > li > a.nav-trigger {
  background: none;
  height: auto;
  border-radius: 0;
  margin-bottom: auto; }

.doc-header .quick-actions.style3 > li > a > i {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  top: 50%;
  text-align: center;
  font-size: 25px;
  color: #909090; }

@media (max-width: 1020px) and (min-width: 768px) {
  .doc-header.style2 .container {
    padding: 0; } }

.doc-header.style2 .container > .inner {
  padding: 0;
  min-height: 80px; }

.doc-header.style2 .container > .inner .quick-actions-2 {
  float: left;
  margin: 0;
  padding: 0; }

.doc-header.style2 .container > .inner .quick-actions-2.right {
  float: right; }

.doc-header.style2 .container > .inner .quick-actions-2 > li {
  display: block;
  float: left;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1; }

.doc-header.style2 .container > .inner .quick-actions-2 > li + li {
  margin-left: -1px; }

.doc-header.style2 .container > .inner .quick-actions-2 > li > a {
  display: block;
  padding: 40px 0;
  width: 180px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  text-transform: capitalize; }

.doc-header.style2 .container > .inner .quick-actions-2 > li > a i {
  padding-left: 5px; }

@media (max-width: 1020px) {
  .doc-header.style2 .container > .inner .quick-actions-2 > li > a {
    width: auto;
    padding: 35px 25px; } }

.doc-header.style2 .container > .inner .quick-actions-2 .basic-dropdown {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14); }

.doc-header.style2 .container > .inner .quick-actions-2 .basic-dropdown:before {
  display: none; }

@media (max-width: 767px) {
  .doc-header.style2 .container > .inner .quick-actions-2 {
    display: none; } }

@media (max-width: 1020px) {
  .doc-header.style2 .container > .inner .app-logo {
    position: absolute; } }

@media (max-width: 767px) {
  .doc-header.style2 .container > .inner .app-logo {
    position: relative;
    left: auto;
    height: 80px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

.doc-header.style3 .container > .inner {
  padding: 0;
  min-height: 70px; }

@media (max-width: 1020px) {
  .doc-header.style3 .container > .inner .app-logo {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0; } }

@media (max-width: 767px) {
  .doc-header.style3 .container > .inner .app-logo {
    height: 80px; } }

@media (max-width: 767px) {
  .doc-header.style3 .container > .inner > .clearfix {
    display: none; } }


.doc-header.style3 .container > .inner > .clearfix > ul {
  padding: 0;
  margin: 0;
  text-align: right;
  float: right; }

.doc-header.style3 .container > .inner > .clearfix2 > ul {
  padding: 0;
  margin: 0;
  text-align: right;
  float: right; }

.doc-header.style3 .container > .inner > .clearfix > ul > li {
  display: block;
  float: left; }

.doc-header.style3 .container > .inner > .clearfix2 > ul > li {
  display: block;
  float: left; }

.doc-header.style3 .container > .inner > .clearfix > ul > li > a {
  display: block;
  padding: 25px 15px;
  text-decoration: none;
  color: inherit;
  font-size: 12px;
  text-transform: uppercase; }

.doc-header.style3 .container > .inner > .clearfix2 > ul > li > a {
  display: block;
  padding: 25px 15px;
  text-decoration: none;
  color: inherit;
  font-size: 12px;
  text-transform: uppercase; }

.doc-header.style3 .container > .inner > .clearfix > ul > li.dropdown-wrap {
  margin-left: 2px; }

.doc-header.style3 .container > .inner > .clearfix2 > ul > li.dropdown-wrap {
  margin-left: 2px; }

.doc-header.style3 .container > .inner > .clearfix > ul > li.dropdown-wrap > a {
  text-align: center;
  width: 66px;
  background: #f4f4f4;
  font-size: 25px;
  padding: 0;
  height: 70px; }

.doc-header.style3 .container > .inner > .clearfix2 > ul > li.dropdown-wrap > a {
  text-align: center;
  width: 66px;
  background: #f4f4f4;
  font-size: 25px;
  padding: 0;
  height: 70px; }

.doc-header.style3 .container > .inner > .clearfix > ul > li.dropdown-wrap > a > i {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #909090; }

.doc-header.style3 .container > .inner > .clearfix2 > ul > li.dropdown-wrap > a > i {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #909090; }

.doc-header.style3 .container > .inner .basic-dropdown {
  background: #f4f4f4;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14); }

.doc-header.style3 .container > .inner .basic-dropdown:before {
  display: none; }

.doc-header.style3 .container > .inner .basic-dropdown .country-list li a:hover {
  background: #ffffff; }

.doc-header.style4 .container > .inner {
  padding: 0 0 0 250px; }

.doc-header.style4 .container > .inner .basic-dropdown {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14); }

.doc-header.style4 .container > .inner .basic-dropdown:before {
  display: none; }

@media (max-width: 1020px) {
  .doc-header.style4 .container > .inner {
    height: 75px; }
  .doc-header.style4 .container > .inner .app-logo {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0; }
  .doc-header.style4 .container > .inner .quick-actions {
    position: relative;
    right: auto;
    left: auto;
    top: auto; } }

.doc-header.header-fixed {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.doc-header.header-fixed .quick-actions.circular-style {
  margin: 0; }

.doc-header.header-fixed .quick-actions.circular-style > li > a {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  text-align: center; }

.doc-header.header-fixed .quick-actions.circular-style > li > a .fa {
  color: #fff; }

.doc-header.header-fixed .dropdown-wrap .basic-dropdown {
  margin-top: 10px;
  margin-right: -5px; }

.doc-header.header-fixed .sticky-menu {
  background: #fff; }

.doc-header.header-fixed .sticky-menu .mega-dropdown {
  float: left;
  height: 70px;
  margin-right: 15px;
  background: #0083c9;
  border: none;
  width: 200px; }

.doc-header.header-fixed .sticky-menu .mega-dropdown.active:before, .doc-header.header-fixed .sticky-menu .mega-dropdown.active:after {
  display: none; }

.doc-header.header-fixed .sticky-menu .mega-dropdown > button {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  padding: 0 40px 0 30px; }

.doc-header.header-fixed .sticky-menu .mega-dropdown > i {
  font-size: 20px;
  color: #fff; }

.doc-header.header-fixed .sticky-menu .mega-dropdown .mega-content {
  margin-top: 0;
  width: 290px;
  left: 0;
  border-color: #0083c9; }

.doc-header.header-fixed .sticky-menu .quick-actions {
  float: right;
  margin: 15px 25px 15px 0; }

.doc-header.header-fixed .sticky-menu .quick-actions > li.show-when-sticky {
  display: none; }

.doc-header.header-fixed .sticky-menu .quick-actions > li > a {
  font-size: 13px; }

@media (max-width: 1020px) {
  .doc-header.header-fixed .sticky-menu .quick-actions {
    display: none; } }

.doc-header.header-fixed .sticky-menu ul.main_nav {
  margin: 0;
  padding: 0;
  float: left; }

.doc-header.header-fixed .sticky-menu ul.main_nav > li {
  display: inline-block; }

.doc-header.header-fixed .sticky-menu ul.main_nav > li > a {
  display: block;
  padding: 24px 12px;
  text-decoration: none;
  color: #686868;
  font-weight: 600;
  text-transform: capitalize; }

.doc-header.header-fixed .sticky-menu ul.main_nav > li.active > a, .doc-header.header-fixed .sticky-menu ul.main_nav > li > a:hover {
  color: #151515; }

@media (max-width: 767px) {
  .doc-header.header-fixed .sticky-menu {
    display: none; } }

@media (max-width: 1020px) {
  .doc-header.header-fixed .container > .inner {
    padding: 0;
    height: 80px; }
  .doc-header.header-fixed .container > .inner .app-logo {
    padding: 0; } }

@media (max-width: 767px) {
  .doc-header.header-fixed .container > .inner .app-logo {
    padding-left: 50px; }
  .doc-header.header-fixed .container > .inner .app-logo .mob-menu-trigger {
    background: #fff;
    left: 0; } }

@media (max-width: 767px) {
  .doc-header .pull-right {
    float: none !important; } }

.doc-header .mobile-control {
  display: none; }

@media (max-width: 767px) {
  .doc-header .mobile-control {
    display: block; } }

.doc-header .mob-menu-trigger {
  background: none;
  position: absolute;
  top: 50%;
  left: -15px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  font-size: 26px;
  color: inherit;
  border: none; }

@media (max-width: 767px) {
  .doc-header .search-filters {
    display: none; } }

.mega-dropdown {
  width: 175px;
  height: 54px;
  border: 2px solid #e0e0e0;
  position: relative; }

.mega-dropdown.active {
  z-index: 200; }

.mega-dropdown.active:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  left: -2px;
  height: 86px;
  background: #ffffff;
  z-index: 18;
  border: 2px solid #77c04b;
  -webkit-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14); }

.mega-filtered-search .mega-dropdown.active:before {
  border-color: #0083c9; }

.mega-dropdown.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  height: 80px;
  background: #ffffff;
  z-index: 25; }

.mega-dropdown.active > i {
  color: #686868;
  z-index: 51; }

.mega-dropdown.active .mega-content {
  display: block; }

.mega-dropdown.active .mega-content > .inner {
  padding: 30px; }

.mega-dropdown > button {
  border: none;
  background: none;
  font-size: 14px;
  line-height: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 30px 0 15px;
  z-index: 60;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.mega-dropdown > i {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 14px;
  line-height: 0;
  color: #b7b7b7;
  z-index: 25; }

.mega-content {
  display: none;
  width: 690px;
  background: #fff;
  border: 2px solid #77c04b;
  position: absolute;
  top: 100%;
  left: -2px;
  z-index: 21;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14); }

.mega-filtered-search .mega-content {
  border-color: #0083c9;
  width: 304px; }

.dropdown-wrap.active .mega-content {
  display: block; }

.dropdown-wrap .mega-content {
  margin-top: 0;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14); }

.dropdown-wrap .mega-content > .inner {
  padding: 30px; }

.mega-list > header {
  font-size: 14px;
  color: #151515;
  text-transform: capitalize;
  position: relative;
  padding-left: 30px; }

.mega-list > header i {
  color: #77c04b;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  margin-top: -4px; }

.mega-list ul {
  margin: 15px -30px 0;
  padding: 0 0 0 30px;
  font-size: 13px; }

.mega-list ul li {
  display: block;
  width: 25%;
  float: left;
  padding-right: 40px;
  position: relative; }

.mega-list ul li:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 33px;
  top: 50%;
  line-height: 0; }

.mega-list ul li a {
  display: block;
  color: inherit; }

.mega-filtered-search {
  float: left;
  padding-left: 15px;
  height: 54px;
  width: 540px;
  position: relative;
  margin-left: 10px;
  border: 2px solid #e0e0e0;
  background: #f4f4f4 !important; }

@media (max-width: 1199px) {
  .mega-filtered-search {
    width: 300px; } }

.mega-filtered-search .mega-dropdown {
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background: #f4f4f4; }

.mega-filtered-search .search-widget {
  height: 50px;
  background: none; }

.category-list {
  margin: 0;
  padding: 20px 0;
  position: relative;
  z-index: 10; }

.category-list a {
  text-transform: capitalize; }

.category-list > li {
  display: block; }

.category-list > li > a {
  display: block;
  padding: 12px 50px 12px 65px;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  position: relative; }

.category-list > li > a i {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 50px;
  text-align: center;
  line-height: 0;
  font-size: 22px; }

.category-list > li > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 30px;
  top: 50%;
  line-height: 0; }

.category-list > li:hover > a {
  background: var(--renk);
  color: #ffffff; }

.category-list > li:hover > ul {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1; }

.category-list > li > ul {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: 100%;
  z-index: -1;
  width: 100%;
  top: -2px;
  bottom: -2px;
  overflow-y: auto;
  background: #0083c9;
  padding: 20px 0; }

.category-list > li > ul li {
  display: block; }

.category-list > li > ul li a {
  color: #ffffff;
  display: block;
  padding: 12px 30px;
  font-size: 14px;
  text-decoration: none; }

.category-list > li > ul li a:hover {
  background: rgba(0, 0, 0, 0.05); }

.dropdown-wrap {
  text-align: left;
  position: relative; }

.dropdown-wrap.active .basic-dropdown {
  display: block; }

.dropdown-wrap .basic-dropdown {
  display: none;
  z-index: 50;
  border: 1px solid #b7b7b7;
  background: #ffffff;
  width: 180px;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.14); }

.dropdown-wrap .basic-dropdown.wide {
  width: 370px; }

.dropdown-wrap .basic-dropdown:before {
  font-family: "FontAwesome";
  content: "\f0d8";
  color: #ffffff;
  text-shadow: 0px -2px 0px #b7b7b7;
  font-size: 22px;
  position: absolute;
  right: 15px;
  line-height: 0;
  top: -2px; }

.country-list {
  margin: 0;
  padding: 0; }

.country-list li {
  display: block; }

.country-list li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: inherit; }

.country-list li a img {
  position: relative;
  top: -1px;
  margin-right: 10px; }

.country-list li a:hover {
  background: #f4f4f4; }

.social-drop-list {
  padding: 0;
  margin: 0; }

.social-drop-list li {
  display: block; }

.social-drop-list li a {
  display: block;
  padding: 15px 15px 15px 50px;
  text-decoration: none;
  color: inherit;
  position: relative; }

.social-drop-list li a:hover {
  background: #f4f4f4; }

.social-drop-list li a .fa {
  width: 28px;
  height: 28px;
  top: 12px;
  left: 15px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px; }

.social-drop-list li a .fa.fa.fa-facebook {
  background: #3b579d; }

.social-drop-list li a .fa.fa.fa-twitter {
  background: #2caae1; }

.social-drop-list li a .fa.fa.fa-linkedin {
  background: #0077b5; }

.social-drop-list li a .fa.fa.fa-instagram {
  background: #509dae; }

.social-drop-list li a .fa.fa.fa-google-plus {
  background: #dd4d40; }

.mega-dropdown-wrap {
  position: relative; }

.mega-dropdown-wrap .mega-dropdown {
  width: 100%;
  border-width: 1px;
  height: 42px;
  max-width: 570px; }

.mega-dropdown-wrap .mega-dropdown:before, .mega-dropdown-wrap .mega-dropdown:after {
  display: none !important; }

.mega-dropdown-wrap .mega-dropdown .mega-content {
  min-width: 200px;
  width: 50%;
  margin-top: 0;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f4f4f4;
  left: -1px; }

.mega-dropdown-wrap .mega-dropdown .mega-content .category-list > li > ul {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  top: 0;
  bottom: 0; }

.mega-dropdown-wrap .mega-dropdown .mega-content .category-list > li > ul li > a {
  color: #686868; }

.mega-dropdown-wrap .mega-dropdown .mega-content .category-list > li > ul li > a:hover {
  color: #686868;
  background: #f4f4f4; }

.heading {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 30px; }

.heading.style-bg {
  background: #f4f4f4; }

@media (max-width: 500px) {
  .heading {
    font-size: 18px; } }

.heading.big {
  padding: 40px 0; }


.heading.small {
  font-size: 14px;
  padding-bottom: 50px; }

.heading.style2 {
  font-size: 14px; }

.heading.style2 h2 {
  margin: 0; }

@media (min-width: 1200px) {
  .heading.style2 h2 {
    font-size: 40px; } }

.heading.style2 p {
  margin-top: 0; }

.heading h1, .heading h2, .heading h3 {
  text-transform: none; }

.heading h4, .heading h5 {
  color: #686868; }

.heading .text-bold h1, .heading .text-bold h2, .heading .text-bold h3, .heading .text-bold h4, .heading .text-bold h5 {
  font-weight: 700; }

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
  margin-top: 0;
  margin-bottom: 0; }

.heading h1 strong, .heading h2 strong, .heading h3 strong, .heading h4 strong, .heading h5 strong {
  font-weight: 700;
  position: relative;
  z-index: 5; }

.heading h1 strong:after, .heading h2 strong:after, .heading h3 strong:after, .heading h4 strong:after, .heading h5 strong:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background: url("../img/basic/line.png") no-repeat center center;
  height: 9px;
  position: absolute;
  z-index: -1; }

.heading.long {
  text-align: center;
  padding: 180px 0;
  font-size: 14px; }

@media (max-width: 767px) {
  .heading.long {
    padding: 30px 0; } }

.icon-heading {
  padding: 5px 0; }

.icon-heading h1, .icon-heading h2, .icon-heading h3, .icon-heading h4 {
  padding-left: 50px;
  position: relative; }

.icon-heading h1 i, .icon-heading h2 i, .icon-heading h3 i, .icon-heading h4 i {
  position: absolute;
  top: 50%;
  line-height: 0;
  font-size: 40px;
  left: 0;
  color: #0083c9; }

.uzr-panel .cat-boxes {
  margin: 0 -15px;
  padding: 15px 0; }

@media (max-width: 400px) {
  .uzr-panel .cat-boxes {
    margin: 0; } }

.cat-boxes .cat-box {
  display: block;
  text-decoration: none;
  width: 16.66666667%;
  float: left;
  padding: 3px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #151515; }

.uzr-panel .cat-boxes .cat-box {
  width: 33.3333334%;
  padding: 15px; }

@media (max-width: 767px) {
  .uzr-panel .cat-boxes .cat-box {
    width: 50%; } }

@media (max-width: 400px) {
  .uzr-panel .cat-boxes .cat-box {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 10px; } }

.cat-boxes .cat-box .inner {
  position: relative;
  padding: 25px 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent; }

.cat-boxes .cat-box .inner:hover {
  z-index: 20;
  -webkit-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14); }

.cat-boxes .cat-box .inner > div {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  line-height: 85px;
  color: #ffffff;
  font-size: 50px;
  margin: 0 auto 30px;
  background: #0083c9; }

.uzr-panel .cat-boxes .cat-box .inner > div {
  font-size: 35px; }

@media (max-width: 1023px) {
  .cat-boxes .cat-box {
    width: 25%; } }

@media (max-width: 767px) {
  .cat-boxes .cat-box {
    width: 33.3333334%; } }

@media (max-width: 500px) {
  .cat-boxes .cat-box {
    width: 50%; } }

.text-widget {
  position: relative;
  line-height: 28px; }

.text-widget .inner {
  background: #ffffff;
  padding: 20px 40px 40px; }

@media (max-width: 767px) {
  .text-widget .inner {
    padding: 20px; } }

.tabs-row .text-widget .inner {
  padding-bottom: 38px;
  padding-top: 1px; }

.uzr-panel .text-widget .inner {
  padding: 0;
  background: none; }

.text-widget .inner p {
  margin: 30px 0 0; }

.text-widget .inner hr {
  margin: 40px 0; }

.text-widget .inner h6 {
  color: #151515; }

.contextual-page .text-widget h2, .contextual-page .text-widget h3, .contextual-page .text-widget h4, .contextual-page .text-widget h5, .contextual-page .text-widget h6 {
  margin: 30px 0; }

.caret-right-list {
  margin: 10px 0;
  padding: 0; }

.caret-right-list li {
  display: block;
  padding-left: 22px;
  line-height: 28px;
  position: relative; }

.caret-right-list li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  width: 22px;
  text-align: center;
  top: 2px;
  left: 0;
  position: absolute;
  color: #0083c9;
  font-size: 16px; }

.call-to-action {
  position: relative;
  font-weight: 600; }

.call-to-action header {
  padding-top: 60px; }

@media (max-width: 992px) {
  .call-to-action header {
    padding-top: 0; } }

.call-to-action header h2, .call-to-action header h3, .call-to-action header h4, .call-to-action header h5, .call-to-action header h6 {
  font-weight: 700;
  margin-top: 0; }

@media (max-width: 767px) {
  .call-to-action {
    padding-top: 20px; }
  .call-to-action .pull-right {
    float: none !important; } }

.call-to-action .action-mock {
  text-align: right; }

@media (max-width: 767px) {
  .call-to-action .action-mock {
    text-align: left; } }

.call-to-action .inner {
  padding-top: 10px; }

.call-to-action .app-store {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
  padding-left: 60px; }

@media (max-width: 767px) {
  .call-to-action .app-store {
    margin-bottom: 20px;
    padding-left: 0; } }

.call-to-action .app-store img {
  position: absolute;
  left: 0;
  top: 0; }

@media (max-width: 767px) {
  .call-to-action .app-store img {
    position: relative;
    display: block;
    margin-bottom: 5px; } }

.call-to-action .app-store h4 {
  font-size: 18px; }

@media (max-width: 992px) {
  .call-to-action .app-store h4 {
    font-size: 10px; } }

@media (max-width: 767px) {
  .call-to-action .app-store h4 {
    font-size: 12px; } }

@media (max-width: 480px) {
  .call-to-action .app-store h4 {
    font-size: 9px; } }

.call-to-action .app-store h3, .call-to-action .app-store h4, .call-to-action .app-store h5 {
  margin-top: 0; }

.call-to-action .app-store span {
  text-transform: uppercase;
  font-size: 10px; }

@media (max-width: 960px) {
  .call-to-action .app-store span {
    font-size: 8px; } }

@media (max-width: 400px) {
  .call-to-action .app-store span {
    display: none; } }

.call-to-action-2 > .inner {
  padding: 40px 200px 40px 40px;
  background: #ffffff;
  position: relative; }

.call-to-action-2 > .inner > a.btn {
  position: absolute;
  right: 40px;
  top: 45px; }

@media (max-width: 767px) {
  .call-to-action-2 > .inner > a.btn {
    position: relative;
    right: auto;
    top: auto; } }

@media (max-width: 767px) {
  .call-to-action-2 > .inner {
    padding: 20px; } }

.call-to-action-3 {
  border-top: 2px solid #dfdfdf; }

.call-to-action-3.style2 {
  background: #ffffff; }

.call-to-action-3.style2 .inner {
  padding-left: 0;
  padding-right: 0; }

.call-to-action-3 .inner {
  position: relative;
  padding: 50px 70px; }

.call-to-action-3 .inner strong {
  margin-top: 6px;
  font-size: 24px;
  display: inline-block;
  color: #151515; }

.call-to-action-3 .inner a.btn {
  padding: 14px 20px; }

@media (max-width: 767px) {
  .call-to-action-3 .inner a.btn {
    margin-top: 20px; } }

.call-to-action-3 .inner .counter {
  float: left;
  margin-right: 30px; }

.call-to-action-3 .inner .counter > span {
  width: 34px;
  height: 44px;
  line-height: 44px;
  background: #0083c9;
  color: #ffffff;
  display: block;
  float: left;
  margin-right: 2px;
  font-size: 18px;
  font-weight: 600;
  text-align: center; }

.social-links, .doc-footer .social-links {
  position: relative;
  text-align: center; }

.social-links.social-bg a, .doc-footer .social-links.social-bg a {
  color: #ffffff; }

.social-links.social-bg a.fa-facebook, .doc-footer .social-links.social-bg a.fa-facebook {
  background: #3b579d; }

.social-links.social-bg a.fa-linkedin, .doc-footer .social-links.social-bg a.fa-linkedin {
  background: #2480a9; }

.social-links.social-bg a.fa-twitter, .doc-footer .social-links.social-bg a.fa-twitter {
  background: #2caae1; }

.social-links.social-bg a.fa-instagram, .doc-footer .social-links.social-bg a.fa-instagram {
  background: #509dae; }

.social-links.social-bg a.fa-google-plus, .doc-footer .social-links.social-bg a.fa-google-plus {
  background: #dd4d40; }

.social-links ul, .doc-footer .social-links ul {
  padding: 0;
  margin: 0; }

.social-links ul li, .doc-footer .social-links ul li {
  display: inline-block;
  margin: 5px;
  padding: 0; }

.social-links ul li a, .doc-footer .social-links ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  text-decoration: none;
  color: #b7b7b7;
  background: #f4f4f4; }

.social-links ul li a:hover, .doc-footer .social-links ul li a:hover {
  background: #0083c9;
  color: #ffffff; }

.social_login_opt {
  background: #fff;
  position: relative; }

.social_login_opt .split-opt {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  background: #fff;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -19px; }

@media (max-width: 500px) {
  .social_login_opt .split-opt {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    bottom: -15px; } }

.social_login_opt > div {
  position: relative;
  padding-right: 55px; }

.social_login_opt .opt-navigator {
  position: absolute;
  right: 0;
  top: 0; }

.social_login_opt .opt-navigator > button {
  display: block;
  text-indent: -999999px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: url("../img/basic/dotsico.png") center center no-repeat #e0e0e0;
  color: #ffffff; }

.social_login_opt .opt-navigator .basic-dropdown {
  margin-top: 15px; }

.social_login_opt .opt-navigator:hover > button, .social_login_opt .opt-navigator.active > button {
  background-color: #0083c9; }

.social-opts.all-active > a {
  display: block;
  margin-bottom: 10px; }

.social-opts > a {
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  padding-left: 48px;
  text-align: center;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  display: none; }

@media (max-width: 500px) {
  .social-opts > a {
    font-size: 8px; } }

.social-opts > a.active {
  display: block; }

.social-opts > a .fa {
  font-size: 16px;
  display: block;
  width: 48px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.social-opts > a.opt-fb-login {
  background: #3b579d; }

.social-opts > a.opt-gp-login {
  background: #dd4d40; }

.social-opts > a.opt-twitter-login {
  background: #2caae1; }

.social-opts > a.opt-instagram-login {
  background: #509dae; }

.social-opts > a.opt-linkedin-login {
  background: #0077b5; }

.breadcrumb {
  font-size: 12px;
  margin-bottom: 25px; }

.breadcrumb ul, .breadcrumb ol {
  margin: 0;
  padding: 0; }

.breadcrumb ul li, .breadcrumb ol li {
  display: inline-block;
  text-transform: capitalize; }

.breadcrumb ul li + li:before, .breadcrumb ol li + li:before {
  content: "\f101";
  font-family: "FontAwesome";
  width: 24px;
  text-align: center;
  display: inline-block; }

.breadcrumb ul li a, .breadcrumb ol li a {
  color: inherit; }

.breadcrumb ul li span, .breadcrumb ol li span {
  background: #ffffff;
  padding: 8px 30px 8px 15px;
  margin-right: 4px;
  position: relative; }

@media (max-width: 992px) {
  .breadcrumb ul li span, .breadcrumb ol li span {
    display: inline-block;
    margin-top: 5px; } }

.breadcrumb ul li span a, .breadcrumb ol li span a {
  position: absolute;
  right: 0;
  width: 30px;
  text-align: center;
  height: 100%;
  top: 0; }

.breadcrumb ul li span a i, .breadcrumb ol li span a i {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  line-height: 0;
  color: #b7b7b7;
  font-size: 10px; }

.listing-actions {
  position: relative;
  z-index: 100;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c8c8c8; }

@media (max-width: 767px) {
  .listing-actions {
    display: none; } }

.listing-actions a {
  position: relative; }

.listing-actions a:hover .tooltip {
  display: block; }

.listing-actions.text-right .inner {
  float: right; }

@media (max-width: 767px) {
  .listing-actions.text-right .inner {
    float: none; } }

.listing-actions .inner > div {
  margin-right: 10px;
  float: left; }

.listing-actions .inner .button-action {
  position: relative; }

.listing-actions .inner .button-action span {
  position: absolute;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  line-height: 0;
  min-width: 150px;
  text-align: right;
  font-size: 14px; }

.listing-actions .inner .button-action a {
  display: block;
  height: 40px;
  width: 84px;
  border: 3px solid #f95858;
  background: #fff;
  color: #ffffff;
  position: relative; }

.listing-actions .inner .button-action a.active {
  border-color: #77c04b; }

.listing-actions .inner .button-action a.active .fa {
  right: 36px;
  background: #77c04b; }

.listing-actions .inner .button-action a.active .fa:before {
  content: "\f00c"; }

.listing-actions .inner .button-action a .fa {
  width: 44px;
  background: #f95858;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 36px; }

.listing-actions .inner .button-action a .fa:before {
  content: "\f00d"; }

.listing-actions .inner .layout-action > a, .listing-actions .inner .search-action > a {
  display: block;
  float: left;
  height: 40px;
  width: 48px;
  text-align: center;
  line-height: 20px;
  background: #d2d2d2;
  color: #686868;
  position: relative; }

.listing-actions .inner .layout-action > a + a, .listing-actions .inner .search-action > a + a {
  margin-left: 10px; }

.listing-actions .inner .layout-action > a.active, .listing-actions .inner .layout-action > a:hover, .listing-actions .inner .search-action > a.active, .listing-actions .inner .search-action > a:hover {
  background: #ffffff;
  color: #0083c9; }

.uzr-panel .listing-actions .inner .layout-action > a.active, .uzr-panel .listing-actions .inner .layout-action > a:hover, .uzr-panel .listing-actions .inner .search-action > a.active, .uzr-panel .listing-actions .inner .search-action > a:hover {
  background: #d2d2d2; }

.listing-actions .inner .layout-action > a .fa, .listing-actions .inner .search-action > a .fa {
  line-height: 0;
  top: 50%;
  left: 0;
  width: 100%;
  position: absolute; }

.listing-actions .inner .search-action > a.active {
  color: #686868; }

.listing-actions .inner .sort-action {
  width: 180px;
  background: #d2d2d2;
  height: 40px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  text-align: left; }

.listing-actions .inner .sort-action.active ul {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  top: 100%; }

.listing-actions .inner .sort-action.active .fa:before {
  content: "\f0d8"; }

.listing-actions .inner .sort-action > .fa {
  position: absolute;
  right: 0;
  width: 38px;
  line-height: 40px;
  height: 100%;
  top: 0;
  border-left: 1px solid #bdbdbd;
  text-align: center; }

.listing-actions .inner .sort-action > .fa:before {
  content: "\f0d7"; }

.listing-actions .inner .sort-action > span {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  line-height: 0;
  padding: 0 45px 0 15px; }

.listing-actions .inner .sort-action ul {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 120%;
  width: 100%;
  left: 0; }

.listing-actions .inner .sort-action ul li {
  display: block;
  background: #cbcbcb; }

.listing-actions .inner .sort-action ul li:nth-child(even) {
  background: #d2d2d2; }

.listing-actions .inner .sort-action ul li a {
  display: block;
  padding: 12px 15px;
  color: inherit;
  text-decoration: none; }

@media (max-width: 992px) {
  .listing-actions .inner .layout-action {
    display: none; } }

.search-widget {
  background: #f4f4f4;
  position: relative;
  height: 40px;
  margin-bottom: 20px; }

.search-widget input[type="text"] {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 40px;
  max-width: none; }

.search-widget button[type="submit"] {
  border: none;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #bdbdbd;
  background: none; }

.uzr-panel .search-widget {
  max-width: 220px; }

.search-widget.style2 {
  padding-right: 170px;
  background: none; }

.search-widget.style2 button[type="submit"] {
  width: 160px;
  background: var(--renk);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700; }

.range-widget {
  position: relative;
  height: 42px; }

.range-widget button {
  background: #0083c9;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 19%;
  border: none; }

.range-widget .range-inputs {
  width: 80%;
  position: relative; }

.range-widget .range-inputs > input {
  float: left;
  width: 49%;
  background: #f4f4f4;
  border: none; }

.range-widget .range-inputs > input + input {
  margin-left: 2%; }

.listing-area {
  margin-bottom: 100px; }

.listing-filters {
  width: 300px;
  padding-right: 30px;
  float: left; }

  @media (max-width: 767px) {
    .listing-filters {
      display: none; } }

.items-list {
  margin-left: 300px; }

@media (max-width: 767px) {
  .items-list {
    margin-left: 0; } }

.listing-filter-block {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 0 20px; }

.listing-filter-block header {
  position: relative;
  padding: 20px 0; }

.listing-filter-block header h1, .listing-filter-block header h2, .listing-filter-block header h3, .listing-filter-block header h4, .listing-filter-block header h5, .listing-filter-block header h6 {
  margin: 0; }

.listing-filter-block header a {
  color: var(--renk);
  width: 52px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%; }

.listing-filter-block header a i {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  line-height: 0; }

.listing-filter-block .inner {
  padding-bottom: 20px; }

.listing-filter-block .filter-options-widget ul {
  margin: 0 -20px;
  padding: 0; }

.listing-filter-block .filter-options-widget ul li {
  display: block; }

.listing-filter-block .filter-options-widget ul li a {
  display: block;
  padding: 10px 25px 10px 45px;
  position: relative;
  color: inherit;
  text-decoration: none; }

.listing-filter-block .filter-options-widget ul li a:hover {
  background: #f4f4f4;
  color: #151515; }

.listing-filter-block .filter-options-widget ul li a i {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 12px;
  color: #0083c9;
  display: block; }

.listing-filter-block .filter-options-widget ul li a i:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 15px;
  content: "";
  font-family: "FontAwesome";
  font-size: 8px;
  text-align: center; }

.listing-filter-block .filter-options-widget ul li.active i:before {
  content: "\f00c"; }

.listing-filter-block .filter-options-widget ul li.active a {
  background: #f4f4f4;
  color: #151515; }

.item-spot {
  position: relative;
  background: #ffffff;
  min-height: 262px;
  padding-left: 300px;
  padding-right: 30px;
  padding-top: 15px;
  margin-bottom: 10px; }

@media (max-width: 1020px) {
  .item-spot {
    padding-left: 15px;
    padding-right: 15px; }
  .item-spot .item-content {
    position: relative; } }

.item-spot a.view-item {
  text-align: center;
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  border: 2px solid #e0e0e0;
  color: inherit; }

@media (max-width: 992px) {
  .item-spot a.view-item {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 30px; } }

.item-spot a.view-item:hover {
  background: #0083c9;
  color: #ffffff;
  border-color: #0083c9; }

.item-spot .inner {
  padding-right: 135px;
  position: relative;
  padding-top: 30px; }

@media (max-width: 992px) {
  .item-spot .inner {
    padding-right: 0; } }

@media (max-width: 479px) {
  .item-spot .inner {
    padding-top: 10px; } }

.item-spot .inner p {
  padding-bottom: 15px;
  margin: 0;
  line-height: 28px; }

.item-spot header {
  padding-bottom: 25px;
  padding-right: 130px;
  border-bottom: 1px solid #e5e5e5; }

.item-spot header a {
  color: inherit; }

.item-spot header h2 a, .item-spot header h3 a, .item-spot header h4 a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

@media (max-width: 1020px) {
  .item-spot header h2 a, .item-spot header h3 a, .item-spot header h4 a {
    white-space: normal; } }

.item-spot .breadcrumb {
  margin-bottom: 10px;
  color: #909090;
  font-size: 13px; }

.item-spot .breadcrumb a {
  color: inherit; }

.item-spot .imgAsBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 100%; }

@media (max-width: 1020px) {
  .item-spot .imgAsBg {
    position: relative;
    width: 100%;
    height: 250px; } }

.item-spot .item-info-short {
  font-size: 13px; }

.item-spot .item-info {
  margin: 0;
  padding: 0;
  font-size: 14px; }

@media (max-width: 767px) {
  .uzr-panel .item-spot .item-info {
    display: none; } }

.item-spot .item-info li {
  display: inline-block;
  margin-right: 15px; }

.item-spot .item-info li i {
  margin-right: 5px;
  color: #0083c9; }

.item-spot .item-info li a {
  color: inherit; }

.item-spot.featured {
  background: #f3fbff; }

.item-spot .price-tag {
  font-size: 20px;
  color: #151515;
  font-weight: 700; }

@media (max-width: 767px) {
  .uzr-panel .items-list-md.style2 .item-spot .price-tag {
    display: none; } }

.item-spot .item-actions {
  position: absolute;
  top: 32px;
  right: 0;
  width: 160px; }

@media (max-width: 1020px) {
  .item-spot .item-actions {
    top: 0;
    width: 120px; } }

@media (max-width: 479px) {
  .item-spot .item-actions {
    position: relative;
    right: auto;
    padding-top: 20px;
    clear: both;
    width: 100%;
    min-height: 50px; } }

.item-spot .item-actions .price-tag {
  padding: 30px 0 0; }

@media (max-width: 479px) {
  .item-spot .item-actions .price-tag {
    padding: 0;
    float: right; } }

.item-spot .item-actions .contact-options {
  margin: 0;
  padding: 0; }

@media (max-width: 479px) {
  .item-spot .item-actions .contact-options {
    float: left; } }

.item-spot .item-actions .contact-options li {
  display: inline-block;
  margin: 0 2px; }

.item-spot .item-actions .contact-options li a {
  display: block;
  text-decoration: none;
  margin-right: 2px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #b7b7b7;
  font-size: 12px;
  position: relative;
  background: #f4f4f4; }

.item-spot .item-actions .contact-options li a:hover {
  color: #ffffff; }

.item-spot .item-actions .contact-options li a.fa-envelope:hover {
  background: #77c04b; }
.item-spot .item-actions .contact-options li a.fa-whatsapp:hover {
  background: #77c04b; }

.item-spot .item-actions .contact-options li a.fa-phone:hover {
  background: #0083c9; }

.item-spot .item-actions .contact-options li a.fa-heart:hover {
  background: #f95858; }

@media (min-width: 993px) {
  .items-grid-style .item-spot {
    width: 33.3333334%;
    float: left;
    height: auto;
    padding: 0 5px;
    background: none; } }

@media (min-width: 993px) and (max-width: 1199px) {
  .items-grid-style .item-spot {
    width: 50%; } }

@media (min-width: 993px) {
  .items-grid-style .item-spot a.view-item {
    position: relative;
    right: auto;
    top: auto;
    display: block; }
  .items-grid-style .item-spot .imgAsBg {
    background: none;
    position: relative;
    left: auto;
    height: auto;
    width: auto; }
  .items-grid-style .item-spot .imgAsBg img {
    display: block;
    width: 100%; }
  .items-grid-style .item-spot .item-content {
    background: #ffffff;
    padding: 10px 30px 30px; }
  .items-grid-style .item-spot .item-content header {
    padding: 0 0 20px; }
  .items-grid-style .item-spot .item-content .inner {
    padding: 0; }
  .items-grid-style .item-spot .item-content .inner p {
    margin: 25px 0; }
  .items-grid-style .item-spot .item-content .item-actions {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    height: 50px;
    position: relative;
    top: auto;
    right: auto;
    width: 100%; }
  .items-grid-style .item-spot .item-content .item-actions .price-tag {
    float: left;
    padding: 0; }
  .items-grid-style .item-spot .item-content .item-actions .contact-options {
    float: right; } }

.items-grid-style.grid-4 .item-spot {
  width: 25%;
  float: left; }

@media (max-width: 1199px) {
  .items-grid-style.grid-4 .item-spot {
    width: 33.3333334%; } }

@media (max-width: 1020px) {
  .items-grid-style.grid-4 .item-spot {
    width: 50%; } }

@media (max-width: 767px) {
  .items-grid-style.grid-4 .item-spot {
    width: 100%;
    float: none; }
  .items-grid-style.grid-4 .item-spot header {
    padding-right: 0; } }

.items-grid-style .featured .item-content {
  background: #f3fbff; }

.items-list-md {
  padding-top: 8px; }

.items-list-md .item-content {
  position: static; }

.items-list-md .dashboard-btn-actions {
  width: 126px;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -55px; }

@media (max-width: 767px) {
  .items-list-md .dashboard-btn-actions {
    position: relative;
    padding-bottom: 15px;
    right: auto;
    top: auto;
    margin-top: 15px; } }

.items-list-md .dashboard-btn-actions a.btn {
  margin: 10px 0;
  display: block;
  text-align: center; }

.items-list-md.style2 {
  padding-top: 30px; }

.items-list-md.style2 .item-info-short {
  margin-bottom: 4px;
  display: block; }

.items-list-md > h2, .items-list-md > h3, .items-list-md > h4, .items-list-md > h5 {
  margin-bottom: 20px; }

.items-list-md.style2 .items-list .item-spot {
  margin-bottom: 2px;
  padding-left: 160px;
  padding-right: 260px;
  height: 130px; }

.items-list-md.style2 .items-list .item-spot.item-moderated {
  background: #ffeded; }

.items-list-md.style2 .items-list .item-spot.item-selected {
  background: #f3ffec; }

@media (max-width: 767px) {
  .items-list-md.style2 .items-list .item-spot {
    padding-right: 20px;
    height: auto; } }

@media (max-width: 475px) {
  .items-list-md.style2 .items-list .item-spot {
    padding-left: 20px; } }

.items-list-md.style2 .items-list .item-spot .imgAsBg {
  width: 130px; }

@media (max-width: 475px) {
  .items-list-md.style2 .items-list .item-spot .imgAsBg {
    display: none !important; } }

.items-list-md.style2 .items-list .item-spot header {
  padding-right: 0; }

.items-list-md.style2 .items-list .item-spot header h6 {
  margin: 10px 0;
  color: #151515; }

.items-list-md.style2 .items-list .item-spot .price-tag {
  font-weight: 600; }

.items-list-md.style3.style2 .item-spot {
  padding-right: 200px;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .items-list-md.style3.style2 .item-spot {
    padding-right: 20px; } }

.items-list-md.style2 .items-grid-style .item-spot {
  height: auto;
  padding: 0 5px; }

.items-list-md.style2 .items-grid-style .item-spot .item-content {
  padding-bottom: 25px; }

.items-list-md.style2 .items-grid-style .item-spot .imgAsBg {
  position: relative;
  width: 100%;
  height: auto; }

.items-list-md.style2 .items-grid-style .item-spot .dashboard-btn-actions {
  position: relative;
  margin: 15px 0 0;
  top: auto;
  right: auto;
  width: 100%; }

.items-list-md .items-list {
  margin-left: 0; }

.items-list-md .items-list .item-spot {
  padding-left: 200px;
  height: 145px;
  min-height: 0; }

.items-list-md .items-list .item-spot header {
  border-bottom: none;
  padding-bottom: 5px; }

.items-list-md .items-list .item-spot header h2, .items-list-md .items-list .item-spot header h3, .items-list-md .items-list .item-spot header h4, .items-list-md .items-list .item-spot header h5 {
  margin-bottom: 5px; }

.items-list-md .items-list .item-spot .imgAsBg {
  width: 170px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; }

.items-list-md .items-list .item-spot a.view-item {
  padding: 10px 30px;
  position: relative;
  right: auto;
  top: auto;
  margin-top: 20px; }

.items-list-md .items-list .item-spot .price-tag {
  font-size: 16px; }

.item-thumb {
  background: #ffffff;
  padding: 10px;
  position: relative;
  text-align: center;
  margin: 0 0 30px; }

.item-thumb .basic-info {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 95px;
  padding: 15px 5px;
  background: rgba(21, 21, 21, 0.8);
  font-size: 16px;
  font-weight: 600;
  color: #ffffff; }

.item-thumb .basic-info span.cat {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  padding: 10px 5px;
  background: #0083c9; }

.item-thumb h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0; }

.item-thumb > a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-indent: -999999px;
  display: block; }

@media (max-width: 767px) {
  .item-thumb {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; } }

.items-grid-listing {
  max-width: 1900px;
  margin: auto;
  padding: 2px 0; }

.items-grid-listing > div {
  padding: 0 2px; }

.items-grid-listing > div .item-unit {
  float: left;
  width: 33.333334%;
  padding: 2px; }

.items-grid-listing > div .item-unit .inner {
  height: 254px;
  position: relative; }

.items-grid-listing > div .item-unit .inner a.view-detail-page {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-indent: -99999px;
  display: block;
  z-index: 500; }

.items-grid-listing > div .item-unit .inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 80%;
  width: 100%;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000',GradientType=0 ); }

.items-grid-listing > div .item-unit .inner .item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px; }

.items-grid-listing > div .item-unit .inner .item-caption h3 {
  margin: 0;
  text-transform: capitalize;
  color: #ffffff; }

.items-grid-listing > div .item-unit .inner .item-caption h3 span {
  font-weight: 700;
  display: block; }

@media (max-width: 1400px) {
  .items-grid-listing > div .item-unit .inner .item-caption h3 {
    font-size: 18px; } }

@media (max-width: 1200px) {
  .items-grid-listing > div .item-unit .inner .item-caption h3 {
    font-size: 16px; } }

@media (max-width: 600px) {
  .items-grid-listing > div .item-unit {
    width: 100%;
    float: none; } }

.items-grid-listing > div:nth-child(even) .item-unit {
  width: 25%; }

@media (max-width: 992px) {
  .items-grid-listing > div:nth-child(even) .item-unit {
    width: 50%; } }

@media (max-width: 600px) {
  .items-grid-listing > div:nth-child(even) .item-unit {
    width: 100%;
    float: nonw; } }

@media (max-width: 1020px) {
  .single-similar-items {
    display: none; } }

.item-single {
  position: relative;
  margin-bottom: 100px; }

.item-single .item-content {
  margin-bottom: 10px; }

.item-single .item-content > .inner {
  background: #ffffff; }

.item-single .item-content > .inner > header {
  padding: 13px 5px 5px 13px;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); }

@media (max-width: 992px) {
  .item-single .item-content > .inner > header {
    padding: 17px 18px 1px; } }

.item-single .item-content > .inner > header .info-icons {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -15px; }

@media (max-width: 992px) {
  .item-single .item-content > .inner > header .info-icons {
    top: 20px;
    right: auto;
    left: 20px;
    margin-top: 0; } }

.item-single .item-content > .inner > header h1 {
  font-size: 24px;
  margin: 0 0 0; }

.item-single .item-content > .inner .quick-info {
  padding: 45px 40px 35px;
  font-size: 14px; }

@media (max-width: 992px) {
  .item-single .item-content > .inner .quick-info {
    padding: 20px 20px 25px; } }

.item-single .item-content > .inner .quick-info ul {
  margin: -5px;
  padding: 0; }

.item-single .item-content > .inner .quick-info ul li {
  float: left;
  width: 50%;
  display: block;
  padding: 5px; }

@media (max-width: 992px) {
  .item-single .item-content > .inner .quick-info ul li {
    float: none;
    width: 100%; } }

.item-single .item-content > .inner .quick-info ul li > .inner {
  background: #f4f4f4;
  padding: 10px 15px; }

.item-single .item-content > .inner .quick-info ul li > .inner > span {
  float: left;
  width: 50%;
  text-align: right; }

.item-single .item-content > .inner .quick-info ul li > .inner span.label {
  color: #151515;
  text-align: left; }

.item-single .item-content > .inner .text-widget {
  line-height: 28px;
  padding: 0 40px 40px; }

@media (max-width: 992px) {
  .item-single .item-content > .inner .text-widget {
    padding: 0 20px; } }

.item-single .item-content > .inner .text-widget header {
  padding-bottom: 30px; }

.item-single .item-content > .inner .text-widget header h2, .item-single .item-content > .inner .text-widget header h3, .item-single .item-content > .inner .text-widget header h4 {
  margin: 0; }

.item-single .item-content > .inner .text-widget .inner {
  padding: 0; }

.item-single .item-content > .inner .text-widget .inner > p {
  margin-top: 0;
  margin-bottom: 30px; }

.item-single .item-content > .inner .text-widget .inner > p:last-child {
  margin-bottom: 0; }

.item-single .item-content > .inner > footer {
  background: #f4f4f4;
  font-size: 14px;
  padding: 40px; }

.item-single .item-content > .inner > footer .fa {
  color: #0083c9; }

.item-single .item-content > .inner > footer a {
  font-weight: 600;
  text-decoration: underline; }

.info-list {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px; }

.info-list li {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  margin-right: 10px; }

.info-list li a {
  color: inherit; }

.info-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #0083c9; }

.info-icons {
  position: relative;
  margin: 0;
  padding: 0; }

.info-icons li {
  position: relative;
  display: inline-block; }

.info-icons li a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 11px; }

.info-icons li a.fa-envelope {
  background: #77c04b; }
.info-icons li a.fa-whatsapp {
  background: #77c04b; }

.info-icons li a.fa-phone {
  background: #0083c9; }

.info-icons li a.fa-heart {
  background: #f95858; }

.tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 16px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px !important;
  line-height: normal !important;
  white-space: nowrap;
  min-width: 90px;
  left: 50%;
  color: #ffffff;
  font-size: 11px;
  font-family: "Open Sans",sans-serif;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.tooltip:before {
  content: "\f0d7";
  position: absolute;
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.8);
  left: 50%;
  margin-left: -8px;
  top: 100%;
  line-height: 5px;
  font-size: 24px; }

.tooltip-parent:hover .tooltip {
  display: block;
  z-index: 500; }

.email-alerts {
  position: relative;
  background: #77c04b;
  min-width: 190px;
  min-height: 205px;
  margin: 10px 0;
  padding: 32px 40px 0;
  color: #ffffff; }

.email-alerts form {
  color: #686868; }

.email-alerts .inner {
  position: relative;
  z-index: 100; }

@media (max-width: 992px) {
  .email-alerts {
    padding: 15px 20px; } }

.email-alerts h2, .email-alerts h3, .email-alerts h4, .email-alerts h5 {
  margin-bottom: 32px;
  color: #ffffff;
  font-weight: 700; }

@media (max-width: 992px) {
  .email-alerts h2, .email-alerts h3, .email-alerts h4, .email-alerts h5 {
    margin-bottom: 15px; } }

.email-alerts:before {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 15px;
  width: 175px;
  height: 191px;
  content: "";
  background: url("../img/alert-graphics.png") no-repeat; }

.email-alerts-2 {
  margin-top: 30px;
  padding: 40px;
  background: #ffffff; }

.email-alerts-2 > h2, .email-alerts-2 h3, .email-alerts-2 h4, .email-alerts-2 h5, .email-alerts-2 h6 {
  margin-top: 0;
  margin-bottom: 25px; }

@media (max-width: 767px) {
  .email-alerts-2 {
    padding: 0;
    background: none; } }

.email-alerts-2 .field-block {
  margin-bottom: 15px; }

.email-alerts-2 .row {
  margin-left: -5px;
  margin-right: -5px; }

.email-alerts-2 .row .col-xs-12 {
  padding: 0 5px; }

.short-widget {
  position: relative;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
  background: #0083c9; }

.short-widget i {
  position: absolute;
  left: 35px;
  font-size: 45px;
  top: 50%;
  line-height: 0;
  filter: alpha(opacity=40);
  opacity: 0.4; }

.short-widget strong {
  font-size: 36px;
  display: block;
  line-height: normal; }

.short-widget.price-widget {
  background: #a868c2; }

.short-widget.number-widget {
  background: var(--renk); }

.user-widget {
  background: #ffffff;
  padding: 35px; }

.user-widget h2 a, .user-widget h3 a, .user-widget h4 a, .user-widget h5 a {
  color: inherit; }

.user-widget > ul {
  margin: 20px 0 0;
  padding: 0; }

.user-widget > ul li {
  display: block;
  width: 50%;
  padding: 0 3px;
  float: left; }

.user-widget > ul li a {
  display: block;
  padding: 10px; }

.share-widget {
  font-size: 14px;
  padding: 25px 25px 25px 140px;
  background: var(--renk);
  position: relative;
  color: #fff; }

@media (max-width: 1199px) {
  .share-widget {
    padding: 25px; } }

.share-widget > span {
  position: absolute;
  left: 35px;
  top: 50%;
  line-height: 0;
  width: 130px; }

@media (max-width: 1199px) {
  .share-widget > span {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: 100%;
    margin-bottom: 15px; } }

.share-widget .social-links {
  text-align: right; }

@media (max-width: 1199px) {
  .share-widget .social-links {
    text-align: left; } }

.share-widget .social-links ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center; }

.map-widget, .sponsor-widget {
  background: #ffffff;
  padding: 15px;
  position: relative;
  margin: 10px 0; }

.map-widget button, .sponsor-widget button {
  position: absolute;
  bottom: 30px;
  right: 30px; }

.list-widget, .check-list-widget {
  padding: 30px;
  background: #ffffff;
  margin: 10px 0; }

.list-widget ul, .check-list-widget ul {
  margin: 0;
  padding: 0; }

.check-list-widget li {
  display: block;
  padding-left: 25px;
  line-height: 28px;
  position: relative; }

.check-list-widget li:before {
  font-family: "FontAwesome";
  content: "\f058";
  color: #861fee;
  position: absolute;
  left: 5px;
  top: 1px; }

.dp-widget {
  position: relative;
  font-size: 12px; }

.dp-widget img {
  width: 100%; }

.dp-widget a {
  display: block;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 20px;
  color: #ffffff;
  text-decoration: none;
  left: 0; }

.dp-widget a i {
  margin-right: 5px; }

.blog-author > .inner header .social-links ul li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 11px; }

.widget-social.style2 .social-links ul li a, .blog-author.style2 .social-links ul li a {
  background: none !important;
  color: #686868;
  width: 28px;
  height: 28px;
  line-height: 28px; }

.widget-social.style2 .social-links ul li a:hover, .blog-author.style2 .social-links ul li a:hover {
  color: #ffffff; }

.widget-social .social-links ul li a, .blog-author .social-links ul li a {
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #ffffff; }

  .widget-social .social-links ul li a.fa-youtube, .blog-author .social-links ul li a.fa-youtube {
  background: #ff1500; }

.widget-social .social-links ul li a.fa-facebook, .blog-author .social-links ul li a.fa-facebook {
  background: #3b579d; }

.widget-social .social-links ul li a.fa-twitter, .blog-author .social-links ul li a.fa-twitter {
  background: #2caae1; }

.widget-social .social-links ul li a.fa-instagram, .blog-author .social-links ul li a.fa-instagram {
  background: #509dae; }

.widget-social .social-links ul li a.fa-google-plus, .blog-author .social-links ul li a.fa-google-plus {
  background: #dd4d40; }

.widget-social .social-links ul li a.fa-dribbble, .blog-author .social-links ul li a.fa-dribbble {
  background: #ec3895; }

.widget-about {
  text-align: center; }

.widget-about figure {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px; }

.widget-about footer {
  padding-top: 20px; }

.widget-latest-posts header {
  padding: 0; }

.widget-latest-posts .latest-post {
  display: block;
  position: relative;
  padding: 30px 0 30px 100px;
  color: #151515;
  min-height: 90px; }

.widget-latest-posts .latest-post + .latest-post {
  border-top: 1px solid #f4f4f4; }

.widget-latest-posts .latest-post figure {
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px; }

.widget-latest-posts .latest-post time {
  display: block;
  margin-top: 4px;
  color: #686868;
  font-size: 12px; }

.widget.widget-category .listing-filter-block {
  padding: 0; }

.widget.widget-category .listing-filter-block .filter-options-widget ul {
  margin: 0 -35px; }

@media (max-width: 767px) {
  .widget.widget-category .listing-filter-block .filter-options-widget ul {
    margin: 0 -20px; } }

.widget-subscribe input[type="email"] {
  background: #f4f4f4;
  max-width: none;
  width: 100%;
  margin-bottom: 10px;
  border: none; }

.widget-subscribe .btn {
  padding: 12px;
  text-align: center; }

.widget-tags a {
  font-size: 12px;
  display: inline-block;
  padding: 5px 13px;
  background: #f4f4f4;
  color: #686868;
  text-decoration: none;
  margin: 0 5px 10px 0; }

.widget-tags a:hover {
  background: #0083c9;
  color: #ffffff; }

.widget-map {
  height: 420px; }

.widget-recent-items {
  margin: 0 -5px; }

.widget-recent-items > a {
  display: block;
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px; }

.category-search {
  padding: 40px 0;
  background: #ffffff;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15); }

.category-search .radio-dropdown {
  width: 100%;
  height: 55px;
  background: #ebebeb;
  border-color: #ebebeb;
  max-width: none; }

.category-search .search-filter {
  width: 23%;
  padding: 0 5px;
  float: left; }

.category-search .search-filter:first-child {
  padding-left: 0; }

@media (max-width: 767px) {
  .category-search .search-filter {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 5px; } }

.category-search .search-widget-wrap {
  width: 54%;
  float: left;
  padding-left: 5px; }

.category-search .search-widget-wrap .search-widget {
  margin: 0;
  height: 55px; }

.category-search .search-widget-wrap .search-widget input {
  background: #ebebeb; }

@media (max-width: 767px) {
  .category-search .search-widget-wrap {
    width: 100%;
    padding: 0; }
  .category-search .search-widget-wrap .search-widget.style2 {
    padding-right: 0;
    height: auto; }
  .category-search .search-widget-wrap .search-widget.style2 input {
    position: relative;
    height: 55px;
    margin-bottom: 5px; }
  .category-search .search-widget-wrap .search-widget.style2 button[type="submit"] {
    position: relative;
    width: 100%;
    height: 55px;
    text-align: center; } }

.location-boxes {
  margin: -15px; }

.location-boxes .location-box {
  width: 33.3333334%;
  float: left;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  height: 230px;
  position: relative; }

@media (max-width: 767px) {
  .location-boxes .location-box {
    width: 50%; } }

@media (max-width: 500px) {
  .location-boxes .location-box {
    width: 100%;
    float: none; } }

.location-boxes .location-box:hover > div:before {
  background: rgba(0, 131, 202, 0.7); }

.location-boxes .location-box h3 {
  font-size: 30px;
  margin: 0;
  color: inherit; }

.location-boxes .location-box > div {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px; }

.location-boxes .location-box > div:before {
  content: "";
  background: rgba(21, 21, 21, 0.5);
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.location-boxes .location-box > div > a {
  text-indent: -999999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50; }

.location-boxes .location-box > div > div {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 20;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.blog-page .widget {
  background: #ffffff;
  margin-bottom: 2px;
  padding: 35px; }

@media (max-width: 767px) {
  .blog-page .widget {
    padding: 20px; } }

.blog-page .widget p {
  line-height: 28px; }

.blog-page .widget header {
  text-align: center;
  padding: 0 0 30px; }

.blog-page .widget header h2, .blog-page .widget header h3, .blog-page .widget header h4 {
  margin: 0; }

.panel-block {
  font-size: 13px; }

.panel-block + .panel-block {
  margin-top: 30px; }

.panel-block h1, .panel-block h2, .panel-block h3, .panel-block h4, .panel-block h5, .panel-block h6 {
  margin: 0;
  font-weight: 600; }

.panel-block .custom-radio-wrap {
  padding: 15px 0; }

.panel-block .custom-radio {
  margin-top: 10px; }

.panel-block .custom-radio:last-child {
  margin-bottom: 10px; }

.panel-block h6 {
  color: #151515;
  font-size: 14px; }

.panel-block h5 {
  font-size: 16px; }

.panel-block header {
  background: #ffffff;
  padding: 20px 40px; }

.panel-block header h1, .panel-block header h2, .panel-block header h3, .panel-block header h4, .panel-block header h5, .panel-block header h6 {
  margin: 0;
  color: #151515;
  font-weight: 600;
  text-transform: capitalize; }

.panel-block > .inner {
  background: #f4f4f4;
  padding: 30px 40px; }

.panel-block > .inner .total-payable {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  font-size: 14px; }

.panel-block > .inner strong {
  font-weight: 700; }

.panel-block > .inner form textarea {
  height: 120px; }

.panel-block > .inner form .col-xs-12 {
  padding-left: 5px;
  padding-right: 5px; }

.panel-block > .inner form .row {
  margin-left: -5px;
  margin-right: -5px; }

.panel-block > .inner .short-cart {
  padding: 0; }

.panel-block > .inner .short-cart ul li {
  border-color: #dddddd; }

.panel-block > .inner .short-cart table {
  margin: 15px 0; }

.panel-block > .inner .short-cart table td {
  font-size: 13px;
  color: #686868; }

.panel-block > .inner .short-cart table td:last-child {
  border-left: 1px solid #ddd; }

.btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  text-transform: uppercase; }

.btn.block-element {
  text-align: center; }

.buttons-demo div.demo-div {
  margin-bottom: 20px; }

.buttons-demo div.demo-div .btn.btn-transparent, .buttons-demo div.demo-div .btn.btn-transparent-2 {
  margin: -2px; }

.btn-blue {
  background: var(--renk);
  color: #ffffff; }

.btn-blue:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000; }

.btn-small {
  padding: 12px 30px; }

.btn-medium {
  padding: 12px 45px; }

.btn-large {
  padding: 20px 70px; }

.btn-xl {
  padding: 24px 85px; }

.btn-fw-normal {
  font-weight: 400 !important; }

.btn.danger-hover:hover {
  background: #f95858;
  color: #ffffff; }

.btn-grey {
  color: #686868;
  background: #f4f4f4; }

.btn-dark-grey {
  color: #686868;
  background: #d2d2d2; }

.btn-md {
  padding: 20px 40px; }

.btn-white {
  color: #ffffff;
  background: var(--renk); }

.btn-white:hover {
  background: #fff;
  color: #000; }

.btn-black {
  background: #151515;
  color: #fff; }

.btn-black:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000; }

.btn-yellow {
  background: #ffaf02;
  color: #ffffff; }

.btn-yellow:hover {
  background: #77c04b;
  color: #ffffff; }

.btn-green {
  background: var(--renk);
  color: #ffffff; }

.btn-green:hover {
  background: #fff;
  color: #000; 
  border: 1px solid #000;}

.btn-transparent {
  border: 2px solid #e0e0e0;
  color: #909090; }

.btn-transparent:hover {
  background: var(--renk);
  color: #ffffff;
  border-color: #fff; }

.btn-transparent-2 {
  border: 2px solid #151515;
  color: #151515; }

.btn-transparent-2:hover {
  background: #0083c9;
  color: #ffffff;
  border-color: #0083c9; }

a.link {
  text-decoration: underline; }

.danger-hover:hover {
  background: #f95858 !important;
  color: #ffffff !important; }

.form-wrapper {
  position: relative;
  z-index: 200; }

.form-wrapper .elements-block {
  min-height: 500px; }

.form-wrapper .elements-block.style-gray > .inner {
  background: #f4f4f4; }

.form-wrapper .elements-block > .inner {
  padding: 90px;
  background: #ffffff; }

@media (max-width: 767px) {
  .form-wrapper .elements-block > .inner {
    padding: 20px; } }

.form-wrapper .elements-block > .inner label, .form-wrapper .elements-block > .inner .label {
  line-height: 40px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #151515; }

input[type="text"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], textarea {
  width: 100%;
  max-width: 570px;
  border: 1px solid #e0e0e0;
  outline: none;
  box-shadow: none;
  height: 42px;
  padding: 0 15px; }

input[type="text"].input-sm, input[type="url"].input-sm, input[type="email"].input-sm, input[type="password"].input-sm, input[type="tel"].input-sm, textarea.input-sm {
  width: 280px; }

textarea {
  padding: 15px;
  height: 215px; }

.labeled-input textarea {
  max-width: 100%;
  width: 100%; }

label.required:after, .label.required:after {
  content: "*";
  color: #f95858;
  font-size: 18px;
  padding-left: 5px; }

.radio-dropdown {
  background: #ffffff;
  max-width: 570px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 50; }

.radio-dropdown.wide {
  max-width: 100%; }

.radio-dropdown.active {
  z-index: 55; }

.radio-dropdown.active ul {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  top: 100%; }

.radio-dropdown .fa {
  position: absolute;
  top: 50%;
  z-index: 0;
  right: 15px;
  line-height: 0;
  color: #b7b7b7;
  font-size: 14px; }

.radio-dropdown > button {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 0 30px 0 15px;
  color: #686868; }

.radio-dropdown ul {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: 110%;
  left: -1px;
  right: -1px;
  max-height: 312px;
  display: block;
  padding: 0;
  margin: 0;
  overflow-y: auto; }

.radio-dropdown ul li.custom-radio {
  margin: 0;
  display: block;
  position: relative; }

.radio-dropdown ul li.custom-radio > label {
  background: #ffffff;
  padding-left: 25px;
  display: block !important; }

.radio-dropdown ul li.custom-radio > label:before {
  left: 15px; }

.radio-dropdown ul li.custom-radio > label:hover {
  background: #f4f4f4; }

.radio-dropdown ul li.custom-radio input:checked + label {
  background: #f4f4f4; }

.custom-radio, .custom-checkbox {
  position: relative;
  display: inline-block;
  margin-right: 10px; }

  .custom-radio, .custom-checkbox2 {
  position: relative;
  display: inline-block;
  margin-right: 10px; }

.custom-radio:hover label:before, .custom-checkbox:hover label:before {
  content: "\f00c";
  font-family: "FontAwesome"; }

.custom-radio:hover label:before, .custom-checkbox2:hover label:before {
  content: "\f00c";
  font-family: "FontAwesome"; }

.custom-radio.square-style input + label:before, .custom-checkbox.square-style input + label:before {
  border-radius: 0; }

.custom-radio.square-style input + label:before, .custom-checkbox2.square-style input + label:before {
  border-radius: 0; }

.custom-radio input, .custom-checkbox input {
  display: none; }

  .custom-radio input, .custom-checkbox2 input {
  display: none; }

.custom-radio input + label, .custom-checkbox input + label {
  font-size: 13px !important;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  color: #686868 !important; }

  .custom-radio input + label, .custom-checkbox2 input + label {
  font-size: 13px !important;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  color: #686868 !important; }

.custom-radio input + label.big-font, .custom-checkbox input + label.big-font {
  font-size: 16px !important; }

  .custom-radio input + label.big-font, .custom-checkbox2 input + label.big-font {
  font-size: 16px !important; }

.custom-radio input + label:before, .custom-checkbox input + label:before {
  background: #ffffff;
  content: "";
  border-radius: 50%;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 9px;
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  color: #0083c9;
  border: 1px solid #e0e0e0; }

  .custom-radio input + label:before, .custom-checkbox2 input + label:before {
  background: #ffffff;
  content: "";
  border-radius: 50%;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 9px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  color: #0083c9;
  border: 1px solid #e0e0e0; }

.custom-radio input:checked + label, .custom-checkbox input:checked + label {
  color: #151515 !important; }

.custom-radio input:checked + label:before, .custom-checkbox input:checked + label:before {
  content: "\f00c";
  font-family: "FontAwesome"; }

.custom-radio input:checked + label, .custom-checkbox2 input:checked + label {
  color: #151515 !important; }

.custom-radio input:checked + label:before, .custom-checkbox2 input:checked + label:before {
  content: "\f00c";
  font-family: "FontAwesome"; }


.field-block {
  margin-bottom: 20px; }

.field-block-md {
  margin-bottom: 10px; }

.icon-field {
  max-width: 585px;
  position: relative;
  padding-left: 48px; }

.icon-field > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 49px;
  background: #f4f4f4;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e0e0e0; }

.icon-field > input {
  width: 100% !important;
  display: block; }

.icon-field label.error {
  color: #f95858;
  position: relative;
  margin-top: 10px;
  display: block;
  margin-left: -48px; }

.elements-block .table {
  width: 100%;
  text-align: left; }

.elements-block .table td {
  padding: 10px 0; }

.elements-block .table thead {
  border-bottom: 1px solid #dbdbdb;
  color: #151515; }

.elements-block .table thead h1, .elements-block .table thead h2, .elements-block .table thead h3, .elements-block .table thead h4, .elements-block .table thead h5 {
  margin: 0; }

.elements-block .table thead tr:last-child td {
  padding-bottom: 20px; }

.elements-block .table tbody {
  border-bottom: 1px solid #dbdbdb; }

.elements-block .table tbody tr:last-child td {
  padding-bottom: 20px; }

.elements-block .table tfoot {
  border-bottom: 1px solid #dbdbdb;
  color: #151515; }

.elements-block .table tfoot td {
  padding: 20px 0; }

.custom-check {
  position: relative;
  width: 18px;
  height: 18px;
  top: 3px;
  display: inline-block; }

.custom-check input {
  display: none; }

.custom-check label {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer; }

.custom-check label:before {
  font-family: "adspoticons";
  content: "\e90a";
  color: inherit;
  font-size: 16px;
  left: 2px;
  position: absolute;
  top: -2px; }

.custom-check input:checked + label:before {
  content: "\e90b";
  color: #77c04b; }

.labeled-input {
  position: relative; }

.labeled-input > label {
  cursor: text;
  font-weight: normal !important;
  color: #686868;
  padding: 0 15px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.labeled-input > label.error {
  position: relative;
  padding: 0;
  margin-top: 10px;
  color: #f95858; }

@media (max-width: 767px) {
  .termStatement {
    display: block;
    margin-top: 10px; } }

.valid-block {
  position: relative; }

.valid-block:after {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 100%;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  border-radius: 50%;
  background: #77c04b;
  text-align: center;
  line-height: 16px;
  font-size: 7px;
  color: #fff; }

.uzr-dashboard {
  margin-bottom: 100px;
  padding-top: 50px; }

.uzr-options-area {
  position: relative; }

.uzr-options-area .uzr-sidebar {
  float: left;
  width: 24%;
  background: #f4f4f4; }

@media (max-width: 992px) {
  .uzr-options-area .uzr-sidebar {
    float: none;
    width: 100%;
    display: none; } }

.uzr-options-area .uzr-panels {
  float: left;
  background: #f4f4f4;
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 992px) {
  .uzr-options-area .uzr-panels {
    float: none;
    width: 100%; } }


.uzr-options-area .uzr-panels .uzr-panel > .inner {
  padding: 60px; }

@media (max-width: 1199px) {
  .uzr-options-area .uzr-panels .uzr-panel > .inner {
    padding: 20px; } }

.uzr-options-area .uzr-panels .uzr-panel > header {
  padding: 60px;
  background: #ffffff; }

@media (max-width: 992px) {
  .uzr-options-area .uzr-panels .uzr-panel > header {
    padding: 20px; } }

.uzr-options-area .uzr-panels .uzr-panel > header h2, .uzr-options-area .uzr-panels .uzr-panel > header h3, .uzr-options-area .uzr-panels .uzr-panel > header h4, .uzr-options-area .uzr-panels .uzr-panel > header h5 {
  margin: 0; }

.uzr-options-area .uzr-panels .uzr-panel > header .search-widget {
  margin-bottom: 0; }

.uzr-options-area .uzr-panels .uzr-panel .panel-actions ul.panel-action-list {
  margin: 0;
  padding: 0; }

.uzr-options-area .uzr-panels .uzr-panel .panel-actions ul.panel-action-list.text-right {
  float: right; }

.uzr-options-area .uzr-panels .uzr-panel .panel-actions ul.panel-action-list > li {
  display: block;
  float: left;
  margin-right: 4px;
  position: relative; }

.uzr-options-area .uzr-panels .uzr-panel .panel-actions ul.panel-action-list > li a {
  display: block;
  padding: 8px 18px;
  background: #ffffff;
  color: inherit;
  font-size: 12px;
  text-decoration: none; }

.uzr-options-area .uzr-panels .uzr-panel .panel-actions ul.panel-action-list > li a:hover {
  color: #ffffff;
  background: var(--renk); }

.uzr-options-area .uzr-panels .uzr-panel .selection-dropdown {
  padding: 5px 30px 5px 10px;
  background: #ffffff;
  position: relative; }

.uzr-options-area .uzr-panels .uzr-panel .selection-dropdown button {
  background: none;
  width: 25px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }

.uzr-options-area .uzr-panels .uzr-panel .selection-dropdown button i {
  position: absolute;
  top: 50%;
  line-height: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #b7b7b7; }

.uzr-options-area .uzr-panels .uzr-panel .selection-dropdown ul {
  display: none;
  border: 1px solid #e0e0e0;
  text-align: left;
  position: absolute;
  top: 100%;
  right: 0;
  width: 150px;
  z-index: 200;
  background: #ffffff;
  margin: 0;
  padding: 0; }

.uzr-options-area .uzr-panels .uzr-panel .selection-dropdown ul li {
  display: block; }

.uzr-options-area .uzr-panels .uzr-panel .selection-dropdown ul li a {
  display: block;
  padding: 10px 2px;
  text-decoration: none; }

.uzr-options-area .uzr-panels .uzr-panel .selection-dropdown ul li.active a, .uzr-options-area .uzr-panels .uzr-panel .selection-dropdown ul li a:hover {
  background: #f4f4f4; }

.uzr-options-area .uzr-panels .uzr-panel .selection-dropdown.active ul {
  display: block; }

.uzr-options-area .uzr-panels .uzr-panel .listing-actions {
  border: none;
  margin: 0 0 0 10px;
  padding: 0; }

.uzr-options-area .uzr-quick-nav {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right; }

@media (max-width: 992px) {
  .uzr-options-area .uzr-quick-nav {
    text-align: left;
    margin-top: 10px; } }

.uzr-options-area .uzr-quick-nav li {
  display: inline-block;
  margin-left: 4px; }

.uzr-options-area .uzr-quick-nav li a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 60px;
  height: 55px;
  background: #f4f4f4;
  position: relative; }

.uzr-options-area .uzr-quick-nav li a i {
  position: absolute;
  top: 50%;
  line-height: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px; }

.uzr-options-area .uzr-quick-nav li a span {
  display: block;
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
  top: 0;
  right: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px; }

.item-admin-actions, .msg-actions {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -10px; }

@media (max-width: 767px) {
  .uzr-panel .item-admin-actions, .uzr-panel .msg-actions {
    position: relative;
    top: auto;
    right: auto; }
  .uzr-panel .item-admin-actions ul, .uzr-panel .msg-actions ul {
    text-align: left;
    padding-bottom: 20px; } }

.item-admin-actions ul, .msg-actions ul {
  margin: 0;
  padding: 0; }

.item-admin-actions ul li, .msg-actions ul li {
  display: inline-block; }

.item-admin-actions ul li a, .msg-actions ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 20px;
  padding: 0 10px; }

.item-admin-actions ul li a:hover, .msg-actions ul li a:hover {
  color: #ff7200; }

.item-admin-actions ul li .custom-check, .msg-actions ul li .custom-check {
  margin-left: 8px;
  height: 20px;
  width: 20px; }

.item-admin-actions ul li .custom-check label:before, .msg-actions ul li .custom-check label:before {
  font-size: 18px; }

.msg-list {
  padding: 30px 0;
  position: relative; }

.msg-list .msg-unit {
  font-size: 14px;
  position: relative;
  padding-right: 150px;
  height: 125px;
  background: #ffffff;
  margin-bottom: 3px; }

.msg-list .msg-unit.msg-unread {
  background: #f3fbff; }

.msg-list .msg-unit.msg-selected {
  background: #f3ffec; }

@media (max-width: 767px) {
  .msg-list .msg-unit {
    padding-right: 15px; } }

.msg-list .msg-unit .msg-actions .custom-check {
  top: 1px; }

@media (max-width: 767px) {
  .msg-list .msg-unit .msg-actions {
    position: absolute;
    left: 135px;
    bottom: 0; } }

.msg-list .msg-unit .msg-content {
  position: relative;
  padding: 25px 25px 25px 160px; }

@media (max-width: 767px) {
  .msg-list .msg-unit .msg-content {
    padding-left: 135px;
    padding-bottom: 50px; } }

.msg-list .msg-unit .msg-content header {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #151515; }

@media (max-width: 767px) {
  .msg-list .msg-unit .msg-content .msg-body {
    display: none; } }

.msg-list .msg-unit .msg-content .msg-body p {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 8px 0; }

.msg-list .msg-unit .msg-content .msg-body .msg-time {
  font-size: 13px; }

.msg-list .msg-unit .msg-content figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 125px;
  overflow: hidden; }

.msg-list .msg-unit .msg-content figure img {
  width: 100%; }

.msg-list .msg-unit .msg-content a.msg-open {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-indent: -999999999px;
  overflow: hidden;
  z-index: 20; }

.nt-tab-triggers ul {
  margin: 0;
  padding: 0; }

.nt-tab-triggers ul li {
  display: block;
  border-right: 1px solid #dfdfdf; }

.nt-tab-triggers ul li.active {
  border-right: none; }

.nt-tab-triggers ul li + li {
  border-top: 1px solid #dfdfdf; }

.nt-tab-triggers ul li a {
  background: #f4f4f4;
  display: block;
  padding: 20px 20px 20px 80px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: inherit;
  text-transform: capitalize; }

.nt-tab-triggers ul li a span {
  font-size: 18px;
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  text-align: center; }

.nt-tab-triggers ul li a span i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  width: 100%; }

.nt-tab-triggers ul li.active a {
  color: #151515;
  background: #ffffff; }

.uzr-dashboard .nt-tab-triggers ul li.active a {
  background: #f4f4f4; }

.nt-tab-triggers ul li a:hover span, .nt-tab-triggers ul li.active a span {
  background: #0083c9;
  color: #ffffff; }

a.tab-accordion-trigger {
  background: #ffffff;
  display: block;
  padding: 20px 20px 20px 80px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: inherit;
  text-transform: capitalize;
  border-bottom: 1px solid #f4f4f4; }

a.tab-accordion-trigger span {
  font-size: 18px;
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  text-align: center; }

a.tab-accordion-trigger span i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  width: 100%; }

.tab-panel {
  display: none; }

.tab-panel.mob-active a.tab-accordion-trigger {
  background: #0083c9;
  color: #ffffff; }

.tab-panel.mob-active a.tab-accordion-trigger span {
  background: #0083c9;
  color: #ffffff; }

.tab-panel.active {
  display: block; }

.tabs-row {
  margin: 0; }

.tabs-row .col-xs-12 {
  padding: 0; }

.info-cards {
  padding-bottom: 30px; }

.info-cards .info-card {
  padding: 0 30px;
  background: #ffffff;
  font-size: 13px; }

@media (max-width: 767px) {
  .info-cards .info-card {
    padding: 0 20px; } }

.info-cards .info-card + .info-card {
  margin-top: 10px; }

.info-cards .info-card footer {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  position: relative; }

.info-cards .info-card footer ul {
  margin: 0;
  font-size: 13px; }

@media (max-width: 767px) {
  .info-cards .info-card footer ul {
    margin: 0 0 15px; } }

.info-cards .info-card ul {
  font-size: 14px;
  margin-bottom: 15px; }

.info-cards .info-card .card-inner {
  position: relative;
  padding: 25px 140px 25px 100px; }

@media (max-width: 767px) {
  .info-cards .info-card .card-inner {
    padding-left: 0;
    padding-right: 110px; } }

.info-cards .info-card .card-inner .card-actions {
  right: 40px;
  top: 25px;
  width: 100px;
  position: absolute; }

@media (max-width: 767px) {
  .info-cards .info-card .card-inner .card-actions {
    right: 0px; } }

.info-cards .info-card .card-inner .card-actions a.btn {
  width: 100%;
  display: block;
  text-align: center; }

.info-cards .info-card .card-inner .card-actions a.btn + a.btn {
  margin-top: 10px; }

.info-cards .info-card .card-inner .card-icon {
  width: 84px;
  height: 84px;
  line-height: 84px;
  border-radius: 50%;
  background: #0083c9;
  color: #ffffff;
  font-size: 50px;
  text-align: center;
  position: absolute;
  top: 28px;
  left: 0; }

@media (max-width: 767px) {
  .info-cards .info-card .card-inner .card-icon {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px; } }

.info-cards .info-card .card-inner .card-track {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  margin-bottom: 15px; }

.info-cards .info-card .card-inner .card-track li {
  display: inline-block; }

@media (max-width: 767px) {
  .info-cards .info-card .card-inner .card-track li {
    display: block; } }

.info-cards .info-card .card-inner .card-track li + li:before {
  content: "\f101";
  font-family: "FontAwesome";
  width: 20px;
  text-align: center;
  display: inline-block; }

.info-cards .info-card .card-inner .card-track li a {
  color: inherit; }

.radio-accordion-wrap {
  font-size: 13px;
  line-height: 20px;
  margin: 30px 0;
  border-top: 1px solid #e5e5e5; }

.radio-accordion-wrap .radio-accordion {
  border-bottom: 1px solid #e5e5e5; }

.radio-accordion-wrap .radio-accordion > header {
  color: #151515;
  font-size: 14px;
  padding: 30px 0; }

.radio-accordion-wrap .radio-accordion > header label {
  font-size: 14px !important; }

.radio-accordion-wrap .radio-accordion .inner {
  padding: 0 30px 30px;
  display: none; }

.progress-bar {
  position: relative;
  padding-top: 35px; }

.progress-bar + .progress-bar {
  margin-top: 15px; }

.progress-bar strong {
  position: absolute;
  top: 5px;
  color: #151515; }

.progress-bar .progress-line {
  background: #f4f4f4;
  position: relative;
  height: 11px; }

.progress-bar .progress-line > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #0083c9; }

.progress-bar .progress-line > div > span {
  display: block;
  width: 40px;
  line-height: 21px;
  height: 21px;
  bottom: 100%;
  margin-bottom: 7px;
  text-align: center;
  color: #ffffff;
  border-radius: 2px 2px 2px 0;
  position: absolute;
  left: 100%;
  background: #151515;
  font-size: 11px;
  font-weight: 600; }

.progress-bar .progress-line > div > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -1px;
  width: 7px;
  height: 5px;
  background: url("../img/basic/tip.png") no-repeat center; }

.progress-bar.progress-green .progress-line > div {
  background: #77c04b; }

.slick-carousel {
  position: relative; }

.slick-carousel.slick-images .slick-slide {
  background: #000; }

.slick-carousel.slick-images .slick-slide > img {
  filter: alpha(opacity=60);
 }

.slick-carousel.slick-images .slick-slide .slick-arrow {
  color: #ffffff; }

.slick-carousel.slick-images .slick-dots {
  bottom: 30px;
  padding: 0 25px; }

.slick-carousel.slick-images .slick-dots li button {
  background: #ffffff;
  filter: alpha(opacity=0.6);
  opacity: 0.6; }

.slick-carousel.slick-images .slick-dots li.slick-active button {
  filter: alpha(opacity=100);
  opacity: 1; }

.slick-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  line-height: 40px;
  z-index: 50;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.slick-carousel .slick-arrow.owl-prev {
  left: 0; }

.slick-carousel .slick-arrow.owl-next {
  right: 0; }

.slick-carousel .slick-slide {
  position: relative; }

.slick-carousel .slick-slide .slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 34px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.21); }

.slick-carousel .slick-slide .slide-caption .big-caption {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px; }

@media (max-width: 767px) {
  .slick-carousel .slick-slide .slide-caption {
    display: none; } }

.slick-carousel .slick-dots {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0px; }

.slick-carousel .slick-dots li {
  display: inline-block;
  margin: 0 4px; }

.slick-carousel .slick-dots li button {
  background: #f2f2f2;
  text-indent: -999999px;
  width: 12px;
  height: 12px;
  display: block;
  border: none; }

.slick-carousel .slick-dots li.slick-active button {
  background: var(--renk) ; }

.slick-carousel.dots-toRight .slick-dots {
  text-align: right; }

.slick-carousel.dots-toLeft .slick-dots {
  text-align: left; }

.text-with-icons {
  text-align: center;
  color: #909090;
  padding: 85px 20px; }

@media (max-width: 767px) {
  .text-with-icons {
    padding: 30px 15px; } }

.text-with-icons.style2 {
  font-size: 14px;
  line-height: 26px; }

.text-with-icons.style2 h6 {
  margin: 25px 0; }

.text-with-icons .widget-icon {
  width: 84px;
  height: 84px;
  background: #0083c9;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 30px;
  position: relative; }

.text-with-icons .widget-icon .fa {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  line-height: 0; }

.text-with-icons h3 {
  margin: 25px 0;
  font-weight: 700;
  color: #0083c9; }

.text-with-icons h2, .text-with-icons h3, .text-with-icons h4, .text-with-icons h5, .text-with-icons h6 {
  color: #151515; }

.text-with-icons strong {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #151515;
  margin-bottom: 25px;
  display: block; }

.text-with-icons-np .text-with-icons {
  padding-top: 0;
  padding-bottom: 0; }

.walk-through .text-with-icons {
  position: relative;
  overflow: hidden;
  float: left;
  width: 25%;
  text-align: center; }

@media (max-width: 767px) {
  .walk-through .text-with-icons {
    float: none;
    width: 100%; } }

.walk-through .text-with-icons:before {
  content: "";
  position: absolute;
  top: 128px;
  background: #e5e5e5;
  height: 1px;
  width: 50%;
  right: 50%;
  margin-right: 60px; }

@media (max-width: 767px) {
  .walk-through .text-with-icons:before {
    display: none; } }

.walk-through .text-with-icons:after {
  content: "";
  position: absolute;
  top: 128px;
  background: #e5e5e5;
  height: 1px;
  width: 50%;
  left: 50%;
  margin-left: 60px; }

@media (max-width: 767px) {
  .walk-through .text-with-icons:after {
    display: none; } }

.walk-through .text-with-icons:first-child:before {
  display: none; }

.walk-through .text-with-icons:last-child:after {
  display: none; }

.walk-through .text-with-icons .widget-icon {
  background: #ffffff;
  border: 2px solid #0083c9;
  color: #0083c9; }

.walk-through .text-with-icons:hover .widget-icon {
  background: #0083c9;
  color: #ffffff; }

.walk-through .text-with-icons:nth-child(2) .widget-icon {
  border: 2px solid #db6989;
  color: #db6989; }

.walk-through .text-with-icons:nth-child(2):hover .widget-icon {
  background: #db6989;
  color: #ffffff; }

.walk-through .text-with-icons:nth-child(3) .widget-icon {
  border: 2px solid #ffaf02;
  color: #ffaf02; }

.walk-through .text-with-icons:nth-child(3):hover .widget-icon {
  background: #ffaf02;
  color: #ffffff; }

.walk-through .text-with-icons:nth-child(4) .widget-icon {
  border: 2px solid #77c04b;
  color: #77c04b; }

.walk-through .text-with-icons:nth-child(4):hover .widget-icon {
  background: #77c04b;
  color: #ffffff; }

.walk-through .text-with-icons:nth-child(5) .widget-icon {
  border: 2px solid #767690;
  color: #767690; }

.walk-through .text-with-icons:nth-child(5):hover .widget-icon {
  background: #767690;
  color: #ffffff; }

.walk-through .text-with-icons:nth-child(6) .widget-icon {
  border: 2px solid #9db10b;
  color: #9db10b; }

.walk-through .text-with-icons:nth-child(6):hover .widget-icon {
  background: #9db10b;
  color: #ffffff; }

.walk-through .text-with-icons p {
  margin-left: auto;
  margin-right: auto;
  max-width: 215px; }

.walk-through.three-steps .text-with-icons {
  width: 33.333334%; }

.walk-through.style2 .text-with-icons {
  padding-top: 20px; }

.team-members .team-member {
  width: 25%;
  float: left;
  padding: 1px;
  position: relative; }

.team-members .team-member:first-child {
  padding-left: 0; }

.team-members .team-member:last-child {
  padding-right: 0; }

.team-members .team-member > img {
  width: 100%; }

.team-members .team-member:hover .about-member {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  padding-top: 30px; }

.team-members .team-member:hover .social-links {
  bottom: 30px;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1; }

.team-members .team-member .about-member {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #151515;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 30px 30px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.team-members .team-member .about-member > span {
  color: #f95858;
  font-size: 16px; }

.team-members .team-member .about-member strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff; }

.team-members .team-member .social-links {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 30px;
  padding: 0;
  margin: 0; }

.team-members .team-member .social-links li {
  display: inline-block;
  margin-right: 2px; }

.team-members .team-member .social-links li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.35);
  display: block;
  border-radius: 50%;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal; }

.team-members .team-member .social-links li a.fa-facebook:hover {
  background: #3b579d; }

.team-members .team-member .social-links li a.fa-instagram:hover {
  background: #509dae; }

.team-members .team-member .social-links li a.fa-twitter:hover {
  background: #2caae1; }

.team-members .team-member .social-links li a.fa-google-plus:hover {
  background: #dd4d40; }

@media (max-width: 767px) {
  .team-members .team-member {
    width: 100%;
    max-width: 300px;
    margin: 15px auto;
    float: none; } }

.testimonial-slider {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.testimonial-slider.wide {
  width: 100%; }

.testimonial-slider.style2 blockquote q {
  color: #ffffff; }

.testimonial-slider.style2 blockquote cite {
  color: white;
  filter: alpha(opacity=60);
  opacity: 0.6; }

.testimonial-slider.style2 .slick-dots li button {
  background: #ffffff;
  filter: alpha(opacity=0.6);
  opacity: 0.6; }

.testimonial-slider.style2 .slick-dots li.slick-active button {
  filter: alpha(opacity=100);
  opacity: 1; }

.testimonial-slider blockquote {
  padding: 0 40px;
  margin: 0; }

@media (max-width: 767px) {
  .testimonial-slider blockquote {
    padding: 0 10px; } }

.testimonial-slider blockquote q {
  display: block;
  font-weight: 600;
  font-style: italic;
  color: #151515; }

.testimonial-slider blockquote cite {
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  display: block; }

.testimonial-slider blockquote cite:before {
  content: "-";
  padding-right: 5px; }

.testimonial-section {
  min-height: 400px;
  position: relative; }

.testimonial-section .vertical-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.testimonial-section .testimonial-slider {
  max-width: 700px;
  margin: 0; }

.testimonial-section .testimonial-slider blockquote {
  padding: 0 5px 40px; }

.testimonial-section .testimonial-slider blockquote cite {
  margin-top: 20px;
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  font-style: normal; }

.testimonial-section .testimonial-slider blockquote cite:before {
  content: "\f007";
  font-family: "FontAwesome";
  color: #0083c9;
  padding-right: 10px; }

.testimonial-section .testimonial-slider blockquote p {
  margin: 0;
  line-height: 46px;
  color: #ffffff;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  display: inline; }

@media (max-width: 767px) {
  .testimonial-section .testimonial-slider blockquote p {
    font-size: 14px;
    line-height: 24px; } }

.testimonial-section .testimonial-slider blockquote p span {
  box-shadow: 5px 0 0 rgba(0, 131, 201, 0.8), -5px 0 0 rgba(0, 131, 201, 0.8);
  background: #0083c9;
  background: rgba(0, 131, 201, 0.8);
  box-decoration-break: clone; }

.testimonial-section .testimonial-slider .slick-carousel .slick-dots li {
  float: left; }

.testimonial-section .testimonial-slider .slick-carousel .slick-dots li button {
  border-radius: 50%; }

.two-ways {
  position: relative; }

.two-ways .way-info {
  float: left;
  width: 50%;
  padding: 0 60px; }

.two-ways .way-info p {
  line-height: 28px;
  margin-bottom: 60px; }

.two-ways .way-info > h2 {
  margin: 0 -60px 60px;
  font-size: 24px; }

.two-ways .way-info > h2 a {
  position: relative;
  text-decoration: none;
  background: #0083c9;
  display: block;
  padding: 30px;
  text-align: center;
  color: #ffffff; }

.two-ways .way-info > h2 a:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #0083c9;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  font-size: 80px;
  line-height: 0; }

.two-ways .way-info h3, .two-ways .way-info h4, .two-ways .way-info h5, .two-ways .way-info h6 {
  margin: 30px 0; }

.two-ways .way-info:nth-child(even) {
  border-left: 1px solid #f4f4f4; }

.two-ways .way-info:nth-child(even) > h2 {
  margin-left: -61px; }

.two-ways .way-info:nth-child(even) > h2 a {
  background: #77c04b; }

.two-ways .way-info:nth-child(even) > h2 a:before {
  color: #77c04b; }

.blog-page {
  margin-bottom: 100px; }

.blog-post {
  position: relative;
  background: #ffffff;
  border-bottom: 3px solid var(--renk); }

.single .blog-post {
  border: none;
  margin-bottom: 10px; }

.blog-post blockquote {
  color: #77c04b;
  font-size: 20px;
  font-weight: 600;
  font-style: italic; }

@media (max-width: 767px) {
  .blog-post blockquote {
    font-size: 18px;
    margin: 10px; } }

.blog-post header time, .blog-post figure time {
  position: absolute;
  width: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  background: #77c04b;
  filter: alpha(opacity=90);
  opacity: 0.90; }

@media (max-width: 767px) {
  .blog-post.no-media-post > header {
    padding-top: 60px; } }

.blog-post.no-media-post > header time {
  padding: 10px 0;
  top: 0;
  right: 0; }

.blog-post + .blog-post {
  margin-top: 45px; }

.blog-post > figure {
  position: relative;
  text-align: center; }

.blog-post > figure time {
  padding: 20px 0;
  bottom: -10px;
  right: 10px; }

.blog-post > header {
  padding: 50px 50px 20px; }

@media (max-width: 767px) {
  .blog-post > header {
    padding: 20px 15px 20px; } }

.blog-post > header h3 {
  margin: 0; }

.blog-post > header .info-list {
  margin-top: 10px; }

.blog-post .blog-content {
  padding: 0 50px;
  line-height: 28px; }

@media (max-width: 767px) {
  .blog-post .blog-content {
    padding: 0 15px; } }

.blog-post footer {
  padding: 0 50px 20px; }

@media (max-width: 767px) {
  .blog-post footer {
    padding: 0 15px 15px; } }

.blog-post footer .blog-cats {
  padding-top: 5px; }

@media (max-width: 767px) {
  .blog-post footer .social-links {
    text-align: left !important;
    padding-top: 15px; } }

.blog-post footer .social-links ul li {
  margin: 0 5px; }

.blog-post footer .social-links ul li a {
  height: 26px;
  line-height: 26px;
  width: 26px;
  text-align: center;
  font-size: 11px; }

.blog-author, .blog-post-comments .comment {
  padding: 50px;
  background: #ffffff;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .blog-author, .blog-post-comments .comment {
    padding: 20px; } }

.blog-author > .inner, .blog-post-comments .comment > .inner {
  position: relative;
  padding-left: 140px; }

@media (max-width: 767px) {
  .blog-author > .inner, .blog-post-comments .comment > .inner {
    padding-left: 0; } }

.blog-author > .inner header, .blog-post-comments .comment > .inner header {
  padding-top: 5px; }

@media (max-width: 767px) {
  .blog-author > .inner header, .blog-post-comments .comment > .inner header {
    padding-left: 100px;
    min-height: 100px; } }

.blog-author > .inner header h6, .blog-post-comments .comment > .inner header h6 {
  font-size: 16px;
  color: #151515;
  margin-top: 0;
  text-transform: capitalize; }

.blog-author > .inner header h6 a, .blog-post-comments .comment > .inner header h6 a {
  color: inherit; }

@media (max-width: 767px) {
  .blog-author > .inner header h6, .blog-post-comments .comment > .inner header h6 {
    margin-bottom: 10px; } }

.blog-author > .inner header .social-links, .blog-post-comments .comment > .inner header .social-links {
  position: absolute;
  right: 0;
  top: 0; }

@media (max-width: 767px) {
  .blog-author > .inner header .social-links, .blog-post-comments .comment > .inner header .social-links {
    position: relative;
    right: auto;
    text-align: left; } }

.blog-author > .inner figure, .blog-post-comments .comment > .inner figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 77px;
  height: 77px;
  overflow: hidden;
  border-radius: 50%; }

@media (max-width: 767px) {
  .blog-author > .inner figure, .blog-post-comments .comment > .inner figure {
    width: 80px;
    height: 80px; } }

.blog-similar-posts {
  background: #ffffff;
  padding: 40px 50px;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .blog-similar-posts {
    padding: 20px; } }

.blog-similar-posts > header h2, .blog-similar-posts > header h3, .blog-similar-posts > header h4, .blog-similar-posts > header h5 {
  margin: 0 0 20px; }

.blog-similar-posts ul {
  margin: 0;
  padding: 0; }

.blog-similar-posts .similar-post {
  display: block;
  position: relative;
  padding: 4px;
  float: left;
  width: 33.33334%;
  text-align: center; }

.blog-similar-posts .similar-post:first-child {
  padding-left: 0; }

.blog-similar-posts .similar-post:last-child {
  padding-right: 0; }

@media (max-width: 767px) {
  .blog-similar-posts .similar-post {
    width: 100%;
    float: none; } }

.blog-similar-posts .similar-post h6 {
  margin: 15px 0 0;
  color: #151515; }

.blog-similar-posts .similar-post h6 a {
  color: inherit; }

.blog-similar-posts .similar-post time {
  font-size: 13px; }

.blog-post-comments {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 40px 50px; }

.blog-post-comments > header h2, .blog-post-comments > header h3, .blog-post-comments > header h4, .blog-post-comments > header h5, .blog-post-comments > header h6 {
  margin-top: 0; }

.blog-post-comments ul.comments {
  padding: 0;
  margin: 0; }

.blog-post-comments ul.comments li.comment {
  padding: 20px 0;
  display: block;
  margin: 0; }

.blog-post-comments ul.comments li.comment:last-child {
  padding-bottom: 0; }

.blog-post-comments ul.comments li.comment header .btn {
  position: absolute;
  right: 0;
  top: 0; }

@media (max-width: 767px) {
  .blog-post-comments ul.comments li.comment header .btn {
    position: relative;
    right: auto; } }

.blog-post-comments ul.comments li.comment + li.comment {
  border-top: 1px solid #f4f4f4; }

.blog-post-comments ul.comments li.comment time {
  color: #686868;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  padding-left: 10px; }

.blog-post-comments ul.comments li.comment ul {
  padding-left: 50px;
  border-top: 1px solid #f4f4f4;
  margin-top: 30px; }

@media (max-width: 767px) {
  .blog-post-comments ul.comments li.comment ul {
    padding-left: 20px; } }

@media (max-width: 767px) {
  .blog-post-comments {
    padding: 20px; } }

.add-comment {
  background: #ffffff;
  padding: 40px 50px; }

@media (max-width: 767px) {
  .add-comment {
    padding: 20px; } }

.add-comment > header h2, .add-comment > header h3, .add-comment > header h4, .add-comment > header h5, .add-comment > header h6 {
  margin-top: 0; }

.add-comment .labeled-input {
  max-width: 100%; }

.add-comment textarea, .add-comment input {
  width: 100%;
  max-width: 100%; }

.add-comment button {
  margin-top: 10px; }

.fields-grid {
  margin: 0 -5px 5px; }

.fields-grid .fields-grid-ele {
  float: left;
  width: 50%;
  padding: 5px; }

.fields-grid .fields-grid-ele > div {
  margin: 0; }

.blog-nav {
  padding-top: 30px; }

@media (max-width: 767px) {
  .blog-nav {
    margin-bottom: 30px; } }

.blog-nav a.btn {
  padding: 20px 40px;
  background: #d2d2d2;
  color: #686868; }

@media (max-width: 767px) {
  .blog-nav a.btn {
    width: 50%;
    padding: 15px; } }

.blog-nav a.btn:hover {
  background: #ffffff; }

.blog-post:nth-child(2), .blog-post:nth-child(13) {
  border-color: #f95858; }

.blog-post:nth-child(2) header time, .blog-post:nth-child(2) figure time, .blog-post:nth-child(13) header time, .blog-post:nth-child(13) figure time {
  background: #f95858; }

.blog-post:nth-child(3), .blog-post:nth-child(14) {
  border-color: #db6989; }

.blog-post:nth-child(3) header time, .blog-post:nth-child(3) figure time, .blog-post:nth-child(14) header time, .blog-post:nth-child(14) figure time {
  background: #db6989; }

.blog-post:nth-child(4), .blog-post:nth-child(15) {
  border-color: #ffaf02; }

.blog-post:nth-child(4) header time, .blog-post:nth-child(4) figure time, .blog-post:nth-child(15) header time, .blog-post:nth-child(15) figure time {
  background: #ffaf02; }

.blog-post:nth-child(5), .blog-post:nth-child(16) {
  border-color: #bd967a; }

.blog-post:nth-child(5) header time, .blog-post:nth-child(5) figure time, .blog-post:nth-child(16) header time, .blog-post:nth-child(16) figure time {
  background: #bd967a; }

.blog-post:nth-child(6), .blog-post:nth-child(17) {
  border-color: #00a8c6; }

.blog-post:nth-child(6) header time, .blog-post:nth-child(6) figure time, .blog-post:nth-child(17) header time, .blog-post:nth-child(17) figure time {
  background: #00a8c6; }

.blog-post:nth-child(7), .blog-post:nth-child(18) {
  border-color: #77c04b; }

.blog-post:nth-child(7) header time, .blog-post:nth-child(7) figure time, .blog-post:nth-child(18) header time, .blog-post:nth-child(18) figure time {
  background: #77c04b; }

.blog-post:nth-child(8), .blog-post:nth-child(19) {
  border-color: #ff7200; }

.blog-post:nth-child(8) header time, .blog-post:nth-child(8) figure time, .blog-post:nth-child(19) header time, .blog-post:nth-child(19) figure time {
  background: #ff7200; }

.blog-post:nth-child(9), .blog-post:nth-child(20) {
  border-color: #767690; }

.blog-post:nth-child(9) header time, .blog-post:nth-child(9) figure time, .blog-post:nth-child(20) header time, .blog-post:nth-child(20) figure time {
  background: #767690; }

.blog-post:nth-child(10), .blog-post:nth-child(21) {
  border-color: #9db10b; }

.blog-post:nth-child(10) header time, .blog-post:nth-child(10) figure time, .blog-post:nth-child(21) header time, .blog-post:nth-child(21) figure time {
  background: #9db10b; }

.blog-post:nth-child(11), .blog-post:nth-child(22) {
  border-color: #a868c2; }

.blog-post:nth-child(11) header time, .blog-post:nth-child(11) figure time, .blog-post:nth-child(22) header time, .blog-post:nth-child(22) figure time {
  background: #a868c2; }

.blog-post:nth-child(12), .blog-post:nth-child(23) {
  border-color: #f465af; }

.blog-post:nth-child(12) header time, .blog-post:nth-child(12) figure time, .blog-post:nth-child(23) header time, .blog-post:nth-child(23) figure time {
  background: #f465af; }

.accordion.active header:before {
  content: "\f068"; }

.accordion header {
  background: #ffffff;
  position: relative; }

.accordion header:before {
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  line-height: 46px;
  color: #b7b7b7;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  text-align: center; }

.accordion header a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 11px 65px 10px 14px;
    text-decoration: none;
    color: #6b6b6b;
    font-weight: 500;
    position: relative;
    z-index: 10; }

.accordion header li {
    display: block;
    color: inherit;
    text-decoration: none;
    list-style: none; }

.accordion .accordion-content {
  display: none;
  padding: 25px 30px;
  background: #f4f4f4;
  line-height: 28px;
  /*display:none;*/ }

.accordion + .accordion {
  border-top: 1px solid #dfdfdf; }

.accordion:first-child .accordion-content {
  display: block; }

.main-banner, .main-banner-2 {
  position: relative;
  min-height: 300px;
  margin-top: -50px;
  padding: 30px;
  color: #ffffff;
  text-align: center; }

.main-banner .btn-transparent, .main-banner-2 .btn-transparent {
  color: #fff; }

.main-banner header, .main-banner-2 header {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px; }

.main-banner header.text-normal, .main-banner-2 header.text-normal {
  text-transform: none; }

.main-banner header h1, .main-banner header h2, .main-banner header h3, .main-banner header h4, .main-banner header h5, .main-banner header h6, .main-banner-2 header h1, .main-banner-2 header h2, .main-banner-2 header h3, .main-banner-2 header h4, .main-banner-2 header h5, .main-banner-2 header h6 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0; }

.main-banner header h2, .main-banner header h1, .main-banner-2 header h2, .main-banner-2 header h1 {
  font-size: 60px; }

.main-banner header h2 strong, .main-banner header h1 strong, .main-banner-2 header h2 strong, .main-banner-2 header h1 strong {
  font-weight: 700;
  position: relative;
  z-index: 5; }

.main-banner header h2 strong:after, .main-banner header h1 strong:after, .main-banner-2 header h2 strong:after, .main-banner-2 header h1 strong:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background: url("../img/basic/line2.png") no-repeat center center;
  height: 10px;
  position: absolute;
  z-index: -1; }

@media (max-width: 992px) {
  .main-banner header h2, .main-banner header h1, .main-banner-2 header h2, .main-banner-2 header h1 {
    font-size: 40px; } }

@media (max-width: 776px) {
  .main-banner header h2, .main-banner header h1, .main-banner-2 header h2, .main-banner-2 header h1 {
    font-size: 30px; } }

.main-banner > .inner, .main-banner-2 > .inner {
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.main-banner.menu-on-top > .inner, .main-banner-2.menu-on-top > .inner {
  margin-top: 70px; }

.category-search-tabbed {
  max-width: 936px;
  margin: 0 auto; }

.category-search-tabbed > ul {
  margin: 0;
  padding: 0; }

@media (max-width: 1020px) {
  .category-search-tabbed > ul {
    display: none; } }

.category-search-tabbed > ul li {
  display: block;
  float: left; }

.category-search-tabbed > ul li a {
  display: block;
  height: 78px;
  width: 78px;
  position: relative;
  color: #ffffff;
  margin-top: 0; }

.category-search-tabbed > ul li a i {
  position: absolute;
  top: 50%;
  line-height: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 40px; }

.category-search-tabbed > ul li.active a, .category-search-tabbed > ul li a:hover {
  background: #ffffff !important;
  height: 82px;
  margin-top: -4px;
  color: #0083c9; }

.category-search-tabbed .search-widget {
  height: 84px;
  position: relative;
  background: #ffffff;
  z-index: 20;
  color: #686868;
  -moz-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.2); }

.category-search-tabbed .search-widget input {
  padding-left: 30px; }

.category-search-tabbed .search-widget button {
  width: 78px;
  text-align: center;
  right: 0;
  color: inherit;
  font-size: 20px; }

.main-banner-2 {
  padding: 150px 0;
  min-height: 550px;
  position: relative; }

.main-banner-2 header h2, .main-banner-2 header h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600; }

@media (max-width: 1199px) {
  .main-banner-2 header h2, .main-banner-2 header h1 {
    font-size: 60px;
    line-height: 60px; } }

@media (max-width: 992px) {
  .main-banner-2 header h2, .main-banner-2 header h1 {
    font-size: 40px;
    line-height: normal; } }

@media (max-width: 776px) {
  .main-banner-2 header h2, .main-banner-2 header h1 {
    font-size: 30px; }
  .main-banner-2 header h2 br, .main-banner-2 header h1 br {
    display: none; } }

.main-banner-2 .categories-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.categories-slider .container {
  padding-left: 10px;
  padding-right: 10px; }

.categories-slider .slick-arrow {
  text-align: center;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.categories-slider .slick-arrow:hover {
  filter: alpha(opacity=100);
  opacity: 1; }

@media (max-width: 1250px) {
  .categories-slider .slick-arrow {
    top: auto;
    margin-top: -10px;
    bottom: 100%; } }

.categories-slider .slick-arrow i {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 26px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #fff; }

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

@media (max-width: 1250px) {
  .categories-slider .slick-arrow.owl-prev {
    left: 0; } }

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

@media (max-width: 1250px) {
  .categories-slider .slick-arrow.owl-next {
    right: 0; } }

.categories-slider .slick-carousel .cat-thumb-2 {
  filter: alpha(opacity=0);
  opacity: 0; }

.categories-slider .slick-carousel.slick-initialized .cat-thumb-2 {
  filter: alpha(opacity=100);
  opacity: 1; }

.fancy-label {
  font-weight: 600;
  margin: 10px 0; }

.fancy-label span {
  display: inline-block;
  position: relative;
  background: #ffffff;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 25px;
  color: #686868; }

.fancy-label span:before, .fancy-label span:after {
  content: "";
  top: 0;
  position: absolute;
  width: 15px;
  height: 36px; }

.fancy-label span:before {
  right: 100%;
  background: url("../img/basic/fl-left.png"); }

.fancy-label span:after {
  left: 100%;
  background: url("../img/basic/fl-right.png"); }

.banner-overlay {
  position: relative; }

.banner-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4); }

.slick-shop-banner {
  margin-top: -50px; }

.slick-shop-banner .banner-slide {
  line-height: 28px;
  position: relative; }

.slick-shop-banner .banner-slide .container {
  padding: 160px 15px 160px;
  position: relative; }

@media (max-width: 767px) {
  .slick-shop-banner .banner-slide .container {
    padding: 50px 15px 50px; } }

.slick-shop-banner .banner-slide .container > img {
  position: absolute;
  right: 0;
  max-height: 95%; }

.slick-shop-banner .banner-slide .container > img.visual-bottom-right {
  bottom: -50px; }

@media (max-width: 767px) {
  .slick-shop-banner .banner-slide .container > img.visual-bottom-right {
    display: none; } }

.slick-shop-banner .banner-slide .container > img.visual-left-right {
  right: auto;
  left: 30%;
  bottom: -70px; }

@media (max-width: 1199px) {
  .slick-shop-banner .banner-slide .container > img.visual-left-right {
    left: 40%;
    max-width: 60%; } }

@media (max-width: 767px) {
  .slick-shop-banner .banner-slide .container > img.visual-left-right {
    display: none; } }

.slick-shop-banner .banner-slide h1, .slick-shop-banner .banner-slide h2, .slick-shop-banner .banner-slide h3 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: normal;
  font-weight: 400; }

.slick-shop-banner .banner-slide h1 strong, .slick-shop-banner .banner-slide h2 strong, .slick-shop-banner .banner-slide h3 strong {
  font-weight: 700;
  position: relative;
  z-index: 5; }

.slick-shop-banner .banner-slide h1 strong:after, .slick-shop-banner .banner-slide h2 strong:after, .slick-shop-banner .banner-slide h3 strong:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background: url("../img/basic/line.png") no-repeat center center;
  height: 9px;
  position: absolute;
  z-index: -1; }

.slick-shop-banner .banner-slide p {
  margin-bottom: 30px; }

.hero-banner {
  height: calc(100vh - 70px); }

.category-thumbs {
  margin: 0 -15px; }

.category-thumbs.style2 .cat-thumb .cat-caption {
  left: 15px;
  bottom: 35px;
  margin: 0; }

.category-thumbs.style2 .cat-thumb .cat-caption > div {
  padding: 15px 50px 15px 20px;
  text-align: left;
  margin: 0;
  position: relative; }

.category-thumbs.style2 .cat-thumb .cat-caption > div:after {
  content: "\f18e";
  color: #ffffff;
  font-size: 20px;
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 0; }

.category-thumbs.style2 .cat-thumb .cat-caption h3 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px; }

.category-thumbs .cat-thumb {
  width: 33.3333334%;
  float: left;
  padding: 15px;
  position: relative; }

@media (max-width: 767px) {
  .hero-banner {
    height: calc(100vh - 70px); }
    
  .category-thumbs .cat-thumb {
    float: none;
    width: 100%;
    max-width: 350px;
    margin: 15px auto 0;
    padding: 0; } }

.category-thumbs .cat-thumb > a {
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 5px;
  right: 15px;
  display: block;
  text-indent: -999999px;
  z-index: 50; }

.category-thumbs .cat-thumb .cat-caption {
  left: 0;
  bottom: 5px;
  width: 100%;
  position: absolute;
  z-index: 40; }

.category-thumbs .cat-thumb .cat-caption > div {
  max-width: 290px;
  margin: auto;
  padding: 30px 10px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  filter: alpha(opacity=90);
  opacity: 0.9; }

.category-thumbs .cat-thumb .cat-caption > div h3 {
  color: inherit;
  font-weight: 700;
  margin: 0; }

.category-thumbs-2 {
  margin: 0;
  padding: 0; }

.category-thumbs-2 .cat-thumb-2 {
  display: block;
  padding: 0 5px; }

.category-thumbs-2 .cat-thumb-2 a {
  filter: alpha(opacity=80);
  opacity: 0.8;
  display: block;
  height: 140px;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px; }

.category-thumbs-2 .cat-thumb-2 a span {
  bottom: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

.category-thumbs-2 .cat-thumb-2 a i {
  font-size: 60px;
  position: absolute;
  top: 40%;
  line-height: 0;
  left: 0;
  width: 100%; }

.pricing-tables {
  padding: 15px 0;
  margin: -2px; }

.pricing-tables .pricing {
  float: left;
  width: 25%;
  padding: 2px; }

@media (max-width: 1020px) {
  .pricing-tables .pricing {
    width: 50%; } }

@media (max-width: 767px) {
  .pricing-tables .pricing {
    float: none;
    width: 100%; } }

.pricing-tables .pricing table {
  background: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 5; }

.pricing-tables .pricing table span.plan {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 30px;
  width: 30px;
  background: #77c04b;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase; }

.pricing-tables .pricing table span.plan span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  word-wrap: break-word;
  letter-spacing: 1px;
  padding: 10px; }

.pricing-tables .pricing table a.btn {
  display: block;
  padding: 15px;
  border: 2px solid #e0e0e0;
  text-transform: uppercase;
  color: #686868; }

.pricing-tables .pricing table tr td {
  padding: 10px 45px;
  position: relative; }

.pricing-tables .pricing table thead {
  position: relative;
  font-size: 60px;
  color: #151515; }

.pricing-tables .pricing table thead td {
  padding: 30px 45px 0; }

.pricing-tables .pricing table thead td hr {
  margin-top: 30px;
  margin-bottom: 30px; }

.pricing-tables .pricing table thead sup {
  font-weight: 300;
  color: #686868;
  font-size: 40px; }

.pricing-tables .pricing table thead sub {
  font-size: 20px;
  color: #686868;
  font-weight: 400; }

.pricing-tables .pricing table tbody {
  font-size: 13px;
  text-transform: capitalize; }

.pricing-tables .pricing table tfoot td {
  padding: 30px 45px; }

.pricing-tables .pricing table:hover {
  z-index: 10;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14); }

.pricing-tables .pricing table:hover a.btn {
  background: #77c04b;
  color: #ffffff;
  border-color: #77c04b; }

.pricing-tables .pricing:nth-child(2) span.plan {
  background: #db6989; }

.pricing-tables .pricing:nth-child(2):hover table a.btn {
  background: #db6989;
  border-color: #db6989; }

.pricing-tables .pricing:nth-child(3) span.plan {
  background: #71718a; }

.pricing-tables .pricing:nth-child(3):hover table a.btn {
  background: #71718a;
  border-color: #71718a; }

.pricing-tables .pricing:nth-child(4) span.plan {
  background: #bd967a; }

.pricing-tables .pricing:nth-child(4):hover table a.btn {
  background: #bd967a;
  border-color: #bd967a; }

.short-cart {
  position: relative;
  padding: 30px; }

.short-cart ul {
  margin: 0;
  padding: 0; }

.short-cart ul li {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  display: block;
  padding: 20px 20px 20px 80px; }

.short-cart ul li:first-child {
  padding-top: 1px; }

.short-cart ul li:first-child figure {
  top: 1px; }

.short-cart ul li:first-child a.remove-item {
  margin-top: -25px; }

.short-cart ul li figure {
  position: absolute;
  left: 0;
  top: 20px;
  width: 60px; }

.short-cart ul li a.item-title {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  display: block;
  margin-top: 7px;
  margin-bottom: 2px; }

.short-cart ul li span {
  font-weight: 700;
  font-size: 12px; }

.short-cart ul li a.remove-item {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  margin-top: -15px;
  color: #b7b7b7; }

.short-cart table {
  width: 100%; }

.short-cart table td {
  padding: 15px 0;
  font-size: 14px;
  font-weight: 600; }

.short-cart table td:last-child {
  text-align: right; }

.short-cart table td strong {
  display: block;
  font-weight: 700; }

.short-cart a.btn {
  text-align: center; }

.widget-subscribe-2 {
  position: relative; }

.widget-subscribe-2 .labeled-input {
  width: 100%; }

.widget-subscribe-2 .labeled-input input[type="email"] {
  max-width: none;
  height: 54px; }

.widget-subscribe-2 .labeled-input label {
  line-height: 52px; }

.widget-subscribe-2 button {
  top: 4px;
  right: 4px;
  bottom: 4px;
  padding: 5px 20px;
  position: absolute; }

.item-lg-images {
  position: relative; }

.item-lg-images .item-lg-thumb {
  height: 480px; }

@media (max-width: 992px) {
  .item-lg-images .item-lg-thumb {
    height: 250px; } }

@media (max-width: 767px) {
  .item-lg-images .item-lg-thumb {
    height: 300px; } }

.item-lg-images .item-lg-thumb img {
  display: none; }

.item-lg-images .trigger-gallery {
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #d7d7d7;
  color: #151515;
  z-index: 99; }

.item-lg-images .trigger-gallery i {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  line-height: 0;
  font-size: 26px; }

.item-lg-images .trigger-gallery:hover {
  background: var(--renk) ;
  color: #ffffff; }

.item-sm-images, .gallery-thumbs {
  padding: 42px 47px 56px;
  background: #f4f4f4; }

.item-sm-images .slick-carousel .slick-arrow, .gallery-thumbs .slick-carousel .slick-arrow {
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  color: #b7b7b7;
  top: 0;
  margin-top: 0;
  width: 38px;
  background: #ffffff; }

.item-sm-images .slick-carousel .slick-arrow:hover, .gallery-thumbs .slick-carousel .slick-arrow:hover {
  background: var(--renk) ;
  color: #ffffff; }

.item-sm-images .slick-carousel .slick-arrow.owl-prev, .gallery-thumbs .slick-carousel .slick-arrow.owl-prev {
  left: -41px; }

.item-sm-images .slick-carousel .slick-arrow.owl-next, .gallery-thumbs .slick-carousel .slick-arrow.owl-next {
  right: -41px; }

.item-sm-images .item-sm-thumb, .gallery-thumbs .item-sm-thumb {
  padding: 0 2px; }

.item-sm-images .item-sm-thumb .imgAsBg, .gallery-thumbs .item-sm-thumb .imgAsBg {
  height: 100px; }

.item-sm-images .item-sm-thumb .imgAsBg img, .gallery-thumbs .item-sm-thumb .imgAsBg img {
  display: none; }

.full-width-gallery {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(21, 21, 21, 0.8);
  z-index: 999; }

.full-width-gallery.active {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1; }

.full-width-gallery .container {
  position: relative; }

.full-width-gallery .close-lg-gallery {
  position: absolute;
  z-index: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  right: 20px;
  top: 20px;
  background: rgba(0, 0, 0, 0.1); }

.full-width-gallery .gallery-lg-area {
  overflow: hidden;
  padding: 20px 5px 160px; }

.full-width-gallery .gallery-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #000;
  padding: 0; }

.full-width-gallery .gallery-thumbs .gallery-thumbs-inner {
  padding: 20px 45px; }

.shop-products {
  margin: 0 -7px; }

.shop-products.items-list {
  margin-left: 300px; }

@media (max-width: 767px) {
  .shop-products.items-list {
    margin-left: 0; } }

.shop-products.items-list .shop-product {
  width: 33.333334%; }

@media (max-width: 1100px) {
  .shop-products.items-list .shop-product {
    width: 50%; } }

@media (max-width: 500px) {
  .shop-products.items-list .shop-product {
    float: none;
    width: 100%; } }

.shop-products.list-style .shop-product {
  float: none;
  width: 100%; }

.shop-products.list-style .shop-product .product-inner {
  padding-left: 300px;
  position: relative; }

.shop-products.list-style .shop-product .product-inner .product-figure {
  position: absolute;
  left: 0;
  width: 270px;
  top: 0;
  height: 100%; }

@media (max-width: 1020px) {
  .shop-products.list-style .shop-product .product-inner .product-figure {
    position: relative;
    height: 250px;
    left: auto;
    top: auto;
    width: 100%; } }

.shop-products.list-style .shop-product .product-inner .product-short-desc {
  display: block;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5; }

.shop-products.list-style .shop-product .product-inner .btn {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block; }

@media (max-width: 1199px) {
  .shop-products.list-style .shop-product .product-inner .btn {
    position: relative;
    top: auto;
    right: auto; } }

@media (max-width: 1020px) {
  .shop-products.list-style .shop-product .product-inner {
    padding-left: 0; } }

.shop-products .shop-product {
  float: left;
  width: 25%;
  padding: 7px; }

@media (max-width: 1025px) {
  .shop-products .shop-product {
    width: 33.333334%; } }

@media (max-width: 767px) {
  .shop-products .shop-product {
    width: 50%; } }

@media (max-width: 500px) {
  .shop-products .shop-product {
    width: 100%;
    float: none; } }

.shop-products .shop-product .product-short-desc {
  display: none; }

.shop-products .shop-product .product-inner {
  background: #ffffff; }

.shop-products .shop-product .product-inner .product-figure {
  position: relative;
  height: 260px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.shop-products .shop-product .product-inner .product-content {
  padding: 30px; }

.shop-products .shop-product .product-inner .product-content a.shop-cat {
  font-size: 13px;
  color: #909090;
  font-size: 13px; }

.shop-products .shop-product .product-inner .product-content h3 {
  font-size: 20px;
  margin: 0 0 5px; }

.shop-products .shop-product .product-inner .product-content h3 a {
  color: inherit;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.shop-products .shop-product .product-inner .product-content a.btn {
  display: block;
  text-align: center;
  margin-top: 20px; }

.shop-products .shop-product .product-inner .product-content .product-price {
  font-size: 16px;
  color: #0083c9;
  font-weight: 700;
  padding-right: 15px;
  margin-right: 15px;
  display: inline-block;
  border-right: 2px solid #f1f1f1; }

.shop-products .shop-product .product-inner .product-content .the-ratings {
  display: inline-block; }

.cart-area {
  margin-bottom: 100px; }

.cart-items .cart-unit {
  background: #ffffff;
  margin-bottom: 2px;
  height: 100px;
  position: relative; }

@media (max-width: 480px) {
  .cart-items .cart-unit {
    height: auto; } }

.cart-items .cart-unit:hover {
  z-index: 20;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14); }

.cart-items .cart-unit > div {
  float: left;
  width: 50%;
  height: 100px;
  position: relative; }

@media (max-width: 767px) {
  .cart-items .cart-unit > div {
    float: none; }
  .cart-items .cart-unit > div.cart-item-actions {
    position: absolute;
    right: 0;
    width: 150px;
    top: 0; }
  .cart-items .cart-unit > div.cart-item-info {
    width: 100%;
    padding-right: 150px; } }

@media (max-width: 480px) {
  .cart-items .cart-unit > div {
    height: auto; }
  .cart-items .cart-unit > div.cart-item-info {
    padding: 20px 15px; }
  .cart-items .cart-unit > div.cart-item-actions {
    position: static;
    width: 100%;
    padding: 0 15px 20px; } }

.cart-items .cart-unit .cart-item-info {
  padding: 30px 30px 30px 120px;
  font-size: 14px;
  font-weight: 600; }

.cart-items .cart-unit .cart-item-info figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 100%;
  border-right: 1px solid #e5e5e5; }

@media (max-width: 480px) {
  .cart-items .cart-unit .cart-item-info figure {
    display: none; } }

.cart-items .cart-unit .cart-item-info h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #151515; }

.cart-items .cart-unit .cart-item-actions {
  padding: 30px 10px; }

.cart-items .cart-unit .remove-cart-item {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #b7b7b7;
  right: 0;
  top: 0; }

.cart-items .cart-unit .remove-cart-item:hover {
  background: #f95858;
  color: #ffffff; }

.quantity-control {
  width: 90px;
  border: 2px solid #e0e0e0;
  height: 46px;
  position: relative; }

.quantity-control input {
  border: none;
  height: 42px;
  background: #ffffff; }

.quantity-control .qty-btns {
  position: absolute;
  width: 30px;
  height: 100%;
  right: 0;
  top: 0; }

.quantity-control .qty-btns button {
  position: absolute;
  width: 100%;
  height: 50%;
  color: #b7b7b7;
  right: 0;
  background: none;
  border: none; }

.quantity-control .qty-btns button:first-child {
  top: 0; }

.quantity-control .qty-btns button:first-child .fa {
  position: absolute;
  left: 5px;
  bottom: 0px; }

.quantity-control .qty-btns button:last-child {
  bottom: 0; }

.quantity-control .qty-btns button:last-child .fa {
  position: absolute;
  left: 5px;
  top: 0px; }

.quantity-control .alert-msg {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  font-size: 11px;
  color: #f95858;
  left: 0;
  min-width: 150px; }

.checkout-area {
  margin-bottom: 100px; }

.cart-summary {
  background: #ffffff; }

.cart-summary .cart-summary-actions {
  padding: 22px 20px;
  background: #f4f4f4; }

.cart-summary .cart-summary-actions .btn {
  width: 48%;
  float: left;
  margin: 0 1%;
  text-align: center;
  height: 54px;
  padding: 0;
  line-height: 54px; }

.cart-summary .short-widget {
  padding-top: 25px;
  padding-bottom: 25px; }

.cart-summary .cart-summary-table {
  padding: 20px 30px; }

.cart-summary .cart-summary-table table {
  width: 100%; }

.cart-summary .cart-summary-table table tr td {
  width: 50%;
  padding: 8px 0; }

.cart-summary .cart-summary-table table tr td:last-child {
  text-align: right; }

.the-ratings {
  position: relative; }

.the-ratings:before {
  font-size: 16px;
  font-family: "FontAwesome";
  content: "" "" "" "" "";
  color: #e0e0e0; }

.the-ratings:after {
  font-size: 16px;
  color: #ffaf02;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: ""; }

.the-ratings.stars-5:after {
  content: "" "" "" "" ""; }

.the-ratings.stars-4:after {
  content: "" "" "" ""; }

.the-ratings.stars-3:after {
  content: "" "" ""; }

.the-ratings.stars-2:after {
  content: "" ""; }

.the-ratings.stars-1:after {
  content: "\f005"; }

.modal-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8); }

.modal-container .social_login_opt {
  padding: 50px; }

@media (max-width: 500px) {
  .modal-container .social_login_opt {
    padding: 15px 30px 15px 30px; } }

.modal-container.active {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible; }

.modal-container a.modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: block;
  text-indent: -9999px;
  cursor: pointer; }

.modal-container > .inner {
  position: absolute;
  left: 50%;
  margin-left: -205px;
  top: 20px;
  z-index: 100;
  background: #f4f4f4;
  width: 410px;
  min-height: 400px;
  -webkit-box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.14); }

@media (min-height: 700px) {
  .modal-container > .inner {
    top: 50%;
    left: 50%;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media (max-width: 500px) {
  .modal-container > .inner {
    width: 280px;
    margin-left: -140px; } }

.modal-container > .inner .close_modal {
  border: none;
  background: none;
  text-align: center;
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #b7b7b7; }

.modal-container > .inner .close_modal:hover {
  background: #0083c9;
  color: #ffffff; }

.login-actions, .login-cta {
  font-size: 13px; }

.login-actions a, .login-cta a {
  text-decoration: underline;
  line-height: 24px; }

.modal-content {
  padding: 50px; }

@media (max-width: 500px) {
  .modal-content {
    padding: 30px 15px; } }

.modal-content header {
  text-align: center;
  margin-bottom: 30px; }

.modal-content header h1, .modal-content header h2, .modal-content header h3, .modal-content header h4, .modal-content header h5 {
  margin: 0 0 10px; }

.modal-content header p {
  margin: 0; }

.mobile-menu-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  display: none;
  z-index: 9999;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden; }

.mobile-menu-wrap.active {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1; }

.mobile-menu-wrap.active .mobile-menu {
  left: 0; }

.mobile-menu-wrap .closeMobilMenu {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 50; }

.mobile-menu-wrap .mobile-menu {
  position: absolute;
  left: -250px;
  top: 0;
  z-index: 60;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-width: 80%;
  background: #fff;
  -moz-box-shadow: 5px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 5px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 1px 4px rgba(0, 0, 0, 0.4); }

.mobile-menu-wrap .search-widget {
  height: 60px;
  background: #d2d2d2;
  color: #fff;
  margin-bottom: 0; }

.mobile-menu-wrap .search-widget button[type="submit"] {
  color: #fff; }


.mobile-menu-wrap .menu-list {
  margin: 0;
  padding: 0; }

.mobile-menu-wrap .menu-list > li > a {
  padding: 15px;
  display: block;
  color: inherit;
  text-decoration: none; }

.mobile-menu-wrap .menu-list > li:nth-child(even) > a {
  background: #fff; }

@media (max-width: 767px) {
  .mobile-menu-wrap {
    display: block; } }

.sliding-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden; }

.sliding-nav.active {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible; }

.sliding-nav.active .slide-nav-list {
  left: 0; }

.sliding-nav .slide-nav-list {
  position: absolute;
  background: #fff;
  padding: 50px 0;
  z-index: 50;
  width: 300px;
  left: -300px;
  top: 0;
  height: 100%;
  -moz-box-shadow: 5px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 5px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 1px 4px rgba(0, 0, 0, 0.4); }

.sliding-nav .slide-nav-list > ul {
  margin: 0;
  padding: 0; }

.sliding-nav .slide-nav-list > ul > li {
  display: block; }

.sliding-nav .slide-nav-list > ul > li.parent > a:before {
  position: absolute;
  right: 30px;
  top: 50%;
  font-family: "FontAwesome";
  content: "\f105";
  line-height: 0; }

.sliding-nav .slide-nav-list > ul > li.parent:hover > ul {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible; }

.sliding-nav .slide-nav-list > ul > li:hover > a {
  background: var(--renk);
  color: #fff; }

.sliding-nav .slide-nav-list > ul > li > a {
  position: relative;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  padding: 15px 30px;
  color: inherit;
  text-decoration: none; }

.sliding-nav .slide-nav-list > ul > li.active > a {
  background: var(--renk);
  color: #fff; }

.sliding-nav .slide-nav-list > ul > li > ul {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  left: 100%;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: var(--renk); }

.sliding-nav .slide-nav-list > ul > li > ul > li {
  display: block; }

.sliding-nav .slide-nav-list > ul > li > ul > li > a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none; }

.sliding-nav a.close-sliding-nav {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  display: block; }

.alert {
  position: relative;
  padding: 20px;
  line-height: normal;
  background: #f4f4f4;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0; }

.alert > .dismiss-alert {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border: none;
  background: none;
  color: #bbbbbb; }

.alert.alert-error, .alert.alert-info, .alert.alert-warning, .alert.alert-success, .alert.alert-notification {
  color: #fff; }

.alert.alert-error > .dismiss-alert, .alert.alert-info > .dismiss-alert, .alert.alert-warning > .dismiss-alert, .alert.alert-success > .dismiss-alert, .alert.alert-notification > .dismiss-alert {
  color: inherit; }

.alert.alert-error {
  background: #db6989; }

.alert.alert-info {
  background: var(--renk); }

.alert.alert-warning {
  background: var(--renk); }

.alert.alert-success {
  background: #77c04b; }

.alert.alert-notification {
  background: #a868c2; }

.doc-footer {
  position: relative;
  font-size: 14px;
  background: #ffffff;
  padding: 80px 0; }

.doc-footer.style2 {
  padding-bottom: 20px;
  padding-top: 50px;
  background: #151515; }

.doc-footer.style2.short {
  padding-top: 35px; }

.doc-footer.style2.short hr {
  margin-top: 40px; }

.doc-footer.style2 h1, .doc-footer.style2 h2, .doc-footer.style2 h3, .doc-footer.style2 h4, .doc-footer.style2 h5, .doc-footer.style2 h6 {
  color: #ffffff; }

.doc-footer.style2 ul, .doc-footer.style2 .text-widget {
  line-height: 30px; }

.doc-footer.style2 .social-links {
  margin: 0; }

.doc-footer.style2 hr {
  margin-top: 60px;
  margin-bottom: 25px;
  border-color: #232323; }

.doc-footer.style3 {
  text-align: center;
  padding: 0 0;
  background: #333333;
  color: #9c9c9c;
  border-top: 3px solid var(--renk); }

.doc-footer.style3 h1, .doc-footer.style3 h2, .doc-footer.style3 h3, .doc-footer.style3 h4, .doc-footer.style3 h5, .doc-footer.style3 h6 {
  color: #ffffff; }

.doc-footer.style3 ul, .doc-footer.style3 .text-widget {
  line-height: 30px; }

.doc-footer.style3 .social-links {
 margin: 7px auto 51px; }

.doc-footer.style4 {
  font-size: 13px;
  padding: 50px 0 0; }

.doc-footer.style4 hr {
  margin: 40px 0 0; }

.doc-footer.style4 .social-links {
  margin: 20px 0 0;
  text-align: left; }

.doc-footer.style4 .text-widget {
  padding: 60px 0; }

.doc-footer.style4 .grid-list {
  padding: 60px 0 75px 40px;
  border-left: 1px solid #eeeeee; }

.doc-footer.style4 .copyRights {
  border-top: 1px solid #eeeeee;
  padding: 20px; }

.doc-footer a {
  color: inherit; }

.doc-footer a:hover {
  color: #b5b5b5; }

.doc-footer ul {
  padding: 0;
  margin: 0;
  line-height: 40px; }

.doc-footer ul li {
  display: block; }

.doc-footer ul li a {
  line-height: normal;
  display: inline-block; }

.doc-footer ul li a .fa {
  width: 25px; }

.doc-footer .social-links {
  margin-top: 70px;
  margin-bottom: 40px; }

.demo-page {
  padding-bottom: 50px; }

.demo-page .cat-thumb {
  padding: 20px; }

.demo-page .cat-thumb .imgWrap {
  height: 300px;
  overflow: hidden; }

.demo-page .cat-thumb img {
  width: 100%; }

.demo-page .demoSlide .demoSlideInner {
  padding: 10px 0; }

.demo-page .demoSlide .demoSlideInner > div {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  display: block;
  position: relative;
  box-shadow: 4.243px 4.243px 6px 0px rgba(0, 0, 0, 0.1); }

.demo-page .demoSlide .demoSlideInner > div a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  text-indent: -99999px; }

.demo-page .slick-arrow {
  background: #fff;
  width: 35px;
  height: 100px;
  line-height: 100px;
  position: absolute;
  top: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 999; }

.demo-page .slick-arrow:hover {
  background: #0083c9;
  color: #fff; }

.demo-page .slick-arrow:first-child {
  left: 185px; }

@media (max-width: 767px) {
  .demo-page .slick-arrow:first-child {
    left: 0; } }

.demo-page .slick-arrow:last-child {
  right: 185px; }

@media (max-width: 767px) {
  .demo-page .slick-arrow:last-child {
    right: 0; } }

.demo-page .slick-center.demoSlide .demoSlideInner {
  padding: 10px 100px; }

.web-app {
  min-height: 500px; }
