:root {
    --white-color: #ffffff;
    --primary-text: #202124;       
    --secondary-text: #5f6368;     
    --background: #ffffff;
    --accent: #1a73e8;             
    --surface: #f8f9fa;
    --theme-color: #F1562C;
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --angle: 45deg;
    --opacity: 0.5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
   font: "Poppins", Arial, Helvetica, sans-serif;
    background-color: var(--background);
    color: var(--primary-text);
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
}
a {
    text-decoration: none;
}

p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: var(--primary-text);
    margin-bottom: 16px;
}
/* HTML H TaglarÄ± - Google Material Design Typography */
h1, h2, h3, h4, h5, h6 {
    "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0 0 16px 0;
    color: var(--primary-text);
}

h1 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0px;
    font-weight: 400;
}

h2 {
    font-size: 28px;
    line-height: 1.29;
    letter-spacing: 0px;
    font-weight: 400;
}

h3 {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    line-height: 1.27;
    letter-spacing: 0px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.15px;
    font-weight: 500;
}

h6 {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.1px;
    font-weight: 500;
}

/* Google Sans iÃ§in baÅŸlÄ±klar */
.google-sans {
    font-family: 'Google Sans', "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: -0.02em;
}

/* BaÅŸlÄ±k stilleri - Google'Ä±n Material Design yaklaÅŸÄ±mÄ± */
.display-large {
    "Poppins", Arial, Helvetica, sans-serif;
    font-size: 57px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.25px;
    color: var(--primary-text);
    margin-bottom: 16px;
}

.display-medium {
    "Poppins", Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.16;
    color: var(--primary-text);
    margin-bottom: 16px;
}

.headline-large {
    "Poppins", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--primary-text);
    margin-bottom: 16px;
}

.headline-medium {
    "Poppins", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.29;
    color: var(--primary-text);
    margin-bottom: 12px;
}

.headline-small {
    "Poppins", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.33;
    color: var(--primary-text);
    margin-bottom: 12px;
}

.title-large {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;
    color: var(--primary-text);
    margin-bottom: 8px;
}

.title-medium {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: var(--primary-text);
    margin-bottom: 8px;
}

.title-small {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.1px;
    color: var(--primary-text);
    margin-bottom: 8px;
}

/* Body text stilleri */
.body-large {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: var(--primary-text);
    margin-bottom: 16px;
}

.body-medium {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.25px;
    color: var(--primary-text);
    margin-bottom: 12px;
}

.body-small {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: var(--secondary-text);
    margin-bottom: 8px;
}

/* Label stilleri */
.label-large {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.1px;
    color: var(--primary-text);
}

.label-medium {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.5px;
    color: var(--primary-text);
}

.label-small {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: var(--secondary-text);
}


/* Kart stili - Google Material Design */
.card {
    background-color: var(--background);
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    padding: 24px;
    margin: 16px 0;
}

.surface {
    background-color: var(--surface);
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0;
}

/* Responsive H taglarÄ± */
@media (max-width: 768px) {
    .display-large { font-size: 36px; }
    .display-medium { font-size: 32px; }
    .headline-large { font-size: 28px; }
    
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 20px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }
}

/* Kontrast gÃ¶sterimi */
.contrast-demo {
    display: flex;
    gap: 16px;
    margin: 24px 0;
    flex-wrap: wrap;
}

.contrast-box {
    padding: 16px;
    border-radius: 8px;
    min-width: 200px;
    text-align: center;
}

.high-contrast {
    background-color: var(--background);
    color: var(--primary-text);
    border: 1px solid #e0e0e0;
}

.medium-contrast {
    background-color: var(--surface);
    color: var(--secondary-text);
    border: 1px solid #e0e0e0;
}
/*------------------- 2.4. Nice Select -------------------*/

.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  text-align: center;
  background-color: rgba(200, 147, 28, 0.1);
}

.th-menu-wrapper .mobile-logo img {
  max-width: 120px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -17px;
  top: 17px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 32px;
  font-size: 18px;
  z-index: 1;
  color: #1B1B1B;
  background-color: var(--theme-color);
  border-radius: 50%;
}
.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}
.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: #1B1B1B;
}

.th-mobile-menu ul li a:before {
  content: "";
  filter: invert(61%) sepia(84%) saturate(5547%) hue-rotate(346deg) brightness(99%) contrast(90%);
  background: url('../icons/ok-right.svg') no-repeat;
  width: 16px;
  height: 12px;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 3px;
  display: inline-block;
}.th-mobile-menu ul li ul li {
  padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: #1B1B1B;
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
  content: "";
  filter: invert(61%) sepia(84%) saturate(5547%) hue-rotate(346deg) brightness(99%) contrast(90%);
  background: url('../icons/plus.svg') no-repeat;  
  width: 14px;
  height: 14px;
  display: inline-block;
}.th-mobile-menu > ul {
  padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 30px;
  height: 40px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: #ffffff;
  display: inline-block;
  border-radius: 0;
}
.header-layout8 .header-top {
  background-color: #1B1B1B;
  --main-container: 1470px;
  position: relative;
  padding: 7px 0;
  z-index: 4;
  /* Large devices */
}.header-layout8 .header-top .header-social {
  position: relative;
}

.header-layout8 .header-top .header-social .social-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
  /* Extra small devices */
}.header-layout8 .header-top .header-social a {
  height: 14px;
  display: inline;
  color: #FFFFFF;
  margin: 0 0px 0 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-layout8 .header-top .header-social a:hover {
  color: var(--theme-color);
}


.header-layout8 .menu-area {
  border-bottom: 4px solid var(--theme-color);
  box-shadow: 0 0 8px 0 rgba(0, 49, 80, .25);
  --main-container: 1470px;
  padding: 0;
  margin-left: 0;
  position: relative;
  z-index: 3;
  /* Medium devices */
}.header-layout8 .menu-area .header-logo {
  padding-bottom: 0;

}

.header-layout8 .menu-area .header-logo img{
   width: 120px;
  }.header-layout8 .main-menu {
  padding-left: 130px;
}.header-layout8 .header-links {
  /* Large devices */
}.header-layout8 .header-links ul li {
  padding: 0;
  margin-right: 20px;
}

.header-layout8 .header-links ul li:before {
  background-color: transparent;
}

.header-layout8 .header-links ul li a {
  color: #FFFFFF;
}
.header-layout8 .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-layout8 .header-right .langauge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-left: 1px solid var(--body-color);
  margin-left: 0px;
  /* Large devices */
  /* Small devices */
}
.header-layout8 .header-right .langauge i {
  color: #FFFFFF;
  margin-right: 5px;
}
.header-layout8 .header-right .langauge button {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  "Poppins", Arial, Helvetica, sans-serif;
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-layout8 .header-button .icon-btn {
  border: 1px solid #E7E7E7;
}.header-layout8 .sticky-wrapper {
  margin: 0px auto 0 auto;
}

.header-layout8 .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  z-index: 0;

}.header-layout8 .logo-bg:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--smoke-color);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0% 100%);
  z-index: -1;
  border-radius: 0 0 10px 10px;
}

.header-absolute {
  top: 0;
  left: 0;
  width: 100%;
}.th-header {
  position: relative;
  z-index: 41;
}

.th-header .icon-btn {
  --btn-size: 40px;
  line-height: 40px;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 16px);
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: none;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  color: #FFFFFF;
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.sticky-wrapper {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}.th-header .sticky-wrapper {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-menu a {
  display: block;
  position: relative;
  "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1B1B1B;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu > ul > li {
  margin: 0 14px;
}

.main-menu > ul > li > a {
  padding: 27px 0;
}

.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "";
  filter: invert(61%) sepia(84%) saturate(5547%) hue-rotate(346deg) brightness(99%) contrast(90%);
  background: url('../icons/plus.svg') no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul li.menu-item-has-children > a:hover:after {
  content: "";
  filter: invert(61%) sepia(84%) saturate(5547%) hue-rotate(346deg) brightness(99%) contrast(90%);
  background: url('../icons/minus.svg') no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  border-bottom: 2px solid var(--theme-color);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "";
  filter: invert(61%) sepia(84%) saturate(5547%) hue-rotate(346deg) brightness(99%) contrast(90%);
  background: url('../icons/plus.svg') no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  float: right;
  top: 8px;
  position: relative;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  content: "";
  filter: invert(61%) sepia(84%) saturate(5547%) hue-rotate(346deg) brightness(99%) contrast(90%);
  background: url('../icons/minus.svg') no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 8px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "";
  filter: invert(61%) sepia(84%) saturate(5547%) hue-rotate(346deg) brightness(99%) contrast(90%);
  background: url('../icons/ekotek.svg') no-repeat;
  position: absolute;
  top: 8px;
  left: 10px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  font-weight: 900;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
  padding-left: 23px;
}

.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links i {
  margin-right: 7px;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  padding: 0 20px 0 0;
  margin: 0 15px 0 0;
}

.header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: var(--theme-color);
  width: 1px;
  height: 20px;
  margin: -10px 0 0 0;
}

.header-social .social-title {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.header-social a {
  height: 14px;
  display: inline-block;
  margin: 0 15px 0 0;
}.header-social a img{
  height: 14px;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}.fill_white, .popup-search-box button.searchClose:hover img {
    filter: brightness(0) invert(1);
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media (min-width: 1199px) {
  .row:not([class*="gx-"]) {
    --bs-gutter-x: 30px;
  }
}.breadcumb-wrapper {
    width: 100%;
    background: #F1F5F8;
}
.breadcrumbs {
    font-size: 14px;
}
.breadcrumbs {
    list-style: none;
    min-height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    background-color: #f5f5f5;
    padding: 0;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.breadcrumb > li {
    display: inline-block;
    float: left;
}
.breadcrumb > li a {
    color: #222;
    text-decoration: none;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.fastbutton::after{
    content:'';
    position: absolute;
    width: 50px;
    height: 100px;
    background: linear-gradient(to left, #fff, rgba(0, 0, 0, 0));
    left: -150px;
    top: -20px;
    display: block;
    transform: rotate(15deg);
    animation: marquiz 5s;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
}
.fastbutton {
  border: 0;
    position: relative;
    overflow: hidden;
    line-height: 30px;
      text-align: center;
}
@keyframes marquiz {
    from { left: -150px;}
    to { left: 600px;}
}
.button-container {
  margin-top: 30px;
   margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.fastbutton {
  flex: 1;
  text-align: center;
  padding:8px 16px;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  min-width: 150px;
}

.fastbutton:hover {
  color: white;
}
.fastbutton.email {
  background-color: #f15a24;
}

.fastbutton.whatsapp {
  background-color: #25D366;
}

/* Mobilde alt alta gelsin */
@media (max-width: 600px) {
  .button-container {
    flex-direction: column;
  }

  .fastbutton {
    width: 100%;
  }
}


.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
  margin:15px auto;
}

.th-btn:hover {
  color: #FFFFFF;
}


.footer-layout9 {
  position: relative;
  z-index: 2;
  background-color: #1B1B1B
}

.footer-layout9 .copyright-wrap {
  position: relative;
  z-index: 2;
  background-color: #0B0B0B;
}

.footer-layout9 .copyright-wrap.style2 {
  text-align: left;
}

.footer-layout9 .copyright-wrap .footer-links {
  text-align: right;
  /* Medium devices */
}.footer-layout9 .copyright-wrap .footer-links ul {
  margin: 0;
  padding: 0;
}

.footer-layout9 .copyright-wrap .footer-links ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
}

.footer-layout9 .copyright-wrap .footer-links ul li a {
  color: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}.footer-layout9 .copyright-text {
  color: #BDBDBD;
  text-transform: capitalize;
  /* Medium devices */
}.footer-layout9 .footer-text {
  color: #ADADAD;
}

.footer-layout9 .widget_nav_menu a,
.footer-layout9 .widget_meta a,
.footer-layout9 .widget_pages a,
.footer-layout9 .widget_archive a,
.footer-layout9 .widget_categories a {
  color: #ADADAD;
}

.footer-layout9 .footer-info {
  margin-bottom: 28px;
}

.footer-layout9 .footer-info i{
  color: #FFFFFF;
}
 p.footer-info {
  color: #adadad;
}
.footer-layout9 .footer-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 48px);
  background-color: #3D4250;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-layout9 .footer-social a:hover {
  background-color: var(--theme-color);
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.footer-layout9 .footer-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 73px;
  background-color: var(--theme-color);
  z-index: -1;
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  /* Large devices */
  /* Medium devices */
}.footer-layout9 .copyright-wrap.style2 {
  position: relative;
}

.footer-layout9 .copyright-wrap.style2:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 73px;
  background-color: var(--theme-color);
  z-index: -1;
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  /* Large devices */
  /* Medium devices */
}
.widget-area {
    padding-top: 100px;
    padding-bottom: 60px;
}
.widget {
    padding: var(--widget-padding-y,40px) var(--widget-padding-x,30px);
    margin-bottom: 40px;
    position: relative
}

.widget_title {
    margin: -.12em 0 30px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    padding-bottom: 17px
}

.widget_title:after,.widget_title:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 0
}

.widget_title:after {
    background-color: var(--theme-color);
    width: 30px
}

.footer-widget,.mb-40 {
    margin-bottom: 40px
}

.footer-widget,.footer-widget .widget {
    padding: 0;
    border: none;
    background-color: transparent
}

.footer-widget .widget_title {
    position: relative;
    border: none;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1;
    border-bottom: 0;
    padding: 0 0 15px;
    margin: 0 0 35px;
    max-width: 275px
}

.footer-widget .widget_title:after,.footer-widget .widget_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color: var(--theme-color)
}

.footer-widget .widget_title:after {
    width: 16px;
    border: 3px solid var(--title-color);
    height: 10px;
    background-color: transparent;
    bottom: -3px;
    left: 40px;
    -webkit-animation: 7s linear infinite footerLine;
    animation: 7s linear infinite footerLine
}

.footer-widget.widget_archive ul,.footer-widget.widget_categories ul,.footer-widget.widget_meta ul,.footer-widget.widget_nav_menu ul,.footer-widget.widget_pages ul {
    margin-top: -4px
}

.footer-widget.widget_archive .menu,.footer-widget.widget_archive>ul,.footer-widget.widget_categories .menu,.footer-widget.widget_categories>ul,.footer-widget.widget_meta .menu,.footer-widget.widget_meta>ul,.footer-widget.widget_nav_menu .menu,.footer-widget.widget_nav_menu>ul,.footer-widget.widget_pages .menu,.footer-widget.widget_pages>ul {
    margin-bottom: -4px
}

.footer-widget.widget_archive a,.footer-widget.widget_categories a,.footer-widget.widget_meta a,.footer-widget.widget_nav_menu a,.footer-widget.widget_pages a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 28px;
    margin-bottom: 22px;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: transparent;
    position: relative;
    border-bottom: none
}

.widget_archive a::before, .widget_categories a::before, .widget_meta a::before, .widget_nav_menu a::before, .widget_pages a::before {
    content: "\f07c";
    position: absolute;
    left: 0;
    top: 17px;
    font-family: var(--icon-font);
    font-weight: 500;
}
.footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_meta a:before, .footer-widget.widget_nav_menu a:before, .footer-widget.widget_pages a:before {
    content: "";
    filter: invert(61%) sepia(84%) saturate(5547%) hue-rotate(346deg) brightness(99%) contrast(90%);
    background: url(../icons/arrow-right-solid.svg) no-repeat;
    width: 14px;
    height: 26px;
    left: 0;
    top: 5px;
}
.footer-widget.widget_archive a:hover,.footer-widget.widget_categories a:hover,.footer-widget.widget_meta a:hover,.footer-widget.widget_nav_menu a:hover,.footer-widget.widget_pages a:hover {
    background-color: transparent;
    color: var(--theme-color)
}

.footer-info:last-child,.footer-widget.widget_archive li:last-child a,.footer-widget.widget_categories li:last-child a,.footer-widget.widget_meta li:last-child a,.footer-widget.widget_nav_menu li:last-child a,.footer-widget.widget_pages li:last-child a {
    margin-bottom: 0
}
.th-widget-about {
  max-width: 290px;
}

.footer-text {
  margin-bottom: 30px;
  margin-top: -0.5em;
}

.footer-info-title {
  font-size: 14px;
  "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
  margin-top: -0.2em;
}

.footer-info {
  position: relative;
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 0px;
  max-width: 300px;
}

.footer-info:last-child {
  margin-bottom: 0;
}

.footer-info:nth-child(2) i {
  background-color: var(--theme-color);
}.footer-widget {
  margin-bottom: 40px;
}
.copyright-wrap {
  padding: 15px 0;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.blog-title a, .service-card_title a, .text-inherit {
    color: inherit;
}
.footer-widget .widget_title {
  position: relative;
  border: none;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  border-bottom: 0;
  padding: 0 0 15px 0;
  margin: 0 0 35px 0;
  max-width: 275px;
}

.footer-widget .widget_title:before, .footer-widget .widget_title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background-color: var(--theme-color);
}

.footer-widget .widget_title:after {
  width: 16px;
  border: 3px solid #1B1B1B;
  height: 10px;
  background-color: transparent;
  bottom: -3px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
          animation: footerLine 7s linear infinite;
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 28px;
  margin-bottom: 22px;
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  position: relative;
  border-bottom: none;
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "";
    filter: invert(61%) sepia(84%) saturate(5547%) hue-rotate(346deg) brightness(99%) contrast(90%);
    background: url(../icons/arrow-right-solid.svg) no-repeat;
    width: 14px;
    height: 26px;
  left: 0;
  top: 5px;
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-text {
  margin-bottom: 30px;
  margin-top: -0.5em;
}

.footer-info-title {
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 7px;
  margin-top: -0.2em;
}

.footer-info {
  position: relative;
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 0px;
  max-width: 300px;
}

.footer-info:last-child {
  margin-bottom: 0;
}

.footer-info:nth-child(2) i {
  background-color: var(--theme-color);
}
.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_archive li, .widget_categories li, .widget_meta li, .widget_nav_menu li, .widget_pages li {
    display: block;
    position: relative;
}
.copyright-wrap {
    padding: 22px 0
}
.footer-layout9 .copyright-text p{
  margin: 0;
}
.copyright-text {
    margin: 0;
    /* font-weight:400; */
}
.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  border-radius: 8px;
  position: relative;
}

.close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 28px;
  cursor: pointer;
}

/* Form stilleri */
form input, form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form button {
  background-color: #f15a24;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}
.form-check-label{
     padding: 2px 5px;
    font-size: 14px;
}
.booking-title{
      font-size: 18px;
    font-weight: 600;
        padding-right: 10px;
}

.box-area {
    padding: 40px 0px;
}
.ref_block{
   text-align: center;
   border: 1px solid #f2f2f2;
   padding: 10px;
   height: 300px;
   margin-bottom: 10px;

  }
  .ref_block:hover{
   border: 1px solid #f1562c;

  }
.ref_block .ref_title{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  }

.ref_block .ref_desc{
  text-align: left;

  font-size: 14px;
  }
.galeri .widget {
  padding: 30px 20px;
  background-color: #F7F7F7;
  margin-bottom: 40px;
  position: relative;
}
.blog_kategori_list li a {
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 10px 5px 10px 25px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 0;
    border-bottom: 1px solid #E0E0E0;
}.blog_kategori_list li ul a {
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 10px 5px 10px 25px;
    font-size: 14px;
    line-height: 1.313;
    color: var(--body-color);
    border-radius: 0;
    border-bottom: 1px solid #E0E0E0 !important;
}.blog_kategori_list li ul {
    padding-left: 10px;
}
.widget_archive a::before, .widget_categories a::before, .widget_meta a::before, .widget_nav_menu a::before, .widget_pages a::before {
    content: "";
    filter: invert(61%) sepia(84%) saturate(5547%) hue-rotate(346deg) brightness(99%) contrast(90%);
    background: url(../icons/arrow-right-solid.svg) no-repeat;
    width: 14px;
    height: 26px;
    left: 0;
    top: 13px;
}
.galeri .blog-single {
    position: relative;
    padding: 10px;
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 40px;
}.blog-single .blog-audio, .blog-single .blog-img {
    position: relative;
    margin: 0 0 42px 0;
    background-color: #F7F7F7;;
}.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}.blog-single .blog-title {
    margin-bottom: 13px;
}.galeri .blog-title a {
    color: inherit;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}
@media (max-width: 570px) {
    .footer-layout9 .copyright-wrap .footer-links, .footer-layout9 .copyright-wrap.style2:before, .header-layout8 .header-links, .header-layout8 .header-top .header-social .social-title {
        display: none;
    }    
    .header-layout8 .menu-area {
        padding: 3px 0;
    }
        .btn-request {
        margin-bottom: 15px;
        width: 100%;
        font-size: 16px;
    }
        .btn-whatsapp {
        margin-bottom: 15px;
        width: 100%;
        font-size: 16px;
    }
    .widget-area {
      padding-top: 25px;
      padding-bottom: 25px;
  }
  .th-widget-about {
    max-width: 100%;
}
p {
    margin-bottom: 8px;}

.footer-layout9 .footer-info {
  margin-bottom: 16px;
}


}
.cButton{
display: block;
width: 100%;
margin-bottom: 10px;
padding: 12px;
border: 1px solid #f1562c;
color: #f1562c;
background-color: #fff;
font-weight: 500;
text-align: left;
}   
.cButton.dark{
border: 1px solid #000000;
color: #000000;

}
    .cButton:hover{ 
         border: 1px solid #efa895;
    }
a.cButton:hover{ 
        color: #f1562c;
    }
    .cButton img{
       margin-top: -2px;
    }.button-container {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex
;
    justify-content: unset;
    gap: 20px;
    flex-wrap: wrap;
}
.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
  .super-sidebar{font-family:Arial,sans-serif;visibility:hidden}.super-sidebar.sb-ready{visibility:visible}.super-sidebar.sb-vhide{visibility:hidden}.super-sidebar a{text-decoration:none}.super-sidebar a:focus{outline:0;box-shadow:none}.super-sidebar ul{list-style-type:none;margin:0;padding:0}.sb-clearfix:after{content:"";display:table;clear:both}.sb-bar{position:fixed;z-index:10100}.sb-bar.sb-hide{display:none}.sb-bar.sb-side-space{margin:2px}.sb-round.sb-side-space{margin:3px}.sb-rounded.sb-side-space{margin:3px}.sb-bar li{position:relative;cursor:pointer}.sb-bar li:hover{z-index:1001!important}.sb-bar.sb-right li{height:42px}.sb-bar.sb-button-space li:not(:last-child){margin-bottom:2px}.sb-round li{border-radius:21px}.sb-round.sb-button-space li:not(:last-child){margin-bottom:3px}.sb-rounded li{border-radius:5px}.sb-rounded.sb-button-space li:not(:last-child){margin-bottom:3px}.sb-rounded-out li{border-radius:0 5px 5px 0}.sb-space{margin-top:4px}.sb-button-space .sb-space{margin-top:6px}.sb-round.sb-button-space .sb-space{margin-top:7px}.sb-rounded.sb-button-space .sb-space{margin-top:7px}.sb-mask{position:relative;overflow:hidden;z-index:12}.sb-mask.sb-off{overflow:visible}.sb-right .sb-mask{position:absolute;right:0;height:42px}.sb-round .sb-mask{border-radius:21px}.sb-rounded .sb-mask{border-radius:5px}.sb-bar a{width:42px;display:block;position:relative}.sb-bar.sb-right a{position:absolute;right:0}.sb-round a{border-radius:21px}.sb-rounded a{border-radius:5px}.sb-rounded-out a{border-radius:0 5px 5px 0}.sb-right.sb-rounded-out a{border-radius:5px 0 0 5px}div.sb-icon{color:#fff;background-color:#3af;font-size:21px;line-height:42px;text-align:center;width:42px;height:42px;background-image:none;position:relative;z-index:11}a:hover .sb-icon{color:#fff;background-color:#3af}.sb-right .sb-icon{position:absolute;right:0}.sb-round .sb-icon{border-radius:21px}.sb-rounded .sb-icon{border-radius:5px}.sb-rounded-out .sb-icon{border-radius:0 5px 5px 0}.sb-right.sb-rounded-out .sb-icon{border-radius:5px 0 0 5px}.sb-ready .sb-css-anim .sb-icon{-webkit-transition:background-color .1s linear,color .1s linear;-moz-transition:background-color .1s linear,color .1s linear;-o-transition:background-color .1s linear,color .1s linear;-ms-transition:background-color .1s linear,color .1s linear;transition:background-color .1s linear,color .1s linear}.sb-icon img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.sb-label{color:#fff;background-color:#3af;font-size:15px;line-height:42px;padding:0 11px 0 8px;position:absolute;left:42px;top:0;z-index:10;visibility:hidden;white-space:nowrap;box-sizing:border-box}.sb-label.sb-show{visibility:visible}.sb-right .sb-label{padding:0 8px 0 11px;right:42px;left:auto}.sb-label-space .sb-label{margin-left:2px}.sb-right.sb-label-space .sb-label{margin-right:2px;margin-left:0}.sb-round .sb-label{border-radius:21px;padding:0 12px}.sb-rounded .sb-label{border-radius:5px;padding:0 11px}.sb-rounded-out .sb-label{border-radius:5px;padding:0 11px}.sb-connected .sb-label{padding:0 11px 0 50px;left:0}.sb-right.sb-connected .sb-label{padding:0 50px 0 11px;right:0;left:auto}.sb-connected.sb-round .sb-label{padding:0 12px 0 47px}.sb-right.sb-connected.sb-round .sb-label{padding:0 47px 0 12px}.sb-hit{height:100%;position:absolute;left:0;top:0;display:none;height:42px}.sb-hit.sb-show{display:block}.sb-label-space .sb-hit{width:2px;left:42px}.sb-right.sb-label-space .sb-hit{right:42px;left:auto}.sb-round .sb-hit{width:42px;left:21px}.sb-right.sb-round .sb-hit{right:21px;left:auto}.sb-round.sb-label-space .sb-hit{width:44px}.sb-rounded .sb-hit{width:10px;left:37px}.sb-right.sb-rounded .sb-hit{right:37px;left:auto}.sb-rounded.sb-label-space .sb-hit{width:12px}.sb-rounded-out .sb-hit{width:10px;left:37px}.sb-right.sb-rounded-out .sb-hit{right:37px;left:auto}.sb-rounded-out.sb-label-space .sb-hit{width:12px}.sb-sub{cursor:pointer}.sb-sub>.sb-icon{position:relative;z-index:1000}.sb-sub .sb-subbar{width:42px;position:absolute;left:0;top:42px}.sb-sub .sb-subbar.sb-hide{visibility:hidden}.sb-sub.sb-side .sb-subbar{position:absolute;left:42px;top:0}.sb-right .sb-sub.sb-side .sb-subbar{right:42px;left:auto}.sb-sub.sb-circular .sb-subbar{position:absolute;left:0;top:0;width:auto}.sb-right .sb-sub.sb-circular .sb-subbar{right:0;left:auto}.sb-sub.sb-sub-space .sb-subbar{margin-top:2px}.sb-sub.sb-side.sb-sub-space .sb-subbar{margin:0 2px;margin-top:0}.sb-round .sb-sub.sb-sub-space .sb-subbar,.sb-rounded .sb-sub.sb-sub-space .sb-subbar{margin-top:3px}.sb-round .sb-sub.sb-side.sb-sub-space .sb-subbar,.sb-rounded .sb-sub.sb-side.sb-sub-space .sb-subbar{margin:0 3px;margin-top:0}.sb-sub.sb-posabs .sb-subbar li{position:absolute}.sb-right .sb-sub.sb-posabs .sb-subbar li{right:0}.sb-subhit{position:absolute;display:none;left:0;top:0}.sb-subhit.sb-show{display:block}.sb-right .sb-subhit{right:0;left:auto}.sb-b-airbnb .sb-icon,.sb-b-airbnb .sb-label,.sb-b-airbnb a:hover .sb-icon{color:#fd5c63;background-color:#fd5c63}.sb-b-amazon .sb-icon,.sb-b-amazon .sb-label,.sb-b-amazon a:hover .sb-icon{color:#f90;background-color:#f90}.sb-b-android .sb-icon,.sb-b-android .sb-label,.sb-b-android a:hover .sb-icon{color:#a4c639;background-color:#a4c639}.sb-b-audible .sb-icon,.sb-b-audible .sb-label,.sb-b-audible a:hover .sb-icon{color:#f7991c;background-color:#f7991c}.sb-b-bandcamp .sb-icon,.sb-b-bandcamp .sb-label,.sb-b-bandcamp a:hover .sb-icon{color:#629aa9;background-color:#629aa9}.sb-b-behance .sb-icon,.sb-b-behance .sb-label,.sb-b-behance a:hover .sb-icon{color:#1769ff;background-color:#1769ff}.sb-b-bitcoin .sb-icon,.sb-b-bitcoin .sb-label,.sb-b-bitcoin a:hover .sb-icon{color:#006fbf;background-color:#006fbf}.sb-b-blogger .sb-icon,.sb-b-blogger .sb-label,.sb-b-blogger a:hover .sb-icon{color:#f57d00;background-color:#f57d00}.sb-b-buffer .sb-icon,.sb-b-buffer .sb-label,.sb-b-buffer a:hover .sb-icon{color:#168eea;background-color:#168eea}.sb-b-deviantart .sb-icon,.sb-b-deviantart .sb-label,.sb-b-deviantart a:hover .sb-icon{color:#05cc47;background-color:#05cc47}.sb-b-diaspora .sb-icon,.sb-b-diaspora .sb-label,.sb-b-diaspora a:hover .sb-icon{color:#a62a9a;background-color:#a62a9a}.sb-b-digg .sb-icon,.sb-b-digg .sb-label,.sb-b-digg a:hover .sb-icon{color:#005be2;background-color:#005be2}.sb-b-discord .sb-icon,.sb-b-discord .sb-label,.sb-b-discord a:hover .sb-icon{color:#7289da;background-color:#7289da}.sb-b-douban .sb-icon,.sb-b-douban .sb-label,.sb-b-douban a:hover .sb-icon{color:#228a31;background-color:#228a31}.sb-b-dribbble .sb-icon,.sb-b-dribbble .sb-label,.sb-b-dribbble a:hover .sb-icon{color:#ea4c89;background-color:#ea4c89}.sb-b-dropbox .sb-icon,.sb-b-dropbox .sb-label,.sb-b-dropbox a:hover .sb-icon{color:#007ee5;background-color:#007ee5}.sb-b-ebay .sb-icon,.sb-b-ebay .sb-label,.sb-b-ebay a:hover .sb-icon{color:#e53238;background-color:#e53238}.sb-b-etsy .sb-icon,.sb-b-etsy .sb-label,.sb-b-etsy a:hover .sb-icon{color:#d5641c;background-color:#d5641c}.sb-b-evernote .sb-icon,.sb-b-evernote .sb-label,.sb-b-evernote a:hover .sb-icon{color:#2dbe60;background-color:#2dbe60}.sb-b-facebook .sb-icon,.sb-b-facebook .sb-label,.sb-b-facebook a:hover .sb-icon{color:#3b5998;background-color:#3b5998}.sb-b-flickr .sb-icon,.sb-b-flickr .sb-label,.sb-b-flickr a:hover .sb-icon{color:#ff0084;background-color:#ff0084}.sb-b-flipboard .sb-icon,.sb-b-flipboard .sb-label,.sb-b-flipboard a:hover .sb-icon{color:#e12828;background-color:#e12828}.sb-b-foursquare .sb-icon,.sb-b-foursquare .sb-label,.sb-b-foursquare a:hover .sb-icon{color:#f94877;background-color:#f94877}.sb-b-github .sb-icon,.sb-b-github .sb-label,.sb-b-github a:hover .sb-icon{color:#4078c0;background-color:#4078c0}.sb-b-goodreads .sb-icon,.sb-b-goodreads .sb-label,.sb-b-goodreads a:hover .sb-icon{color:#553b08;background-color:#553b08}.sb-b-google-bookmarks .sb-icon,.sb-b-google-bookmarks .sb-label,.sb-b-google-bookmarks a:hover .sb-icon{color:#4285f4;background-color:#4285f4}.sb-b-google-drive .sb-icon,.sb-b-google-drive .sb-label,.sb-b-google-drive a:hover .sb-icon{color:#34a853;background-color:#34a853}.sb-b-google-play .sb-icon,.sb-b-google-play .sb-label,.sb-b-google-play a:hover .sb-icon{color:#fbbc05;background-color:#fbbc05}.sb-b-hacker-news .sb-icon,.sb-b-hacker-news .sb-label,.sb-b-hacker-news a:hover .sb-icon{color:#ff4000;background-color:#ff4000}.sb-b-instagram .sb-icon,.sb-b-instagram .sb-label,.sb-b-instagram a:hover .sb-icon{color:#3f729b;background-color:#3f729b}.sb-b-instapaper .sb-icon,.sb-b-instapaper .sb-label,.sb-b-instapaper a:hover .sb-icon{color:#428bca;background-color:#428bca}.sb-b-itunes .sb-icon,.sb-b-itunes .sb-label,.sb-b-itunes a:hover .sb-icon{color:#000;background-color:#000}.sb-b-kickstarter .sb-icon,.sb-b-kickstarter .sb-label,.sb-b-kickstarter a:hover .sb-icon{color:#2bde73;background-color:#2bde73}.sb-b-line .sb-icon,.sb-b-line .sb-label,.sb-b-line a:hover .sb-icon{color:#00c300;background-color:#00c300}.sb-b-linkedin .sb-icon,.sb-b-linkedin .sb-label,.sb-b-linkedin a:hover .sb-icon{color:#0077b5;background-color:#0077b5}.sb-b-livejournal .sb-icon,.sb-b-livejournal .sb-label,.sb-b-livejournal a:hover .sb-icon{color:#00b0ea;background-color:#00b0ea}.sb-b-medium .sb-icon,.sb-b-medium .sb-label,.sb-b-medium a:hover .sb-icon{color:#02b875;background-color:#02b875}.sb-b-myspace .sb-icon,.sb-b-myspace .sb-label,.sb-b-myspace a:hover .sb-icon{color:#404040;background-color:#404040}.sb-b-okru .sb-icon,.sb-b-okru .sb-label,.sb-b-okru a:hover .sb-icon{color:#f58220;background-color:#f58220}.sb-b-patreon .sb-icon,.sb-b-patreon .sb-label,.sb-b-patreon a:hover .sb-icon{color:#f96854;background-color:#f96854}.sb-b-paypal .sb-icon,.sb-b-paypal .sb-label,.sb-b-paypal a:hover .sb-icon{color:#003087;background-color:#003087}.sb-b-periscope .sb-icon,.sb-b-periscope .sb-label,.sb-b-periscope a:hover .sb-icon{color:#3aa4c6;background-color:#3aa4c6}.sb-b-pinterest .sb-icon,.sb-b-pinterest .sb-label,.sb-b-pinterest a:hover .sb-icon{color:#cc2127;background-color:#cc2127}.sb-b-pocket .sb-icon,.sb-b-pocket .sb-label,.sb-b-pocket a:hover .sb-icon{color:#ef4056;background-color:#ef4056}.sb-b-qq .sb-icon,.sb-b-qq .sb-label,.sb-b-qq a:hover .sb-icon{color:#1479d7;background-color:#1479d7}.sb-b-quora .sb-icon,.sb-b-quora .sb-label,.sb-b-quora a:hover .sb-icon{color:#b92b27;background-color:#b92b27}.sb-b-qzone .sb-icon,.sb-b-qzone .sb-label,.sb-b-qzone a:hover .sb-icon{color:#ffce00;background-color:#ffce00}.sb-b-reddit .sb-icon,.sb-b-reddit .sb-label,.sb-b-reddit a:hover .sb-icon{color:#ff4500;background-color:#ff4500}.sb-b-renren .sb-icon,.sb-b-renren .sb-label,.sb-b-renren a:hover .sb-icon{color:#0e5ea7;background-color:#0e5ea7}.sb-b-skype .sb-icon,.sb-b-skype .sb-label,.sb-b-skype a:hover .sb-icon{color:#00aff0;background-color:#00aff0}.sb-b-slack .sb-icon,.sb-b-slack .sb-label,.sb-b-slack a:hover .sb-icon{color:#3aaf85;background-color:#3aaf85}.sb-b-slideshare .sb-icon,.sb-b-slideshare .sb-label,.sb-b-slideshare a:hover .sb-icon{color:#0077b5;background-color:#0077b5}.sb-b-snapchat .sb-icon,.sb-b-snapchat .sb-label,.sb-b-snapchat a:hover .sb-icon{color:#e4e200;background-color:#e4e200}.sb-b-soundcloud .sb-icon,.sb-b-soundcloud .sb-label,.sb-b-soundcloud a:hover .sb-icon{color:#f80;background-color:#f80}.sb-b-stack-overflow .sb-icon,.sb-b-stack-overflow .sb-label,.sb-b-stack-overflow a:hover .sb-icon{color:#f48024;background-color:#f48024}.sb-b-steam .sb-icon,.sb-b-steam .sb-label,.sb-b-steam a:hover .sb-icon{color:#00adee;background-color:#00adee}.sb-b-telegram .sb-icon,.sb-b-telegram .sb-label,.sb-b-telegram a:hover .sb-icon{color:#08c;background-color:#08c}.sb-b-tumblr .sb-icon,.sb-b-tumblr .sb-label,.sb-b-tumblr a:hover .sb-icon{color:#35465c;background-color:#35465c}.sb-b-twitch .sb-icon,.sb-b-twitch .sb-label,.sb-b-twitch a:hover .sb-icon{color:#6441a5;background-color:#6441a5}.sb-b-twitter .sb-icon,.sb-b-twitter .sb-label,.sb-b-twitter a:hover .sb-icon{color:#55acee;background-color:#55acee}.sb-b-uber .sb-icon,.sb-b-uber .sb-label,.sb-b-uber a:hover .sb-icon{color:#09091a;background-color:#09091a}.sb-b-vimeo .sb-icon,.sb-b-vimeo .sb-label,.sb-b-vimeo a:hover .sb-icon{color:#1ab7ea;background-color:#1ab7ea}.sb-b-vk .sb-icon,.sb-b-vk .sb-label,.sb-b-vk a:hover .sb-icon{color:#45668e;background-color:#45668e}.sb-b-weibo .sb-icon,.sb-b-weibo .sb-label,.sb-b-weibo a:hover .sb-icon{color:#df2029;background-color:#df2029}.sb-b-wikipedia .sb-icon,.sb-b-wikipedia .sb-label,.sb-b-wikipedia a:hover .sb-icon{color:#939598;background-color:#939598}.sb-b-wordpress .sb-icon,.sb-b-wordpress .sb-label,.sb-b-wordpress a:hover .sb-icon{color:#21759b;background-color:#21759b}.sb-b-xing .sb-icon,.sb-b-xing .sb-label,.sb-b-xing a:hover .sb-icon{color:#026466;background-color:#026466}.sb-b-yahoo .sb-icon,.sb-b-yahoo .sb-label,.sb-b-yahoo a:hover .sb-icon{color:#410093;background-color:#410093}.sb-b-yelp .sb-icon,.sb-b-yelp .sb-label,.sb-b-yelp a:hover .sb-icon{color:#af0606;background-color:#af0606}.sb-b-youtube .sb-icon,.sb-b-youtube .sb-label,.sb-b-youtube a:hover .sb-icon{color:#cd201f;background-color:#cd201f}.sb-b-email .sb-icon,.sb-b-email .sb-label,.sb-b-email a:hover .sb-icon{color:#e9401e;background-color:#e9401e}.sb-b-print .sb-icon,.sb-b-print .sb-label,.sb-b-print a:hover .sb-icon{color:#585ed8;background-color:#585ed8}.sb-b-about .sb-icon,.sb-b-about .sb-label,.sb-b-about a:hover .sb-icon{color:#1881cc;background-color:#1881cc}.sb-b-newsletter .sb-icon,.sb-b-newsletter .sb-label,.sb-b-newsletter a:hover .sb-icon{color:#fa2;background-color:#fa2}.sb-b-contact .sb-icon,.sb-b-contact .sb-label,.sb-b-contact a:hover .sb-icon{color:#e9401e;background-color:#e9401e}.sb-b-normal-window .sb-icon,.sb-b-normal-window .sb-label,.sb-b-normal-window a:hover .sb-icon{color:#1881cc;background-color:#1881cc}.sb-b-small-window .sb-icon,.sb-b-small-window .sb-label,.sb-b-small-window a:hover .sb-icon{color:#fa2;background-color:#fa2}.sb-b-big-window .sb-icon,.sb-b-big-window .sb-label,.sb-b-big-window a:hover .sb-icon{color:#e9401e;background-color:#e9401e}.sb-b-large-window .sb-icon,.sb-b-large-window .sb-label,.sb-b-large-window a:hover .sb-icon{color:#1dd442;background-color:#1dd442}.sb-b-social:hover>.sb-icon,.sb-b-social>.sb-icon{color:#1d8edf;background-color:#1d8edf}.sb-b-info:hover>.sb-icon,.sb-b-info>.sb-icon{color:#2ec91f;background-color:#2ec91f}.sb-bar.sb-blue-button .sb-icon,.sb-bar.sb-blue-button-over .sb-label,.sb-bar.sb-blue-button-over .sb-sub:hover>.sb-icon,.sb-bar.sb-blue-button-over a:hover .sb-icon{background-color:#3af}.sb-bar.sb-red-button .sb-icon,.sb-bar.sb-red-button-over .sb-label,.sb-bar.sb-red-button-over .sb-sub:hover>.sb-icon,.sb-bar.sb-red-button-over a:hover .sb-icon{background-color:#f73726}.sb-bar.sb-yellow-button .sb-icon,.sb-bar.sb-yellow-button-over .sb-label,.sb-bar.sb-yellow-button-over .sb-sub:hover>.sb-icon,.sb-bar.sb-yellow-button-over a:hover .sb-icon{background-color:#ffbd22}.sb-bar.sb-green-button .sb-icon,.sb-bar.sb-green-button-over .sb-label,.sb-bar.sb-green-button-over .sb-sub:hover>.sb-icon,.sb-bar.sb-green-button-over a:hover .sb-icon{background-color:#1dd442}.sb-bar.sb-white-button .sb-icon,.sb-bar.sb-white-button-over .sb-label,.sb-bar.sb-white-button-over .sb-sub:hover>.sb-icon,.sb-bar.sb-white-button-over a:hover .sb-icon{background-color:#fff}.sb-bar.sb-black-button .sb-icon,.sb-bar.sb-black-button-over .sb-label,.sb-bar.sb-black-button-over .sb-sub:hover>.sb-icon,.sb-bar.sb-black-button-over a:hover .sb-icon{background-color:#3a3a3a}.sb-bar.sb-blue-icon .sb-icon,.sb-bar.sb-blue-icon-over .sb-sub:hover>.sb-icon,.sb-bar.sb-blue-icon-over a:hover .sb-icon{color:#3af}.sb-bar.sb-red-icon .sb-icon,.sb-bar.sb-red-icon-over .sb-sub:hover>.sb-icon,.sb-bar.sb-red-icon-over a:hover .sb-icon{color:#f73726}.sb-bar.sb-yellow-icon .sb-icon,.sb-bar.sb-yellow-icon-over .sb-sub:hover>.sb-icon,.sb-bar.sb-yellow-icon-over a:hover .sb-icon{color:#ffbd22}.sb-bar.sb-green-icon .sb-icon,.sb-bar.sb-green-icon-over .sb-sub:hover>.sb-icon,.sb-bar.sb-green-icon-over a:hover .sb-icon{color:#1dd442}.sb-bar.sb-white-icon .sb-icon,.sb-bar.sb-white-icon-over .sb-sub:hover>.sb-icon,.sb-bar.sb-white-icon-over a:hover .sb-icon{color:#fff}.sb-bar.sb-black-icon .sb-icon,.sb-bar.sb-black-icon-over .sb-sub:hover>.sb-icon,.sb-bar.sb-black-icon-over a:hover .sb-icon{color:#3a3a3a}.sb-bar.sb-blue-label .sb-label{background-color:#3af}.sb-bar.sb-red-label .sb-label{background-color:#f73726}.sb-bar.sb-yellow-label .sb-label{background-color:#ffbd22}.sb-bar.sb-green-label .sb-label{background-color:#1dd442}.sb-bar.sb-white-label .sb-label{background-color:#fff}.sb-bar.sb-black-label .sb-label{background-color:#3a3a3a}.sb-bar.sb-blue-label-text .sb-label{color:#3af}.sb-bar.sb-red-label-text .sb-label{color:#f73726}.sb-bar.sb-yellow-label-text .sb-label{color:#ffbd22}.sb-bar.sb-green-label-text .sb-label{color:#1dd442}.sb-bar.sb-white-label-text .sb-label{color:#fff}.sb-bar.sb-black-label-text .sb-label{color:#3a3a3a}.sb-overlay{position:fixed;left:0;top:0;width:100%;height:100%;z-index:10101;display:none}.sb-overlay.sb-show{display:block}.sb-shadow{background-color:#2f2f2f;opacity:.3;width:100%;height:100%}.sb-window{background-color:#f0f0f0;padding:1px;width:100%;max-width:500px;min-width:300px;position:absolute;display:none}.sb-window.sb-show{display:block}.sb-round .sb-window{border-radius:5px}.sb-winshadow .sb-window{box-shadow:0 0 5px 2px rgba(70,70,70,.1)}.sb-normal-window{max-width:500px}.sb-small-window{max-width:400px}.sb-big-window{max-width:700px}.sb-large-window{max-width:1000px}.sb-head{background-color:#3af;padding:18px 17px;line-height:21px;min-height:21px}.sb-round .sb-head{border-radius:5px 5px 0 0}.sb-title{color:#fff;font-size:20px;display:inline;cursor:default;vertical-align:middle}.sb-close{background:url(../images/window/close-white.png) no-repeat center;width:20px;height:20px;float:right;cursor:pointer}.sb-normal-window .sb-head{background-color:#3af}.sb-small-window .sb-head{background-color:#ffbd22}.sb-big-window .sb-head{background-color:#ff6b4d}.sb-large-window .sb-head{background-color:#1dd442}.sb-blue .sb-head{background-color:#3af!important}.sb-red .sb-head{background-color:#ff6b4d!important}.sb-yellow .sb-head{background-color:#ffbd22!important}.sb-green .sb-head{background-color:#1dd442!important}.sb-black .sb-head{background-color:#505050!important}.sb-white .sb-head{background-color:#f2f2f2!important}.sb-white .sb-window{background-color:#fafafa}.sb-white .sb-title{color:#707070}.sb-white .sb-close{background-image:url(../images/window/close-black.png)}.sb-body{font-size:15px;padding:15px;color:#707070;line-height:18px;content:"";display:table;clear:both}.sb-body p{margin:0;line-height:18px}.sb-body p:not(:last-child){margin-bottom:8px}.sb-sep{border-top:1px solid #d0d0d0;border-bottom:1px solid #fff;margin:12px 0;clear:both}.sb-form{margin-top:13px}.sb-form label{font-size:14px;font-weight:700;color:grey;margin-top:7px;display:block}.sb-form input[type=text],.sb-form textarea{font-size:15px;color:#505050;padding:7px;background-color:#fafafa;border:1px solid silver;border-radius:5px;margin-top:5px;width:100%;box-sizing:border-box}.sb-form input[type=text]:hover,.sb-form textarea:hover{border-color:#1d8edf}.sb-form textarea{height:80px}.sb-fielderror{border-color:red!important}.sb-submit{padding:5px 10px;border:1px solid #a0a0a0;cursor:pointer;border-radius:5px;display:inline-block;background-color:#fafafa;margin-top:7px}.sb-submit:hover{background-color:#1d8edf;border-color:#2c6d9b;color:#fff}.sb-submit:active{background-color:#5ca8de}.sb-form-group{display:table;width:100%;border-collapse:collapse}.sb-form-group>div{display:table-cell}.sb-form-group>div:nth-child(1),.sb-form-group>div:nth-child(3){width:1%;white-space:nowrap}.sb-form-group label{font-size:14px;line-height:23px;margin:0 5px 0 0}.sb-form-group input[type=text]{max-width:none;margin-top:0}.sb-form-group .sb-submit{margin-top:0;padding:7px 15px;margin-left:5px}.sb-status{margin-top:10px;display:none;margin-bottom:-3px}.sb-status.sb-show{display:block}.sb-sicon{width:18px;height:18px;background-repeat:no-repeat;background-position:center;margin-left:1px;margin-right:7px;display:inline-block;vertical-align:top}.sb-working .sb-sicon{width:24px;height:24px;background-image:url(../images/window/preloader.gif)}.sb-success .sb-sicon{background-image:url(../images/window/success.png)}.sb-error .sb-sicon{background-image:url(../images/window/error.png)}.sb-message{line-height:18px;display:inline-block;vertical-align:top}.sb-working .sb-message{line-height:24px}#super-sidebar-about{max-width:450px}#super-sidebar-about .sb-head{background-color:#3af}#super-sidebar-about .sb-body{padding-bottom:13px}.sb-about-logo{float:left;width:100px;padding:15px 10px 0 5px}.sb-about-desc{float:left;width:290px;padding:5px 5px 5px 10px}.sb-about-info{width:100%;font-size:14px}.sb-about-info td{padding:5px 0}.sb-about-info td:nth-child(1){width:100px;padding-left:20px}.sb-about-info td:nth-child(2){font-style:italic}.sb-about-info label{font-size:14px;font-weight:700}#super-sidebar-contact{max-width:420px}#super-sidebar-contact .sb-head{background-color:#ff6b4d}#super-sidebar-newsletter{max-width:570px}#super-sidebar-newsletter .sb-head{background-color:#ffbd22}#super-sidebar-newsletter .sb-body{padding-bottom:17px}#super-sidebar-newsletter .sb-form{margin-top:15px}#super-sidebar-newsletter .sb-status{text-align:center;margin-bottom:-5px;width:100%} 