@charset "IBM857";
/*
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button.btn {
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: inside none;
}

dl {
  margin: 0;
}
dl dd {
  margin: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  /* Turkcell - Removed
  a[href]:after {
    content: " (" attr(href) ")";
  }
  */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica", Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #cccccc;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: white;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* Turkcell - Removed
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
  &:focus {
    border-color: darken(#ee5f5b, 10%);
    @include box-shadow(0 0 6px lighten(#ee5f5b, 20%));
  }
}
*/
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.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 .table {
  background-color: white;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: whitesmoke;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../images/common/bootstrap/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../../common/images/bootstrap/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px  0;
}

.icon-search {
  background-position: -48px  0;
}

.icon-envelope {
  background-position: -72px  0;
}

.icon-heart {
  background-position: -96px  0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0      -24px;
}

.icon-file {
  background-position: -24px  -24px;
}

.icon-time {
  background-position: -48px  -24px;
}

.icon-road {
  background-position: -72px  -24px;
}

.icon-download-alt {
  background-position: -96px  -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0      -48px;
}

.icon-tags {
  background-position: -25px  -48px;
}

.icon-book {
  background-position: -48px  -48px;
}

.icon-bookmark {
  background-position: -72px  -48px;
}

.icon-print {
  background-position: -96px  -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0      -72px;
}

.icon-map-marker {
  background-position: -24px  -72px;
}

.icon-adjust {
  background-position: -48px  -72px;
}

.icon-tint {
  background-position: -72px  -72px;
}

.icon-edit {
  background-position: -96px  -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0      -96px;
}

.icon-minus-sign {
  background-position: -24px  -96px;
}

.icon-remove-sign {
  background-position: -48px  -96px;
}

.icon-ok-sign {
  background-position: -72px  -96px;
}

.icon-question-sign {
  background-position: -96px  -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0      -120px;
}

.icon-gift {
  background-position: -24px  -120px;
}

.icon-leaf {
  background-position: -48px  -120px;
}

.icon-fire {
  background-position: -72px  -120px;
}

.icon-eye-open {
  background-position: -96px  -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0      -144px;
}

.icon-bullhorn {
  background-position: -24px  -144px;
}

.icon-bell {
  background-position: -48px  -144px;
}

.icon-certificate {
  background-position: -72px  -144px;
}

.icon-thumbs-up {
  background-position: -96px  -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: white;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: white;
}

.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  *border: 0;
  *margin-left: .3em;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006ccc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: white;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4e49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  cursor: default;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: white;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: white;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: white;
  border-bottom-color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: visible;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: white;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: white;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb > li {
  font: 700 10px/14px "Helvetica", Arial, sans-serif;
  display: inline-block;
  margin: 0 5px 0 0;
}
.breadcrumb > li > a {
  color: #9d9d9d;
  line-height: 14px;
  margin: 0 6px 0 0;
}
.breadcrumb > li > a:hover {
  color: #4d4d4d;
}
.breadcrumb > li > .divider {
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  display: inline-block;
}
.breadcrumb .active {
  color: #4d4d4d;
}
.breadcrumb.v2 {
  float: left;
}
.breadcrumb.v2 .mt12 {
  margin-top: -12px;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: whitesmoke;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.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;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.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: #999999;
  background-color: #fff;
  cursor: default;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal.static {
  position: absolute;
}
.modal.static.in {
  margin-top: 50px;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}

.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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.accordion {
  margin: 0;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-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;
  line-height: 1;
}
.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: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover, .carousel-control:focus {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li.pip {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  cursor: pointer;
  float: left;
  width: 19px;
  height: 19px;
  text-indent: -999px;
  border: none;
  margin: 3px 0 0 20px;
}
.carousel-indicators li.pip:first-child {
  margin: 3px 0 0;
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: white;
  line-height: 20px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Magic360 {
  padding: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
}

.Magic360 img {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.Magic360 .progress {
  text-indent: -9999px;
  background: url("../../images/common/ajax-mobile-2.gif");
  opacity: 0.8;
  width: 245px;
  height: 200px;
}

.magic-for-ie5 .progress, .magic-for-ie6 .progress, .magic-for-ie7 .progress, .magic-for-ie8 .progress {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3cffffff', EndColorStr='#3cffffff');
}

.Magic360 .bar {
  display: none !important;
}

.Magic360 .magnifier {
  width: 240px !important;
  height: 240px !important;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  border-collapse: separate;
  cursor: none;
  position: relative;
}
.Magic360 .magnifier:after {
  content: ' ';
  position: absolute;
  top: -3px;
  right: -3px;
  width: 246px;
  height: 246px;
  background: url("../../images/common/magic360/graphics/magnifier.png");
}
.no-borderradius .Magic360 .magnifier:after {
  background-image: none;
}

.Magic360.magic-for-ie6 .magnifier, .Magic360.magic-for-ie7 .magnifier, .Magic360.magic-for-ie8 .magnifier {
  border: 3px ridge #e7e7e7;
}

.Magic360 .controls {
  cursor: pointer;
  width: 63px;
  height: 27px;
  background: url("../../images/common/magic360/graphics/icons02.png");
  left: 3px !important;
  right: auto !important;
}

.Magic360 .controls.magnify {
  background-position: 0px -27px;
}

.Magic360 .controls.spin {
  background-position: 0px 0px;
}

.Magic360 .controls .icon {
  position: relative;
  float: left;
  background: none;
}
.Magic360 .controls .icon.magnify {
  width: 26px;
  height: 26px;
}
.Magic360 .controls .icon.spin {
  width: 26px;
  height: 27px;
  margin-left: 11px;
}

.Magic360 .icon-load {
  background: url("../../images/common/ajax-mobile-2.gif");
  opacity: 0.8;
  width: 245px;
  height: 200px;
}

.MagicToolboxTooltip {
  width: 120px;
  text-align: center;
  margin: 10px 0 0 -80px;
  padding: 4px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  color: #8a8a8a;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
}
.MagicToolboxTooltip:before {
  content: ' ';
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  width: 11px;
  height: 6px;
  background: url("../../images/common/magic360/graphics/magic360-arrow.png") no-repeat;
}

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}

/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: white url("../../images/common/jcrop/Jcrop.gif");
  font-size: 0;
  position: absolute;
}

.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

.jcrop-vline.right {
  right: 0;
}

.jcrop-hline {
  height: 1px !important;
  width: 100%;
}

.jcrop-hline.bottom {
  bottom: 0;
}

/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}

/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}

.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}

.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}

.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}

.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}

.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}

.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}

.jcrop-dragbar.ord-n {
  margin-top: -4px;
}

.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}

.jcrop-dragbar.ord-w {
  margin-left: -4px;
}

/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}

/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}

/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}

/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

/**
 *
 * Copyright 2013 LinkedIn Corp. All rights reserved.

 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 *     http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * This fade animation is based on Dan Eden's animate.css (http://daneden.me/animate/), under the terms of the MIT license.
 *
 * Copyright 2013 Dan Eden.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/**
 *
 * Copyright 2013 LinkedIn Corp. All rights reserved.

 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 *     http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
div.hopscotch-bubble .hopscotch-nav-button {
  font: 400 20px/46px "Turkcell Satura", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  background: #ffe000;
  color: #000;
  height: 44px;
  padding: 0 15px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  text-decoration: none !important;
  width: auto;
  *zoom: 1;
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie10 div.hopscotch-bubble .hopscotch-nav-button {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
div.hopscotch-bubble .hopscotch-nav-button:hover {
  background: #f2d500;
  color: #000;
  *zoom: 1;
}
div.hopscotch-bubble .hopscotch-nav-button:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  line-height: 48px;
}
div.hopscotch-bubble .hopscotch-nav-button.prev {
  margin-right: 10px;
  background: #4d4d4d;
  color: #fff;
}
div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background: #3e3e3e;
  color: #c6c6c6;
}

div.hopscotch-bubble {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px #222222;
  -moz-box-shadow: 1px 1px 3px #222222;
  box-shadow: 1px 1px 3px #222222;
  font-size: 20px;
  position: absolute;
  z-index: 999999;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

div.hopscotch-bubble.animate {
  -moz-transition-property: top, left;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: top, left;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: top, left;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-property: top, left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: top, left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

div.hopscotch-bubble.invisible {
  opacity: 0;
}

div.hopscotch-bubble.hide,
div.hopscotch-bubble .hide,
div.hopscotch-bubble .hide-all {
  display: none;
}

div.hopscotch-bubble h3 {
  color: #4d4d4d;
  font-family: "Turkcell Satura", Helvetica, Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 17px 30px;
}

div.hopscotch-bubble .hopscotch-bubble-container {
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  /* to fix text flickering */
}

div.hopscotch-bubble .hopscotch-content {
  font: 700 20px/1.231 "Turkcell Satura", Helvetica, Arial, sans-serif;
  padding: 15px 30px 0;
  background: url("../../images/common/shadows/i_shadow_329.png") no-repeat -50px 0;
}
div.hopscotch-bubble .hopscotch-content .no-maxw {
  max-width: none;
}
div.hopscotch-bubble .hopscotch-content .pos-a {
  position: absolute;
}

div.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0;
}

div.hopscotch-bubble .hopscotch-bubble-close {
  position: absolute;
  top: -18px;
  right: -18px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  color: #ffe000;
  background-color: #153b62;
  border: 3px solid #ffe000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.hopscotch-bubble .hopscotch-bubble-close span {
  position: absolute;
  top: 9px;
  left: 9px;
  height: 12px;
  width: 12px;
  background: url('../../images/common/sprite-common.png') 0 -637px no-repeat;
}

div.hopscotch-bubble .hopscotch-bubble-close.hide,
div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none;
}

div.hopscotch-bubble .hopscotch-bubble-number {
  position: absolute;
  top: 10px;
  left: -18px;
  color: #ffe000;
  display: block;
  text-align: center;
  width: 36px;
  height: 36px;
  background-color: #153b62;
  border: 3px solid #ffe000;
  font: 700 20px/30px "Turkcell Satura", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  display: none;
  position: absolute;
  width: 34px;
  height: 34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -22px;
  left: 10px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #ffffff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -10px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #000000;
  border-bottom: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -39px;
  left: 10px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #ffffff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -24px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #000000;
  border-top: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -22px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #ffffff;
  border-top: 17px solid transparent;
  position: relative;
  left: 7px;
  top: -34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid #000000;
  border-right: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -39px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #ffffff;
  border-top: 17px solid transparent;
  position: relative;
  left: -7px;
  top: -34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid #000000;
  border-left: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-actions {
  padding-left: 30px;
}

div.hopscotch-bubble .hopscotch-trk-actions {
  position: absolute;
  left: 0;
  bottom: -50px;
}
div.hopscotch-bubble .hopscotch-trk-actions input.checkbox + label {
  color: #fff;
  text-transform: none;
}
div.hopscotch-bubble .hopscotch-trk-actions input.checkbox + label small {
  font-size: 14px;
}

.trk-tour-target {
  position: relative;
  z-index: 999999 !important;
  border: 3px solid #ffe000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  font: 400 14px/1.36 "Helvetica", Arial, sans-serif;
  color: #4d4d4d;
  margin: 0;
  min-width: 985px;
  overflow: hidden;
}

.wrap {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 10px;
  width: 984px;
}
.wrap:before, .wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
.wrap.v2 {
  width: 650px;
}
.wrap.v3 {
  width: 666px;
}
.wrap.v4 {
  height: 57px;
}

.skip_links {
  display: none;
}

.pad_box {
  padding: 40px 0;
}

h1 {
  font: 700 60px/55px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  letter-spacing: -2px;
  padding: 0;
  margin: 0;
}
h1.blue {
  font-size: 35px !important;
  color: #3fb0e8;
}
h1.no-transform {
  text-transform: none !important;
}
.content h1 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 53px;
  text-align: center;
}
.content h1.mb30 {
  margin-bottom: 30px;
}
.content h1.mb30 + p {
  font-size: 14px;
  text-align: center;
  color: #9d9d9d;
  margin-bottom: 50px;
}
.content h1 span {
  text-transform: none;
}
.content h1.detach {
  padding-top: 56px;
}
.content h1.v2 {
  margin-bottom: 0;
}
.content h1.v2 + h2 {
  margin: 20px 0 53px;
  color: #9d9d9d;
  text-align: center;
  font: 400 14px/22px "Helvetica", Arial, sans-serif;
}
.content h1.v2 + h2.big {
  font-size: 16px;
}
.content h1.v3 {
  font-size: 24px;
  line-height: 1.231;
}
.content h1.xlarge {
  font-size: 60px;
  font-weight: 400;
  text-transform: none;
}
.content h1.academy-main-title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 25px;
  text-transform: none;
}
.content.alt h1 {
  color: #fff;
}
.finish h1 {
  text-transform: none;
  font-size: 60px;
  margin: 0;
}
.finish h1.m-down {
  background: url(../../images/common/dividers/divider-m-down.png) bottom center no-repeat;
  padding: 0 0 67px;
  margin: 0 0 -18px;
}

h2 {
  font: 700 20px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}

h2.blue {
  color: #3fb0e8;
}

.shadow-bg {
  background: url("../../images/common/shadows/i_shadow_184.png") no-repeat center top;
}
td.image .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_184.png") no-repeat center 20px;
}
.tabs-item .shadow-bg, .tl_credits .shadow-bg, .credit-actions .shadow-bg, .category .shadow-bg, .four-cols .box .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_258.png") no-repeat center 25px;
}
.package_info .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_258.png") no-repeat center 50px;
}
.device .visual .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_382.png") no-repeat center 90px;
}
.tabbed .device .visual .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_382.png") no-repeat center 105px;
}
.devices .product .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_382.png") no-repeat center 105px;
}
.module .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_184.png") no-repeat center 15px;
}
.singles .module .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_184.png") no-repeat center top;
}
.specs-list .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_314.png") no-repeat center top;
}
.products_listing .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_240.png") no-repeat center bottom;
}
.campaign-list .shadow-bg, .device-list .shadow-bg, .cols-3 .module .shadow-bg, .module.club .shadow-bg, .module.product .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_314.png") no-repeat center bottom;
}
.cols-2 .module .shadow-bg, .promo_large .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_570.png") no-repeat center bottom;
}
.dockable-docked .device-list .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_100.png") no-repeat center top;
}
.academy-category-list .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_146.png") no-repeat center -10px;
}
.shadow-bg.shadow-bg227 {
  background: url("../../images/common/shadows/i_shadow_227.png") no-repeat center top !important;
}
.suppport-large .shadow-bg {
  background: url("../../images/common/shadows/i_shadow_293.png") no-repeat center top !important;
}

.shadow-162 {
  background: url("../../images/common/shadows/i_shadow_162.png") no-repeat center 14%;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}
a:hover {
  color: #3fb0e8;
  text-decoration: none;
}
.support a {
  color: #4d4d4d;
}
.support a:hover {
  color: #fd9526;
}
a.light-blue {
  color: #3fb0e8;
}

a.button-cta,
button.button-cta {
  font: 400 16px/46px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  background: #ffe000;
  border: 0;
  color: #000;
  display: inline-block;
  height: 44px;
  padding: 0 15px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  vertical-align: top;
}
.lt-ie10 a.button-cta, .lt-ie10
button.button-cta {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
a.button-cta:hover,
button.button-cta:hover {
  background: #f2d500;
  color: #000;
}
a.button-cta:active,
button.button-cta:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  line-height: 48px;
}
a.button-cta.fb-connect,
button.button-cta.fb-connect {
  background: #3b5699;
  color: #fff;
}
a.button-cta.fb-connect:hover,
button.button-cta.fb-connect:hover {
  background: #2f457a;
  color: #c6c6c6;
}
a.button-cta.inverted,
button.button-cta.inverted {
  background: #4d4d4d;
  color: #fff;
}
a.button-cta.inverted:hover,
button.button-cta.inverted:hover {
  background: #3e3e3e;
  color: #c6c6c6;
}
a.button-cta.inactive,
button.button-cta.inactive {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f6f6f6;
  border: 2px solid #e5e5e5;
  color: #9d9d9d;
  cursor: default;
  height: 44px;
  line-height: 42px;
  min-width: 62px;
}
a.button-cta.inactive:hover,
button.button-cta.inactive:hover {
  background: #e9e9e9;
  border: 2px solid #d9d9d9;
}
a.button-cta.more,
button.button-cta.more {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0px;
  text-indent: -9000px;
}
a.button-cta.more:before,
button.button-cta.more:before {
  display: block;
  content: " ";
  position: absolute;
}
a.button-cta.more:before,
button.button-cta.more:before {
  height: 15px;
  width: 10px;
  background: url('../../images/common/sprite-common.png') -63px -566px;
  top: 15px;
  left: 18px;
}
a.button-cta.more:active:before,
button.button-cta.more:active:before {
  top: 16px;
}
a.button-cta.more.v2,
button.button-cta.more.v2 {
  width: 30px;
  height: 30px;
}
a.button-cta.more.v2:before,
button.button-cta.more.v2:before {
  height: 11px;
  width: 8px;
  background-position: -74px -500px;
  top: 10px;
  left: 12px;
}
a.button-cta.close,
button.button-cta.close {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0px;
  text-indent: -9000px;
}
a.button-cta.close:before,
button.button-cta.close:before {
  display: block;
  content: " ";
  position: absolute;
}
a.button-cta.close:before,
button.button-cta.close:before {
  height: 13px;
  width: 13px;
  background: url('../../images/common/sprite-common.png') -73px -566px;
  top: 16px;
  left: 15px;
}
a.button-cta.view,
button.button-cta.view {
  background: #3fb0e8;
  border-left: 1px solid #399ed0 !important;
  color: #fff;
}
a.button-cta.view:hover,
button.button-cta.view:hover {
  background: #1a9ada;
}
.dropbox a.button-cta, .dropbox
button.button-cta {
  -webkit-box-shadow: #9f9f9f -1px 1px 1px 0;
  -moz-box-shadow: #9f9f9f -1px 1px 1px 0;
  box-shadow: #9f9f9f -1px 1px 1px 0;
}
a.button-cta.type2,
button.button-cta.type2 {
  width: 125px;
  padding: 0 6px;
}

a.button-spt,
button.button-spt {
  font: 400 20px/46px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  background-color: #fdaa2e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDAA2E', endColorstr='#FFFD9526');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYWEyZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkOTUyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdaa2e), color-stop(100%, #fd9526));
  background-image: -webkit-linear-gradient(top, #fdaa2e 0%, #fd9526 100%);
  background-image: -moz-linear-gradient(top, #fdaa2e 0%, #fd9526 100%);
  background-image: -o-linear-gradient(top, #fdaa2e 0%, #fd9526 100%);
  background-image: linear-gradient(top, #fdaa2e 0%, #fd9526 100%);
  border: 0;
  color: #ffffff;
  display: inline-block;
  height: 44px;
  padding: 0 15px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  vertical-align: top;
  /*&.inverted {
      background: $dark_grey;
      color: #fff;

      &:hover {
          background: #3e3e3e;
          color: #c6c6c6;
      }
  }

  &.inactive {
      @include box-shadow(none);
      background: $light_grey;
      border: 2px solid $lines_grey;
      color: $mid_grey;
      cursor: default;
      height: 44px;
      line-height: 42px;
      min-width: 62px;

      &:hover {
          background: #e9e9e9;
          border: 2px solid #d9d9d9;
      }
  }*/
}
.lt-ie10 a.button-spt, .lt-ie10
button.button-spt {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
a.button-spt:hover,
button.button-spt:hover {
  background: #f08d24;
  color: #ffffff;
}
a.button-spt:active,
button.button-spt:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  line-height: 48px;
}

.cols-2 .col,
.cols-2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}

.cols-3 .col,
.cols-3 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33%;
}

.cols-4 .col,
.cols-4 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
}

.cols-5 {
  text-align: center;
}
.cols-5 .col,
.cols-5 > li {
  display: inline-block;
  width: 187px;
}
.cols-5.fluid .col,
.cols-5.fluid > li {
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cols-6 {
  width: 1050px;
}
.cols-6 > li {
  float: left;
  width: 175px;
  margin: 0 0 0 -10px;
}

.cols-inline {
  text-align: center;
}
.cols-inline .col,
.cols-inline > li {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  *zoom: 1;
  padding: 56px 0 0;
}
.content:before, .content:after {
  display: table;
  content: "";
  line-height: 0;
}
.content:after {
  clear: both;
}
.content.accent {
  background-color: #f2f7f8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF2F7F8', endColorstr='#FFE5EEF1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjdmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZWVmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f7f8), color-stop(100%, #e5eef1));
  background-image: -webkit-linear-gradient(top, #f2f7f8 0%, #e5eef1 100%);
  background-image: -moz-linear-gradient(top, #f2f7f8 0%, #e5eef1 100%);
  background-image: -o-linear-gradient(top, #f2f7f8 0%, #e5eef1 100%);
  background-image: linear-gradient(top, #f2f7f8 0%, #e5eef1 100%);
  border-bottom: 1px solid #f2f7f8;
  padding: 56px 0 54px;
}
.content.faded {
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  padding: 56px 0 54px;
}
.content.darkFaded {
  background-color: #fdfdfd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFE5E5E5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(top, #fdfdfd 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #fdfdfd 0%, #e5e5e5 100%);
  background-image: linear-gradient(top, #fdfdfd 0%, #e5e5e5 100%);
  padding: 56px 0 54px;
}
.content.featured {
  background-color: #fab43c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFAB43C', endColorstr='#FFF58025');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYjQzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ODAyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fab43c), color-stop(100%, #f58025));
  background-image: -webkit-linear-gradient(top, #fab43c 0%, #f58025 100%);
  background-image: -moz-linear-gradient(top, #fab43c 0%, #f58025 100%);
  background-image: -o-linear-gradient(top, #fab43c 0%, #f58025 100%);
  background-image: linear-gradient(top, #fab43c 0%, #f58025 100%);
  padding: 56px 0 0;
}
.content.featured.wide {
  padding-bottom: 160px;
}
.content.shade {
  background: #f2f2f2;
  padding: 56px 0 54px;
}
.content.bridalheath {
  background: #fff9f3;
}
.content.p0 {
  padding: 0 !important;
}
.content.pt20 {
  padding-top: 20px !important;
}
.content.pb100 {
  padding-bottom: 100px !important;
}
.content.pt100 {
  padding-top: 100px !important;
}
.content.saturate {
  background: #3fb0e8;
  border-top: 1px solid #0fafd7;
}
.content.greyed {
  background: #f6f6f6;
  padding: 60px 0 30px;
}
.content.darkened {
  background: #ecf1f4;
}

.tabbed {
  padding: 0;
}
.tabbed .wrap {
  background: url(../../images/common/bg_tabbed.png) 307px 0 repeat-y;
}

.sidebar {
  width: 315px;
  margin: 0 0 80px;
  float: left;
  position: relative;
}
.sidebar:before {
  display: block;
  content: '';
  width: 18px;
  height: 79px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../images/common/top_bg_sidebar.png") no-repeat left bottom;
}
.sidebar.pt110 {
  padding-top: 110px;
}
.sidebar h2 {
  font: 700 26px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  margin: 0 0 24px;
  position: relative;
  z-index: 2;
}
.sidebar > h2 {
  margin: 76px 0 24px;
}
.sidebar > img {
  margin: 29px 0 16px;
}
.sidebar > img + h2 {
  margin: 0 0 24px;
}
.sidebar .ico {
  position: absolute;
  top: 25px;
  left: 0;
}
.sidebar .logged_out {
  margin-top: 80px;
}

.page {
  float: right;
  padding: 20px 0 0 0;
  width: 669px;
}
.page > h1 {
  font-size: 50px;
  line-height: 1;
  text-transform: none;
}
.page > h1.smaller {
  font-size: 48px;
  margin: -20px 0 30px;
}
.page .componenet {
  *zoom: 1;
}
.page .componenet:before, .page .componenet:after {
  display: table;
  content: "";
  line-height: 0;
}
.page .componenet:after {
  clear: both;
}
.page.wide {
  padding: 0 !important;
  width: 100%;
}
.my_account .page, .my_academy .page, .support .page, .page.is-tabbed {
  padding: 53px 0 0;
}

.component {
  padding: 0;
}
.component > select {
  display: block;
  margin: 0 auto;
  width: 240px;
}
.component > .trk_dropdown,
.component > ul.trk_tabs {
  margin-top: -40px;
}
.component h1 + ul.trk_tabs {
  margin: -32px 0 0;
}
.component > h2 {
  font: 400 14px/22px "Helvetica", Arial, sans-serif;
  text-align: center;
  margin: 0 0 30px;
  color: #9d9d9d;
}
.component ul.campaign_list + div.view_all {
  padding-top: 20px;
}
.component img.img--small {
  width: 270px;
}

.package-arc {
  color: #4d4d4d;
  font: 700 10px/1 "Helvetica", Arial, sans-serif;
  margin: 0;
  padding: 0 0 2px;
}
.lt-ie10 .package-arc {
  font: 400 10px/1 Arial, sans-serif;
}
.package-arc dt {
  padding: 0 0 0 68px;
  margin: 4px 0 5px;
}
.package-arc dd {
  margin: 0;
  padding: 0 0 0 68px;
}
.package-arc .data_visual {
  position: relative;
  float: left;
  width: 54px;
  height: 54px;
  margin: 0 14px 0 0;
  padding: 0;
}
.package-arc .data_visual:before {
  display: block;
  content: " ";
  position: absolute;
}
.package-arc .data_visual:before {
  height: 17px;
  width: 17px;
  top: 19px;
  left: 19px;
}
.package-arc .data_visual.voice:before {
  background: url('../../images/common/sprite-common.png') -51px -723px;
}
.package-arc .data_visual.data:before {
  background: url('../../images/common/sprite-common.png') -34px -723px;
}
.package-arc .data_visual.sms:before {
  background: url('../../images/common/sprite-common.png') -40px -706px;
}
.package-arc .data_used {
  float: left;
  padding: 0;
  margin: 0 0 2px;
  white-space: nowrap;
}
.package-arc .data_used strong {
  font-size: 24px;
  line-height: 25px;
  position: relative;
}
.package-arc .data_used span {
  display: block;
}
.package-arc .data_remaining {
  border-right: 1px dotted #d8d8d8;
  color: #d8d8d8;
  float: left;
  padding: 0 15px 0 0;
  margin: 2px 15px 0 0;
  color: #78b538;
  -webkit-transition: color 0.8s ease-in;
  -moz-transition: color 0.8s ease-in;
  -o-transition: color 0.8s ease-in;
  transition: color 0.8s ease-in;
}
.package-arc .data_remaining strong {
  font-size: 24px;
  line-height: 21px;
  position: relative;
}
.package-arc .data_remaining span {
  display: block;
  margin: 2px 0 0;
}
.package-arc .shadow {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-bottom: 1px;
}
.package-arc .shadow:after {
  display: block;
  content: " ";
  position: absolute;
  width: 34px;
  height: 1px;
  bottom: 0px;
  margin-left: -17px;
  left: 50%;
  background: url('../../images/common/sprite-common.png') -12px -637px no-repeat;
  z-index: 1;
}
.package-arc .shadow:after {
  bottom: 9px;
}
.package-arc .reflection {
  position: absolute;
  z-index: 1;
  top: 23px;
  left: 0;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  opacity: 0.005;
  filter: alpha(opacity=0.5);
}
.package-arc .reflection:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FF00FFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(35%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .package-arc .reflection {
    top: 29px;
  }

  .package-arc .shadow:after {
    bottom: 6px;
  }
}
.lt-ie10 .package-arc .shadow:after {
  bottom: 8px;
}

.lt-ie10 .package-arc .reflection:after {
  bottom: 9px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.ie10 .package-arc .shadow:after {
  bottom: 7px;
}

.lt-ie9 .package-arc .shadow:after {
  display: none;
}

.lt-ie9 .package-arc .reflection {
  display: none;
}

.lines {
  margin: 0;
  padding: 0;
}
.lines li,
.lines .line {
  border-top: 1px solid #f2f2f2;
  cursor: pointer;
  list-style: inside none;
  overflow: hidden;
  padding: 0 15px;
  text-align: left;
}
.lines li a,
.lines .line a {
  color: #4d4d4d;
  font: 400 18px/24px "Helvetica", Arial, sans-serif;
  text-transform: none;
  display: block;
  padding: 26px 0 3px 60px;
}
.lines li a:hover,
.lines .line a:hover {
  color: #fff;
}
.lt-ie10 .lines li a, .lt-ie10
.lines .line a {
  font: 400 18px/24px Arial, sans-serif;
}
.lines li span.line_type,
.lines .line span.line_type {
  color: #9d9d9d;
  font: 700 10px/1 "Helvetica", Arial, sans-serif;
  display: block;
  padding: 0 0 15px 60px;
}
.lines li:first-child,
.lines .line:first-child {
  border-top: none;
}
.lines li:hover,
.lines .line:hover {
  background: #3fb0e8;
}
.lines li:hover.hit_area a,
.lines li:hover.hit_area span.line_type,
.lines .line:hover.hit_area a,
.lines .line:hover.hit_area span.line_type {
  color: #fff;
}
.lines div.thumb,
.lines .bullet-counter {
  float: left;
  width: 55px;
  display: block;
}
.lines div.thumb img,
.lines .bullet-counter img {
  display: block;
}
.lines .bullet-counter {
  height: 38px;
  width: 38px;
  background: url('../../images/common/sprite-common.png') 0 -1594px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  margin-top: 14px;
}
.lines .line {
  cursor: default;
}
.lines .line:hover {
  background: transparent;
}
.lines.basic {
  padding: 0;
}
.lines.basic li {
  padding: 0 15px;
}
.lines.basic li a {
  padding: 10px 0;
}

.view_all {
  *zoom: 1;
  text-align: center;
}
.view_all:before, .view_all:after {
  display: table;
  content: "";
  line-height: 0;
}
.view_all:after {
  clear: both;
}
.view_all .carousel-indicators {
  display: inline-block;
}
.view_all li.all {
  border-left: 1px solid #4d4d4d;
  float: left;
  padding: 2px 0 2px 15px;
  margin: 0 0 0 15px;
}
.view_all li.all.alone {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
footer .view_all li.all {
  border-left: 1px solid #3d4d64;
}
.no-bg .view_all li.all {
  border-color: #90bcdc;
}
.view_all .pip {
  position: relative;
}
.view_all .pip:before {
  display: block;
  content: " ";
  position: absolute;
}
.view_all .pip:before {
  height: 19px;
  width: 19px;
  background: url('../../images/common/sprite-common.png') -19px -859px;
}
.view_all .pip:hover:before {
  background-position: 0 -859px;
}
.view_all .pip.active:before {
  background-position: -68px -840px;
}
.view_all .pip.active:hover:before {
  background-position: -68px -840px;
}
.support section .view_all .pip:hover:before {
  background-position: -38px -879px;
}
.support section .view_all .pip.active:hover:before {
  background-position: -19px -859px;
}
.no-bg .view_all .pip:before {
  height: 17px;
  width: 17px;
  background: url('../../images/common/sprite-common.png') 0 -753px;
}
.no-bg .view_all .pip:hover:before {
  background-position: -42px -669px;
}
.no-bg .view_all .pip.active:before {
  background-position: -42px -669px;
}
.no-bg .view_all .pip.active:hover:before {
  background-position: -42px -669px;
}
.no-bg .view_all .pip.active:hover:before {
  background-position: -42px -669px;
}
footer .view_all .pip:before, .khan_section .view_all .pip:before {
  background-position: -57px -859px;
}
footer .view_all .pip.active:before, .khan_section .view_all .pip.active:before {
  background-position: -19px -879px;
}
footer .view_all .pip.active:hover:before, .khan_section .view_all .pip.active:hover:before {
  background-position: -19px -879px;
}
.view_all a.all {
  font: 700 12px/20px "Helvetica", Arial, sans-serif;
  position: relative;
  color: #4d4d4d;
  display: inline-block;
  height: 19px;
  padding: 0 0 0 28px;
}
.view_all a.all:before {
  display: block;
  content: " ";
  position: absolute;
}
.view_all a.all:before {
  height: 19px;
  width: 19px;
  background: url('../../images/common/sprite-common.png') -75px -783px;
  top: 0;
  left: 0;
}
.view_all a.all:hover {
  color: #3fb0e8;
}
.view_all a.all:hover:before {
  background-position: -72px -802px;
}
.support section .view_all a.all:hover {
  color: #fd9526;
}
.support section .view_all a.all:hover:before {
  background-position: 0 -821px;
}
.no-bg .view_all a.all {
  color: #90bcdc;
}
.no-bg .view_all a.all:before {
  height: 19px;
  width: 19px;
  background: url('../../images/common/sprite-common.png') 0 -879px;
}
.no-bg .view_all a.all:hover {
  color: #c1d1dc;
}
.no-bg .view_all a.all:hover:before {
  background-position: -38px -859px;
}
footer .view_all a.all {
  color: #fff;
}
footer .view_all a.all:before {
  background-position: -38px -859px;
}
.view_all.pt {
  padding-top: 30px;
}
.view_all.pb {
  padding-bottom: 30px;
}
.view_all.cols-2 .col:nth-child(1) .carousel-indicators {
  float: right;
  margin-right: 15px;
}
.view_all.cols-2 .col:nth-child(2) .carousel-indicators {
  float: left;
}
.view_all.cols-2 .col:nth-child(2) .carousel-indicators li.all {
  margin-left: 0;
}

.list-carrots {
  margin: 0 0 21px;
}
.list-carrots li {
  margin: 9px 0 0;
}
.list-carrots li a {
  position: relative;
  color: #9d9d9d;
  display: inline-block;
  font: 700 12px/16px "Helvetica", Arial, sans-serif;
  padding: 2px 2px 2px 15px;
}
.list-carrots li a:before {
  display: block;
  content: " ";
  position: absolute;
}
.list-carrots li a:before {
  height: 9px;
  width: 6px;
  background: url('../../images/common/sprite-common.png') -9px -566px;
  top: 5px;
  left: 0;
}
.list-carrots li a:hover {
  color: #4d4d4d;
  text-decoration: underline;
}
.list-carrots li:first-child {
  margin: 0;
}
.list-carrots + a.more {
  color: #4d4d4d;
  font: 700 12px/14px "Helvetica", Arial, sans-serif;
  padding: 2px;
}
.list-carrots + a.more:hover {
  color: #fd9526;
}
.list-carrots.downloads li a {
  padding: 2px 2px 2px 19px;
}
.list-carrots.downloads li a:before {
  height: 12px;
  width: 12px;
  background-position: 0 -621px;
  top: 3px;
  left: 0;
}
.list-carrots.light li a {
  color: #fff;
}
.list-carrots.light li a:before {
  background-position: -24px -500px;
}
.list-carrots.blue li a:before {
  background-position: -7px 0;
}
.list-carrots.no-carrots li a {
  padding-left: 0;
}
.list-carrots.no-carrots li a:before {
  display: none;
}

.list-carrots-common {
  margin: 0 0 21px;
}
.list-carrots-common li {
  position: relative;
  color: #9d9d9d;
  margin: 5px 0 0;
  padding-left: 15px;
}
.list-carrots-common li:before {
  display: block;
  content: " ";
  position: absolute;
}
.list-carrots-common li:before {
  height: 9px;
  width: 6px;
  background: url('../../images/common/sprite-common.png') -9px -566px;
  top: 5px;
  left: 0;
}
.list-carrots-common li:first-child {
  margin: 0;
}
.list-carrots-common.blue li:before {
  background-position: -7px 0;
}

.side_tabs {
  background: url(../../images/common/bg_border_tabbed-1.png) top left no-repeat;
  padding: 1px 0 0;
  margin: 0 0 0 -40px;
}
.side_tabs li {
  position: relative;
}
.side_tabs li a {
  font: 700 18px/28px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  background-image: url(../../images/common/bg_border_tabbed-1.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  color: #4d4d4d;
  display: block;
  padding: 29px 20px 25px 41px;
  width: 294px;
  margin: 0;
  position: relative;
  z-index: 3;
  /* Turkcell */
}
.side_tabs li a:hover {
  color: #3fb0e8;
}
.support .side_tabs li a:hover {
  color: #fd9526;
}
.side_tabs li.active > a {
  background: #fff;
  color: #3fb0e8;
}
.support .side_tabs li.active > a {
  color: #fd9526;
}
.side_tabs li.active > a.device:before {
  background-position: 0 -1240px;
}
.side_tabs li.active > a.account:before {
  background-position: 0 -1265px;
}
.side_tabs li.active > a.more:before {
  background-position: -48px -1240px;
}
.side_tabs li.active > a.all:before {
  background-position: 0 -821px;
}
.side_tabs li.active:before {
  display: block;
  content: " ";
  width: 606px;
  height: 71px;
  position: absolute;
  top: -71px;
  right: 0;
  z-index: -1;
  background: url("../../images/common/sidebar_bg_top.png") no-repeat left top;
}
.side_tabs li.active:after {
  display: block;
  content: " ";
  width: 606px;
  height: 70px;
  position: absolute;
  bottom: -70px;
  right: 0;
  z-index: -1;
  background: url("../../images/common/sidebar_bg_bot.png") no-repeat left top;
}
.side_tabs li.odd a:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../../images/common/bg_odd.png") repeat-y left top;
  z-index: -1;
}
.side_tabs li:first-child.active:before {
  z-index: 2;
}
.side_tabs.icons a {
  position: relative;
  font: 700 18px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  display: block;
  padding: 29px 20px 25px 82px;
  width: 253px;
}
.side_tabs.icons a:before {
  display: block;
  content: " ";
  position: absolute;
}
.side_tabs.icons a:before {
  height: 24px;
  width: 24px;
  background: url('../../images/common/sprite-common.png');
  top: 25px;
  left: 43px;
}
.side_tabs.icons a.device:before {
  background-position: -47px -1192px;
}
.side_tabs.icons a.device:hover:before {
  background-position: 0 -1240px;
}
.side_tabs.icons a.account:before {
  background-position: -71px -1216px;
}
.side_tabs.icons a.account:hover:before {
  background-position: 0 -1265px;
}
.side_tabs.icons a.more:before {
  background-position: -24px -1240px;
}
.side_tabs.icons a.more:hover:before {
  background-position: -48px -1240px;
}
.side_tabs.icons a.all:before {
  height: 19px;
  width: 19px;
  background-position: -75px -783px;
}
.side_tabs.icons a.all:hover:before {
  background-position: 0 -821px;
}

span.price {
  font: 700 30px/1 "Helvetica", Arial, sans-serif;
  color: #4d4d4d;
}
span.price .currency {
  font-size: 10px;
  margin: 0 0 0 -3px;
}
span.price .type {
  color: #8a8a8a;
  display: block;
  font-size: 10px;
  margin: -10px 0 -6px;
}
span.price .remark {
  font-size: 10px;
}
span.price.under {
  color: #ae0057;
}
span.price.highlighted {
  color: #f31381;
}
span.price.highlighted .remark,
span.price.highlighted .type {
  color: #f31381 !important;
}
span.price.over {
  color: #74b91c;
}
.table span.price {
  font-size: 24px;
}

.price-module {
  font-size: 0;
  position: relative;
  text-align: center;
}
.price-module .price {
  color: #f01f81;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  background: #f6f6f6;
  border-right: 1px solid #fff;
  display: inline-block;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
  padding: 0 13px 0 16px;
  position: relative;
}
.price-module del {
  color: #9d9d9d;
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.price-module .button-cta {
  border-left: 1px solid #e5cb00;
  padding-left: 15px;
  padding-right: 15px;
}
.price-module > small {
  font: 700 12px/1 "Helvetica", Arial, sans-serif;
  color: #f01f81;
  display: block;
  position: absolute;
  bottom: -21px;
  left: 0px;
  width: 100%;
}
.price-module.offer .price {
  color: #f01f81;
  line-height: 34px;
}
.price-module.offer del {
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.price-module.offer.campaign .price,
.price-module.offer.campaign > small {
  color: #f01f81;
}
.price-module.offer.reverse .price {
  padding-top: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.price-module.offer.reverse del {
  bottom: auto;
  top: 3px;
}

.stepper {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 0 20px;
  font-size: 0;
}
.stepper li {
  margin: 0 0 0 10px;
  display: inline-block;
  text-align: center;
}
.stepper li .step {
  position: relative;
  color: #9d9d9d;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 35px;
  line-height: 38px;
  margin: 0 auto 15px;
  width: 35px;
}
.stepper li .step:before {
  display: block;
  content: " ";
  position: absolute;
}
.stepper li .step:before {
  height: 35px;
  width: 35px;
  background: url('../../images/my_account/sprite-icons.png') -35px -1192px;
  top: 0;
  left: 0;
  z-index: -1;
}
.stepper li.done .step {
  color: #fff;
}
.stepper li.done .step:before {
  background-position: 0 -1192px;
}
.stepper li.done > small {
  color: #3fb0e8;
}
.stepper li:first-child {
  margin: 0;
}
.stepper li > small {
  color: #b3b3b3;
  display: block;
  font-size: 10px;
  font-weight: 700;
}

ul.divider {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-top: 500px;
  padding-top: 0px;
}
ul.divider:before {
  display: block;
  content: " ";
  position: absolute;
  width: 1px;
  height: 500px;
  top: 0px;
  margin-left: -0.5px;
  left: 50%;
  background: url('../../images/common/sprite-common.png') 0 0 no-repeat;
  z-index: 1;
}
ul.divider li {
  float: left;
  width: 50%;
}

.sign_in_box ol.steps li, .akilli-bulut ol.steps li {
  margin: 15px 0 0;
  width: 100%;
}
.sign_in_box ol.steps li.sep, .akilli-bulut ol.steps li.sep {
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}
.sign_in_box ol.steps li.h30, .akilli-bulut ol.steps li.h30 {
  height: 30px;
}
.sign_in_box ol.steps li.sep2, .sign_in_box ol.steps li.no_info, .akilli-bulut ol.steps li.sep2, .akilli-bulut ol.steps li.no_info {
  margin-top: 10px;
}
.sign_in_box ol.steps li:first-child, .akilli-bulut ol.steps li:first-child {
  margin: 0;
}
.sign_in_box ol.steps li.password, .akilli-bulut ol.steps li.password {
  position: relative;
}
.sign_in_box ol.steps li.password .pass_label, .akilli-bulut ol.steps li.password .pass_label {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  padding: 12px;
  color: #9d9d9d;
  cursor: text;
  background-color: #f6f6f6;
}
.sign_in_box ol.steps li.validation, .akilli-bulut ol.steps li.validation {
  position: relative;
}
.sign_in_box ol.steps li.validation img, .akilli-bulut ol.steps li.validation img {
  border: 1px solid #e5e5e5;
}
.sign_in_box ol.steps li.validation .control, .akilli-bulut ol.steps li.validation .control {
  position: absolute;
  display: block;
  background: url('../../images/common/sprite-common.png') no-repeat;
  text-indent: -9999px;
}
.sign_in_box ol.steps li.validation .control.refresh, .akilli-bulut ol.steps li.validation .control.refresh {
  right: 14px;
  top: 4px;
  height: 20px;
  width: 16px;
  background-position: -60px -669px;
}
.sign_in_box ol.steps li.validation .control.refresh:hover, .sign_in_box ol.steps li.validation .control.refresh.spin_1, .sign_in_box ol.steps li.validation .control.refresh.spin_2, .akilli-bulut ol.steps li.validation .control.refresh:hover, .akilli-bulut ol.steps li.validation .control.refresh.spin_1, .akilli-bulut ol.steps li.validation .control.refresh.spin_2 {
  background-position: -40px -939px;
}
.sign_in_box ol.steps li.validation .control.speaker, .akilli-bulut ol.steps li.validation .control.speaker {
  right: 12px;
  bottom: 7px;
  height: 19px;
  width: 19px;
  background-position: -76px -821px;
}
.sign_in_box ol.steps li.validation .control.speaker:hover, .akilli-bulut ol.steps li.validation .control.speaker:hover {
  background-position: -57px -821px;
}
.sign_in_box ol.steps li .remember, .akilli-bulut ol.steps li .remember {
  float: left;
  margin-right: 30px;
}
.sign_in_box ol.steps li .remember.v2, .akilli-bulut ol.steps li .remember.v2 {
  margin-right: 50px;
}
.sign_in_box ol.steps li .change_pw_step, .akilli-bulut ol.steps li .change_pw_step {
  float: left;
  position: relative;
  top: -4px;
  padding-top: 4px;
  padding-left: 30px;
  height: 22px;
  text-align: right;
  border-left: 1px solid #e5e5e5;
}
.sign_in_box ol.steps li .change_pw_step.v2, .akilli-bulut ol.steps li .change_pw_step.v2 {
  padding-left: 6px;
  margin-left: 5px;
  margin-top: 13px;
}
.sign_in_box ol.steps li .change_pw_step.v2 .change_pw, .akilli-bulut ol.steps li .change_pw_step.v2 .change_pw {
  padding-left: 9px;
}
.sign_in_box .accordion,
.sign_in_box .sign_in_holder, .akilli-bulut .accordion,
.akilli-bulut .sign_in_holder {
  width: 280px;
}
.sign_in_box .accordion, .akilli-bulut .accordion {
  overflow: visible;
}
.sign_in_box .accordion-group:first-child, .akilli-bulut .accordion-group:first-child {
  margin-bottom: 5px;
  overflow: visible;
}
.sign_in_box form.sign_in, .akilli-bulut form.sign_in {
  padding-bottom: 5px;
  margin: 30px 0 0;
}
.sign_in_box a.close, .akilli-bulut a.close {
  position: relative;
  height: 15px;
  width: 15px;
  display: none;
  float: right;
  padding: 0px;
  top: -4px;
  right: 0;
  text-indent: -9999px;
}
.sign_in_box a.close:before, .akilli-bulut a.close:before {
  display: block;
  content: " ";
  position: absolute;
}
.sign_in_box a.close:before, .akilli-bulut a.close:before {
  background: url('../../images/common/sprite-common.png') -31px 0;
  height: 15px;
  width: 15px;
  top: 0;
  left: 0;
}
.sign_in_box a.close:hover:before, .akilli-bulut a.close:hover:before {
  background: url('../../images/common/sprite-common.png') -81px -606px;
}
.sign_in_box a.active + a.close, .akilli-bulut a.active + a.close {
  display: block;
}
.sign_in_box a.active, .akilli-bulut a.active {
  margin-bottom: 10px;
}
.sign_in_box div.action.sep, .akilli-bulut div.action.sep {
  margin-top: 10px;
}
.sign_in_box div.action.sep img:first-child, .akilli-bulut div.action.sep img:first-child {
  margin-top: 20px;
}
.sign_in_box div.action span.key, .akilli-bulut div.action span.key {
  background: #3fb0e8;
  color: #fff;
  display: block;
  font: 700 10px/44px "Helvetica", Arial, sans-serif;
  margin: 17px 0 0;
  text-align: center;
}
.sign_in_box div.action img:first-child, .akilli-bulut div.action img:first-child {
  margin: 10px auto;
  display: block;
}
.sign_in_box div.mobile.in a.close, .akilli-bulut div.mobile.in a.close {
  display: block;
}
.sign_in_box ul.option_tabs, .akilli-bulut ul.option_tabs {
  height: 83px;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-top: 83px;
  padding-top: 0px;
}
.sign_in_box ul.option_tabs:before, .akilli-bulut ul.option_tabs:before {
  display: block;
  content: " ";
  position: absolute;
  width: 245px;
  height: 83px;
  top: 0px;
  margin-left: -122.5px;
  left: 50%;
  background: url('../../images/common/sprite-shadows.png') -800px -233px no-repeat;
  z-index: 1;
}
.sign_in_box ul.option_tabs:before, .akilli-bulut ul.option_tabs:before {
  z-index: -1;
}
.sign_in_box ul.option_tabs li, .akilli-bulut ul.option_tabs li {
  list-style: inside none;
  float: left;
  width: 50%;
  margin: 0;
  display: block;
  position: relative;
}
.sign_in_box ul.option_tabs li a, .akilli-bulut ul.option_tabs li a {
  position: relative;
  color: #9d9d9d;
  display: block;
  height: 33px;
  font: 700 10px/14px "Helvetica", Arial, sans-serif;
  padding: 50px 0 0;
  margin: 0;
  text-align: center;
}
.sign_in_box ul.option_tabs li a:before, .akilli-bulut ul.option_tabs li a:before {
  display: block;
  content: " ";
  position: absolute;
}
.sign_in_box ul.option_tabs li a:before, .akilli-bulut ul.option_tabs li a:before {
  height: 33px;
  width: 33px;
  top: 13px;
  left: 50%;
  margin: 0 0 0 -16px;
}
.sign_in_box ul.option_tabs li a.pw:before, .akilli-bulut ul.option_tabs li a.pw:before {
  background: url('../../images/common/sprite-common.png') 0 -1522px;
}
.sign_in_box ul.option_tabs li a.fb:before, .akilli-bulut ul.option_tabs li a.fb:before {
  background: url('../../images/common/sprite-common.png') -27px -1456px;
}
.sign_in_box ul.option_tabs li a.mobile:before, .akilli-bulut ul.option_tabs li a.mobile:before {
  background: url('../../images/common/sprite-common.png') -66px -1489px;
}
.sign_in_box ul.option_tabs li a:hover, .akilli-bulut ul.option_tabs li a:hover {
  color: #4d4d4d;
}
.sign_in_box ul.option_tabs li a:hover.pw:before, .akilli-bulut ul.option_tabs li a:hover.pw:before {
  background: url('../../images/common/sprite-common.png') -33px -1489px;
}
.sign_in_box ul.option_tabs li a:hover.fb:before, .akilli-bulut ul.option_tabs li a:hover.fb:before {
  background: url('../../images/common/sprite-common.png') -60px -1456px;
}
.sign_in_box ul.option_tabs li a:hover.mobile:before, .akilli-bulut ul.option_tabs li a:hover.mobile:before {
  background: url('../../images/common/sprite-common.png') 0 -1558px;
}
.sign_in_box ul.option_tabs li.active:before, .akilli-bulut ul.option_tabs li.active:before {
  display: block;
  content: '';
  width: 9px;
  height: 83px;
  background: url("../../images/common/dividers/sign_in_divider.png") no-repeat left top;
  position: absolute;
  top: 0px;
  left: -5px;
}
.sign_in_box ul.option_tabs li.active:first-child:before, .akilli-bulut ul.option_tabs li.active:first-child:before {
  left: auto;
  right: -5px;
}
.sign_in_box ul.option_tabs li.active a, .akilli-bulut ul.option_tabs li.active a {
  color: #4d4d4d;
  background-color: #FFF;
}
.sign_in_box ul.option_tabs li.active a.pw:before, .akilli-bulut ul.option_tabs li.active a.pw:before {
  background: url('../../images/common/sprite-common.png') -33px -1489px;
}
.sign_in_box ul.option_tabs li.active a.fb:before, .akilli-bulut ul.option_tabs li.active a.fb:before {
  background: url('../../images/common/sprite-common.png') -60px -1456px;
}
.sign_in_box ul.option_tabs li.active a.mobile:before, .akilli-bulut ul.option_tabs li.active a.mobile:before {
  background: url('../../images/common/sprite-common.png') 0 -1558px;
}
.sign_in_box ul.option_tabs li:first-child, .akilli-bulut ul.option_tabs li:first-child {
  margin: 0;
}

.timestamp abbr {
  display: block;
  font: 700 10px/19px "Helvetica", Arial, sans-serif;
}
.timestamp abbr span.label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
}
.timestamp abbr span.label:before {
  display: block;
  content: " ";
  position: absolute;
}
.timestamp abbr span.label:before {
  height: 19px;
  width: 19px;
  top: 0;
  left: 0;
}
.timestamp abbr.time {
  float: left;
}
.timestamp abbr.time span.label:before {
  background: url('../../images/common/sprite-common.png') -19px -821px;
}
.timestamp abbr.date {
  border-left: 1px dotted #e5e5e5;
  float: right;
  padding: 0 0 0 27px;
}
.timestamp abbr.date span.label:before {
  background: url('../../images/common/sprite-common.png') -38px -821px;
}
.timestamp.centered {
  text-align: center;
}
.timestamp.centered abbr {
  display: inline;
}
.timestamp.centered abbr.time, .timestamp.centered abbr.date {
  float: none;
}
.timestamp.centered abbr.time {
  padding-right: 27px;
}
.timestamp.diff {
  margin-top: 15px;
}

.no_info .info {
  color: #9d9d9d;
  display: block;
  font: 700 10px/12px "Helvetica", Arial, sans-serif;
  margin: 0 0 6px;
}
.no_info .follow {
  color: #4d4d4d;
  font: 700 16px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  margin: 0;
}
.no_info .follow.v2 {
  letter-spacing: -0.06em;
}
.lt-ie9 .no_info .follow.v2 {
  font-size: 15px;
}
.no_info .follow span.carrot_right {
  position: relative;
  padding: 0 0 0 11px;
}
.no_info .follow span.carrot_right:before {
  display: block;
  content: " ";
  position: absolute;
}
.no_info .follow span.carrot_right:before {
  height: 16px;
  width: 11px;
  background: url('../../images/common/sprite-common.png') -86px -566px;
  top: 1px;
  left: -5px;
}
.no_info .follow span.char {
  margin: 0 6px 0 4px;
}
.no_info .change_pw {
  margin-right: 20px;
  text-transform: none;
  font-weight: 700;
}

section.shop_section {
  padding: 0;
}
section.shop_section.padt {
  padding-top: 40px;
}
section.shop_section.faded, section.shop_section.shade, section.shop_section.greyed {
  padding: 0px;
}
section.shop_section.footer-padding {
  padding-bottom: 135px;
}
section.shop_section > h1,
section.shop_section div.wrap > h1 {
  padding-top: 54px;
  margin: 0px;
}
section.shop_section > h1 + p,
section.shop_section div.wrap > h1 + p {
  color: #9d9d9d;
  font-size: 14px;
  margin: 10px 0 0;
  text-align: center;
}
section.shop_section h1 + .carousel,
section.shop_section h1 + .list-modules,
section.shop_section p + .list-modules,
section.shop_section p + .carousel,
section.shop_section .split {
  margin-top: 54px;
}
section.shop_section h1 + .list-modules,
section.shop_section p + .list-modules {
  margin-top: 14px;
}
section.shop_section .social_activity + .view_all,
section.shop_section .list-modules + .view_all,
section.shop_section .carousel-inner + .view_all {
  padding: 40px 0;
}
section.shop_section .features {
  margin: 80px 0 40px;
}
section.shop_section .last {
  margin-bottom: 60px;
}
section.shop_section .highlighted {
  color: #3fb0e8;
}

section.news.content {
  padding-bottom: 0px;
}
section.news h1.separate-line {
  margin-bottom: 0px;
}

section.bill.content {
  padding: 40px 0;
}

.carousel.fade-in .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.carousel.fade-in .active.left, .carousel.fade-in .active.right {
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  z-index: 2;
}

::selection {
  background: #3fb0e8;
  color: #fff;
}
.support ::selection {
  background: #fd9526;
}

::-moz-selection {
  background: #3fb0e8;
  color: #fff;
}
.support ::-moz-selection {
  background: #fd9526;
}

::-webkit-selection {
  background: #3fb0e8;
  color: #fff;
}
.support ::-webkit-selection {
  background: #fd9526;
}

.no-js .no-js-hidden,
.js .js-hidden,
.hidden {
  display: none !important;
  visibility: hidden;
}

.balanced-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.vertically_centered,
.vertically_centered:before {
  display: inline-block;
  vertical-align: middle;
}

.vertically_centered:before {
  content: " ";
  height: 100%;
  width: 1px;
  background: red;
}

.relative {
  position: relative;
}

article.orient {
  padding-bottom: 30px;
}
article.orient .cols-2 {
  background: url(../../images/common/dividers/divider-vert-170.png) no-repeat 50% bottom;
}
article.orient .cols-3 .col {
  padding-left: 35px;
}
article.orient .cols-3.vertical-separation .col {
  padding-right: 40px;
  position: relative;
}
article.orient .cols-3.vertical-separation .col:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/common/dividers/divider-vert-170.png) no-repeat 0 0;
  width: 1px;
  height: 170px;
  bottom: 20px;
  left: -20px;
}
article.orient .cols-3.vertical-separation .col.n1:after {
  display: none;
}
article.orient .copy h2 {
  margin: 10px 0;
}
article.orient .list-carrots li a {
  color: inherit;
}

article.editorial.why_trk {
  padding-top: 40px;
}
article.editorial.why_trk .visual {
  position: absolute;
  bottom: 0;
  left: 0;
}
article.editorial.features {
  padding-top: 40px;
  text-align: center;
}
article.editorial.features .title {
  margin-bottom: 10px;
}
article.editorial.features li > a {
  display: block;
}
article.editorial.divider_bot {
  border-bottom: 1px solid #e5e5e5;
}
article.editorial.trk_cuzdan_offer .trk-cuzdan {
  display: inline-block;
  margin: 70px 0 15px;
}
article.editorial.trk_cuzdan_offer .confirmation_recipt {
  border-top: 0 none;
  padding-top: 50px;
  margin-bottom: 0;
}
article.editorial.trk_cuzdan_offer .confirmation_recipt input.text {
  background-color: #fff;
}
article.editorial.trk_cuzdan_offer.type-2 .trk-cuzdan {
  margin-top: 0;
  margin-left: 75px;
}
article.editorial.trk_cuzdan_offer.type-2 .trk-cuzdan img {
  width: 140px;
}
article.editorial.trk_cuzdan_offer.type-2 .visual img {
  width: 250px;
}
article.editorial.trk_cuzdan_offer.type-2 .copy {
  padding-left: 270px;
  padding-right: 20px;
}
article.editorial.trk_cuzdan_offer.type-2 .confirmation_recipt {
  padding-top: 0;
  text-align: left;
}
article.editorial.trk_cuzdan_offer.type-2 .confirmation_recipt input.text {
  width: 230px;
}
article.editorial.academy_extended {
  margin: 50px 0 30px;
}
article.editorial.academy_extended .copy {
  padding-left: 370px;
}
article.editorial.academy_extended .academy-list {
  margin: 20px 0 30px;
}
article.editorial h1 {
  text-align: left;
  text-transform: none;
  font-weight: 700;
  padding-top: 77px;
}
article.editorial p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 30px;
  color: #9d9d9d;
}
article.editorial .big-bullet-list {
  margin-bottom: 80px;
  font: 400 16px/28px "Helvetica", Arial, sans-serif;
  color: #8a8a8a;
}
article.editorial .big-bullet-list > li {
  position: relative;
  padding-left: 23px;
}
article.editorial .big-bullet-list > li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '\2022';
  font-size: 40px;
  line-height: 28px;
  color: #3fb0e8;
}
article.editorial .academy-list {
  font: 700 18px/24px "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
article.editorial .academy-list > .item {
  margin-top: 15px;
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 24px;
  padding-left: 35px;
}
article.editorial .academy-list > .item:before {
  display: block;
  content: " ";
  position: absolute;
  width: 24px;
  height: 23px;
  left: 0px;
  top: 0px;
  background: url('../../images/about/sprite-icons.png') -22px -176px no-repeat;
  z-index: 1;
}
article.editorial .academy-list > .item:first-child {
  margin-top: 0;
}
article.editorial .clearfix {
  position: relative;
}
article.editorial .copy {
  padding: 0 0 0 494px;
}
article.editorial .copy.full-width {
  padding: 0;
  width: 100%;
}
article.editorial .copy.full-width h1, article.editorial .copy.full-width .h1 {
  margin: 0 0 5px;
}
article.editorial .copy.no-title {
  padding-top: 50px !important;
}
article.editorial .copy h1 {
  margin-bottom: 30px;
}
article.editorial .copy p {
  margin-bottom: 30px;
}
article.editorial .copy h2 {
  margin: 0 0 5px;
}
article.editorial .copy .children a {
  color: #4d4d4d;
}
article.editorial .copy .children a:hover {
  color: #3fb0e8;
}
article.editorial .copy ul.thumbs-list > .item {
  float: left;
  margin-left: 10px;
}
article.editorial .copy ul.thumbs-list > .item:first-child {
  margin-left: 0;
}
article.editorial .copy ul.thumbs-list > .item.shadow {
  position: relative;
}
article.editorial .copy ul.thumbs-list > .item.shadow:after {
  display: block;
  content: " ";
  position: absolute;
}
article.editorial .copy ul.thumbs-list > .item.shadow:after {
  bottom: 0;
  width: 90%;
  height: 4px;
  margin-left: 7px;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
article.editorial .copy ul.thumbs-list > .item.shadow .visual {
  border-bottom: 2px solid #fff;
  z-index: 1;
}
article.editorial .copy ul.thumbs-list .visual {
  display: block;
  position: relative;
}
article.editorial .copy ul.thumbs-list .visual i.ico.play {
  top: 50%;
  margin-top: -26px;
}
.global_section article.editorial .copy {
  padding-left: 530px;
}
article.editorial .visual.pull-right + .copy {
  padding: 0 494px 0 0;
}
article.editorial .visual.pull-right + .copy.v2 {
  padding: 0 0 0 0;
}
article.editorial .visual.numbers {
  margin: 65px 0 0;
  width: 315px;
}
article.editorial .visual.numbers img.icon {
  display: block;
  margin: 0 auto 8px;
}
article.editorial .visual.numbers img.icon + p.number {
  border-top: none;
}
article.editorial .visual.numbers + div.copy {
  margin: 0 0 72px;
}
article.editorial .visual.video {
  margin: 80px 0;
}
article.editorial .visual.video > a {
  display: block;
  position: relative;
}
article.editorial .visual.video > a .ico.play.large {
  top: 50%;
  margin-top: -56px;
}
article.editorial .visual.video + div.copy {
  margin: 0 0 72px;
}
article.editorial img.visual {
  margin: 50px 0 0;
  display: block;
}
article.editorial p.number {
  border-top: 1px solid #e5e5e5;
  margin: 0 0 12px;
  padding: 8px 0 0;
}
article.editorial p.number > em {
  color: #3fb0e8;
  display: block;
  float: left;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 20px 0 0;
}
article.editorial p.number > span {
  display: block;
  float: left;
}
article.editorial p.number strong {
  color: #4d4d4d;
  display: block;
  margin: 3px 0 -2px;
}
article.editorial div.cta {
  border-top: 1px solid #e5e5e5;
  padding: 40px 0 60px;
  text-align: center;
}
article.editorial div.cta.v2 {
  border-top: 0 none;
  padding: 0;
}
article.editorial .cols-2.clearfix {
  background: url(../../images/shop/border-vertical-up.png) bottom center no-repeat;
}
article.editorial .cols-2.clearfix.v2 {
  background-position: center 5%;
}
article.editorial .cols-2 .col {
  text-align: center;
  padding: 38px 40px 0;
}
article.editorial .cols-2 .copy {
  padding: 0 0 35px;
}
article.editorial .cols-2 .copy p {
  margin: 0;
}
article.editorial .cols-2 .visual {
  margin: 0 0 28px;
}
article.editorial .cols-2 .visual.v2 {
  margin-bottom: 0;
}
article.editorial .cols-2 h1 {
  margin: 0 0 24px;
  padding: 0;
  text-align: center;
}
article.editorial .shadow {
  position: relative;
}
article.editorial .shadow:before {
  display: block;
  content: " ";
  position: absolute;
}
article.editorial .shadow:before {
  height: 52px;
  width: 482px;
  top: 184px;
  z-index: -1;
}
article.editorial .shadow.sl:before {
  background: url(../../images/shop/shadow-editorial-left.png) 0 0 no-repeat;
  right: -20px;
}
article.editorial .shadow.sr:before {
  background: url(../../images/shop/shadow-editorial-right.png) 0 0 no-repeat;
  left: -20px;
}
article.editorial.clear {
  overflow: hidden;
  width: 100%;
}
article.editorial.alt h2 {
  color: #fff;
  line-height: 30px;
}
article.editorial.alt p {
  color: #c5eef1;
  font-size: 14px;
  line-height: 20px;
}
article.editorial.alt div.cta {
  border-color: #399ed0;
}
article.editorial.trk-apps .app {
  font: 700 15px/1.36 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  color: inherit;
}
article.editorial.trk-apps .app a {
  display: inline-block;
  margin-top: 5px;
}
article.editorial.trk-apps .app:first-child {
  margin-right: 33px;
}
.lt-ie9 article.editorial.trk-apps .app:first-child {
  margin-bottom: 20px;
}
article.editorial.trk-app-views h2 {
  margin-top: 50px;
}

article.academy {
  position: relative;
  border-bottom: none;
}
article.academy h1 {
  font-size: 60px;
  text-align: left;
  margin-bottom: 20px;
}
article.academy .copy {
  padding-left: 645px;
  text-align: left;
}
article.academy.mb50 {
  margin-bottom: 50px;
}
article.academy .info {
  padding: 30px 0;
}
article.academy.content_listing {
  border-bottom: none;
}
article.academy.content_listing h1 {
  font-size: 60px;
}

article.akilli-bulut {
  padding-bottom: 130px;
}
article.akilli-bulut.v2 {
  padding-bottom: 50px;
}
article.akilli-bulut .copy {
  padding-left: 560px;
  padding-right: 80px;
}
article.akilli-bulut .copy h1 {
  text-align: left;
  text-transform: none;
}

.device_hub article.editorial {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.kurumsal-etkinlikler .device_hub article.editorial {
  border-top: 1px solid #e5e5e5;
}

.modal.session_timeout h3 {
  margin-top: 27px;
  text-align: center;
  font-weight: bold;
  font: 700 30px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
.modal.session_timeout h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #999;
  text-align: center;
  font: 700 20px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
.modal.session_timeout .time {
  color: #3fb0e8;
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.modal.session_timeout p {
  color: #9d9d9d;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.modal.session_timeout .btn {
  width: 45%;
}
.modal article.editorial {
  padding: 40px;
}
.modal article.editorial h1 {
  padding: 0px;
  margin-bottom: 10px;
}
.modal article.editorial p.description {
  font-size: 14px;
  line-height: 20px;
}

article.editorial + div.package_item {
  margin-top: 30px;
}

.device_category h1 + article.editorial {
  margin: 53px 0 42px;
}

.device_detail .content-body {
  padding: 0;
}
.device_detail section.basic {
  padding: 56px 0 30px;
}

.flag {
  background: url('../../images/shop/sprite-flags.png') 0 0 no-repeat;
  display: block;
  width: 94px;
  height: 93px;
  position: absolute;
  top: 0;
  left: -10px;
  text-indent: -9999px;
}

.flag.pos-2 {
  left: -20px;
}
table .flag {
  left: -65px;
  top: -40px;
}
.flag.double {
  width: 94px;
  height: 129px;
}
.flag.large {
  width: 103px;
  height: 102px;
}
.flag.large.double {
  width: 104px;
  height: 142px;
}
.flag.markafoni {
  background-position: 0 -2610px;
}
.flag.size-ozel {
  background-position: 0 -1590px;
}
.flag.campaign {
  background-position: 0 -1200px;
}
.flag.campaign.large {
  background-position: 0 -2304px;
}
.flag.available-tariff {
  background-position: 0 -177px;
}
.flag.available-tariff-type2 {
  background-position: 0 -270px;
}
.flag.popular {
  background-position: 0 -735px;
}
.flag.popular.large {
  background-position: 0 -2100px;
}
.flag.advance-point {
  background-position: 0 -642px;
}
.flag.new {
  background-position: 0 -1293px;
}
.flag.new.large {
  background-position: 0 -2202px;
}
.flag.recommended {
  background-position: 0 -1107px;
}
.flag.recommended.large {
  background-position: 0 -1488px;
}
.flag.chance {
  background-position: 0 -921px;
}
.flag.gift-month {
  background-position: 0 -549px;
}
.flag.today-special {
  background-position: 0 -828px;
}
.flag.chance-month {
  background-position: 0 -1014px;
}
.flag.advance-point-2 {
  background-position: 0 -84px;
}
.flag.most-preferred {
  background-position: 0 -363px;
}
.flag.interest-2 {
  background-position: 0 -456px;
}
.flag.trk-special.large {
  background-position: 0 -1794px;
}
.flag.live.large {
  background-position: 0 -2508px;
}
.flag.free.large {
  background-position: 0 -1896px;
}
.flag.gnctrkcll.large {
  background-position: 0 -2814px;
}
.flag.profs.large {
  background-position: 0 -1998px;
}
.flag.program.large {
  background-position: 0 -1386px;
}
.flag.soon.large {
  background-position: 0 -1692px;
}
.flag.interest.large {
  background-position: 0 -2406px;
}
.flag.best-offer.large {
  background-position: 0 -2712px;
}
.flag.campaign-popular {
  background-position: 0 -3651px;
}
.flag.campaign-popular.large {
  background-position: 0 -5974px;
}
.flag.campaign-new {
  background-position: 0 -4296px;
}
.flag.campaign-new.large {
  background-position: 0 -5264px;
}
.flag.campaign-recommended {
  background-position: 0 -4425px;
}
.flag.campaign-recommended.large {
  background-position: 0 -4554px;
}
.flag.campaign_percent_25 {
  background-position: 0 -3264px !important;
  height: 129px !important;
}
.flag.new-education {
  background-position: 0 -3522px;
}
.flag.popular-program {
  background-position: 0 -3909px;
}
.flag.popular-new {
  background-position: 0 -3393px;
}
.flag.gnctrkcll-profs.large {
  background-position: 0 -5406px;
}
.flag.new-gnctrkcll.large {
  background-position: 0 -5122px;
}
.flag.new-profs.large {
  background-position: 0 -6116px;
}
.flag.new-program.large {
  background-position: 0 -6258px;
}
.flag.new-trk_special.large {
  background-position: 0 -5690px;
}
.flag.program-gnctrkcll.large {
  background-position: 0 -4980px;
}
.flag.program-profs.large {
  background-position: 0 -4696px;
}
.flag.program-trk_special.large {
  background-position: 0 -4838px;
}
.flag.soon-gnctrkcll.large {
  background-position: 0 -5548px;
}
.flag.soon-profs.large {
  background-position: 0 -6400px;
}
.flag.soon-trk_special.large {
  background-position: 0 -5832px;
}
.flag.free-education.large {
  background-position: 0 -6542px;
}
table .flag.campaign-popular {
  background-position: 0 -4038px !important;
  height: 129px !important;
}
.flag.special {
  background-position: 4px -7009px;
  width: 165px;
  height: 174px;
}

table .flag.campaign-new {
  background-position: 0 -3780px !important;
  height: 129px !important;
}
table .flag.campaign-recommended {
  background-position: 0 -4167px !important;
  height: 129px !important;
}
.flag.shadow:before {
  background: url('../../images/shop/sprite-flags.png') 0 -6684px;
  content: " ";
  display: block;
  position: absolute;
  top: -14px;
  left: -12px;
  width: 23px;
  height: 214px;
  z-index: -1;
}
.flag.stamp {
  width: 110px;
  height: 100px;
  top: -65px;
  left: -20px;
  z-index: 0;
}
.flag.stamp.new {
  background-position: 0 -3026px;
}
.flag.stamp.populer {
  background-position: 0 -2916px;
}
.flag.stamp.active-club {
  height: 84px;
  width: 94px;
  left: 54%;
  top: -5px;
  background-position: 0 0;
}

ol.upgrade {
  position: relative;
  margin: 0 0 40px;
}
ol.upgrade:before {
  display: block;
  content: " ";
  position: absolute;
}
ol.upgrade.last {
  margin-bottom: 0;
}
ol.upgrade:before {
  height: 82px;
  width: 82px;
  background: url('../../images/shop/sprite-shop.png') -43px -482px;
  top: auto;
  bottom: 142px;
  left: 50%;
  margin: 0 0 0 -41px;
  z-index: 11;
}
ol.upgrade > li {
  padding: 0 0 32px;
}

.rating {
  display: inline-block;
}
.rating .star {
  position: relative;
  background: transparent;
  text-indent: -9999px;
  float: left;
  margin: 0;
}
.rating .star:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  overflow: hidden;
}

.rating {
  width: 105px;
  height: 18px;
}
.rating .star {
  padding: 0 0px;
  width: 21px;
  height: 21px;
}
.rating .star:after {
  background: url('../../images/shop/sprite-shop.png') -50px -165px;
  height: 18px;
  width: 21px;
}
.rating .star.half:after {
  background: url('../../images/shop/sprite-shop.png') -29px -165px;
}
.rating .star.blank:after {
  background: url('../../images/shop/sprite-shop.png') -71px -165px;
}

.rating.dark {
  width: 105px;
  height: 18px;
}
.rating.dark .star {
  padding: 0 0px;
  width: 21px;
  height: 21px;
}
.rating.dark .star:after {
  background: url('../../images/shop/sprite-shop.png') -128px -221px;
  height: 18px;
  width: 21px;
}
.rating.dark .star.half:after {
  background: url('../../images/shop/sprite-shop.png') -92px -165px;
}
.rating.dark .star.blank:after {
  background: url('../../images/shop/sprite-shop.png') -71px -165px;
}

.rating.big {
  width: 175px;
  height: 31px;
}
.rating.big .star {
  padding: 0 2px;
  width: 31px;
  height: 31px;
}
.rating.big .star:after {
  background: url('../../images/shop/sprite-shop.png') -62px -190px;
  height: 31px;
  width: 31px;
}
.rating.big .star.half:after {
  background: url('../../images/shop/sprite-shop.png') 0 -221px;
}
.rating.big .star.blank:after {
  background: url('../../images/shop/sprite-shop.png') -93px -190px;
}

.rating.small {
  width: 90px;
  height: 14px;
}
.rating.small .star {
  padding: 0 2px;
  width: 14px;
  height: 14px;
}
.rating.small .star:after {
  background: url('../../images/shop/sprite-shop.png') -2px 0;
  height: 14px;
  width: 14px;
}
.rating.small .star.half:after {
  background: url('../../images/shop/sprite-shop.png') -113px -123px;
}
.rating.small .star.blank:after {
  background: url('../../images/shop/sprite-shop.png') -16px 0;
}

.help_section .featured-visual {
  float: left;
  margin: 0 0 0 -70px;
  width: 260px;
  margin-right: 60px;
}
.help_section .featured-visual + .featured-content {
  float: left;
  padding-bottom: 0px;
}
.help_section .featured-contnet.cols-1 {
  width: 345px;
}
.help_section .featured-contnet.cols-2 {
  width: 690px;
}
.help_section .featured-contnet.cols-3 {
  width: 100%;
}

.global_section.separate.bot-s, .global_section.separate.bot-m, .global_section.separate.bot-l {
  padding-bottom: 30px;
}

.social_activity {
  margin-top: 40px;
}
.social_activity > li {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.social_activity > li:first-child {
  border-top: 1px solid #e5e5e5;
}
.social_activity > li .visual {
  float: left;
  margin-right: 25px;
}
.social_activity > li h2 {
  margin: 10px 0 0;
}
.social_activity > li h2 a {
  color: #3fb0e8;
}
.social_activity > li .activity {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0;
}
.social_activity > li .remark {
  display: block;
  color: #9d9d9d;
  font-weight: 700;
  font-size: 12px;
}
.social_activity .subscribers_status {
  height: 60px;
  position: absolute;
  top: 30px !important;
  right: 0px;
}
.social_activity .subscribers_status p {
  font-size: 24px;
  margin: 5px 0 0;
}
.social_activity .subscribers_status .remark {
  font-size: 12px;
}

.subscribers_status {
  text-align: right;
}
.subscribers_status.social_group_play {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-right: 58px;
  padding-right: 90px;
}
.subscribers_status.social_group_play:after {
  display: block;
  content: " ";
  position: absolute;
  width: 58px;
  height: 58px;
  right: 0px;
  margin-top: -29px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') 0 -2660px no-repeat;
  z-index: 1;
}
.subscribers_status.social_group_tw {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-right: 58px;
  padding-right: 90px;
}
.subscribers_status.social_group_tw:after {
  display: block;
  content: " ";
  position: absolute;
  width: 58px;
  height: 58px;
  right: 0px;
  margin-top: -29px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') 0 -2602px no-repeat;
  z-index: 1;
}
.subscribers_status.social_group_fb {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-right: 58px;
  padding-right: 90px;
}
.subscribers_status.social_group_fb:after {
  display: block;
  content: " ";
  position: absolute;
  width: 58px;
  height: 58px;
  right: 0px;
  margin-top: -29px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') 0 -2544px no-repeat;
  z-index: 1;
}
.subscribers_status p {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
}
.subscribers_status .remark {
  font-size: 14px;
  color: #8a8a8a;
}

.social_section .wrap {
  position: relative;
}
.social_section .subscribers_status {
  position: absolute;
  right: 0px;
  top: 60px;
}

.feedback {
  padding-top: 33px;
  position: relative;
}
.feedback h2 {
  margin-top: 0px;
  margin-bottom: 7px;
}
.feedback p {
  margin: 0;
}
.faq-item .feedback {
  margin-top: 0;
  padding-bottom: 45px;
}
.feedback .vote {
  position: absolute;
  top: 55px;
  right: 0;
}
.feedback .button-cta {
  margin-left: 10px;
  min-width: 58px;
}
.feedback .highlighted {
  color: #fd9526;
}
.feedback .functions {
  margin: 20px 0;
  z-index: 1;
}
.feedback.v2 {
  margin: 30px 0 0;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.feedback.v2 .highlighted {
  color: #3FB0E8;
}

.functions a {
  position: relative;
  height: 39px;
  width: 39px;
  display: block;
  float: left;
  margin-right: 10px;
  text-indent: -9000px;
}
.functions a:before {
  display: block;
  content: " ";
  position: absolute;
}
.functions a:before {
  background: url('../../images/common/sprite-common.png');
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.functions a.fb:before {
  background-position: -39px -1828px;
}
.functions a.tw:before {
  background-position: 0 -1672px;
}
.functions a.gp:before {
  background-position: -39px -1711px;
}
.functions a.in:before {
  background-position: -39px -1750px;
}
.functions a.mail:before {
  background-position: 0 -1867px;
}
.functions a.print:before {
  background-position: -38px -1594px;
}
.functions a:hover.fb:before {
  background-position: -39px -1867px;
}
.functions a:hover.tw:before {
  background-position: -38px -1633px;
}
.functions a:hover.gp:before {
  background-position: 0 -1828px;
}
.functions a:hover.in:before {
  background-position: 0 -1750px;
}
.functions a:hover.mail:before {
  background-position: 0 -1789px;
}
.functions a:hover.print:before {
  background-position: 0 -1946px;
}
.functions.small a {
  height: 27px;
  width: 27px;
}
.functions.small a.fb:before {
  background-position: -54px -1396px;
}
.functions.small a.tw:before {
  background-position: -54px -1369px;
}
.functions.small a.gp:before {
  background-position: -25px -1342px;
}
.functions.small a.mail:before {
  background-position: -52px -1315px;
}
.functions.small a.print:before {
  background-position: -27px -1369px;
}
.functions.small a:hover.fb:before {
  background-position: -52px -1342px;
}
.functions.small a:hover.tw:before {
  background-position: 0 -1456px;
}
.functions.small a:hover.gp:before {
  background-position: 0 -1396px;
}
.functions.small a:hover.mail:before {
  background-position: -27px -1396px;
}
.functions.small a:hover.print:before {
  background-position: 0 -1369px;
}

.content.video_section {
  padding-top: 0px;
}
.content.video_section.v2 {
  padding: 56px 0 60px;
}
.content.video_section .video_listing + .view_all {
  padding: 40px 0 60px;
}
.content.video_section .video_listing + .view_all.last {
  padding-bottom: 110px;
}

.video_listing {
  margin-top: 60px;
}
.video_listing article.video {
  float: left;
  width: 50%;
  padding: 40px 10px;
}
.video_listing .video-wrap {
  float: left;
  position: relative;
}
.video_listing article.video:first-child {
  padding-top: 0px;
}
.video_listing article.video:first-child + article.video {
  padding-top: 0px;
}
.video_listing article.mod2 {
  border-left: 1px solid #e5e5e5;
}

article.content_listing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
article.content_listing .highlighted {
  color: #3fb0e8;
}
article.content_listing .visual {
  float: left;
  margin-right: 20px;
  position: relative;
}
article.content_listing h1 {
  font-size: 24px;
  margin: 0px;
  text-transform: none;
  text-align: left;
}
article.content_listing h1.trunc {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
article.content_listing .info {
  font-size: 12px;
  font-weight: 700;
  color: #8a8a8a;
}
article.content_listing .info .date,
article.content_listing .info .sep {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #e5e5e5;
}
article.content_listing .info .clock {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 12px;
  padding-left: 27px;
}
article.content_listing .info .clock:before {
  display: block;
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0px;
  margin-top: -6px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') 0 -606px no-repeat;
  z-index: 1;
}
article.content_listing .info .eye {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 16px;
  padding-left: 33px;
}
article.content_listing .info .eye:before {
  display: block;
  content: " ";
  position: absolute;
  width: 16px;
  height: 11px;
  left: 0px;
  margin-top: -5.5px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -66px -540px no-repeat;
  z-index: 1;
}
article.content_listing .info .deaf {
  color: #fd9526;
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 12px;
  padding-left: 27px;
}
article.content_listing .info .deaf:before {
  display: block;
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0px;
  margin-top: -6px;
  top: 50%;
  background: url('../../images/academy/sprite-academy.png') -6px -38px no-repeat;
  z-index: 1;
}
article.content_listing .info .deaf:hover {
  color: #3fb0e8;
}
article.content_listing .info .clock:before,
article.content_listing .info .eye:before,
article.content_listing .info .deaf:before {
  left: 10px;
}
article.content_listing .media-overlay .info {
  font-weight: 400;
}
article.content_listing .description {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  color: #8a8a8a;
  max-width: 500px;
  padding-left: 240px;
}
article.content_listing.row h1 {
  margin-top: 35px;
}
article.content_listing.row .visual {
  float: none;
  display: block;
  margin-right: 0;
}
article.content_listing.row .description {
  padding-left: 0;
}
article.content_listing.news {
  padding: 40px 0;
}
article.content_listing.news .description {
  max-width: 660px;
  padding-left: 320px;
}
article.content_listing .time {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 12px;
  padding-left: 17px;
}
article.content_listing .time:before {
  display: block;
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0px;
  margin-top: -6px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') 0 -606px no-repeat;
  z-index: 1;
}
article.content_listing .price_list {
  position: absolute;
  top: 63px;
  left: 820px;
}
article.content_listing .price_group {
  margin-bottom: 30px;
}
article.content_listing .price_group span.remark {
  display: block;
  font-size: 10px;
  color: #8a8a8a;
}
article.content_listing .price_group.highlighted * {
  color: #f01f81 !important;
}
article.content_listing.wide {
  padding-top: 0px;
  border-bottom: 0px;
}
article.content_listing.wide h1 {
  font-size: 34px;
  line-height: 36px;
  margin-top: 40px;
}
article.content_listing.wide p.description {
  width: 480px;
  padding-left: 0px;
}
article.content_listing.wide .thumbs {
  margin-top: 45px;
}
article.content_listing.wide .feedback {
  margin-top: 0px;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
article.content_listing.wide .feedback.v2 {
  border-top: 0 none;
}
article.content_listing.wide .feedback h2 {
  margin-top: 0px;
}
article.content_listing.wide .feedback .vote {
  top: 30px;
}
article.content_listing.wide .feedback .functions {
  position: absolute;
  top: -70px;
  right: 0px;
  margin: 0px;
  width: 245px;
}
article.content_listing.wide .feedback .functions a {
  float: right;
}
article.content_listing.wide .social {
  margin: 25px 0 0;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
article.content_listing.wide .social img {
  float: left;
}
article.content_listing.wide .social .info {
  font: 700 18px/22px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  color: #4d4d4d;
  display: block;
  padding: 9px 0 0 80px;
}
article.content_listing.wide .social .highlight {
  color: #3fb0e8;
}
article.content_listing.wide .arranger {
  padding: 30px 0;
  margin-top: 25px;
  border-top: 1px solid #e5e5e5;
  color: #8a8a8a;
  font-weight: 700;
}
article.content_listing.wide .arranger .title {
  font: 700 18px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
article.content_listing.wide .arranger .arranger-table {
  display: table;
}
article.content_listing.wide .arranger .arranger-table .item {
  display: table-cell;
}
article.content_listing.wide .arranger .arranger-table .item.logo {
  padding-left: 40px;
}
article.content_listing.wide .arranger .arranger-table .item.name {
  padding-left: 25px;
}
article.content_listing.wide .arranger + .social {
  margin-top: 0;
}
article.content_listing.wide.no_video h1 {
  margin-top: 0;
  padding-top: 40px;
}
article.content_listing.full .description {
  max-width: 100%;
  padding-left: 0;
}
article.content_listing.full .hero-social {
  top: 43px;
}

.products_listing + .view_all,
.news_listing + .view_all,
.feed-list + .view_all {
  padding: 40px 0 60px;
}
.products_listing + .view_all.last,
.news_listing + .view_all.last,
.feed-list + .view_all.last {
  padding-bottom: 110px;
}

article.video #video,
article.video .quiz {
  position: relative;
  width: 1024px;
  height: 576px;
}
article.video #video:after,
article.video .quiz:after {
  display: block;
  content: '';
  width: 2560px;
  height: 576px;
  background: url("../../images/global/bg_video.jpg") no-repeat center center;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1280px;
  z-index: 0;
}
article.video #video.v2:after,
article.video .quiz.v2:after {
  height: 612px;
}
article.video #video img {
  position: relative;
  z-index: 1;
}
article.video #video i {
  z-index: 2;
  top: 210px;
}
article.video .quiz {
  color: #fff;
}
article.video .quiz .container {
  position: relative;
  z-index: 1;
}
article.video .quiz .test-name {
  position: absolute;
  top: 70px;
  right: 0;
  margin: 0;
  padding-right: 10px;
  font: 700 30px/1.231 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  font-style: italic;
}
article.video .quiz .test-status {
  margin: 0 0 50px;
  padding-top: 60px;
  font: 700 60px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
article.video .quiz .question {
  margin-bottom: 50px;
  font: 400 30px/1.231 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
article.video .quiz .option-list > li {
  margin-top: 20px;
}
article.video .quiz .option-list > li:first-child {
  margin-top: 0;
}
article.video .quiz .option-list input.radio + label small {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
article.video .quiz .end-splash {
  padding-top: 120px;
  text-align: center;
  font: 400 24px/1.231 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
article.video .quiz .end-splash .end-text {
  margin-top: 40px;
}
article.video .quiz .actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 2;
}

.global_mixed .medal {
  margin-top: -56px;
  margin-left: 50px;
}
.global_mixed .cols-5 > li {
  width: 137px;
}
.global_mixed .features a {
  display: block;
  text-align: center;
}
.global_mixed .features strong {
  display: block;
  margin-top: 20px;
  font: 700 21px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}

.accordion-item {
  border-top: 1px solid #e7e7e7;
}
.support .accordion-item div.collapse.in {
  background: url(../../images/common/dividers/divider-s-up.png) bottom center no-repeat;
  background-size: 100% auto;
}
.accordion-item > h2 {
  margin: 0 !important;
}
.accordion-item > h2 a {
  color: #4d4d4d;
  display: block;
  position: relative;
  padding: 25px 0;
  outline: none;
}
.accordion-item > h2 a:hover {
  color: #3fb0e8;
}
.support .accordion-item > h2 a:hover {
  color: #fd9526;
}
.accordion-item > h2 a:after {
  display: block;
  content: '-';
  position: absolute;
  right: 0px;
  top: 25px;
}
.accordion-item > h2 a.collapsed:after {
  content: '+';
  transform: scale(2);
}
.accordion-item p {
  margin-top: 0px;
}
.accordion-item .collapse > p:last-child,
.accordion-item .collapse .media:last-child {
  margin: 0 0 48px;
}

.tabs-item .trk_tabs_radio > li {
  width: 33%;
}
.tabs-item .trk_tabs_radio > li a {
  position: relative;
  display: block;
  padding: 40px 0px 46px 20px;
  text-align: left;
}
.tabs-item .trk_tabs_radio > li a:before {
  display: block;
  content: " ";
  position: absolute;
}
.tabs-item .trk_tabs_radio > li a:before {
  top: 181px;
  left: 20px;
}
.tabs-item .trk_tabs_radio > li a span {
  font: 400 14px/20px "Helvetica", Arial, sans-serif;
  display: block;
  width: 160px;
  margin-top: 12px;
}
.tabs-item .trk_tabs_radio > li a i.radio {
  top: 1px;
  left: -30px;
}
.tabs-item .trk_tabs_radio > li.active a .thumb.profile_none {
  background-position: -330px -894px;
}
.tabs-item .trk_tabs_radio > li.active a .thumb.profile_child {
  background-position: 0 -1594px;
}
.tabs-item .trk_tabs_radio > li.active a .thumb.profile_family {
  background-position: -380px -1734px;
}
.tabs-item .trk_tabs_radio > li.active a .thumb.redirect_secretary {
  background-position: 0 -1454px;
}
.tabs-item .trk_tabs_radio > li.active a .thumb.redirect_who {
  background-position: -190px -1314px;
}
.tabs-item .trk_tabs_radio > li.active a .thumb.redirect_diff_no {
  background-position: -380px -1174px;
}
.tabs-item .trk_tabs_radio > li.active a .thumb.tl {
  background-position: -190px -1594px;
}
.tabs-item .trk_tabs_radio > li.active a .thumb.credit_card {
  background-position: -190px -2154px;
}
.tabs-item .trk_tabs_radio > li.active a .thumb.employee_profile {
  background-position: -380px -2014px;
}
.tabs-item .trk_tabs_radio > li.active a .thumb.corporate_profile {
  background-position: -380px -1594px;
}
.tabs-item .trk_tabs_radio > li:first-child {
  margin: 0;
}
.lt-ie9 .tabs-item .trk_tabs_radio > li:first-child {
  margin-left: 0;
}
.tabs-item .trk_tabs_radio.v3 > li {
  width: 50%;
}
.tabs-item .trk_tabs_radio.v3 > li i.thumb {
  margin-left: 40px;
}
.tabs-item .trk_tabs_radio.v3 > li a span {
  width: 90%;
}
.tabs-item .trk_tabs_radio.v3 > li strong {
  display: block;
  font-size: 20px;
}

table.items {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
table.items col.date {
  width: 16%;
}
table.items col.name {
  width: 27%;
}
table.items col.description {
  width: 27%;
}
table.items col.unit {
  width: 17%;
}
table.items col.value {
  width: 13%;
}
table.items td {
  font-size: 16px;
  padding: 19px 0 18px;
  vertical-align: top;
}
table.items td span.date {
  display: block;
  margin: 0;
}
table.items td small.time {
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 700;
}
table.items td small.type {
  font-size: 10px;
  margin: 0 0 0 -2px;
}
table.items td span.price {
  font-size: 18px;
}
table.items td .approved {
  color: #76b72d;
}
table.items td .awaiting {
  color: #9d9d9d;
}
table.items td .denied {
  color: #ae0057;
}
table.items td i.ico {
  width: 20px;
  height: 20px;
  margin: -7px 2px 0 0;
  top: 2px;
}
table.items td i.ico:before {
  width: 20px;
  height: 20px;
}

.search_section .wrap > h1 {
  font-size: 60px;
  text-align: center;
  padding: 60px 0 20px;
  font-weight: 100;
}
.search_section .search {
  width: 490px;
  margin-bottom: 15px;
}
.search_section .search .typeahead {
  width: 490px;
}
.search_section .search .search_clear_button {
  top: 25px;
  right: 50px;
}
.search_section .search .search_input {
  width: 100%;
  padding: 22px 70px 21px 20px;
}
.search_section .search button.btn {
  top: 10px;
}
.search_section .hint {
  text-align: center;
  font-weight: 700;
}
.search_section .hint span {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #4d4d4d;
}
.search_section .hint strong {
  color: #3fb0e8;
}
.search_section div.filter_bar {
  padding: 40px 0;
}

.typeahead.extended li.active {
  background: #3fb0e8;
}
.typeahead.extended li.active p, .typeahead.extended li.active h2 {
  color: #FFF !important;
}
.typeahead.extended li.active strong {
  color: #ffe000 !important;
}
.typeahead.extended .search_result {
  cursor: pointer;
  padding: 10px;
  overflow: hidden;
}
.typeahead.extended .search_result .visual {
  float: left;
  margin-right: 10px;
}
.typeahead.extended .search_result .info {
  font-size: 12px;
  color: #9d9d9d;
  margin: 0px;
}
.typeahead.extended .search_result h2 {
  font-size: 16px;
  margin: 0px;
  color: #9d9d9d;
  text-transform: none;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.typeahead.extended .search_result h2 strong {
  color: #4d4d4d;
}
.typeahead.extended .search_result .price {
  color: #9d9d9d;
  font-size: 10px;
  margin: 0px;
}
.typeahead.extended .search_result .price span {
  font-size: 14px;
}
.typeahead.extended.type-2.dropdown-menu > li > a {
  padding: 3px 10px 3px 0;
}

.thumbs {
  border: 1px solid #e5e5e5;
  position: relative;
  margin: 25px 0 0;
  overflow: hidden;
  width: 502px;
}
.thumbs.item-3 {
  width: 326px;
  z-index: 0;
}
.thumbs .carousel {
  margin: 0 30px;
}
.thumbs .item {
  width: 444px;
}
.thumbs .item > a {
  position: relative;
  display: block;
  float: left;
  margin: 1px 0 1px 1px;
}
.thumbs .item > a:before {
  display: block;
  content: " ";
  position: absolute;
}
.thumbs .item > a img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: relative;
  z-index: -1;
}
.thumbs .item > a:before {
  opacity: 0.07;
  filter: alpha(opacity=7);
  background: #000;
  height: 66px;
  width: 88px;
}
.lt-ie9 .thumbs .item > a:before {
  background: none;
}
.thumbs .item > a:first-child {
  margin: 1px 0;
}
.thumbs .item > a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbs .item > a.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbs .item > a.active:before {
  display: none;
}
.thumbs .controls {
  position: relative;
  background: #fff;
  display: block;
  height: 68px;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 28px;
}
.thumbs .controls:before {
  display: block;
  content: " ";
  position: absolute;
}
.thumbs .controls:before {
  height: 12px;
  width: 8px;
  background: url('../../images/shop/sprite-shop.png') 0 0 no-repeat;
  top: 29px;
}
.thumbs .controls:hover:before {
  content: ".";
}
.thumbs .controls.prev {
  border-right: 1px solid #e5e5e5;
  left: -30px;
}
.thumbs .controls.prev:before {
  background-position: -97px -123px;
  left: 10px;
}
.thumbs .controls.prev:hover:before {
  background-position: -89px -123px;
}
.thumbs .controls.next {
  border-left: 1px solid #e5e5e5;
  right: -30px;
}
.thumbs .controls.next:before {
  background-position: -105px -123px;
  right: 10px;
}
.thumbs .controls.next:hover:before {
  background-position: -81px -123px;
}
.thumbs .controls.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.thumbs .controls.disabled.prev:hover:before {
  background-position: -97px -123px;
}
.thumbs .controls.disabled.next:hover:before {
  background-position: -105px -123px;
}

.video-thumbs li {
  float: left;
  margin: 0 0 0 11px;
}
.video-thumbs li a {
  background: #f2f2f2;
  color: #4d4d4d;
  display: block;
  position: relative;
  text-align: center;
  width: 149px;
}
.video-thumbs li a strong {
  font: 400 14px/18px "Helvetica", Arial, sans-serif;
  display: block;
  padding: 15px 5px 18px;
}
.video-thumbs li a:hover {
  background: #fff;
  color: #fd9526;
}
.video-thumbs li a.alternate:hover {
  color: #3fb0e8;
}
.video-thumbs li:first-child {
  margin: 0;
}
.video-thumbs.large {
  margin: 0 0 40px;
}
.video-thumbs.large li {
  float: none;
  margin: 0;
  min-height: 260px;
  text-align: center;
}
.video-thumbs.large li a {
  background: #fff;
  display: block;
  float: left;
  margin: 0 0 0 20px;
  width: 231px;
}
.video-thumbs.large li a:first-child {
  margin: 0;
}
.video-thumbs.medium {
  margin: 0 0 31px -28px;
}
.video-thumbs.medium.v2 {
  margin-bottom: 10px;
}
.video-thumbs.medium li {
  text-align: center;
  margin: 0 0 30px 27px;
}
.video-thumbs.medium li a {
  width: 188px;
}
.video-thumbs.medium li a i.ico.play {
  top: 30px;
}
.video-thumbs.medium li a img {
  width: 100%;
}
.video-thumbs.support-thumbs li {
  min-height: 220px;
}
.video-thumbs.support-thumbs li a strong {
  min-height: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6em;
  font-weight: bold;
}

section.video_gallery.saturate h1 {
  color: #FFF;
}
section.video_gallery.saturate .view_all {
  padding-bottom: 110px;
}
section.video_gallery.saturate .view_all.separate {
  padding-top: 40px;
}
section.video_gallery.saturate .view_all.separate:before {
  z-index: 1;
}
section.video_gallery.saturate .view_all .all {
  margin: 0px;
}
section.video_gallery.saturate .view_all a {
  color: #FFF;
}
section.video_gallery.saturate .view_all a:before {
  background-position: -38px -859px;
}
section.video_gallery.saturate .view_all a:hover {
  color: #FFF !important;
}
section.video_gallery.saturate a:hover {
  color: #3fb0e8 !important;
}

div.chart-cnt {
  position: relative;
  min-height: 280px;
}
.shade div.chart-cnt.separate:before {
  z-index: 1;
}

dl.donut-chart-data {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  overflow: hidden;
  padding-top: 30px;
  padding-left: 312px;
  position: relative;
  z-index: 1;
  background: #FFF;
  margin: 1px 0 0 0;
}
dl.donut-chart-data dt {
  display: inline-block;
  width: 215px;
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
}
dl.donut-chart-data dt .bull {
  display: block;
  font-style: normal;
  width: 17px;
  height: 17px;
  font-size: 57px;
  line-height: 23px;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 0;
  color: #FFF;
}
dl.donut-chart-data dt.color1 .bull {
  color: #143a64;
}
dl.donut-chart-data dt.color2 .bull {
  color: #37afed;
}
dl.donut-chart-data dt.color3 .bull {
  color: #78ccf8;
}
dl.donut-chart-data dt.color4 .bull {
  color: #ffe000;
}
dl.donut-chart-data dt.color5 .bull {
  color: #ffb500;
}
dl.donut-chart-data dt.color6 .bull {
  color: #b00057;
}
dl.donut-chart-data dt.color7 .bull {
  color: #71cfc6;
}
dl.donut-chart-data dt.color8 .bull {
  color: #8ce577;
}
dl.donut-chart-data dt.color9 .bull {
  color: #cbea24;
}
dl.donut-chart-data dt.discount {
  margin-top: 71px;
  border-top: 1px solid #e5e5e5;
  padding-top: 16px;
  font-weight: 700;
}
dl.donut-chart-data dd {
  display: inline-block;
  font-family: "Helvetica", Arial, sans-serif;
  width: 90px;
  text-align: right;
  padding-top: 5px;
  position: relative;
  font-weight: 700;
}
dl.donut-chart-data dd .currency {
  font-size: 10px;
  margin-left: -2px;
}
dl.donut-chart-data dd.discount {
  border-top: 1px solid #e5e5e5;
  margin-top: 71px;
  padding-top: 16px;
}
dl.donut-chart-data.wide dt {
  width: 416px;
}

.donut-chart {
  width: 220px;
  height: 220px;
  position: absolute;
  z-index: 2;
  top: 36px;
  left: 48px;
}
.donut-chart .chart-label {
  display: block;
  width: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -25px;
  font: 700 22px/24px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  text-align: center;
}
.donut-chart:after {
  display: block;
  content: '';
  width: 161px;
  height: 7px;
  background: url('../../images/my_account/sprite-others.png') -63px -292px no-repeat;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -80px;
}
.donut-chart svg {
  z-index: 3;
}

.bill-cnt .table td {
  border: 0px;
  padding: 0px;
}
.bill-cnt .table td .period-date {
  padding-top: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #9d9d9d;
}
.bill-cnt .table td .donut-chart-data {
  background: none;
  font: 700 22px/24px "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
.bill-cnt .table td .donut-chart-data dd, .bill-cnt .table td .donut-chart-data dt {
  margin-bottom: 3px;
}
.bill-cnt .table td .donut-chart-data .discount {
  margin: 0px;
  border: 0px;
  padding-top: 5px;
}

.hero-social {
  bottom: 11px;
  position: absolute;
  right: 0;
}
.hero-social.v2 {
  right: 53px;
}
.hero-social > li {
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
  width: 100px;
}
.hero-social > li.gp {
  width: 50px;
  margin: 0;
}
.hero-social > li.ln {
  width: 115px;
}

div.filter_bar {
  padding: 20px 0;
}
div.filter_bar div.search .btn.filter-search-btn {
  position: absolute;
  width: auto;
  left: 315px;
  right: auto;
  top: -1px;
}

.filter_button {
  font: 700 18px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  color: #4d4d4d;
  height: auto;
  padding: 13px 40px 11px 17px;
  margin: 0;
}
.filter_button.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  border-bottom: 1px solid #fff;
  border-right: none;
  border-top: 1px solid #d9d9d9;
  padding: 12px 40px 10px 17px;
  position: relative;
  z-index: 201;
}

.dropbox.shadow {
  -webkit-box-shadow: #c2c2c2 1px 0px 13px 2px;
  -moz-box-shadow: #c2c2c2 1px 0px 13px 2px;
  box-shadow: #c2c2c2 1px 0px 13px 2px;
}

#carousel-hero + #main_container.separate.top-m {
  margin-top: 60px;
}

.footer-margin {
  margin-bottom: 120px;
}
.footer-margin.v2 {
  margin-bottom: 175px;
}

.docked_recommendation_bar .carousel .carousel-control {
  width: 13px;
  height: 9px;
  position: absolute;
  left: 35px;
  margin: 0px;
  opacity: 0.01;
  filter: alpha(opacity=1);
  border: 0px;
  border-radius: 0px;
}
.docked_recommendation_bar .carousel .carousel-counter {
  position: absolute;
  top: 50%;
  left: 28px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  margin-top: -5px;
  color: #FFF;
}
.docked_recommendation_bar .carousel a.left {
  top: 5px;
  height: 10px;
  width: 15px;
  background: url('../../images/common/sprite-common.png') -37px -540px;
}
.docked_recommendation_bar .carousel a.right {
  top: auto;
  bottom: 5px;
  height: 10px;
  width: 15px;
  background: url('../../images/common/sprite-common.png') -37px -551px;
}

.ov-v {
  overflow: visible;
}

#scrollMore {
  position: fixed;
  z-index: 1002;
  margin-top: -54px;
  bottom: 5px;
  left: auto;
  right: 20px;
  width: 54px;
  height: 54px;
  text-indent: -9999px;
  background: url("../../images/common/scroll-more.png") bottom no-repeat transparent;
  -webkit-animation: bounce 2s 0s ease-in-out 4;
  -moz-animation: bounce 2s 0s ease-in-out 4;
  -o-animation: bounce 2s 0s ease-in-out 4;
  -ms-animation: bounce 2s 0s ease-in-out 4;
  animation: bounce 2s 0s ease-in-out 4;
    /*.support & {
  right: 235px;
  z-index: 99;
} Turkcell*/

  
}
.lt-ie9 #scrollMore {
  background-image: url("../../images/common/scroll-more-ie8.png");
}
#scrollMore ~ .popover {
  position: fixed;
}

.spin_1, .spin_2 {
  -webkit-animation-name: spin-1;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: spin-1;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin-1;
  -ms-animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  animation-name: spin-1;
  animation-duration: 500ms;
  animation-timing-function: linear;
}

@-ms-keyframes spin-1 {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin-1 {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-1 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin-1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.spin_2 {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.underline {
  text-decoration: underline;
}

.list-ordered {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.list-ordered li {
  list-style: decimal outside none;
}

.list-bullets.inside {
  margin-left: 20px;
}
.list-bullets > li {
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 0 20px;
}
.list-bullets > li:before {
  display: block;
  content: " ";
  position: absolute;
}
.list-bullets > li:first-child {
  margin: 0;
}
.list-bullets > li:before {
  background: url('../../images/common/sprite-common.png') -1px 0;
  height: 6px;
  left: 2px;
  top: 5px;
  width: 6px;
}
.list-bullets.smaller > li {
  margin-top: 15px;
}
.list-bullets.x-smaller > li {
  margin-top: 5px;
}

.notice_eye {
  position: relative;
  display: block;
  padding-left: 35px;
  padding-top: 3px;
  color: #9d9d9d;
  font-size: 12px;
}
.notice_eye:before {
  display: block;
  content: " ";
  position: absolute;
}
.notice_eye:before {
  height: 22px;
  width: 22px;
  left: 0;
  top: 0;
  background: url('../../images/common/sprite-common.png') -62px -1057px;
}

.interactive-demo {
  position: relative;
  display: block;
  padding-left: 35px;
  padding-top: 8px;
  color: #4d4d4d;
  font-size: 12px;
  margin-top: 50px;
  font-weight: 700;
}
.interactive-demo:before {
  display: block;
  content: " ";
  position: absolute;
}
.interactive-demo:before {
  width: 29px;
  height: 31px;
  left: 0;
  top: 0;
  background: url(../../images/common/interactive-demo-ico.png);
}
.interactive-demo a {
  color: #3fb0e8;
}

.popover {
  z-index: 1051;
}

.has_popover {
  position: relative;
}
.has_popover .hint {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}
.has_popover .hint:before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  color: #3fb0e8;
  font: 700 66px/23px "Helvetica", Arial, sans-serif;
  text-align: center;
}
.has_popover .hint:after {
  content: '?';
  position: absolute;
  left: 1px;
  right: 0;
  font: 700 14px/23px "Helvetica", Arial, sans-serif;
  text-align: center;
}

div.reviews {
  position: relative;
}
div.reviews:before {
  display: block;
  content: " ";
  position: absolute;
}
div.reviews:before {
  background: #e5e5e5;
  height: 100%;
  left: 50%;
  margin: 0 0 0 -1px;
  width: 1px;
}
div.reviews .col {
  padding: 0 0 0 30px;
}
div.reviews .col:first-child {
  padding: 0 31px 0 0;
}
div.reviews .barchart {
  height: 216px;
  margin: 88px 0 0;
  width: 100%;
}

section.customers .wrap > a.button-cta {
  display: block;
  margin: 0 auto;
  width: 107px;
  position: relative;
  top: 40px;
}
section.customers .view_all {
  margin: 0 auto 80px;
  padding-top: 40px;
}

.device_reviews .wrap.view_all a.all {
  margin: 10px 0 80px;
}

.review-item {
  padding: 30px 0 40px;
}
.review-item .review-title {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 34px;
  text-align: left;
  text-transform: none;
}
.review-item .review-title strong {
  display: block;
}
.review-item .review-title > span {
  display: block;
}
.review-item img.avatar {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  border: 3px solid #fff;
  display: block;
  margin: 0 10px 0 0;
  float: left;
}
.review-item .review-meta {
  height: 53px;
  margin: 0 0 19px;
}
.review-item .review-rating {
  margin: 0 0 5px;
}
.review-item .review-authored {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.review-item .review-authored .review-date {
  color: #8a8a8a;
}
.review-item .review-content {
  margin: 0 0 27px;
}
.review-item .review-content p {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  margin: 0 0 1em;
}
.review-item .review-content .carrot-orange,
.review-item .review-content .carrot-up {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 0 2px 16px;
}
.review-item .review-content .carrot-orange:before,
.review-item .review-content .carrot-up:before {
  margin: 0;
  top: 4px;
}
.review-item .review-content .carrot-orange:hover,
.review-item .review-content .carrot-up:hover {
  color: #fd9526;
}
.review-item .review-feedback h3 {
  font: 700 22px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  margin: 14px 0 0;
}
.review-item .review-feedback a.button-cta {
  margin: 0 0 0 10px;
  width: 58px;
}

section.review-list .review-full_content {
  display: none;
}

.divider-middle {
  position: relative;
}
.divider-middle:before {
  display: block;
  content: " ";
  position: absolute;
}
.divider-middle:before {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFD9D9D9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background-image: linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background-color: #ffffff;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
}

.review-list {
  margin: 40px 0;
}
.review-list .cols-2 {
  border-bottom: 1px solid #e5e5e5;
}
.review-list .cols-2:first-child {
  border-top: 1px solid #e5e5e5;
}
.review-list .review-item.col {
  padding: 74px 0 40px 40px;
}
.review-list .review-item.col:first-child {
  padding: 74px 40px 40px 0;
}
.review-list .view_all {
  margin: 40px 0 0;
}

.common-counter {
  position: relative;
  color: #3fb0e8;
  display: block;
  font-size: 38px;
  font-weight: 700;
  margin: -6px 0 -8px;
  padding-right: 41px;
  height: 51px;
  width: 77px;
}
.common-counter:before {
  display: block;
  content: " ";
  position: absolute;
}
.common-counter:before {
  height: 31px;
  width: 31px;
  background: url('../../images/my_account/sprite-icons.png') -45px -1466px;
  top: 9px;
  right: 0;
}
.common-counter.center {
  margin-right: auto;
  margin-left: auto;
}

.file-list > li {
  padding: 20px 0;
  border-top: 1px solid #E5E5E5;
}
.file-list > li:first-child {
  padding-top: 0;
  border-top: 0 none;
}
.file-list .link-download {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}

.intervention.v1 {
  background-color: #3fb0e8;
  color: #fff;
}
.intervention.v2 {
  background-color: #f2f2f2;
}
.intervention .title {
  display: inline-block;
  margin: 0;
  color: #3fb0e8;
  font-size: 18px;
}
.intervention .msg {
  font-style: normal;
  font: 400 28px/44px "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
.intervention .content-1 {
  position: relative;
  padding: 50px 0 50px 170px;
  width: 560px;
  margin: 0 auto;
}
.intervention .content-1 .visual {
  position: absolute;
  left: 0;
  top: -46px;
}
.intervention .content-1 .button-cta {
  margin-left: 40px;
}
.intervention .content-2 {
  padding: 25px 0;
}
.intervention .content-2 .title {
  margin: 0 30px 0 0;
}
.intervention .content-2 .msg {
  font-weight: 700;
  font-size: 25px;
}
.intervention .content-3 {
  height: 94px;
  line-height: 100px;
}
.intervention .content-3 .visual {
  margin: 0 10px;
}
.intervention .content-3 .msg {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.015em;
}
.lt-ie9 .intervention .content-3 .msg {
  font-size: 21px;
  letter-spacing: -0.02em;
}
.intervention .content-3 .button-cta {
  margin-top: 25px;
}

.tooltip-info {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
}
.tooltip-info:before {
  display: block;
  content: " ";
  position: absolute;
}
.tooltip-info:before {
  height: 24px;
  width: 24px;
  top: 0;
  left: 0;
  background: url('../../images/common/sprite-common.png') -71px -1192px;
}
.tooltip-info:hover:before {
  background-position: -23px -1192px;
}

@keyframes bounce {
  from, to {
    bottom: 5px;
  }

  50% {
    bottom: 15px;
  }
}

@-webkit-keyframes bounce {
  from, to {
    bottom: 5px;
  }

  50% {
    bottom: 15px;
  }
}

@-moz-keyframes bounce {
  from, to {
    bottom: 5px;
  }

  50% {
    bottom: 15px;
  }
}

@-o-keyframes bounce {
  from, to {
    bottom: 5px;
  }

  50% {
    bottom: 15px;
  }
}

@-ms-keyframes bounce {
  from, to {
    bottom: 5px;
  }

  50% {
    bottom: 15px;
  }
}

.add-watchlist {
  position: absolute;
  right: 29px;
  top: 10px;
  height: 30px;
  width: 30px;
}
.add-watchlist .step {
  display: none;
}
.add-watchlist .step.active {
  display: block;
}
.add-watchlist .add-wl {
  display: block;
  text-indent: -9999px;
  height: 30px;
  width: 30px;
}
.add-watchlist .add-wl:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../images/common/sprite-controls.png') -22px -178px;
  height: 30px;
  width: 30px;
}
.add-watchlist .add-wl:hover:before {
  background-position: -81px -74px;
}
.add-watchlist .add-wl.in-progress:before {
  background-position: -111px -74px;
}
.add-watchlist .add-wl.is-added:before {
  background-position: -51px -74px;
}
.add-watchlist .add-wl.is-added:hover:before {
  background-position: -15px -134px;
}
.add-watchlist .add-wl.remove:before {
  background-position: -102px -104px;
}
.add-watchlist .add-wl.remove:hover:before {
  background-position: -72px -104px;
}

.media-properties {
  position: absolute;
  right: 10px;
  bottom: 10px;
  *zoom: 1;
}
.media-properties:before, .media-properties:after {
  display: table;
  content: "";
  line-height: 0;
}
.media-properties:after {
  clear: both;
}
.media-properties .ico {
  float: right;
  margin-left: 4px;
}

.common-duration {
  color: #4d4d4d;
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 12px;
  padding-left: 17px;
}
.common-duration:before {
  display: block;
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0px;
  margin-top: -6px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') 0 -606px no-repeat;
  z-index: 1;
}
.common-duration.v2:before {
  background-position: -12px -606px;
}

.common-view-count {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 16px;
  padding-left: 20px;
}
.common-view-count:before {
  display: block;
  content: " ";
  position: absolute;
  width: 16px;
  height: 11px;
  left: 0px;
  margin-top: -5.5px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -66px -540px no-repeat;
  z-index: 1;
}
.common-view-count.v2:before {
  background-position: -82px -540px;
}

.media-overlay {
  display: block;
  overflow: hidden;
}
.media-overlay.pos-r {
  position: relative;
}
.media-overlay .info {
  display: table;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 184px;
  text-align: left;
  z-index: 1;
  background: rgba(63, 176, 232, 0.9);
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.lt-ie9 .media-overlay .info {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E53FB0E8,endColorstr=#E53FB0E8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E53FB0E8,endColorstr=#E53FB0E8);
  zoom: 1;
}
.media-overlay .info .context {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}
.media-overlay .info.v1 .category,
.media-overlay .info.v1 .common-view-count,
.media-overlay .info.v1 .common-duration {
  position: absolute;
  color: #fff;
  line-height: 1;
}
.media-overlay .info.v1 .common-duration {
  bottom: 10px;
  right: 10px;
}
.media-overlay .info.v1 .common-view-count {
  top: 10px;
  right: 10px;
}
.media-overlay .info.v1 .category {
  bottom: 10px;
  left: 10px;
}
.media-overlay:hover .info, .media-overlay.hold-up .info {
  top: 0;
}

.typeahead.dropdown-menu {
  width: 100%;
}

.auth-status .on-error {
  color: #db2133;
  padding: 0 5px;
  margin-bottom: 10px;
}

.common-required {
  position: relative;
}
.common-required:after {
  display: block;
  content: " ";
  position: absolute;
}
.common-required:after {
  top: 0;
  right: -8px;
  background: url('../../images/my_account/sprite-icons.png') 0 -10px;
  height: 5px;
  width: 5px;
}

div.package-item-container {
  padding-left: 26px;
  padding: 50px 0 50px 26px;
}

div.packages_breakdown {
  margin-bottom: 60px;
}

div.packages_breakdown.separate {
  padding-top: 20px;
}

div.package_item {
  padding: 30px 0;
  margin-top: 10px;
}
div.package_item.no-padt {
  padding-top: 0;
  margin-top: 0;
}
div.package_item.separate.table_separator:before {
  top: 20px;
  left: 50%;
  margin-left: -755px;
}
div.package_item.separate.table_separator table.table th {
  border: none;
}
div.package_item .media-body h3.mt0 {
  margin-top: 0;
}
div.package_item .content {
  padding: 0px;
}
div.package_item .content .table {
  margin-top: 50px;
}
div.package_item .content .description {
  margin-top: 30px;
  width: 520px;
  font-size: 14px;
}
div.package_item .content .description.v2 {
  width: auto;
}
div.package_item .content .description + ul {
  margin-top: 36px;
}
div.package_item .content .content-inner {
  padding-top: 50px;
}
div.package_item div.collapse {
  padding-left: 35px;
  position: relative;
  left: -25px;
}
div.package_item div.collapse .flag {
  left: -65px;
  top: -40px;
}
div.package_item div.collapse .flag.available-tariff {
  left: 0;
  top: 0;
}
div.package_item h2.collapsable {
  color: #3fb0e8;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  margin: 0;
}
div.package_item h2.collapsable:before {
  display: block;
  content: '';
  height: 25px;
  width: 25px;
  background: url('../../images/common/sprite-common.png') -74px -1265px;
  position: absolute;
  top: 0;
  left: 0px;
}
div.package_item h2.collapsable.collapsed {
  color: #4d4d4d;
}
div.package_item h2.collapsable.collapsed:before {
  background-position: -25px -1290px;
}
div.package_item h2.collapsable.collapsed.disabled {
  color: #e5e5e5;
}
div.package_item h2.collapsable.collapsed.disabled:before {
  background-position: 0 -1342px;
}
div.package_item h2.collapsable:hover {
  color: #3fb0e8;
}
div.package_item h2.collapsable:hover:before {
  background-position: -74px -1265px;
}
div.package_item p.description {
  font-size: 16px;
  color: #9d9d9d;
  margin: 5px 0px 0px;
}
div.package_item h2 + p.description {
  padding-left: 40px;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.p25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.bt0 {
  border-top: 0 none !important;
}

.bb0 {
  border-bottom: 0 none !important;
}

.ov-h {
  overflow: hidden !important;
}

.txt-center {
  text-align: center !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.of_visible {
  overflow: visible !important;
}

.fw-normal {
  font-weight: normal;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.captcha img {
  border: 1px solid #e5e5e5;
}
.captcha .control {
  display: block;
  background: url('../../images/common/sprite-common.png') no-repeat;
  text-indent: -9999px;
  margin-left: 10px;
}
.captcha .control.refresh {
  right: 14px;
  top: 4px;
  height: 20px;
  width: 16px;
  background-position: -60px -669px;
}
.captcha .control.refresh:hover, .captcha .control.refresh.spin_1, .captcha .control.refresh.spin_2 {
  background-position: -40px -939px;
}
.captcha .control.speaker {
  right: 12px;
  bottom: 7px;
  height: 19px;
  width: 19px;
  background-position: -76px -821px;
}
.captcha .control.speaker:hover {
  background-position: -57px -821px;
}

a.trigger {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
}
a.trigger:before {
  display: block;
  content: " ";
  position: absolute;
}
a.trigger:before {
  height: 17px;
  width: 17px;
  background: url('../../images/common/sprite-common.png') 0 -783px #f6f6f6 no-repeat;
  border: 1px solid #e5e5e5;
  top: -1px;
  left: 0;
}
a.trigger:hover:before {
  background-position: -80px -723px;
  content: " ";
}
a.trigger.collapsed:before {
  background-position: -79px -689px;
  content: "  ";
}
a.trigger.collapsed:hover:before {
  background-position: -17px -723px;
  content: "   ";
}
.settings a.trigger:before {
  background-color: transparent;
  border: none;
  left: auto;
  top: 31px;
  right: 0;
}

i.ico {
  position: relative;
  display: inline-block;
  padding: 0 !important;
}
i.ico:before {
  display: block;
  content: " ";
  position: absolute;
}
i.ico:before {
  background: url('../../images/common/sprite-common.png');
  top: 0;
  left: 0;
}
i.ico.download {
  height: 49px;
  width: 49px;
}
i.ico.download:before {
  height: 49px;
  width: 49px;
  background-position: 0 -2166px;
}
i.ico.voice:before {
  background-position: -59px -899px;
  top: 2px;
}
i.ico.data:before {
  background-position: 0 -919px;
  top: 1px;
}
i.ico.other:before {
  background-position: 0 -1003px;
  top: 1px;
}
i.ico.top_up:before {
  background-position: -79px -899px;
  top: 3px;
}
i.ico.sms:before {
  background-position: -40px -959px;
  top: 2px;
}
i.ico.play {
  height: 53px;
  width: 53px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -26px;
}
i.ico.play:before {
  height: 53px;
  width: 53px;
  background: url('../../images/common/sprite-controls.png') -97px -271px;
}
a:hover i.ico.play:before {
  background-position: -44px -271px;
}
i.ico.play.medium {
  height: 89px;
  width: 89px;
  top: 42px;
  margin: 0 0 0 -45px;
}
i.ico.play.medium:before {
  height: 89px;
  width: 89px;
  background-position: 0 -852px;
}
a:hover i.ico.play.medium:before {
  background-position: 0 -763px;
}
i.ico.play.medium2 {
  height: 66px;
  width: 66px;
  top: 33px;
  margin: 0 0 0 -33px;
}
i.ico.play.medium2:before {
  height: 66px;
  width: 66px;
  background-position: 0 -627px;
}
a:hover i.ico.play.medium2:before {
  background-position: -59px -493px;
}
i.ico.play.large {
  height: 111px;
  width: 111px;
  top: 61px;
  margin: 0 0 0 -56px;
}
i.ico.play.large:before {
  height: 111px;
  width: 111px;
  background-position: 0 -1606px;
}
a:hover i.ico.play.large:before {
  background-position: 0 -1495px;
}
i.ico.play.large.v2 {
  top: 132px;
}
i.ico.play.large152 {
  height: 152px;
  width: 152px;
  top: 61px;
  margin: 0 0 0 -56px;
}
i.ico.play.large152:before {
  height: 152px;
  width: 152px;
  background-position: 0 -3045px;
}
a:hover i.ico.play.large152:before {
  background-position: 0 -2741px;
}
i.ico.play.large152.orange:before {
  height: 152px;
  width: 152px;
  background-position: 0 -2893px;
}
a:hover i.ico.play.large152.orange:before {
  background-position: 0 -2589px;
}
i.ico.play.large152.replay:before {
  height: 152px;
  width: 153px;
  background-position: 0 -2437px;
}
a:hover i.ico.play.large152.replay:before {
  background-position: 0 -1981px;
}
i.ico.play.large152.replay.orange:before {
  height: 152px;
  width: 153px;
  background-position: 0 -2285px;
}
a:hover i.ico.play.large152.replay.orange:before {
  background-position: 0 -2133px;
}
i.ico.play.small {
  height: 44px;
  width: 44px;
  top: 12px;
  margin: 0 0 0 -22px;
}
i.ico.play.small:before {
  height: 44px;
  width: 44px;
  background-position: 0 -271px;
}
a:hover i.ico.play.small:before {
  background-position: -21px -222px;
}
i.ico.play.small.v2 {
  top: 43px;
}
i.ico.play.small.replay {
  top: 50%;
  margin: -24px 0 0 -24px;
}
i.ico.play.small.replay:before {
  height: 49px;
  width: 49px;
  background-position: -65px -222px;
}
a:hover i.ico.play.small.replay:before {
  background-position: -44px -375px;
}
i.ico.play.small.center {
  width: 44px !important;
  height: 44px !important;
  top: 50%;
  height: 50%;
  margin: -22px 0 0 -22px;
}
i.ico.play.xsmall {
  height: 23px;
  width: 23px;
  top: 42px;
  margin: 0 0 0 -45px;
}
i.ico.play.xsmall:before {
  height: 23px;
  width: 23px;
  background-position: -23px -104px;
}
a:hover i.ico.play.xsmall:before {
  background-position: -23px -104px;
}
i.ico.play.medium69 {
  height: 68px;
  width: 69px;
  top: 52px;
  margin: 0 0 0 -35px;
}
i.ico.play.medium69:before {
  height: 68px;
  width: 69px;
  background-position: 0 -559px;
}
a:hover i.ico.play.medium69:before {
  background-position: -66px -627px;
}
i.ico.play.alternate {
  height: 59px;
  width: 59px;
}
i.ico.play.alternate:before {
  height: 59px;
  width: 59px;
  background-position: -59px -434px;
}
a:hover i.ico.play.alternate:before {
  background-position: 0 -493px;
}
i.ico.play.alternate.large {
  height: 132px;
  width: 132px;
  top: 106px;
  margin: 0 0 0 -66px;
}
i.ico.play.alternate.large:before {
  height: 132px;
  width: 132px;
  background-position: 0 -1849px;
}
a:hover i.ico.play.alternate.large:before {
  background-position: 0 -1717px;
}
i.ico.play.alternate.medium {
  height: 89px;
  width: 89px;
  top: 42px;
  margin: 0 0 0 -45px;
}
i.ico.play.alternate.medium:before {
  height: 89px;
  width: 89px;
  background-position: 0 -1030px;
}
a:hover i.ico.play.alternate.medium:before {
  background-position: 0 -941px;
}
i.ico.play.alternate.medium69 {
  height: 68px;
  width: 69px;
  top: 52px;
  margin: 0 0 0 -35px;
}
i.ico.play.alternate.medium69:before {
  height: 68px;
  width: 69px;
  background-position: 0 -695px;
}
a:hover i.ico.play.alternate.medium69:before {
  background-position: -69px -559px;
}
i.ico.play.alternate.small:before {
  height: 44px;
  width: 44px;
  background-position: -77px -134px;
}
a:hover i.ico.play.alternate.small:before {
  background-position: -89px -763px;
}
i.ico.camera {
  position: absolute;
  left: 50%;
}
i.ico.camera.medium {
  height: 94px;
  width: 94px;
  top: 42px;
  margin: 0 0 0 -45px;
}
i.ico.camera.medium:before {
  height: 94px;
  width: 94px;
  background: url('../../images/common/sprite-controls.png') 0 -1119px;
}
a:hover i.ico.camera.medium:before {
  background-position: 0 -1213px;
}
i.ico.camera.medium.orange:before {
  height: 94px;
  width: 94px;
  background: url('../../images/common/sprite-controls.png') 0 -1307px;
}
a:hover i.ico.camera.medium.orange:before {
  background-position: 0 -1401px;
}
i.ico.ico360 {
  position: absolute;
  left: 50%;
}
i.ico.ico360.small {
  height: 44px;
  width: 44px;
  top: 12px;
  margin: 0 0 0 -22px;
}
i.ico.ico360.small:before {
  height: 44px;
  width: 44px;
  background: url('../../images/common/sprite-controls.png') 0 -375px;
}
a:hover i.ico.ico360.small:before {
  background-position: -84px -178px;
}
i.ico.ico360.xsmall {
  height: 23px;
  width: 23px;
  top: 13px;
  left: 11px;
  margin: 0;
}
i.ico.ico360.xsmall:before {
  height: 23px;
  width: 23px;
  background: url('../../images/common/sprite-controls.png') -122px -51px;
}
a:hover i.ico.ico360.xsmall:before {
  background-position: 0 -104px;
}
i.ico.file {
  margin: 0 6px 0 0;
  vertical-align: middle;
  height: 16px;
  width: 26px;
}
i.ico.file.after {
  margin: 0 0 0 6px;
}
i.ico.file:before {
  height: 16px;
  width: 26px;
}
i.ico.file.doc:before {
  background-position: -66px -653px;
}
i.ico.file.pdf:before {
  background-position: -51px -621px;
}
i.ico.file.ppt:before {
  background-position: -40px -653px;
}
i.ico.file.xls:before {
  background-position: -62px 0;
}
i.ico.file.zip:before {
  background-position: -46px -637px;
}
i.ico.file.acd:before {
  background-position: -14px -653px;
}
i.ico.file.unknown:before {
  background-position: -72px -637px;
}
i.ico.sms-grey {
  height: 16px;
  width: 23px;
}
i.ico.sms-grey:before {
  height: 16px;
  width: 23px;
  background-position: 0 -706px;
  top: 2px;
}
i.ico.media-prop {
  height: 25px;
  width: 25px;
}
i.ico.media-prop:before {
  background: url('../../images/academy/sprite-academy.png');
  height: 25px;
  width: 25px;
}
i.ico.media-prop.currency:before {
  background-position: -73px -38px;
}
i.ico.media-prop.deaf:before {
  background-position: -98px -38px;
}

i.ico-required {
  background: url('../../images/my_account/sprite-icons.png') 0 -10px;
  display: inline-block;
  height: 5px;
  margin: 0 0 5px;
  width: 5px;
}
label i.ico-required {
  position: relative;
  left: 5px;
  margin: 0;
  top: -3px;
}

.link-download .ico {
  height: 16px;
  width: 26px;
  margin: 0 6px 0 0;
  top: 4px;
}
.link-download .ico:before {
  height: 16px;
  width: 26px;
}
.link-download .ico.file-doc:before {
  background-position: -66px -653px;
}
.link-download .ico.file-pdf:before {
  background-position: -51px -621px;
}
.link-download .ico.file-ppt:before {
  background-position: -40px -653px;
}
.link-download .ico.file-xls:before {
  background-position: -62px 0;
}
.link-download .ico.file-xlsx:before {
  background-position: -62px 0;
}
.link-download .ico.file-zip:before {
  background-position: -46px -637px;
}
.link-download .ico.file-acd:before {
  background-position: -14px -653px;
}
.link-download .ico.file-tif:before {
  background-position: -16px -669px;
}
.link-download .ico.file-unknown:before {
  background-position: -72px -637px;
}

.carrot,
.carrot-grey,
.carrot-orange,
.carrot-blue,
.carrot-up {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 6px;
  padding-left: 11px;
}
.carrot:before,
.carrot-grey:before,
.carrot-orange:before,
.carrot-blue:before,
.carrot-up:before {
  display: block;
  content: " ";
  position: absolute;
  width: 6px;
  height: 9px;
  left: 0px;
  margin-top: -4.5px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -30px -500px no-repeat;
  z-index: 1;
}

.carrot:before,
.carrot-grey:before {
  background-position: -30px -500px;
}

.carrot-orange:before {
  background-position: -9px -566px;
}

.carrot-up:before {
  background-position: 0 -540px;
  padding-left: 3px;
  top: 5px !important;
}

.carrot-blue:before,
.carrot.active:before,
.carrot:hover:before {
  background-position: -7px 0;
}

.reply-blue {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 12px;
  padding-left: 18px;
}
.reply-blue:before {
  display: block;
  content: " ";
  position: absolute;
  width: 12px;
  height: 11px;
  left: 0px;
  margin-top: -5.5px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -62px -500px no-repeat;
  z-index: 1;
}

.reply-blue:before {
  background-position: -62px -500px;
}

.cycle-blue {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 16px;
  padding-left: 20px;
}
.cycle-blue:before {
  display: block;
  content: " ";
  position: absolute;
  width: 16px;
  height: 10px;
  left: 0px;
  margin-top: -5px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -15px -566px no-repeat;
  z-index: 1;
}

.cycle-blue:before {
  background-position: -15px -566px;
}

.ico-home {
  height: 14px;
  width: 14px;
  background: url('../../images/common/sprite-common.png') 0 -653px;
  display: inline-block;
  text-indent: -9999px;
  top: -1px;
}
.ico-home:hover {
  background-position: -52px -606px;
}
.support .ico-home:hover {
  background-position: -12px -621px;
}
.ico-home.v2:hover {
  background-position: -52px -606px;
}

.ico-outgoing {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-right: 18px;
  padding-right: 27px;
}
.ico-outgoing:after {
  display: block;
  content: " ";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0px;
  margin-top: -9px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -57px -783px no-repeat;
  z-index: 1;
}

.ico-frm.v1 {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 20px;
  padding-left: 30px;
}
.ico-frm.v1:before {
  display: block;
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  margin-top: -10px;
  top: 50%;
  background: url('../../images/support/sprite-forum.png') 0 0 no-repeat;
  z-index: 1;
}
.ico-frm.v1.hot:before {
  background-position: 0 0;
}
.ico-frm.v1.plus:before {
  background-position: 0 -21px;
}
.ico-frm.v1.right:before {
  background-position: -20px -21px;
}
.ico-frm.v1.lock:before {
  background-position: -40px -21px;
}
.ico-frm.v2 {
  padding-left: 75px;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  position: relative;
}
.ico-frm.v2:before {
  display: block;
  content: " ";
  position: absolute;
}
.ico-frm.v2:before {
  background: url('../../images/support/sprite-forum.png');
  left: 50%;
  top: 50%;
}
.ico-frm.v2.packages:before {
  width: 39px;
  height: 38px;
  margin-left: -19px;
  margin-top: -19px;
  background-position: 0 -41px;
}
.ico-frm.v2.services:before {
  width: 46px;
  height: 42px;
  margin-left: -23px;
  margin-top: -21px;
  background-position: 0 -120px;
}
.ico-frm.v2.clubs:before {
  width: 66px;
  height: 49px;
  margin-left: -33px;
  margin-top: -25px;
  background-position: 0 -162px;
}
.ico-frm.v2.devices:before {
  width: 38px;
  height: 41px;
  margin-left: -19px;
  margin-top: -20px;
  background-position: 0 -79px;
}
.ico-frm.v2.others:before {
  width: 34px;
  height: 53px;
  margin-left: -17px;
  margin-top: -26px;
  background-position: 0 -211px;
}

.module {
  position: relative;
  text-align: center;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.cols-2 .module, .cols-3 .module, .cols-4 .module {
  float: left;
}
.cols-2 .module {
  width: 50%;
}
.cols-3 .module {
  width: 33%;
}
.cols-4 .module {
  width: 25%;
}
.list-modules .module {
  margin-top: 40px;
}
.module.separate-line {
  padding-bottom: 40px;
}
.module.separate-line.club {
  padding-bottom: 10px;
}
.module.padb {
  padding-bottom: 20px;
}
.module.club {
  margin-bottom: 40px;
}
.module.featured {
  margin: 50px 0;
}
.module.divider-left:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFD9D9D9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background-image: linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
}
.module.title-small h2 {
  font-size: 18px;
}
.shade .module.divider-left:before {
  background-color: #f2f2f2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF2F2F2', endColorstr='#FFD9D9D9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
  background-image: linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
}
.lt-ie9 .module.divider-left:before {
  background: url("../../../assets/images/common/dividers/divider-vert-470.png") no-repeat left top;
}
.module.mod3_0:before, .module.divider-left:first-child:before {
  display: none;
}
.module .visual {
  display: block;
  margin: 0 auto 15px;
  padding: 0 0 7px;
}
.module .visual img {
  display: block;
  margin: 0 auto;
}
.module .visual .sub-visual {
  margin-top: -40px;
}
.module h2 {
  margin: 0;
  min-height: 24px;
}
.module h2 + form,
.module h2 + p,
.module p + p.action,
.module p + ul.follow-us,
.module p + form {
  margin-top: 16px;
}
.module .rating {
  margin: 5px auto;
}
.module p {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.module .action {
  font-size: 0;
  padding: 0 0 3px;
  position: relative;
}
.module .action .price {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  background: #f6f6f6;
  border-right: 1px solid #fff;
  display: inline-block;
  font-size: 23px;
  height: 44px;
  line-height: 44px;
  padding: 0 13px 0 16px;
  position: relative;
}
.module .action .price.free .amount {
  color: #f01f81 !important;
  line-height: 47px !important;
  font-size: 18px !important;
  text-transform: none;
}
.module .action del {
  color: #9d9d9d;
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.module .action .button-cta {
  border-left: 1px solid #e5cb00;
  padding-left: 15px;
  padding-right: 15px;
}
.module .action > small {
  font: 700 12px/1 "Helvetica", Arial, sans-serif;
  color: #f01f81;
  display: block;
  position: absolute;
  bottom: -23px;
  left: 0px;
  width: 100%;
}
.module .rating + p.action {
  margin-top: 0px;
}
.module .offer .price {
  color: #f01f81;
  line-height: 34px;
}
.module .offer del {
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.module .offer.campaign .price,
.module .offer.campaign > small {
  color: #f01f81;
}
.module .offer.reverse .price {
  padding-top: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module .offer.reverse del {
  bottom: auto;
  top: 3px;
}
.module .social {
  background: #f6f6f6;
  padding: 10px;
  text-align: left;
  margin: 40px 0 0;
}
.module .social img {
  display: block;
  float: left;
}
.module .social .info {
  font: 700 18px/22px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  color: #4d4d4d;
  display: block;
  padding: 9px 0 0 80px;
  width: 200px;
}
.module .social .highlight {
  color: #3fb0e8;
}
.shade .module .social, .shade .module .for-more {
  background: #FFF;
}
.module .for-more {
  background: #f6f6f6;
  padding: 20px;
  text-align: left;
}
.module .for-more img {
  display: block;
  float: left;
}
.module .for-more .details {
  padding-left: 80px;
}
.module .for-more .details h2 {
  margin-bottom: 7px;
}
.module .for-more .details a {
  display: inline-block;
  color: #9d9d9d;
}
.module .for-more .details a:hover {
  color: #3fb0e8;
}
.module .for-more .details a strong,
.module .for-more .details a small {
  display: block;
}
.module .for-more .details a strong {
  font-size: 14px;
}
.module .for-more .details a small {
  font-size: 12px;
  margin-top: -2px;
}
.module .more {
  margin: 8px 0 0;
}
.module .more .price {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin: 0 6px 0 0;
  padding: 0 10px 0 0;
}
.module .more .price:before {
  display: block;
  content: " ";
  position: absolute;
}
.module .more .price:before {
  background: #ccc;
  height: 12px;
  width: 1px;
  bottom: 3px;
  right: 0;
}
.module .more .price .free {
  font-size: 14px;
}
.module .more .carrot-blue {
  font-weight: 700;
}
.module .more > small {
  font: 700 12px/18px "Helvetica", Arial, sans-serif;
  display: block;
  color: #f01f81;
  margin: 0 0 -19px;
}
.module > small {
  color: #9d9d9d;
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: -10px 0 18px;
}
.module.over h2 a {
  color: #3fb0e8;
}
.support .module.over h2 a {
  color: #fd9526;
}
.product_gallery .module .visual {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 12px;
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-right: 12px;
  padding: 0px;
}
.product_gallery .module .visual:before {
  display: block;
  content: " ";
  position: absolute;
  width: 12px;
  height: 30px;
  left: 0px;
  margin-top: -15px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -42px -753px no-repeat;
  z-index: 1;
}
.product_gallery .module .visual:after {
  display: block;
  content: " ";
  position: absolute;
  width: 12px;
  height: 30px;
  right: 0px;
  margin-top: -15px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -68px -723px no-repeat;
  z-index: 1;
}
.product_gallery .module .visual:after, .product_gallery .module .visual:before {
  margin-top: 115px;
}
.product_gallery .module .visual:before {
  left: -12px;
}
.product_gallery .module .visual:after {
  right: -12px;
}
.module.featured {
  background: #FFF;
}
.module.featured h2 {
  padding: 36px 0;
  position: relative;
}
.module.featured h2:after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}
.module.featured h2 + p.description {
  padding: 15px 0;
}
.shade .module.featured {
  padding: 0 0 40px;
  border: 10px solid #f2f2f2;
}
.shade .module.featured h2.balanced {
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
}
.module ul.follow-us > li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: left;
  height: 22px;
}
.module ul.follow-us > li.fb {
  width: 100px;
}
.module ul.follow-us > li.tw {
  width: 100px;
}
.module.video {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.module.video .flag {
  z-index: 1;
}
.module.video .visual {
  padding-bottom: 25px;
}
.module.video .visual i.ico.play.medium,
.module.video .visual i.ico.camera.medium {
  top: 63px;
}
.module.video .video-category {
  margin-top: 10px;
}
.module.video .video-category .name {
  display: inline-block;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #e5e5e5;
  color: #8a8a8a;
}
.module.video .video-category .name:hover {
  color: #3fb0e8;
}
.module.video .video-category .duration {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 12px;
  padding-left: 17px;
  color: #4d4d4d;
}
.module.video .video-category .duration:before {
  display: block;
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0px;
  margin-top: -6px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') 0 -606px no-repeat;
  z-index: 1;
}
.module.video .video-meta {
  margin-top: 15px;
  white-space: nowrap;
}
.module.video .video-meta .meta-item {
  margin-left: 10px;
}
.module.video .video-meta .meta-item:first-child {
  margin-left: 0;
}
.tabbed .module.video .video-meta .meta-item {
  margin-left: 5px;
  font-size: 12px;
}
.module.video .video-meta .part {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 14px;
  padding-left: 18px;
  color: #4d4d4d;
}
.module.video .video-meta .part:before {
  display: block;
  content: " ";
  position: absolute;
  width: 14px;
  height: 11px;
  left: 0px;
  margin-top: -5.5px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -36px -566px no-repeat;
  z-index: 1;
}
.module.video .video-meta .duration {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 12px;
  padding-left: 15px;
  color: #4d4d4d;
}
.module.video .video-meta .duration:before {
  display: block;
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0px;
  margin-top: -6px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') 0 -606px no-repeat;
  z-index: 1;
}
.module.video .video-meta .view {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 16px;
  padding-left: 20px;
  color: #4d4d4d;
}
.module.video .video-meta .view:before {
  display: block;
  content: " ";
  position: absolute;
  width: 16px;
  height: 11px;
  left: 0px;
  margin-top: -5.5px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -66px -540px no-repeat;
  z-index: 1;
}
.module.video .description {
  margin-top: 20px;
}
.module.video.has-meta .visual {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.module.video.has-meta .date,
.module.video.has-meta .common-duration {
  position: absolute;
  bottom: 6px;
  color: #fff;
}
.module.video.has-meta .date {
  left: 10px;
}
.module.video.has-meta .common-duration {
  right: 10px;
}
.module.video.has-meta .info {
  display: table;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 221px;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  z-index: 1;
  background: rgba(63, 176, 232, 0.9);
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.lt-ie9 .module.video.has-meta .info {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E53FB0E8,endColorstr=#E53FB0E8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E53FB0E8,endColorstr=#E53FB0E8);
  zoom: 1;
}
.module.video.has-meta .info .context {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  color: #fff;
}
.module.video.has-meta.align-center .info {
  text-align: center;
}
.module.video.has-meta:hover .info, .module.video.has-meta.hold-up .info {
  top: 0;
}
.module.video.video-academy {
  text-align: left;
}
.module.video.video-academy i.ico.play.medium69,
.module.video.video-academy i.ico.camera.medium69 {
  top: 50px;
}
.tabbed .module.video.video-academy i.ico.play.medium69, .tabbed
.module.video.video-academy i.ico.camera.medium69 {
  top: 40px;
}
.module.video.video-academy .visual {
  position: relative;
  display: block;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.module.video.video-academy .add-watchlist {
  right: 20px;
}
.module.video.video-academy .media-properties {
  bottom: 10px;
  top: auto;
  right: 10px;
}
.module.video.video-academy.padb {
  padding-bottom: 30px;
}
.module.video.video-academy.has-part .visual {
  position: relative;
  /*.lt-ie9 &:after {
      right: -11px;
      top: -7px;
  }*/
}
.module.video.video-academy.has-part .visual:after {
  display: block;
  content: " ";
  position: absolute;
}
.module.video.video-academy.has-part .visual img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module.video.video-academy.has-part .visual:after {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 5px solid #3fb0e8;
  border-top: 5px solid #3fb0e8;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tabbed .module.video.video-academy .add-watchlist {
  right: 22px;
}
.module.video.video-academy.has-meta .info {
  height: 145px;
}
.module.video .media-properties {
  bottom: auto;
  top: 180px;
  right: 29px;
}
.module.sided .visual {
  margin-right: 20px;
  padding-bottom: 0;
}
.module.sided .ico.play.medium69 {
  left: 128px;
}
.module.sided .side-content {
  overflow: auto;
  text-align: left;
}
.module.sided.as-list {
  padding: 0 0 40px 0;
  margin-top: 40px;
}
.module.sided.as-list .visual {
  margin-right: 40px;
}
.module.sided.as-list .visual i.ico.play.medium,
.module.sided.as-list .visual i.ico.camera.medium {
  left: 152px;
}
.module.sided.as-list .add-watchlist {
  left: 255px;
  right: auto;
}

.kurumsal-etkinlikler .module p.description {
  margin-top: 10px;
}

.view-compare h2 a,
.view-compare .action .price {
  color: #8a8a8a !important;
}
.view-compare h2 a,
.view-compare .visual {
  cursor: default;
}
.view-compare .social,
.view-compare .visual img {
  opacity: 0.003;
  filter: alpha(opacity=0.3);
}
.lt-ie9 .view-compare .social, .lt-ie9
.view-compare .visual img {
  filter: none;
}
.view-compare .inverted {
  border-left: 1px solid #4d4d4d !important;
}

form {
  padding: 0;
  margin: 0;
}

select {
  margin: 0;
}

label {
  display: inline-block;
}
label.promoted {
  font: 400 22px/24px "Turkcell Satura", "Helvetica", Arial, sans-serif;
}

.change_pw {
  font: 700 10px/16px "Helvetica", Arial, sans-serif;
  position: relative;
  color: #9d9d9d;
  display: inline-block;
  padding: 0 0 0 12px;
}
.change_pw:before {
  display: block;
  content: " ";
  position: absolute;
}
.change_pw:before {
  height: 9px;
  width: 6px;
  background: url('../../images/common/sprite-common.png') -7px 0;
  top: 3px;
  left: 0;
}
.change_pw:hover {
  text-decoration: underline;
}

input.text,
textarea.text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 1px 3px -2px black;
  -moz-box-shadow: inset 0px 1px 3px -2px black;
  box-shadow: inset 0px 1px 3px -2px black;
  background-color: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #efefef;
  color: #9d9d9d;
  display: inline-block;
  font-size: 18px;
  height: auto;
  margin: 0;
}
input.text:focus,
textarea.text:focus {
  background-color: #fff;
  outline: 0;
}
input.text[disabled="disabled"],
textarea.text[disabled="disabled"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
  border: none;
  color: #4d4d4d;
  font-size: 16px;
}
input.text.LV_invalid_field,
textarea.text.LV_invalid_field {
  border: 1px solid #db2133;
}
input.text.textarea-type1,
textarea.text.textarea-type1 {
  display: block;
  height: 170px;
  width: 315px;
}

input.checkbox {
  position: absolute;
  left: -99999px;
}
input.checkbox + label {
  *zoom: 1;
  color: #9d9d9d;
  cursor: pointer;
  display: inline-block;
  margin: -4px 0 0;
  padding: 0 0 0 35px;
}
input.checkbox + label:before, input.checkbox + label:after {
  display: table;
  content: "";
  line-height: 0;
}
input.checkbox + label:after {
  clear: both;
}
input.checkbox + label span {
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #cfcfcf;
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  top: 0;
  margin: 0 10px 0 -35px;
  width: 25px;
  height: 25px;
}
input.checkbox + label span:hover {
  background: #e5e5e5;
}
input.checkbox + label small {
  font: 700 10px/26px "Helvetica", Arial, sans-serif;
  display: block;
  float: left;
}
input.checkbox + label.r-side {
  padding: 0 35px 0 0;
}
input.checkbox + label.r-side span {
  float: right;
  margin: 0 -35px 0 10px;
}
input.checkbox + label.two-lines small {
  line-height: 1.4;
}
input.checkbox.checked + label span {
  position: relative;
  background: #f6f6f6;
}
input.checkbox.checked + label span:before {
  display: block;
  content: " ";
  position: absolute;
}
input.checkbox.checked + label span:before {
  height: 10px;
  width: 14px;
  background: url('../../images/common/sprite-common.png') -52px -540px;
  top: 8px;
  left: 6px;
}

input.radio {
  position: absolute;
  left: -99999px;
}
input.radio + label {
  font: 700 14px/1 "Helvetica", Arial, sans-serif;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  min-height: 20px;
  position: relative;
  padding-left: 30px;
}
input.radio + label > span:first-child {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 20px;
  padding-left: 30px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -10px;
}
input.radio + label > span:first-child:before {
  display: block;
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  margin-top: -10px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -20px -939px no-repeat;
  z-index: 1;
}

input.radio + label.promoted {
  font: 400 22px/24px "Turkcell Satura", "Helvetica", Arial, sans-serif;
}

input.radio + label:hover {
  color: #4d4d4d;
}

input.radio + label:hover span:before {
  content: '  ';
  background-position: -76px -939px;
}

input.radio22 + label {
  cursor: default;
}
input.radio22 + label:hover span:before {
  content: '  ';
  background-position: -20px -939px;
}

input.radio.checked + label {
  color: #4d4d4d;
}
input.radio.checked + label span:before {
  content: '   ';
  background-position: -20px -1003px;
}
input.radio.required + label span:before {
  background-position: 0 -939px;
}
input.radio.required + label:hover span:before {
  background-position: -76px -939px;
}
input.radio.required.checked + label span:before {
  background-position: -20px -1003px;
}
input.radio.clean + label {
  padding-left: 20px;
}
input.radio.clean + label > span:first-child {
  padding-left: 0;
}

.search_clear_button {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 14px;
  width: 14px;
  background: transparent;
  text-indent: -9999px;
  border: 0;
  position: absolute;
}
.search_clear_button:before {
  display: block;
  content: " ";
  position: absolute;
}
.search_clear_button:before {
  height: 14px;
  width: 14px;
  background: url('../../images/common/sprite-common.png') -38px -606px;
  top: 0;
  left: 0;
}
.search_clear_button:hover:before {
  background-position: -24px -606px;
}
#hero .search_clear_button {
  top: 31px;
  right: 107px;
}
section.content .search_clear_button {
  top: 22px;
  right: 57px;
}
section.content .search.common .search_clear_button {
  top: 16px;
}
nav.nav-main .search_clear_button {
  top: 20px;
  right: 17px;
}
section.breadcrumbs .search_clear_button {
  top: 11px;
  right: 42px;
}

::-ms-clear {
  display: none;
}

.steps li {
  list-style: inside none;
}
.steps li.center {
  text-align: center;
}
.steps li input.text {
  padding: 14px;
  font-size: 14px;
  width: 100%;
  height: 45px;
}

.switcher {
  margin: 0;
  width: 140px;
  position: relative;
}
.switcher span.counter {
  font: 700 22px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  position: absolute;
  top: 10px;
  left: 155px;
  width: 200px;
}
.switcher input.checkbox + label {
  background: #bababa;
  display: block;
  padding: 3px;
  margin: 0;
  height: 38px;
}
.switcher input.checkbox + label span {
  width: 100%;
  background: #bababa;
  border: none;
  height: 38px;
  position: relative;
  top: 0;
  margin: 0;
}
.switcher input.checkbox + label span:before, .switcher input.checkbox + label span:after {
  font: 700 19px/40px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}
.switcher input.checkbox + label span:before {
  content: 'KAPALI';
  left: 0;
  color: #626262;
  background: #929292;
}
.switcher input.checkbox + label span:after {
  content: 'A\00C7';
  right: 0;
  color: #929292;
  background: #bababa;
}
.switcher input.checkbox.checked + label {
  background: #0c203d;
}
.switcher input.checkbox.checked + label span:before {
  content: 'KAPAT';
  background-image: none;
  background-color: #0c203d;
  color: #3a557d;
}
.switcher input.checkbox.checked + label span:after {
  content: 'A\00C7IK';
  color: #FFF;
  background-color: #3fb0e8;
}

div.pass_cnt {
  position: relative;
}
div.pass_cnt input.fake_label + .pass_label {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 18px 20px 15px;
  font-size: 18px;
  color: #9d9d9d;
}
div.pass_cnt input.focused + .pass_label {
  display: none;
}

ul.single_item_selector {
  margin: 0 0 0 150px;
  display: inline-block;
  background-color: #0c203d;
  padding: 0 3px;
}
ul.single_item_selector li {
  display: inline-block;
  text-align: center;
  padding: 3px 0;
}
ul.single_item_selector li a {
  font: 400 18px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  display: block;
  padding: 12px 0 0 0;
  width: 106px;
  height: 26px;
  color: #fff;
}
ul.single_item_selector li a:hover {
  color: #e5e5e5;
}
ul.single_item_selector li.active a {
  background-color: #3fb0e8;
}
ul.single_item_selector li.active a:hover {
  background-color: #3fb0e8;
}
ul.single_item_selector.v2 {
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
ul.single_item_selector.v2 li {
  display: table-cell;
}
ul.single_item_selector.v2 li a {
  width: auto;
}

.fake_pw_placeholder {
  position: relative;
}
.fake_pw_placeholder .pass_label {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  padding: 12px;
  color: #9d9d9d;
  cursor: text;
  background-color: #f6f6f6;
}

/***********************************************************

    CUSTOM UPLOAD

***********************************************************/
.customfile-input {
  position: absolute;
  height: 100px !important;
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 999;
}

.customfile {
  width: 120px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 1px 3px -2px black;
  -moz-box-shadow: inset 0px 1px 3px -2px black;
  box-shadow: inset 0px 1px 3px -2px black;
  background-color: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #efefef;
  color: #9d9d9d;
  display: inline-block;
  font-size: 18px;
  height: auto;
  margin: 0;
}
.customfile:focus {
  background-color: #fff;
  outline: 0;
}
.customfile[disabled="disabled"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
  border: none;
  color: #4d4d4d;
  font-size: 16px;
}
.customfile.LV_invalid_field {
  border: 1px solid #db2133;
}
.customfile.textarea-type1 {
  display: block;
  height: 170px;
  width: 315px;
}

.customfile-disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
  border: none;
  color: #4d4d4d;
  font-size: 16px;
}

.customfile-feedback {
  display: none;
  margin: 1px 1px 1px 5px;
  padding: .7em .6em 0 .6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.customfile-feedback-populated {
  color: #0000;
}

.customfile-button {
  float: right;
  text-align: center;
  font: 400 20px/46px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 0px;
  background: #ffe000;
  border: 0;
  color: #000;
  display: inline-block;
  height: 44px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  vertical-align: top;
  width: 120px;
}

.customfile-hover .customfile-button {
  background: #f2d500;
  color: #000;
}

.customfile-focus {
  background-color: #ffffff;
  outline: 0 none;
}

.custom-file-container {
  *zoom: 1;
}
.custom-file-container:before, .custom-file-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.custom-file-container:after {
  clear: both;
}
.custom-file-container .customfile {
  float: right;
}
.custom-file-container .text {
  float: left !important;
  width: 330px !important;
}
.custom-file-container .text[readonly] {
  cursor: default;
}

.table col.period {
  width: 127px;
}
.table col.cost_comp {
  width: 147px;
}
.table col.cost_comp_l {
  width: 275px;
}
.table col.amount {
  width: 93px;
}
.table col.date {
  width: 134px;
}
.table col.pay {
  width: 100px;
}
.table col.more {
  width: 47px;
}
.table col.total {
  width: 167px;
}
.table col.due {
  width: 334px;
}
.table col.cta {
  width: 147px;
}
.table col.bar-chart {
  width: 354px;
}
.table col.bill_period {
  width: 241px;
}
.table col.select {
  width: 73px;
}
.table col.line_info {
  width: 610px;
}
.table col.package_info {
  width: 200px;
}
.table col.package_bar {
  width: 440px;
}
.table col.package_other {
  width: 170px;
}
.table col.package_price {
  width: 90px;
}
.table col.package_sms, .table col.package_data, .table col.package_voice {
  width: 145px;
}
.table col.package_sms_l, .table col.package_data_l, .table col.package_voice_l {
  width: 240px;
}
.table col.package_voice_extended {
  width: 435px;
}
.table th {
  border-bottom: 1px solid #e5e5e5;
  color: #9d9d9d;
  font: 700 10px/1 "Helvetica", Arial, sans-serif;
  padding: 0 0 10px;
  text-align: left;
}
.table th a.filter {
  color: #9d9d9d;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-right: 20px;
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 20px;
  padding: 8px 30px 8px 10px;
  left: -10px;
}
.table th a.filter:after {
  display: block;
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  margin-top: -10px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -60px -919px no-repeat;
  z-index: 1;
}
.table th a.filter.active:after, .table th a.filter:hover:after {
  background-position: 0 -899px;
}
.table th a.filter:before {
  display: block;
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  margin-top: -10px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') 0 -1057px no-repeat;
  z-index: 1;
}
.table th a.filter.active:before, .table th a.filter:hover:before {
  background-position: -20px -1057px;
}
.table th a.filter.up {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-right: 20px;
}
.table th a.filter.up:after {
  display: block;
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  margin-top: -10px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') -20px -899px no-repeat;
  z-index: 1;
}
.table th a.filter.up.active:after, .table th a.filter.up:hover:after {
  background-position: -58px -1030px;
}
.table th a.filter:hover:before, .table th a.filter:before {
  background-position: -99999px -9999999px;
}
.table th a.filter.selected, .table th a.filter:hover {
  color: #FFF;
  background: #4d4d4d;
}
.table th a.filter:before {
  left: 5px;
  margin-top: -11px;
}
.table th a.filter:after {
  right: 5px;
}
.table th a.filter.package, .table th a.filter.voice, .table th a.filter.sms, .table th a.filter.price, .table th a.filter.other, .table th a.filter.data {
  padding-left: 30px;
}
.table th a.filter.package:before {
  background-position: 0 -1057px;
}
.table th a.filter.voice:before {
  background-position: -77px -981px;
}
.table th a.filter.sms:before {
  background-position: 0 -1030px;
}
.table th a.filter.price:before {
  background-position: -20px -1030px;
}
.table th a.filter.other:before {
  background-position: -60px -959px;
}
.table th a.filter.data:before {
  background-position: 0 -959px;
}
.table th a.filter.package.selected:before, .table th a.filter.package:hover:before {
  background-position: -20px -1057px;
}
.table th a.filter.voice.selected:before, .table th a.filter.voice:hover:before {
  background-position: -57px -981px;
}
.table th a.filter.sms.selected:before, .table th a.filter.sms:hover:before {
  background-position: -40px -1003px;
}
.table th a.filter.price.selected:before, .table th a.filter.price:hover:before {
  background-position: -40px -919px;
}
.table th a.filter.other.selected:before, .table th a.filter.other:hover:before {
  background-position: -60px -1003px;
}
.table th a.filter.data.selected:before, .table th a.filter.data:hover:before {
  background-position: -20px -959px;
}
.table th .has-icon {
  color: #9d9d9d;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 20px;
  padding: 8px 30px 8px 10px;
  left: -10px;
}
.table th .has-icon:before {
  display: block;
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  margin-top: -10px;
  top: 50%;
  background: url('../../images/common/sprite-common.png') 0 -1057px no-repeat;
  z-index: 1;
}
.table th .has-icon.active:before, .table th .has-icon:hover:before {
  background-position: -20px -1057px;
}
.table th .has-icon:before {
  background-position: -99999px -9999999px;
}
.table th .has-icon:before {
  left: 5px;
  margin-top: -11px;
}
.table th .has-icon.package, .table th .has-icon.voice, .table th .has-icon.sms, .table th .has-icon.price, .table th .has-icon.other, .table th .has-icon.data {
  padding-left: 30px;
}
.table th .has-icon.price {
  font-size: 10px !important;
}
.table th .has-icon.package:before {
  background-position: 0 -1057px;
}
.table th .has-icon.voice:before {
  background-position: -77px -981px;
}
.table th .has-icon.sms:before {
  background-position: 0 -1030px;
}
.table th .has-icon.price:before {
  background-position: -20px -1030px;
}
.table th .has-icon.other:before {
  background-position: -60px -959px;
}
.table th .has-icon.data:before {
  background-position: 0 -959px;
}
.table th.filter {
  padding-bottom: 0px;
}
.table th a.select {
  padding-left: 10px;
  position: relative;
  color: #9d9d9d;
}
.table th a.select:before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../../images/common/sprite-common.png') -7px 0;
  height: 9px;
  width: 6px;
}
.table th a.select:hover {
  color: #3fb0e8;
}
.table td {
  border-top: 1px solid #e5e5e5;
  padding: 14px 0 12px;
  vertical-align: middle;
  line-height: 1.3;
}
.table td.date {
  font-size: 16px;
}
.table td.date span {
  position: relative;
  top: 5px;
}
.table td.date.overdue span {
  background: #0c203d;
  color: #fff;
  display: inline-block;
  font: 500 16px/1 "Helvetica", Arial, sans-serif;
  padding: 6px 10px;
  top: -4px;
}
.table td.date.overdue .tooltip-info {
  position: relative;
  top: 2px;
  margin: 0 5px 0 4px;
}
.table td.period div.shadow,
.table td.period div.shadow2 {
  *zoom: 1;
}
.table td.period div.shadow:before, .table td.period div.shadow:after,
.table td.period div.shadow2:before,
.table td.period div.shadow2:after {
  display: table;
  content: "";
  line-height: 0;
}
.table td.period div.shadow:after,
.table td.period div.shadow2:after {
  clear: both;
}
.table td.period small {
  color: #9d9d9d;
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin: 26px 0 7px;
}
.table td.period small + span.period-date {
  padding: 0;
}
.table td span.period-date {
  display: block;
  font-size: 16px;
  padding: 42px 0 0;
}
.table tbody:first-child tr td {
  border-top: none;
}
.table .align-right {
  text-align: right;
}
.table tbody tr td.shadow {
  border-top: none;
  padding: 0;
}
.table tbody tr td.shadow div.shadow {
  width: 100%;
  min-height: 60px;
  position: relative;
}
.table tbody tr td.shadow div.shadow2 {
  width: 100%;
  position: relative;
}
.table tbody tr td.shadow div.shadow2 strong {
  position: relative;
  z-index: 1;
}
.table tbody tr td.shadow div.shadow2 span {
  position: relative;
  z-index: 1;
}
.table tbody tr:hover td div.shadow:after,
.table tbody tr.active td div.shadow:after {
  background: url("../../images/common/bg-tr-hover.png") 0 0 repeat-y;
  content: " ";
  display: block;
  position: absolute;
  top: -1px;
  left: -21px;
  width: 736px;
  height: 101%;
  z-index: -1;
}
.table tbody tr.selected div.shadow2:before,
.table tbody tr.selected div.shadow2:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0px;
  height: 20px;
  width: 650px;
}
.table tbody tr.selected div.shadow2:before {
  top: -19px;
  background: url('../../images/common/sprite-shadows.png') -650px -123px;
}
.table tbody tr.selected div.shadow2:after {
  bottom: -19px;
  background: url('../../images/common/sprite-shadows.png') 0 -123px;
}
.table tbody tr.active td .separate div.shadow:after,
.table tbody tr:hover td .separate div.shadow:after {
  display: none;
}

.cart-table {
  margin: 0 0 30px;
}

.cart-table-margin-top {
  margin-top: -25px;
}

.cart-table .price {
  display: block;
  font-size: 24px;
  margin: 37px 0 0;
}
.cart-table .none {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 32px 0 0;
}
.cart-table .cart-promo {
  font-size: 0;
  margin: 40px 0 0;
}
.cart-table .cart-promo input.text {
  padding: 12px 15px 9px;
  margin: 0 10px 5px 0;
  width: 300px;
}
.cart-table .cart-help {
  color: #9d9d9d;
  font-size: 10px;
  font-weight: 700;
}
.cart-table .cart-delete {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 43px 0 0;
  padding: 0 0 0 20px;
}
.cart-table .cart-delete:before {
  display: block;
  content: " ";
  position: absolute;
}
.cart-table .cart-delete:before {
  height: 17px;
  width: 17px;
  background: url('../../images/shop/sprite-shop.png') -97px 0;
  top: 0;
  left: 0;
}
.cart-table .cart-delete:hover {
  color: #3fb0e8;
}
.cart-table .ico {
  position: relative;
  padding: 0 0 0 17px;
}
.cart-table .ico:before {
  display: block;
  content: " ";
  position: absolute;
}
.cart-table .ico:before {
  background: url('../../images/shop/sprite-shop.png');
  width: 17px;
  height: 17px;
  left: -3px;
  top: -1px;
}
.cart-table .ico.item:before {
  background-position: -127px -123px;
}
.cart-table .ico.pay_monthly:before {
  background-position: -46px 0;
}
.cart-table .ico.pay_once:before {
  background-position: -80px 0;
}
.cart-table .ico.delete:before {
  background-position: -63px 0;
}
.cart-table.has-title td .cart-item {
  padding: 30px 0 0;
}
.cart-table.type2 td.cart-item h2 {
  font-size: 18px;
  color: #4d4d4d;
  margin: 0 0 0 20px;
}
.cart-table.type2 td.cart-item h2.selection {
  padding-top: 15px;
}
.cart-table.type2 td.cart-item .price {
  font-size: 18px;
  color: #4d4d4d;
}
.cart-table.type3 th {
  font-size: 12px;
}
.cart-table.type3 th a, .cart-table.type3 td a {
  color: #3fb0e8;
}
.cart-table.type3 th.v2_black a, .cart-table.type3 th.v2_black p, .cart-table.type3 th.v2_black span, .cart-table.type3 td.v2_black a, .cart-table.type3 td.v2_black p, .cart-table.type3 td.v2_black span {
  color: #4d4d4d !important;
}
.cart-table.type3 th span.price, .cart-table.type3 td span.price {
  color: #3fb0e8;
}
.cart-table.type3 th.bb, .cart-table.type3 td.bb {
  border-bottom: 1px solid #e5e5e5;
}

.cart-aligntop .price,
.cart-aligntop .none {
  margin-top: 7px;
}

.cart-item .visual {
  background: url(../../images/shop/shadow-cart_item.png) top center no-repeat;
  display: block;
  height: 134px;
  margin: 0 0 0 -20px;
  position: relative;
  width: 168px;
}
.cart-item .visual .top,
.cart-item .visual .bottom {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
.cart-item .visual .bottom {
  z-index: 9;
}
.cart-item .cart-delivery {
  width: 370px;
  padding-top: 40px;
}
.cart-item h3,
.cart-item .summary,
.cart-item .cart-item_options {
  padding: 0 0 0 155px;
}
.cart-item .summary {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 18px;
}
.cart-item .cart-item_options {
  margin: 15px 0 0;
}
.cart-item .cart-item_options .trk_dropdown {
  width: 85px;
}
.cart-item .cart-item_options .trk_dropdown li > a {
  font-weight: 700;
}
.cart-item label.input-title {
  font-size: 9px;
  color: #9d9d9d;
  margin-bottom: 0;
}
.cart-item label.input-title.indented {
  margin-left: 30px;
}

.table.old_filters th {
  padding-bottom: 0;
}

.table.old_filters th a.filter {
  color: #505050;
  text-transform: none;
}

.separate {
  position: relative;
  position: relative;
}
.separate:before {
  display: block;
  content: " ";
  position: absolute;
}
.separate:after {
  display: block;
  content: " ";
  position: absolute;
}
.separate:before, .separate:after {
  left: 0px;
  height: 18px;
  z-index: -1;
}
.separate:before {
  top: 0px;
}
.separate:after {
  bottom: 0px;
}
.separate.top-s:before {
  background: url('../../images/common/sprite-shadows.png') 0 -143px;
  height: 18px;
  width: 660px;
}
.separate.top-m:before {
  background: url('../../images/common/sprite-shadows.png') 0 -97px;
  height: 18px;
  width: 960px;
}
.separate.top-l:before {
  background: url('../../images/common/sprite-shadows.png') 0 -61px;
  height: 18px;
  width: 1509px;
}
.separate.bot-s:after {
  background: url('../../images/common/sprite-shadows.png') -235px -15px;
  height: 18px;
  width: 660px;
}
.separate.bot_304:after {
  background: url('../../images/common/sprite-shadows.png') -1138px -169px;
  height: 64px;
  width: 304px;
}
.separate.bot_520:after {
  background: url('../../images/common/sprite-shadows.png') -895px -15px;
  height: 25px;
  width: 520px;
}
.separate.bot-m:after {
  background: url('../../images/common/sprite-shadows.png') 0 -79px;
  height: 18px;
  width: 960px;
}
.separate.bot-l:after {
  background: url('../../images/common/sprite-shadows.png') 0 -43px;
  height: 18px;
  width: 1509px;
}
.separate.bot_1138:after {
  background: url('../../images/common/sprite-shadows.png') 0 -169px;
  height: 23px;
  width: 1138px;
}
.separate.bot-cl:after {
  background: url('../../images/common/sprite-shadows.png') 0 -692px;
  height: 103px;
  width: 980px;
  left: -45px;
  bottom: -30px;
  z-index: -1;
}
.separate.comparison-separate:before {
  background: url('../../images/common/sprite-shadows.png') 0 -920px;
  height: 500px;
  width: 1138px;
  left: -100px;
  height: 100%;
}
.separate.comparison-separate.bot_1138:after {
  left: -100px;
  z-index: 2;
}
.separate.center:before, .separate.center:after {
  left: 50%;
}
.separate.center.top-s:before {
  margin-left: -330px;
}
.separate.center.top-m:before {
  margin-left: -490px;
}
.separate.center.top-l:before {
  margin-left: -754px;
}
.separate.center.bot-s:after {
  margin-left: -330px;
}
.separate.center.bot-m:after {
  margin-left: -490px;
}
.separate.center.bot-l:after {
  margin-left: -754px;
}
.separate.center.bot_520:after {
  margin-left: -260px;
}
.separate.center.bot_304:after {
  margin-left: -152px;
}
.separate.center.bot_1138:after {
  margin-left: -569px;
}
.separate.pt5 {
  padding-top: 5px;
}
.separate.pt30 {
  padding-top: 30px;
}

section.separate:after,
section.separate:before {
  z-index: 1;
}

.separate-line {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 34px;
}
.separate-line.last-row {
  border-bottom: 0 none;
}

.editorial.separate-line {
  padding-bottom: 0px;
}

/* styles for ui controls */
/* Dropdowns
The default dropdown is gray with a bottom shadow and a label
You can override the style of a dropdown by applying modifiers

.dropdown-modifier1 is used on dropdowns without labels
    The selected value is displayed when the dropdown is closed

.dropdown-modifier2 is used to make the dropdowns have a bigger height
*/
.trk_dropdown_button {
  display: block;
  color: #4d4d4d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie10 .trk_dropdown_button {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #bebebe;
}

.trk_dropdown_button,
.button.trk_dropdown {
  position: relative;
  border-bottom: 1px solid #9F9F9F;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  background-color: #f2f2f2;
  vertical-align: top;
  -webkit-box-shadow: 0px 1px 2px -1px #9f9f9f;
  -moz-box-shadow: 0px 1px 2px -1px #9f9f9f;
  box-shadow: 0px 1px 2px -1px #9f9f9f;
  cursor: pointer;
  height: 44px;
  text-align: left;
}
.trk_dropdown_button.readonly,
.button.trk_dropdown.readonly {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.trk_dropdown_button.dropdown-modifier2,
.button.trk_dropdown.dropdown-modifier2 {
  height: 56px;
}

.trk_dropdown_button.dropdown-modifier3,
.button.trk_dropdown.dropdown-modifier3 {
  height: 44px;
}

.button.trk_dropdown_button.inverted.white {
  background-color: #FFF;
}

.button.trk_dropdown_button.inverted.active,
.button.trk_dropdown_button.inverted:hover {
  background-color: #4d4d4d;
  color: #FFF;
}
.button.trk_dropdown_button.inverted.active:after,
.button.trk_dropdown_button.inverted:hover:after {
  background-position: -37px -540px;
}

.dropdown_containers {
  text-align: center;
}

.trk_dropdown.open {
  height: 44px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.trk_dropdown.dropdown-modifier2.open {
  height: 56px;
}

.trk_dropdown.dropdown-modifier3.open {
  height: 44px;
}

.trk_dropdown.open.upward ul {
  top: auto;
  bottom: 0;
}
.trk_dropdown.open ul {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px 2px #e8e8e8;
  -moz-box-shadow: 0px 1px 10px 2px #e8e8e8;
  box-shadow: 0px 1px 10px 2px #e8e8e8;
  max-height: 326px;
  overflow-y: auto;
}
.lt-ie10 .trk_dropdown.open ul {
  border: 1px solid #e5e5e5;
}
.trk_dropdown.open ul li.selected a {
  background: #3fb0e8;
  color: #fff;
}
.support .trk_dropdown.open ul li.selected a {
  background: #fd9526;
}

.trk_dropdown.closed li {
  display: none;
}

.trk_dropdown.closed .label,
.trk_dropdown.closed li.selected {
  display: block;
  height: 0;
}
.trk_dropdown.closed .label a,
.trk_dropdown.closed li.selected a {
  display: block;
}

.trk_dropdown.dropdown-modifier1.dirty.closed .label {
  display: none;
}

.trk_dropdown.dropdown-modifier3.dirty.closed .label a {
  text-indent: -9000px;
}

.trk_dropdown.closed .label
.trk_dropdown.dropdown-modifier1.closed .selected a {
  position: relative;
  z-index: 10;
}

.trk_dropdown_button,
.trk_dropdown.closed.dropdown-modifier1 .selected a,
.trk_dropdown.closed .label a {
  padding: 16px 20px 12px 17px;
}

.trk_dropdown.closed.dropdown-modifier3 .selected a {
  right: auto;
  left: 17px;
}

.trk_dropdown_button.dropdown-modifier2,
.trk_dropdown.closed.dropdown-modifier1.dropdown-modifier2 .selected a,
.trk_dropdown.closed.dropdown-modifier2 .label a {
  padding: 18px 20px 16px 17px;
  font-size: 22px;
}

.trk_dropdown.open.dropdown-modifier2 .label a {
  padding: 18px 20px 16px 17px;
  font-size: 22px;
}

.trk_dropdown.closed.dropdown-modifier1 .selected a {
  position: relative; /*tukcell*/
  text-align: left;
  left: 0;
  top: 0;
}

.trk_dropdown.closed .label a:hover {
  color: #4d4d4d;
}

.trk_dropdown.readonly .label a:hover {
  color: #4d4d4d;
}

.trk_dropdown.closed li.selected a {
  font: 700 16px/1 "Helvetica", Arial, sans-serif;
  color: #4d4d4d;
  padding: 0;
  border-top: 0;
}

.trk_dropdown.closed li.selected a:hover {
  background-color: transparent;
}

.trk_dropdown a {
  outline: none;
  display: block;
}

/* .label:after is the dropdown arrow */
.trk_dropdown_button:after,
.trk_dropdown .label a:after,
.trk_dropdown.dropdown-modifier1 .selected:after {
  position: absolute;
  z-index: 0;
  display: block;
  right: 13px;
  top: 19px;
  padding: 0;
  height: 10px;
  width: 15px;
  background: url('../../images/common/sprite-common.png') -52px -551px;
  content: ".";
  text-indent: -9000px;
}

.trk_dropdown_button.dropdown-modifier2:after,
.trk_dropdown.dropdown-modifier2 .label a:after,
.trk_dropdown.dropdown-modifier1.dropdown-modifier2 .selected:after {
  top: 24px;
}

/* TODO: IE8 doesn't have the :last-child pseudo-class */
.trk_dropdown ul li:last-child a {
  padding-bottom: 10px;
}

/* IE doesnt know how to refrehs styles on :after / :before unless you change the content: attribute */
.trk_dropdown_button.closed:after,
.trk_dropdown.closed .label a:after,
.trk_dropdown.closed.dropdown-modifier1 .selected:after {
  background-position: -52px -551px;
  content: ' ';
}

.trk_dropdown_button.open:after,
.trk_dropdown.open .label a:after,
.trk_dropdown.open.dropdown-modifier1 .selected:after {
  background-position: -22px -551px;
  content: '   ';
}

/* the dropdown label and the selected value (when the dropdown is closed) have different paddings */
.trk_dropdown li > a {
  font: 400 16px/1 "Helvetica", Arial, sans-serif;
  border-top: 1px solid #e5e5e5;
  color: #4d4d4d;
  padding: 16px 20px 12px 17px;
}
.trk_dropdown li > a:hover {
  background-color: #3fb0e8;
  color: #fff;
}
.trk_dropdown li:first-child > a {
  border-top: none;
  font-weight: 700;
}
.support .trk_dropdown li > a:hover {
  background-color: #fd9526;
}
.support .trk_dropdown li:first-child > a {
  background-color: transparent;
}

.trk_dropdown .label a {
  font-weight: 700;
  padding: 16px 20px 12px 17px;
  border-top: 0;
}
.trk_dropdown .label a:hover {
  background: transparent;
}

.trk_dropdown.closed .selected a {
  position: absolute;
  right: 45px;
  top: 15px;
  text-align: right;
  color: #4d4d4d;
}

.trk_dropdown.closed.dropdown-modifier2 .selected a {
  top: 23px;
}

.trk_dropdown.closed .selected a:hover,
.trk_dropdown .label a:hover {
  color: #4d4d4d;
}

.sign_in_box h2 {
  font: 700 24px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  color: #4d4d4d;
  margin: 0 0 15px;
  text-align: left;
}
.sign_in_box h2.alt {
  color: #3fb0e8;
}
.sign_in_box h3 {
  font: 700 24px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  margin: 0 0 5px;
}
.sign_in_box p {
  color: #9d9d9d;
  font: 400 14px/20px "Helvetica", Arial, sans-serif;
  margin: 0 0 15px;
}
.sign_in_box p.step {
  margin: 25px 0 0;
}
.sign_in_box button.btn {
  width: 100%;
}
.sign_in_box button.btn span.button-cta {
  display: block;
}
.sign_in_box a.button-cta {
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
.sign_in_box .lh-33 {
  line-height: 33px;
}
.sign_in_box .acc-btn {
  float: left;
  padding: 0 0 0 30px;
  color: #3fb0e8;
  font: 700 13px/25px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  position: relative;
}
.sign_in_box .acc-btn:before {
  display: block;
  content: " ";
  position: absolute;
}
.sign_in_box .acc-btn:before {
  height: 25px;
  width: 25px;
  background: url('../../images/common/sprite-common.png');
  top: 0;
  left: 0;
}
.sign_in_box .acc-btn:hover {
  color: #3fb0e8;
}
.sign_in_box .acc-btn.active {
  color: #4d4d4d;
  cursor: default;
}
.sign_in_box .acc-btn.mobile {
  margin-left: 16px;
}
.sign_in_box .acc-btn.mobile.v2 {
  margin-left: 60px;
}
.lt-ie9 .sign_in_box .acc-btn.mobile.v2 {
  margin-left: 50px;
}
.sign_in_box .acc-btn.mobile:before {
  background-position: -49px -1265px;
}
.sign_in_box .acc-btn.mobile:hover:before {
  background-position: 0 -1290px;
}
.sign_in_box .acc-btn.mobile.active:before {
  background-position: 0 -1290px;
}
.sign_in_box .acc-btn.corporate:before {
  background-position: -72px -1240px;
}
.sign_in_box .acc-btn.corporate:hover:before {
  background-position: -72px -1240px;
}
.sign_in_box .acc-btn.corporate.active:before {
  background-position: -72px -1240px;
}
.sign_in_box .acc-btn.corporate.v2:after {
  right: -31px;
}
.sign_in_box .acc-btn.has-sep {
  margin-right: 24px;
  position: relative;
}
.sign_in_box .acc-btn.has-sep:after {
  display: block;
  content: " ";
  position: absolute;
}
.sign_in_box .acc-btn.has-sep:after {
  right: -13px;
  top: 0;
  width: 1px;
  height: 25px;
  background-color: #e5e5e5;
}
.sign_in_box .acc-btn.large {
  padding-left: 40px;
  font-size: 18px;
  line-height: 33px;
}
.sign_in_box .acc-btn.large:before {
  height: 33px;
  width: 33px;
}
.sign_in_box .acc-btn.large.corporate:before {
  background-position: 0 -1489px;
}
.sign_in_box .acc-btn.large.corporate.v2 {
  font-size: 12px;
  text-decoration: underline;
}
.lt-ie9 .sign_in_box .acc-btn.large.corporate.v2 {
  letter-spacing: -0.05em;
}
.sign_in_box .acc-btn.large.has-sep:after {
  height: 33px;
}
.sign_in_box button.btn {
  width: 100%;
}
.sign_in_box button.btn span.button-cta {
  display: block;
}
.sign_in_box.v2 button.btn {
  width: auto;
}
.sign_in_box.v2 div.action img.loading {
  margin-top: -20px;
}

/* transparent hover container above the dropbox */
.dropbox {
  -webkit-box-shadow: #222222 1px 1px 3px 0px;
  -moz-box-shadow: #222222 1px 1px 3px 0px;
  box-shadow: #222222 1px 1px 3px 0px;
  display: block;
  width: 245px;
  padding: 28px 30px 29px;
  background: #fff;
  z-index: 200;
  /* overwrite the left property for the .carrot_up element where needed */
}
.dropbox.w-auto {
  width: auto !important;
}
.dropbox .scroll-container {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropbox.scroll-container-fit .scroll-container {
  height: 100%;
}
.dropbox.v2 {
  min-height: 265px;
}
.dropbox.v2 .scroll-container,
.dropbox.v2 .scroll-container div:first-child {
  overflow: visible !important;
}
.dropbox h2 {
  font: 700 24px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  color: #4d4d4d;
  margin: 0 0 15px;
  text-align: left;
}
.dropbox h3 {
  font: 700 24px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  margin: 0 0 5px;
}
.dropbox p {
  color: #9d9d9d;
  font: 400 14px/20px "Helvetica", Arial, sans-serif;
  margin: 0 0 15px;
}
.dropbox p.step {
  margin: 25px 0 0;
}
.dropbox button.btn {
  width: 100%;
}
.dropbox button.btn span.button-cta {
  display: block;
}
.dropbox a.button-cta {
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
.dropbox a.button-cta.fb-connect {
  margin-bottom: 0;
}
.dropbox a.button-cta.iblock-cta {
  display: inline-block;
}
.dropbox span.option {
  font: 400 18px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  color: #9d9d9d;
  display: block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.dropbox span.option:after, .dropbox span.option:before {
  background: #ededed;
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  width: 42%;
  top: 7px;
}
.dropbox span.option:after {
  right: 0;
}
.dropbox span.option:before {
  left: 0;
}
.dropbox#drop-sign_in, .dropbox#drop-sign_in_corporate {
  width: 340px;
}
.dropbox#drop-sign_in .carrot_up, .dropbox#drop-sign_in_corporate .carrot_up {
  left: 206px;
}
.dropbox#drop-packages .carrot_up {
  left: 218px;
  top: -6px;
  border-bottom: 6px solid #f6f6f6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.dropbox#drop-my_lines .carrot_up {
  left: 225px;
  top: -6px;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.dropbox#drop-upload_avatar .carrot_up {
  left: 270px;
}
.dropbox.inset {
  padding: 0;
  width: 305px;
}
.dropbox.inset h2 {
  margin: 28px 30px 15px;
}
.dropbox.inset ol.packages h2 {
  margin: 0;
}
.dropbox .carrot_up {
  position: absolute;
  top: -11px;
  width: 0;
  height: 0;
  border-bottom: 12px solid white;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  overflow: hidden;
}
.dropbox .corporate_hint {
  color: #9d9d9d;
  font: 700 14px/15px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  margin-top: 5px !important;
}
.js .dropbox {
  position: absolute;
  /* block used to prevent the dropdown from closing when hovering out */
}
.js .dropbox.closed {
  display: none;
}
.js .dropbox:after {
  display: none;
  position: absolute;
  top: -12px;
  left: 0px;
  width: 100%;
  height: 12px;
  content: ".";
  text-indent: -9999px;
}
.lt-ie9 .dropbox {
  border: 1px solid #4d4d4d;
}

.packages-dropbox {
  height: 550px;
}

ol.packages {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
ol.packages h2 {
  position: relative;
  background: #f6f6f6;
  padding: 17px 30px 17px 55px;
}
ol.packages h2:before {
  display: block;
  content: " ";
  position: absolute;
}
ol.packages h2:before {
  height: 17px;
  width: 17px;
  top: 20px;
  left: 30px;
}
ol.packages h2.voice:before {
  background: url('../../images/common/sprite-common.png') -51px -723px;
}
ol.packages h2.sms:before {
  background: url('../../images/common/sprite-common.png') -34px -723px;
}
ol.packages h2.data:before {
  background: url('../../images/common/sprite-common.png') -40px -706px;
}
ol.packages h3 {
  font-size: 18px;
  margin: 0;
  padding: 13px 30px 0;
}
ol.packages > li {
  border-top: 4px solid #9d9d9d;
  list-style: inside none;
}
ol.packages > li span.refresh {
  border-bottom: 1px dotted #e5e5e5;
  color: #9d9d9d;
  display: block;
  padding: 0 30px 15px;
  font: 700 10px/1 "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
}
ol.packages > li:first-child {
  border-top: none;
  padding: 0;
}
ol.packages ul.package {
  margin: 0;
  padding: 0;
}
ol.packages ul.package li {
  border-top: 1px dotted #e5e5e5;
  padding: 18px 30px 22px;
}
ol.packages ul.package li:first-child {
  border-top: none;
}
ol.packages ul.package + h3 {
  border-top: 2px solid #e5e5e5;
}
ol.packages .package-status {
  text-align: center;
}
ol.packages .package-status .status {
  display: block;
  font-size: 16px;
  margin: 15px 0 10px;
}
ol.packages .package-status .status.critical {
  color: #db2133;
}
ol.packages .package-status .status.mid {
  color: #fd9526;
}
ol.packages a.button-cta.wide {
  margin: 0 -20px -10px;
}

.dropbox_container {
  position: relative;
}
.dropbox_container.align-left .dropbox {
  left: 0 !important;
}

.dropbox_position_source {
  display: inline-block;
}

.trk_tabs {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-bottom: 125px;
  margin: 0;
  position: relative;
  padding: 0;
}
.trk_tabs:before {
  display: block;
  content: " ";
  position: absolute;
  width: 1100px;
  height: 125px;
  bottom: 0px;
  margin-left: -550px;
  left: 50%;
  background: url('../../images/common/sprite-shadows.png') 0 -795px no-repeat;
  z-index: 1;
}
.trk_tabs:before {
  z-index: -1;
}
.trk_tabs.full-width {
  width: 100% !important;
}
section.tabbed .trk_tabs:before, .settings-item.bill_type.threesome .trk_tabs:before, .settings-item.bill_type .trk_tabs.trk_tabs_iconic:before {
  background-position: -800px -358px;
  margin-left: -337px;
}
.settings-item.bill_type .trk_tabs:before {
  background-position: -1045px -233px;
  margin-left: -183px;
}
.trk_tabs > li {
  float: left;
  width: 33%;
  z-index: 1;
}
.trk_tabs > li a {
  font: 700 21px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  background: url(../../images/common/bg_border_tabs.png) 0 bottom no-repeat;
  display: block;
  padding: 82px 0 19px;
  text-align: center;
}
.trk_tabs > li.active {
  background: #fff;
}
.trk_tabs > li.active a {
  background: url(../../images/common/bg_border_tabs_active.png) -1px bottom no-repeat;
  color: #3fb0e8;
}
.trk_tabs > li.active + li a {
  background: url(../../images/common/bg_border_tabs_active.png) -1px bottom no-repeat;
}
.trk_tabs > li:first-child a {
  background: none;
}
.trk_tabs.cols-4 > li {
  width: 25%;
}
.trk_tabs.ml21 {
  margin-left: 21px;
}
.trk_tabs.centered {
  text-align: center;
}
.trk_tabs.centered li {
  float: none;
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
}
.trk_tabs.centered li a {
  background: none !important;
  padding-left: 60px;
  padding-right: 60px;
}
section.tabbed .trk_tabs.centered li a {
  padding-left: 23px;
  padding-right: 23px;
}
.trk_tabs.centered li a.topup-tab-link {
  cursor: pointer !important;
  padding-top: 10px;
  padding: 26px 60px 19px !important;
}
.trk_tabs.centered li.active {
  background: url(../../images/common/dividers/divider-tab-vert.png) left bottom no-repeat white;
}
.trk_tabs.centered li.active a {
  background: url(../../images/common/dividers/divider-tab-vert.png) right bottom no-repeat !important;
}
.trk_tabs.centered li i.thumb {
  display: block;
  margin: 0 auto 6px;
  background: url('../../images/my_account/sprite-others.png') -262px -334px;
  height: 54px;
  width: 91px;
}
.trk_tabs.centered li i.thumb.tl-gonder {
  background-position: -262px -334px;
  height: 54px;
  width: 91px;
}
.trk_tabs.centered li i.thumb.tl-iste {
  background-position: -80px -334px;
  height: 54px;
  width: 91px;
}
.trk_tabs.centered li.active i.thumb.tl-gonder {
  background-position: -171px -334px;
}
.trk_tabs.centered li.active i.thumb.tl-iste {
  background-position: -353px -334px;
}
.trk_tabs.centered.force-normal li a {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.trk_tabs.wide li a {
  padding-left: 73px;
  padding-right: 73px;
}
.trk_tabs + div.carousel {
  margin-top: 60px;
}
.trk_tabs.smaller > li a {
  padding-top: 30px;
}

.trk_tabs_radio li {
  width: auto;
}
.trk_tabs_radio li a {
  padding-left: 70px;
  padding-right: 60px;
}
.trk_tabs_radio li.active a {
  color: #4d4d4d;
}
.trk_tabs_radio li.active a i.radio {
  background-position: -20px -1003px;
}
.trk_tabs_radio li:first-child {
  margin-left: 100px;
}
.lt-ie9 .trk_tabs_radio li:first-child {
  margin-left: 50px;
}
.lt-ie10 .trk_tabs_radio li a {
  font-size: 18px;
}
.trk_tabs_radio a {
  color: #9d9d9d;
  position: relative;
}
.trk_tabs_radio a:hover {
  color: #3fb0e8;
}
.trk_tabs_radio a:hover i.radio {
  background-position: -76px -939px;
}
.trk_tabs_radio strong {
  margin: 0 0 0 30px;
  position: relative;
}
.trk_tabs_radio strong.balanced {
  display: block;
}
.trk_tabs_radio i.thumb {
  height: 140px;
  width: 190px;
  background: url('../../images/my_account/sprite-others.png') -140px -894px;
  display: block;
  margin: 0 0 0 -20px;
}
.trk_tabs_radio i.thumb.profile_none {
  background-position: -140px -894px;
}
.trk_tabs_radio i.thumb.profile_child {
  background-position: -190px -1874px;
}
.trk_tabs_radio i.thumb.profile_family {
  background-position: -190px -2014px;
}
.trk_tabs_radio i.thumb.redirect_secretary {
  background-position: -570px -1174px;
}
.trk_tabs_radio i.thumb.redirect_who {
  background-position: 0 -1314px;
}
.trk_tabs_radio i.thumb.redirect_diff_no {
  background-position: -190px -1174px;
}
.trk_tabs_radio i.thumb.tl {
  background-position: -570px -1034px;
}
.trk_tabs_radio i.thumb.credit_card {
  background-position: -380px -2154px;
}
.trk_tabs_radio i.thumb.employee_profile {
  background-position: -570px -2014px;
}
.trk_tabs_radio i.thumb.corporate_profile {
  background-position: -570px -2154px;
}
.trk_tabs_radio i.radio {
  height: 20px;
  width: 20px;
  background: url('../../images/common/sprite-common.png') -56px -939px;
  display: block;
  position: absolute;
  padding: 0;
  min-height: 0;
  top: 2px;
  left: -30px;
}

.trk_tabs_iconic > li > a {
  display: block;
  padding: 0 0 5px;
}
.trk_tabs_iconic > li i.thumb {
  display: block;
  margin: 0 auto;
  background: url('../../images/my_account/sprite-others.png') -140px -645px;
  height: 109px;
  width: 140px;
}
.trk_tabs_iconic > li i.thumb.e-bill {
  background-position: -300px -427px;
}
.trk_tabs_iconic > li i.thumb.sms-bill {
  background-position: 0 -894px;
}
.trk_tabs_iconic > li i.thumb.print-bill {
  background-position: -280px -645px;
}
.trk_tabs_iconic > li i.thumb.voice-bill {
  background-position: -160px -427px;
}
.trk_tabs_iconic > li i.thumb.tab-icon-plus {
  background-position: -420px -645px;
}
.trk_tabs_iconic > li i.thumb.tab-icon-video {
  background-position: -560px -536px;
}
.trk_tabs_iconic > li i.thumb.tab-icon-currency {
  background-position: 0 -536px;
}
.trk_tabs_iconic > li i.thumb.tab-icon-flag {
  background-position: -580px -427px;
}
.trk_tabs_iconic > li.active i.thumb.sms-bill {
  background-position: -420px -536px;
}
.trk_tabs_iconic > li.active i.thumb.e-bill {
  background-position: -280px -536px;
}
.trk_tabs_iconic > li.active i.thumb.print-bill {
  background-position: -140px -645px;
}
.trk_tabs_iconic > li.active i.thumb.voice-bill {
  background-position: 0 -754px;
}
.trk_tabs_iconic > li.active i.thumb.tab-icon-plus {
  background-position: -140px -536px;
}
.trk_tabs_iconic > li.active i.thumb.tab-icon-video {
  background-position: -560px -645px;
}
.trk_tabs_iconic > li.active i.thumb.tab-icon-currency {
  background-position: 0 -645px;
}
.trk_tabs_iconic > li.active i.thumb.tab-icon-flag {
  background-position: -440px -427px;
}

div.search {
  -webkit-box-shadow: inset 0px 1px 3px -2px black;
  -moz-box-shadow: inset 0px 1px 3px -2px black;
  box-shadow: inset 0px 1px 3px -2px black;
  background: #f6f6f6;
  border: 1px solid #E2E2E2;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #EFEFEF;
  margin: 0 auto 58px;
  position: relative;
  width: 300px;
}
div.search input.text {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  font-size: 18px;
  padding: 12px 0 11px 20px;
  width: 230px;
}
div.search button.btn {
  height: 44px;
  width: 44px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
div.search button.btn .search {
  position: relative;
  height: 44px;
  width: 44px;
  display: block;
  text-indent: -9999px;
}
div.search button.btn .search:before {
  display: block;
  content: " ";
  position: absolute;
}
div.search button.btn .search:before {
  height: 44px;
  width: 44px;
  background: url('../../images/common/sprite-common.png') -38px -2030px;
  top: 0;
  left: 0;
}
div.search button.btn.speech-btn {
  right: 44px;
  width: 15px;
}
div.search button.btn .speech {
  position: relative;
  height: 16px;
  width: 16px;
  display: block;
  text-indent: -9999px;
}
div.search button.btn .speech:before {
  display: block;
  content: " ";
  position: absolute;
}
div.search button.btn .speech:before {
  height: 16px;
  width: 16px;
  background: url('../../images/common/sprite-common.png') -46px 0;
  top: 0;
  left: 0;
}
div.search button.btn:hover .search:before {
  background-position: -38px -1986px;
}
div.search button.btn.akademi_search {
  display: none;
}
div.search .typeahead-return-btn {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
}
div.search.large input.text {
  padding: 18px 0 16px 20px;
  width: 290px;
}
div.search.large button.btn {
  height: 57px;
  width: 57px;
}
div.search.large button.btn .search {
  height: 57px;
  width: 57px;
}
div.search.large button.btn .search:before {
  height: 57px;
  width: 57px;
  background-position: 0 -2487px;
}
div.search.large button.btn:hover .search:before {
  background-position: 0 -2431px;
}
div.search.v2 {
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}
div.search.v3 {
  width: 383px;
  margin: 0;
}
div.search.v3 input.text {
  width: 305px;
  padding-top: 12px;
  padding-bottom: 10px;
}
div.search.v3 button.search_clear_button:before {
  top: -6px;
}
div.search.v4 {
  margin-bottom: 0;
  width: 265px;
}
div.search.v4 input.text {
  width: 210px;
  height: 44px;
  padding-left: 15px;
  font-size: 12px;
}
div.search.v4 .search_clear_button {
  top: 15px;
}
div.search.v5 {
  width: 410px;
}
div.search.v5 input.text {
  width: 340px;
  padding-top: 12px;
  padding-bottom: 10px;
}
div.search.search-academy {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  margin-right: 5px !important;
  width: 340px;
}
div.search.search-academy input.text {
  color: #4d4d4d !important;
}
div.search.search-academy input.text:-moz-placeholder {
  color: #4d4d4d;
}
div.search.search-academy input.text:-ms-input-placeholder {
  color: #4d4d4d;
}
div.search.search-academy input.text::-webkit-input-placeholder {
  color: #4d4d4d;
}
div.search.academy-main-search {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px !important;
  width: 655px;
  text-align: left;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
div.search.academy-main-search input.text {
  width: 96%;
  color: #9b9b9b !important;
  font: 700 24px/normal "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
div.search.academy-main-search input.text:-moz-placeholder {
  color: #9b9b9b;
}
div.search.academy-main-search input.text:-ms-input-placeholder {
  color: #9b9b9b;
}
div.search.academy-main-search input.text::-webkit-input-placeholder {
  color: #9b9b9b;
}
div.search.academy-main-search .search_clear_button {
  right: 10px;
  top: 18px;
}
.breadcrumbs div.search {
  -webkit-box-shadow: inset 0px 1px 3px -2px black;
  -moz-box-shadow: inset 0px 1px 3px -2px black;
  box-shadow: inset 0px 1px 3px -2px black;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #EFEFEF;
  position: absolute;
  top: -9px;
  right: 20px;
  width: 230px;
}
.breadcrumbs div.search input.text {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 0 5px 10px;
  width: 180px;
}
.breadcrumbs div.search button.btn {
  height: 34px;
  width: 34px;
}
.breadcrumbs div.search button.btn .search {
  height: 34px;
  width: 34px;
}
.breadcrumbs div.search button.btn .search:before {
  height: 23px;
  width: 23px;
  background-position: -45px -1146px;
  top: 6px;
  left: 0;
}
.breadcrumbs div.search button.btn:hover .search:before {
  background-position: -69px -1123px;
}

.trk_horizontal_bar {
  display: none;
}

.trk_horizontal_bar_bill {
  height: 40px;
  width: 90%;
  position: relative;
  margin-top: 8px;
  /* Turkcell - Removed
    &.remark_graphic:after {
        position: absolute;
        left: 100%;
        top: 0;
        @include sprite-dimensions($sprite-controls, "trk_horizontal_bar_remark_bg");

        background: sprite($sprite-controls, "trk_horizontal_bar_remark_bg");
        content: " ";
        overflow: hidden;
    }
  */
}
.trk_horizontal_bar_bill.filled {
  position: relative;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-right: 800px;
  padding: 0;
}
.trk_horizontal_bar_bill.filled:after {
  display: block;
  content: " ";
  position: absolute;
  width: 800px;
  height: 26px;
  right: 0px;
  top: top;
  background: url('../../images/common/sprite-shadows.png') -660px -143px no-repeat;
  z-index: 1;
}
.trk_horizontal_bar_bill.filled.inverted:after {
  background-position: -960px -97px;
}
.trk_horizontal_bar_bill.filled:after {
  width: 100%;
  z-index: 0;
}
.trk_horizontal_bar_bill .data {
  display: block;
  position: relative;
  z-index: 1;
  float: left;
  text-indent: -9000px;
  height: 100%;
  width: 0px;
}
.trk_horizontal_bar_bill .data:after {
  display: block;
  content: " ";
  width: 12px;
  height: 27px;
  background: url('../../images/common/sprite-common.png') -68px -723px no-repeat;
  position: absolute;
  top: 0px;
  right: -12px;
}
.trk_horizontal_bar_bill .data:first-child:before {
  display: block;
  content: " ";
  width: 12px;
  height: 27px;
  background: url('../../images/common/sprite-common.png') -42px -753px no-repeat;
  position: absolute;
  top: 0px;
  left: -12px;
}
.trk_horizontal_bar_bill .data.cost {
  background: url('../../images/common/sprite-shadows.png') 0 -358px;
}
.trk_horizontal_bar_bill .data.over-cost {
  background: url('../../images/common/sprite-shadows.png') 0 -483px;
}
.trk_horizontal_bar_bill .vertical_guides {
  position: absolute;
  top: -100%;
}
.trk_horizontal_bar_bill .remark_text {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 7px 0 8px;
  height: 40px;
  text-align: right;
  color: #ffffff;
  z-index: 2;
  font: 700 16px/1 "Helvetica", Arial, sans-serif;
}
.trk_horizontal_bar_bill .remark_text small {
  font: 700 10px/1 "Helvetica", Arial, sans-serif;
}
.trk_horizontal_bar_bill .remark_text.split:before {
  position: absolute;
  top: 0;
  left: -14px;
  height: 51px;
  width: 14px;
  background: url('../../images/common/sprite-controls.png') -53px 0;
  content: " ";
}

.trk_horizontal_bar_with_guides {
  padding: 56px 0 0 8px;
}
.trk_horizontal_bar_with_guides .vertical_guides {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0px;
}
.trk_horizontal_bar_with_guides .vertical_guides li {
  position: absolute;
  top: auto;
  bottom: 0px;
  height: 43px;
}
.trk_horizontal_bar_with_guides .vertical_guides .vertical_average_cost_bar {
  position: absolute;
  bottom: 0px;
}
.trk_horizontal_bar_with_guides .vertical_guides .vertical_guide_text {
  position: absolute;
  top: -48px;
  width: 110px;
  margin-left: -5px;
}
.trk_horizontal_bar_with_guides .vertical_guides .vertical_guide_text .smalltext {
  display: block;
}

/* determines the size of the vertical average bar cost above the bar container */
.trk_slider {
  width: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.js .trk_slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.trk_slider .bar {
  height: 26px;
}
.trk_slider .bar.extra-space {
  background-color: #e7e7e7;
}
.trk_slider .bar.data {
  display: inline-block;
  border-bottom: #4d4d4d 1px solid;
}
.trk_slider .interface_elements_container {
  position: relative;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.trk_slider .bar_container {
  height: 27px;
  border-bottom: #cdcdcd 1px solid;
  position: relative;
  /* shadows */
}
.trk_slider .bar_container:after, .trk_slider .bar_container:before {
  position: absolute;
  overflow: hidden;
  content: "";
  bottom: -1px;
}
.trk_slider .bar_container:after {
  background: url('../../images/common/sprite-controls.png') 0 -51px;
  width: 19px;
  height: 3px;
  right: -19px;
}
.trk_slider .bar_container:before {
  background: url('../../images/common/sprite-controls.png') -19px -51px;
  width: 16px;
  height: 3px;
  left: -16px;
}
.trk_slider.drag_circle {
  padding-top: 34px;
  height: 145px;
}
.trk_slider.drag_circle .gesture_container {
  height: 27px;
  padding: 16px 30px;
}
.trk_slider.drag_circle .drag {
  background: url('../../images/common/sprite-controls.png') -93px -375px;
  height: 59px;
  width: 59px;
  padding-top: 22.5px;
  margin-top: -29.5px;
  margin-left: -29.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  z-index: 2;
  font: 400 14px/14px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  text-align: center;
  color: #ffffff;
}
.trk_slider.drag_circle .drag:hover, .trk_slider.drag_circle:hover .drag {
  background: url('../../images/common/sprite-controls.png') 0 -434px;
}
.trk_slider.angled_slider_drag {
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: -30px;
}
.trk_slider.angled_slider_drag .gesture_container {
  height: 27px;
  padding: 0 30px 33px 30px;
}
.trk_slider.angled_slider_drag .drag {
  background: url('../../images/common/sprite-controls.png') -52px -178px;
  height: 33px;
  width: 32px;
  padding-top: 9.5px;
  margin-left: -16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  z-index: 2;
  font: 400 14px/14px "Turkcell Satura", "Helvetica", Arial, sans-serif;
  text-align: center;
  color: #ffffff;
}
.smaller .trk_slider.angled_slider_drag .drag {
  background: url('../../images/common/sprite-controls.png') -98px -51px;
  height: 22px;
  width: 24px;
  margin-left: -13px;
}
.trk_slider.angled_slider_drag .drag:hover, .trk_slider.angled_slider_drag:hover .drag {
  background: url('../../images/common/sprite-controls.png') -45px -134px;
}
.smaller .trk_slider.angled_slider_drag .drag:hover, .smaller .trk_slider.angled_slider_drag:hover .drag {
  background: url('../../images/common/sprite-controls.png') 0 -74px;
}
.trk_slider .step {
  position: absolute;
  top: 26px;
  z-index: 1;
}
.trk_slider .step .contents {
  padding-top: 33px;
  font-size: 18px;
  font-weight: 700;
  /* turkcell changed*/
}
.trk_slider .step .step_border {
  position: absolute;
  height: 27px;
  width: 0px;
  border-left: #9d9d9d 1px dotted;
  overflow: hidden;
}
.smaller .trk_slider .step .step_border {
  display: none;
}
.trk_slider .step_above {
  position: absolute;
  top: 0;
  height: 26px -2px;
  z-index: 1;
}
.trk_slider .step_above .contents {
  margin-top: -20px;
  font-size: 18px;
  font-weight: 700;
}
.trk_slider .step_above .step_border {
  position: absolute;
  height: 27px;
  width: 0px;
  border-left: #9d9d9d 1px dotted;
  overflow: hidden;
}
.trk_slider .step_container small {
  font-size: 10px;
}
.trk_slider .vertical_average_cost_bar {
  bottom: 0px;
  height: 46px;
  top: auto;
  /* resetting the top value */
}
.trk_slider.is-slim .bar {
  height: 3px;
}
.trk_slider.is-slim .bar.data {
  float: left;
}
.trk_slider.is-slim .bar_container {
  height: 4px;
  *zoom: 1;
}
.trk_slider.is-slim .bar_container:before, .trk_slider.is-slim .bar_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.trk_slider.is-slim .bar_container:after {
  clear: both;
}
.trk_slider.is-slim .bar_container:before, .trk_slider.is-slim .bar_container:after {
  display: none;
}
.trk_slider.is-slim.angled_slider_drag {
  left: -15px;
  height: 25px;
}
.trk_slider.is-slim.angled_slider_drag .gesture_container {
  height: 4px;
  padding: 0 15px 16px 15px;
}
.trk_slider.is-slim.angled_slider_drag .drag {
  background: url('../../images/common/sprite-controls.png') -63px -51px;
  height: 16px;
  width: 15px;
  padding-top: 1px;
  margin-left: -7.5px;
}
.trk_slider.is-slim.angled_slider_drag .drag .drag_contents {
  position: relative;
  top: -140%;
  left: 50%;
  display: block;
  width: 50px;
  margin-left: -25px;
  color: #4d4d4d;
  font-size: 13px;
  font-family: "Helvetica", Arial, sans-serif;
  white-space: nowrap;
}
.trk_slider.is-slim.angled_slider_drag .drag:hover, .trk_slider.is-slim.angled_slider_drag:hover .drag {
  background: url('../../images/common/sprite-controls.png') 0 -134px;
}
.trk_slider.is-slim .step_above .contents,
.trk_slider.is-slim .step_above .step_border {
  display: none;
}
.trk_slider.is-cmp-filter .bar {
  height: 17px;
}
.smaller .trk_slider.is-cmp-filter .bar {
  height: 12px;
}
.trk_slider.is-cmp-filter .bar.data.value-bar {
  border-bottom-color: #2994e0;
  position: relative;
}
.trk_slider.is-cmp-filter .bar.data.value-bar:before {
  display: block;
  content: " ";
  position: absolute;
}
.trk_slider.is-cmp-filter .bar.data.value-bar:before {
  bottom: -18px;
  left: 0;
  right: 0;
  height: 17px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNkOWVmZmEiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwKSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(25%, #d9effa), color-stop(60%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #d9effa 25%, rgba(255, 255, 255, 0) 60%);
  background-image: -moz-linear-gradient(top, #d9effa 25%, rgba(255, 255, 255, 0) 60%);
  background-image: -o-linear-gradient(top, #d9effa 25%, rgba(255, 255, 255, 0) 60%);
  background-image: linear-gradient(top, #d9effa 25%, rgba(255, 255, 255, 0) 60%);
}
.smaller .trk_slider.is-cmp-filter .bar.data.value-bar:before {
  display: none;
}
.trk_slider.is-cmp-filter .bar.data.extra-space {
  background-color: #f6f6f6;
  border-bottom-color: #e5e5e5;
}
.trk_slider.is-cmp-filter .bar_container {
  height: 17px;
  *zoom: 1;
}
.trk_slider.is-cmp-filter .bar_container:before, .trk_slider.is-cmp-filter .bar_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.trk_slider.is-cmp-filter .bar_container:after {
  clear: both;
}
.smaller .trk_slider.is-cmp-filter .bar_container {
  height: 12px;
}
.trk_slider.is-cmp-filter .bar_container:before, .trk_slider.is-cmp-filter .bar_container:after {
  display: none;
}
.trk_slider.is-cmp-filter.angled_slider_drag {
  left: 0;
  height: 55px;
}
.smaller .trk_slider.is-cmp-filter.angled_slider_drag {
  height: 37px;
}
.trk_slider.is-cmp-filter.angled_slider_drag .gesture_container {
  height: 17px;
  padding: 0 0 33px 0;
}
.smaller .trk_slider.is-cmp-filter.angled_slider_drag .gesture_container {
  height: 12px;
  padding: 0 0 23px 0;
}
.trk_slider.is-cmp-filter .step {
  top: 0;
}
.trk_slider.is-cmp-filter .step_above .contents,
.trk_slider.is-cmp-filter .step_above .step_border {
  display: none;
}

.dockable {
  display: block;
  width: 100%;
}
.js .dockable.dockable-docked {
  position: fixed;
  left: 0;
  z-index: 190;
}
.js .dockable.dockable-docked.dockable-bottom {
  bottom: 0;
}
.js .dockable.dockable-docked.dockable-top {
  top: 0;
}
.js .dockable.dockable-undocked {
  position: static;
}

.dockable-placeholder {
  overflow: hidden;
  display: block;
  position: static;
  height: 0;
}

.dockable-default-wrap.dockable-docked {
  background: #ffffff;
}
.dockable-default-wrap.dockable-docked .filter_bar.top_border {
  border-top: none;
}
.dockable-default-wrap.dockable-docked:before {
  background: url('../../images/common/sprite-shadows.png') 0 -61px;
  bottom: -18px;
  content: " ";
  display: block;
  height: 18px;
  position: absolute;
  width: 100%;
}

.filter-bar-wrap {
  padding: 20px 0;
  margin-bottom: 50px;
}
.filter-bar-wrap .dockable-default-wrap.dockable-undocked {
  margin: 0;
}

.trk_modal {
  width: 400px;
  margin: 0 0 0 -200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.trk_modal .modal-header {
  border-bottom: none;
}
.trk_modal .modal-header.center,
.trk_modal .modal-body.center {
  text-align: center;
}
.trk_modal .modal-body {
  max-height: none;
  height: auto;
  padding: 20px 30px;
  overflow: visible;
}
.trk_modal .modal-footer {
  text-align: center;
  border: none;
  background: transparent;
}
.trk_modal .modal-footer .has-space {
  margin: 0 5px;
}
.trk_modal .modal-footer.pb30 {
  padding-bottom: 30px;
}
.trk_modal .dialog-title.large {
  font: 700 30px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
.trk_modal input.text {
  padding: 11px 15px 7px;
  width: 100%;
}
.trk_modal input.text.type2 {
  font: 400 14px/1 "Helvetica", Arial, sans-serif;
  padding: 14px;
  height: 45px;
}
.trk_modal textarea.text.textarea {
  padding: 11px 15px 7px;
  width: 100%;
}
.trk_modal .padb {
  padding-bottom: 10px;
}
.trk_modal .padb-l {
  padding-bottom: 20px;
}
.trk_modal strong {
  display: block;
  font: 700 18px/1 "Helvetica", Arial, sans-serif;
  color: #4d4d4d;
}
.trk_modal strong.amount {
  display: inline;
  font-size: 24px;
}
.trk_modal.v2 {
  width: 780px;
  margin-left: -390px;
}
.trk_modal.v2 .modal-header {
  padding: 0;
  height: 178px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCC22F', endColorstr='#FFF7810C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYzIyZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ODEwYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcc22f), color-stop(100%, #f7810c));
  background-image: -webkit-linear-gradient(top, #fcc22f 0%, #f7810c 100%);
  background-image: -moz-linear-gradient(top, #fcc22f 0%, #f7810c 100%);
  background-image: -o-linear-gradient(top, #fcc22f 0%, #f7810c 100%);
  background-image: linear-gradient(top, #fcc22f 0%, #f7810c 100%);
  position: relative;
}
.trk_modal.v2 .modal-header .dropbox-close-btn {
  background: url('../../images/common/sprite-common.png') 0 -1423px;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.trk_modal.v2 .modal-header .header-img {
  position: absolute;
  left: 35px;
  bottom: 0;
}
.trk_modal.v2 .modal-header .header-txt {
  padding: 45px 0 0 232px;
  text-align: left;
}
.trk_modal.v2 .modal-header h2 {
  font: 700 36px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  color: #ffffff;
  margin: 0 0 10px;
}
.trk_modal.v2 .modal-header p {
  color: #feebc7;
  font: 700 22px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
.trk_modal.v2 .modal-footer {
  text-align: right;
}
.trk_modal.modal_savings {
  padding: 0;
  width: 780px;
  margin-left: -390px;
}
.trk_modal.modal_savings strong {
  display: inline-block;
}
.trk_modal.modal_savings .header-brand {
  padding: 8px 0;
  background: #09172e;
}
.trk_modal.modal_savings .header-brand a.logo {
  display: block;
  height: 38px;
  margin: 0 auto;
  width: 38px;
  text-indent: -9000px;
  background: url('../../images/common/sprite-common.png') 0 -1633px;
}
.trk_modal.modal_savings .modal-header {
  margin: 15px 55px 35px;
  border-bottom: 1px solid #e1e1e1;
}
.trk_modal.modal_savings .modal-header h1 {
  font-family: 'Turkcell Satura';
  font-weight: 700;
  color: #143256;
  font-size: 30px;
  margin: 0 0 20px;
  text-align: center;
}
.trk_modal.modal_savings .modal-header p {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 1.2em;
  margin: 0 0 20px;
  text-align: center;
}
.trk_modal.modal_savings .alt {
  color: #ff6c00 !important;
}
.trk_modal.modal_savings .modal-content {
  margin: 35px 55px;
  border-bottom: 1px solid #e1e1e1;
}
.trk_modal.modal_savings .modal-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #143256;
  margin: 0 0 30px;
  text-align: center;
}
.trk_modal.modal_savings .modal-content ul.report-list {
  *zoom: 1;
  width: 780px;
  margin: 0 0 20px -55px;
  text-align: center;
}
.trk_modal.modal_savings .modal-content ul.report-list:before, .trk_modal.modal_savings .modal-content ul.report-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.trk_modal.modal_savings .modal-content ul.report-list:after {
  clear: both;
}
.trk_modal.modal_savings .modal-content ul.report-list li {
  display: inline-block;
  width: 26%;
}
.trk_modal.modal_savings .modal-content ul.report-list li.rel {
  position: relative;
}
.trk_modal.modal_savings .modal-content ul.report-list li em.result {
  display: block;
  margin: 30px 0 10px;
  font-style: normal;
  color: #143256;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.trk_modal.modal_savings .modal-content ul.report-list li .txt {
  color: #6e6e6e;
  font-size: 15px;
  line-height: 1;
}
.trk_modal.modal_savings .modal-content ul.report-list li .bubble {
  position: absolute;
  top: 55px;
  right: -10px;
  padding-top: 13px;
  width: 52px;
  height: 52px;
  color: #fff;
  text-align: center;
  background-color: #3fb0e8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font: 700 11px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.trk_modal.modal_savings .modal-content ul.report-list li .bubble .big {
  font-size: 15px;
}
.trk_modal.modal_savings .modal-content .story-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
.trk_modal.modal_savings .modal-content .story-table .row {
  display: table-row;
}
.trk_modal.modal_savings .modal-content .story-table .row:first-child .cell {
  border-top: 0;
}
.trk_modal.modal_savings .modal-content .story-table .cell {
  display: table-cell;
  padding-bottom: 25px;
  padding-top: 25px;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.trk_modal.modal_savings .modal-content .story-table .cell:first-child {
  padding-right: 15px;
  background: url("../../images/about/savings-report/border.png") right 25px no-repeat;
}
.trk_modal.modal_savings .modal-content .story-table .cell:first-child + .cell {
  padding-left: 15px;
}
.trk_modal.modal_savings .modal-content .story-table .visual {
  margin-right: 15px;
}
.trk_modal.modal_savings .modal-content .story-table .title {
  margin: 0 0 5px;
  font: 700 16px/1.231 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
.trk_modal.modal_savings .modal-content .story-table .context {
  margin: 7px 0;
  color: #9d9d9d;
  font: 400 14px/1.231 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
.trk_modal.modal_savings .modal-content .story-table .author {
  color: #143256;
  font: 700 14px/1.231 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
.trk_modal.modal_savings .modal-content .story-table .m-body {
  width: 205px;
  position: relative;
  position: relative;
}
.trk_modal.modal_savings .modal-content .story-table .m-body:before {
  display: block;
  content: " ";
  position: absolute;
}
.trk_modal.modal_savings .modal-content .story-table .m-body:after {
  display: block;
  content: " ";
  position: absolute;
}
.trk_modal.modal_savings .modal-content .story-table .m-body:before, .trk_modal.modal_savings .modal-content .story-table .m-body:after {
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #9d9d9d;
}
.trk_modal.modal_savings .modal-content .story-table .m-body:before {
  content: 'ʻʻ';
  top: -10px;
  left: -17px;
}
.trk_modal.modal_savings .modal-content .story-table .m-body:after {
  content: 'ʼʼ';
  bottom: -15px;
  right: 0;
}
.trk_modal.modal_savings .modal-footer {
  margin: 35px 30px;
}
.trk_modal.modal_savings .modal-footer .content-panel {
  background: #f6f6f6;
  padding: 20px;
}
.trk_modal.modal_savings .modal-footer .content-panel h3 {
  font-family: 'Turkcell Satura';
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: left;
}
.trk_modal.modal_savings .report-table {
  width: 100%;
}
.trk_modal.modal_savings .report-table td {
  padding: 5px 0;
  vertical-align: middle;
  font-size: 15px;
  color: #6e6e6e;
  text-align: left;
}
.trk_modal.modal_savings .report-table td strong {
  font-size: 15px;
  color: #4d4d4d;
}
.trk_modal.modal_savings .button-container {
  padding: 30px 0;
}
.trk_modal.modal_savings .button-container .button-cta {
  margin-left: 8px;
}
.trk_modal.modal_savings_calculate {
  padding: 0;
  width: 780px;
  margin-left: -390px;
}
.trk_modal.modal_savings_calculate strong {
  display: inline-block;
}
.trk_modal.modal_savings_calculate .modal-header {
  margin: 45px 0 0px;
}
.trk_modal.modal_savings_calculate .modal-header.v2 {
  padding: 10px 60px;
}
.trk_modal.modal_savings_calculate .dialog-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  color: #4d4d4d;
  margin: 0 0 20px;
}
.trk_modal.modal_savings_calculate .txt {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #9d9d9d;
}
.trk_modal.modal_savings_calculate .client-count {
  margin: 20px 0;
  padding: 25px 0;
}
.trk_modal.modal_savings_calculate .form-list {
  width: 660px;
  margin: 0 auto;
}
.trk_modal.modal_savings_calculate .form-list label {
  font-size: 18px;
  color: #4d4d4d;
  font-family: 'Turkcell Satura';
  font-weight: 700;
}
.trk_modal.modal_savings_calculate .form-list .left-col,
.trk_modal.modal_savings_calculate .form-list .right-col {
  width: 315px;
}
.trk_modal.modal_savings_calculate .form-list .left-col > div,
.trk_modal.modal_savings_calculate .form-list .right-col > div {
  margin-top: 20px;
}
.trk_modal.modal_savings_calculate .form-list .left-col > div:first-child,
.trk_modal.modal_savings_calculate .form-list .right-col > div:first-child {
  margin-top: 0;
}
.trk_modal.modal_savings_calculate .form-list .left-col > div.code img,
.trk_modal.modal_savings_calculate .form-list .right-col > div.code img {
  width: 315px;
  height: 69px;
}
.trk_modal.modal_savings_calculate .form-list .left-col > div.v2,
.trk_modal.modal_savings_calculate .form-list .right-col > div.v2 {
  height: 110px;
}
.trk_modal.modal_savings_calculate .form-list .left-col > div.v2 .checkbox-item,
.trk_modal.modal_savings_calculate .form-list .right-col > div.v2 .checkbox-item {
  margin-top: 15px;
}
.trk_modal.modal_savings_calculate .button-container {
  padding: 30px 0;
}
.trk_modal.modal_savings_calculate .button-container .button-cta {
  margin-left: 8px;
}

.trk_modal_modifier1 {
  padding: 37px 39px 37px 39px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 439px;
}
.trk_modal_modifier1 .modal-header {
  padding: 0 0 13px 0;
  border-bottom: #e5e5e5 1px solid;
}
.trk_modal_modifier1 .modal-header h3 {
  font: 700 24px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
}
.trk_modal_modifier1 .modal-header h4 {
  font: 400 14px/21px "Helvetica", Arial, sans-serif;
  margin: 11px 0 0 0;
  color: #9d9d9d;
}

.trk_modal_modifier2 .modal-footer {
  padding: 9px 0 11px;
  border-top: #e5e5e5 1px solid;
  text-align: left;
}
.trk_modal_modifier2 .modal-footer .description {
  padding-top: 6px;
  font: 700 12px/1.5 "Helvetica", Arial, sans-serif;
  color: #9d9d9d;
}
.trk_modal_modifier2 .modal-footer .buttons {
  padding-left: 20px;
  float: right;
}

.trk_modal_modifier3 h3 {
  display: block;
  font: 700 24px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  text-align: center;
}
.trk_modal_modifier3 h3 img {
  display: block;
  margin: 0 auto;
}
.trk_modal_modifier3 button.button-cta {
  width: 71px;
}

.trk_modal_modifier4 {
  width: 590px;
  margin-left: -295px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.trk_modal_modifier4 h3.dialog-title {
  text-align: center;
  font: 700 34px/1 "Turkcell Satura", "Helvetica", Arial, sans-serif;
  margin-top: 20px;
}
.trk_modal_modifier4 p {
  margin: 0 0 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  color: #9d9d9d;
}

.terms-of-user {
  width: 780px;
  margin-left: -390px;
}

.terms-of-user h1 {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.terms-of-user .checkout-payment .terms {
  position: relative;
}

.terms-of-user .terms-content {
  height: 250px;
  overflow-y: scroll;
  margin: 0 20px 30px 20px;
  padding: 17px 20px 4px 0;
  width: 96%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.terms-of-user .terms-content p {
  margin: 0 0 17px;
}

.terms-of-user .terms-agree {
  margin: 4px 0 0;
  position: relative;
  width: 290px;
}

.terms-of-user .terms-agree input.checkbox + label small {
  float: none;
  line-height: 14px;
}

.terms-of-user .modal-footer {
  padding: 20px 0 35px;
}

.terms-of-user a.close {
  position: relative;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 40px;
  right: 40px;
  text-indent: -9999px;
}
.terms-of-user a.close:before {
  display: block;
  content: " ";
  position: absolute;
}
.terms-of-user a.close:before {
  background: url('../../images/common/sprite-common.png') -31px 0;
  height: 15px;
  width: 15px;
  top: 0;
  left: 0;
}
.terms-of-user a.close:hover:before {
  background: url('../../images/common/sprite-common.png') -81px -606px;
}
.OUR_installment p:before {
  background: url("../../../assets/images/addition/gift-package.png") !important;
}