@charset "utf-8";
/*FONT Raleway starts here*/
@font-face {
    font-family: Andada-Regular;
    src: url(font/Andada-Regular.ttf);
}

@font-face {
    font-family: 'Andada-Regular';
    src: url('font/Andada-Regular.eot');
    src: local('Andada-Regular'), local('Andada-Regular'),
    url('font/Andada-Regular.woff') format('woff'),
    url('font/Andada-Regular.svg#GraublauWeb') format('svg'),
    url('font/Andada-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
        font-family: 'Andada-Regular';
        src: url('font/Andada-Regular.eot');
        src: local('Andada-Regular'), local('Andada-Regular'), url('font/Andada-Regular.woff') format('woff'), url('font/Andada-Regular.svg#Andada-Regular') format('svg'), url('font/Andada-Regular.ttf') format('truetype');
}

/*FONT SegoeUI ends here*/
/*HTML5 display definitions*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
canvas {
  -ms-touch-action: double-tap-zoom;
}
* {
  -webkit-touch-callout: none;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/*Base*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  font-smooth: always !important;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.004);
}
html,
button,
input,
select,
textarea {
  font-family: 'Andada-Regular',serif;
  color: #333;
}
body {
  margin: 0;
  font-size: 62.5%;
  line-height: 1.28;
  letter-spacing: 0.0006em;
  width: 100%;
  height: 100%;
}
/*Selection*/
::-moz-selection {
  background: #4f7585;
  color: #fff;
  text-shadow: none;
  border: none !important;
  outline: none !important;
}
::selection {
  background: #4f7585;
  color: #fff;
  text-shadow: none;
  border: none !important;
  outline: none !important;
}
/*Links*/
a {
  color: #00e;
  cursor: pointer;
  text-decoration: none;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  border: none !important;
  outline: none !important;
}
a:hover,
a:active {
  outline: 0;
}
/*Typography*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: 'Andada-Regular',serif;
  _font-family: 'Andada-Regular',serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*Lists*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}
dd {
  margin: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/*Embedded content*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
/*Figures*/
figure {
  margin: 0;
}
/*Forms*/
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid #cdcdcd;
}
button:hover,
input:hover,
select:hover,
textarea:hover {
  border: 1px solid #66dff5;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #66dff5;
  outline: none !important;
}
input,
textarea {
  padding: 3px;
}
select {
  padding-left: 5px;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:valid,
textarea:valid {
  /*background-color: #79ff82;*/
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
input::-webkit-input-placeholder {
  color: #777 !important;
}
input:-moz-placeholder {
  color: #777 !important;
}
input::-moz-placeholder {
  color: #777 !important;
}
input:-ms-input-placeholder {
  color: #777 !important;
}
textarea::-webkit-input-placeholder {
  color: #777 !important;
}
textarea:-moz-placeholder {
  color: #777 !important;
}
textarea::-moz-placeholder {
  color: #777 !important;
}
textarea:-ms-input-placeholder {
  color: #777 !important;
}
/*Tables*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== Primary Styles begins here =============================================
	Author:Serhan Karakaya
	========================================================================== */
/*.Less functions starts here*/
.clear100 {
  clear: both;
  width: 100%;
}
/*.Less functions ends here*/
.flexslider .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
}
#mp,
#altsayfa,
#cityselect {
  min-width: 1250px !important;
  height: 100% !important;
  background-image: none !important;
}
body {
  direction: ltr;
  z-index: 1;
}
.sayfabgdiv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: #000;
  overflow: hidden;
}
.sayfabgdiv img {
  min-width: 1650px;
  width: 100%;
}
.centerfix {
  font-size: 1em;
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.centercontent {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#cityselect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 700px !important;
  overflow: hidden;
  color: #d5d5d5;
  /*background: url(../img/sehirsec/bg.jpg) top center no-repeat #1a1a1a;
	background-attachment: fixed;*/

  background: #000;
  min-height: 500px;
}
#cityselect .citybg {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
  /*min-width:1220px;*/

  min-width: 1160px;
}
#cityselect .citybg img {
  width: 100%;
}
#cityselect #cshead {
  height: 150px;
}
#cityselect #cshead #logo {
  float: left;
  position: absolute;
  left: 85px;
  top: 70px;
  z-index: 999999999999999;
}
#cityselect #cshead #xtext {
  float: left;
  position: absolute;
  left: 85px;
  /*top: 255px;*/

  top: 295px;
  font-size: 15px;
  color: #f4b91f;
  font-family: 'Andada-Regular',serif;
  font-weight: 500;
}
#cityselect #cshead #maxlife {
  float: left;
  position: absolute;
  left: 85px;
  top: 150px;
  font-size: 22px;
  color: #ffffff;
  font-family: 'Andada-Regular',serif;
  font-weight: 300;
}
#cityselect #csmain {
  /*height: 500px;*/

  height: 500px;
}
#cityselect #csmain .sehirseclist {
  position: absolute;
  float: left;
  left: 85px;
  /*top:295px;*/

  top: 330px;
  z-index: 9999;
}
#cityselect #csmain .sehirseclist li {
  padding-bottom: 16px;
}
#cityselect #csmain .sehirseclist li a {
  font-size: 2em;
  color: #d6d6d6;
  font-family: 'Play' !important;
  font-weight: normal !important;
}
#cityselect #csmain .sehirseclist li a .ok {
  float: right;
  padding-left: 10px;
  display: none;
}
#cityselect #csmain .sehirseclist li a .lt-ie8 .ok {
  display: none !important;
}
#cityselect #csmain .sehirseclist li .blockis {
  position: absolute;
  float: left;
  left: -180px;
  width: 80px;
  height: 24px;
  margin-top: 5px;
  background: #f4b91f;
}
#cityselect #csmain .sehirseclist li:hover a {
  color: #f4b91f;
}
#cityselect #csmain .sehirseclist li:hover a .ok {
  display: block;
}
#cityselect #csmain .sariblok {
  position: absolute;
  float: left;
  width: 80px;
  top: 295px;
  left: 0px;
}
#cityselect #csmain .sariblok .blockis {
  position: Relative;
  float: left;
  left: -80px;
  width: 80px;
  height: 45px;
  background: #f4b91f;
  margin-top: 11px;
}
#cityselect #csmain .subeimage {
  position: absolute;
  float: left;
  width: 631px;
  height: 486px;
  overflow: hidden;
  top: 83px;
  left: 500px;
  z-index: 99;
}
#cityselect #csmain .subeimage img.active {
  opacity: 1 !important;
  display: block !important;
}
#cityselect #csfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-left: 85px;
  height: 45px;
  /*background: url(../img/sehirsec/footer-cizgi.png) top left no-repeat;*/

  z-index: 9999999;
}
#cityselect #csfooter #copyright {
  position: absolute;
  float: left;
  width: 85%;
  /*left:85px;*/

  top: -100px;
  text-align: right;
}
#cityselect #csfooter #copyright a {
  float: right;
  margin-left: 30px;
  height: 65px;
  opacity: 0.8;
}
#cityselect #csfooter #copyright a.twc {
  width: 166px;
  background: url(http://score.com.tr/assets/css/../img/sehirsec/twc.png) top center no-repeat;
}
#cityselect #csfooter #copyright a.puri {
  width: 86px;
  background: url(http://score.com.tr/assets/css/../img/sehirsec/purispa.png) top center no-repeat;
}
#cityselect #csfooter #copyright a:hover {
  opacity: 1;
}
#cityselect #csfooter #copyright a.renklitwc {
  width: 166px;
  background: url(http://score.com.tr/assets/css/../img/sehirsec/renklitwc.png) top center no-repeat;
}
#cityselect #csfooter #copyright a.renklipuri {
  margin-right: -40px;
  width: 166px;
  background: url(http://score.com.tr/assets/css/../img/sehirsec/renklipurispa.png) top center no-repeat;
}
#cityselect #csfooter #fsocial {
  position: relative;
  float: left;
  width: 85%;
  min-width: 500px;
  margin: 0px auto;
  z-index: 9999999;
}
#cityselect #csfooter #fsocial li {
  float: right;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}
#cityselect #csfooter #fsocial li a {
  display: block;
  width: 22px;
  height: 22px;
  background: url(http://score.com.tr/assets/css/../img/footer/social.png) no-repeat;
  text-indent: -9999px;
}
#cityselect #csfooter #fsocial li#fsfacebook a:hover {
  background-position: 0px -22px;
}
#cityselect #csfooter #fsocial li#fstwitter a {
  background-position: -22px 0px;
}
#cityselect #csfooter #fsocial li#fstwitter a:hover {
  background-position: -22px -22px;
}
#cityselect #csfooter #fsocial li#fsfoursquare a {
  background-position: -44px 0px;
}
#cityselect #csfooter #fsocial li#fsfoursquare a:hover {
  background-position: -44px -22px;
}
#cityselect #csfooter #fsocial li#fsyoutube a {
  background-position: -66px 0px;
}
#cityselect #csfooter #fsocial li#fsyoutube a:hover {
  background-position: -66px -22px;
}
#cityselect #csfooter #fsocial li#fsemail a {
  background-position: -88px 0px;
}
#cityselect #csfooter #fsocial li#fsemail a:hover {
  background-position: -88px -22px;
}
#cityselect #csfooter #yasaluyari {
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 13px;
  font-family: 'Andada-Regular',serif !important;
  font-weight: normal !important;
  z-index: 99999999999999;
}
#cityselect #csfooter #yasaluyari a {
  color: #d6d6d6;
}
.bizi-takip-et {
  float: right;
  position: absolute;
  bottom: 12px;
  right: 190px;
  font-size: 13px;
  color: #dcdcdc;
}
.yasal-uyari {
  position: relative;
  float: left;
  width: 600px;
  color: #dcdcdc;
  padding: 20px;
}
.yasal-uyari h2 {
  font-size: 17px;
  font-family: 'Andada-Regular',serif;
  font-weight: 500;
  padding-bottom: 18px;
}
.yasal-uyari p {
  font-size: 13px;
  font-family: 'Andada-Regular',serif;
  font-weight: 300;
  padding-bottom: 15px;
}
#altsayfa {
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #000;
}
#altsayfa #main {
  position: absolute;
  top: 134px;
}
#altsayfa #main a {
  color: #f4b91f;
}
#mp {
  overflow: hidden;
  background-color: #000;
}
#mp #header,
#mp #footer {
  position: fixed;
}
#mp #bam {
  position: fixed;
  top: 230px;
  right: 0;
  z-index: 9999;
}
#mp #bam2 {
  position: fixed;
  top: 170px;
  right: 0;
  z-index: 9999;
}
#mp #bam3 {
  position: fixed;
  top: 170px;
  right: 0;
  z-index: 9999;
}
#header {
  z-index: 4;
  position: absolute;
  top: 0;
}
#header #headtop {
  position: relative;
  height: 40px;
}
#header #headtop #thmenu {
  font-family: 'Andada-Regular',serif;
  font-size: 12px;
  margin-top: 10px;
  position: relative;
  float: right;
  margin-right: 15px;
}
#header #headtop #thmenu li {
  float: left;
  margin-left: 15px;
  height: 15px;
}
#header #headtop #thmenu li a {
  color: #c9c9c9;
  background-image: url(http://score.com.tr/assets/css/../img/header/top/button.png);
  background-repeat: no-repeat;
  display: block;
  padding-left: 20px;
  height: 15px;
  line-height: 15px;
}
#header #headtop #thmenu li a:hover {
  color: #f4b91f;
}
#header #headtop #thmenu li#lmanasayfa a {
  background-position: 0px 0px;
}
#header #headtop #thmenu li#lmanasayfa a:hover {
  background-position: 0px -30px;
}
#header #headtop #thmenu li#lmkariyer a {
  background-position: 0px -15px;
}
#header #headtop #thmenu li#lmkariyer a:hover {
  background-position: 0px -45px;
}
#header #headtop .seperator {
  position: relative;
  float: right;
  background: url(http://score.com.tr/assets/css/../img/header/top/seperator.png) top left no-repeat;
  width: 13px;
  height: 29px;
  margin-right: 15px;
  margin-top: 3px;
}
#header #headtop #languagemenu {
  margin-top: 10px;
  position: relative;
  float: right;
  margin-right: 25px;
}
#header #headmid {
  position: relative;
  height: 62px;
  background: #000;
}
#header #headmid #logo {
  position: absolute;
  top: 0;
  left: 25px;
}
#header #headmid #mainnav {
  position: absolute;
  top: 26px;
  left:172px;
  font-family: 'Andada-Regular',serif;
  font-size: 16px;
  z-index: 9999;
}
#header #headmid #mainnav li {
  background: url(../img/seperator.png) top left no-repeat;
  padding: 0 15px 0 20px;
  float: left;
}
#header #headmid #mainnav li.active a {
  color: #ffffff;
}
#header #headmid #mainnav li:first-child {
  background: none;
}
#header #headmid #mainnav li:last-child {
  padding: 0 0  0 31px;
}
#header #headmid #mainnav li a {
  color: #fff;
}
#header #headmid .lang{
  float:right;
  position: relative;
  top:24px;
  right:23px;
  font-size:18px;
}

#header #headmid .lang a {
    color:#bf9c2d;
}

#footer {
  z-index: 3;
  background: #000;
  height:62px;
  position: absolute;
  /*position: fixed;*/
  bottom: 0;
  left: 0;
}
#footer a {
  color: #bf9c2d;
}
#footer a:hover {
  color: #fff;
}
#footer .seperator {
  background: #232323;
  float: left;
  height: 1px;
  position: absolute;
  left: 25px;
  bottom: 46px;
}
#footer #fswitchbranch {
  color: #ab831e;
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 25px;
  float: left;
}
#footer #fswitchbranch p {
  float: left;
  margin-top: 10px !important;
  margin-right: 15px !important;
}
#footer #fswitchbranch .fswitchborder {
  width: 207px !important;
  border: 1px solid #5c5c5c;
}
#footer #fswitchbranch #fswitchbranchselect {
  border: none !important;
  background: url(http://score.com.tr/assets/css/../img/footer/fswitch.jpg) top right no-repeat #353535;
  color: #797979;
  padding: 9px;
  padding-right: 49px;
  width: 192px;
  height: 16px;
  font-size: 11px;
  margin: 0 !important;
  float: left;
  cursor: pointer;
}
#footer #fswitchbranch #fswitchbranchlist {
  font-weight: 200;
  font-size: 12px;
  position: absolute;
  right: 41px;
  bottom: 35px;
  z-index: 9999;
  background: #404040;
  overflow: hidden;
  height: 0px;
}
#footer #fswitchbranch #fswitchbranchlist a {
  color: #ffffff;
}
#footer #fswitchbranch #fswitchbranchlist li {
  clear: both;
  float: left;
  margin-top: 0px;
}
#footer #fswitchbranch #fswitchbranchlist li:first-child {
  margin-top: 0;
}
#footer #fswitchbranch #fswitchbranchlist li a {
  display: block;
  width: 200px;
  padding: 5px 0px 5px 9px;
}
#footer #fswitchbranch #fswitchbranchlist li a:hover {
  background: #f4b91f;
  color: #070605;
}
#footer #ffsubscribe {
  color: #ab831e;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 25px;
  float: right;
}
#footer #ffsubscribe p {
  float: left;
  margin-top: 10px !important;
  margin-right: 15px !important;
}
#footer #ffsubscribe input[type="text"] {
  border: none !important;
  background: #353535;
  color: #797979;
  padding: 9px;
  width: 192px;
  height: 16px;
  font-size: 11px;
  margin: 0 !important;
  float: left;
}
#footer #ffsubscribe input[type="submit"] {
  border: none !important;
  text-indent: -9999px;
  background: url(http://score.com.tr/assets/css/../img/footer/submit.jpg) no-repeat;
  width: 40px;
  height: 34px;
  margin: 0 !important;
  float: left;
}
#footer #copyright {
  position: absolute;
  left: 25px;
  bottom: 10px;
  font-size: 12px;
  color:#bf9c2d;
}

#footer #mental{
  float:right;
  margin-right:10px;
  margin-top:8px;

}

#footer #vizyonodak{
  float:right;
  margin-right:10px;
  margin-top:8px;

}
#footer #fsocial {
  float: right;
  position: absolute;
  bottom: 10px;
  right: 25px;
}
#footer #fsocial li {
  float: left;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}
#footer #fsocial li a {
  display: block;
  width: 22px;
  height: 22px;
  background: url(http://score.com.tr/assets/css/../img/footer/social.png) no-repeat;
  text-indent: -9999px;
}
#footer #fsocial li#fsfacebook a:hover {
  background-position: 0px -22px;
}
#footer #fsocial li#fstwitter a {
  background-position: -22px 0px;
}
#footer #fsocial li#fstwitter a:hover {
  background-position: -22px -22px;
}
#footer #fsocial li#fsfoursquare a {
  background-position: -44px 0px;
}
#footer #fsocial li#fsfoursquare a:hover {
  background-position: -44px -22px;
}
#footer #fsocial li#fsyoutube a {
  background-position: -66px 0px;
}
#footer #fsocial li#fsyoutube a:hover {
  background-position: -66px -22px;
}
#footer #fsocial li#fsemail a {
  background-position: -88px 0px;
}
#footer #fsocial li#fsemail a:hover {
  background-position: -88px -22px;
}
#bam {
  background: url(http://score.com.tr/assets/css/../img/content/bg-becomeamember.png) top left no-repeat;
  font-family: 'Andada-Regular',serif;
  font-size: 22px;
  height: 70px;
  width: 210px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 95px;
}
#bam a {
  color: #ecb933;
  display: block;
  height: 26px;
  width: 140px;
  padding: 22px 0 0 70px;
}
#bam.mod2 {
  background: url(http://score.com.tr/assets/css/../img/content/bg-becomeamember2.png) top left no-repeat !important;
}
#bam2 {
  font-family: 'Andada-Regular',serif;
  font-size: 22px;
  height: 54px;
  width: 160px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 34px;
}
#bam2 a {
  text-indent: -9999px;
  background: url(http://score.com.tr/assets/css/../img/content/bg-membershiptypes.png) top left no-repeat !important;
  color: #ecb933;
  display: block;
  height: 54px;
  width: 160px;
}
#bam3 {
  font-family: 'SegoeUIBoldItalic';
  font-size: 22px;
  height: 52px;
  width: 160px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 34px;
}
#bam3 a {
  text-indent: -9999px;
  background: url(http://score.com.tr/assets/css/../img/content/bg-grup-ders-programi.png) top left no-repeat !important;
  color: #ecb933;
  display: block;
  height: 52px;
  width: 160px;
}
#main {
  z-index: 2;
}
#leftcontent {
  width: 980px;
  position: absolute;
  float: left;
  left: 25px;
  top: 50px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  
  
}
#leftcontent .mCSB_container {
  padding-right: 50px;
}
#leftcontent p {
  margin-bottom: 1em !important;
}
#leftcontent h2 {
  color: #d2a01d;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 1em !important;
}
#bamframe {
  margin: 35px 0 0 35px;
  float: left;
  width: 520px;
  height: 395px;
  overflow: hidden;
  color: #d2a01d;
  font-weight: 700;
  font-size: 13px;
}
#bamframe h1 {
  color: #ececec;
  font-weight: 200;
  font-size: 28px;
  margin-bottom: 25px !important;
}
#bamframe table tr td {
  padding: 8px 0px !important;
  vertical-align: middle !important;
}
#bamframe table tr td input[type="text"] {
  background: #353535;
  color: #929292;
  font-size: 13px;
  border: none !important;
  height: 16px;
  padding: 7px 13px;
  width: 387px;
}
#bamframe table tr td input[type="submit"] {
  font-size: 17px;
  font-weight: 700;
  color: #131313;
  background: #d2a01d;
  border: none !important;
  padding: 5px 10px 4px;
}
#bamframe table tr td select {
  background: #353535;
  color: #929292;
  font-size: 13px;
  border: none !important;
  height: 34px;
  padding: 9px 13px;
  width: 413px;
}
#ulclubnews {
  width: 100%;
}
#ulclubnews li {
  width: 100%;
  float: left;
  /*padding-bottom: 30px;
			border-bottom: 1px solid #d2a01d;*/

  margin-bottom: 15px;
}
#ulclubnews li .imgwrap {
  float: left;
  margin: 0 15px 15px 0;
  border: 1px solid #242424;
  padding: 5px;
  width: 140px;
  height: 98px;
}
#ulclubnews li .imgwrap img {
  background: #232323;
  color: #f4b91f;
  width: 140px !important;
  height: 98px !important;
}
#ulclubnews li p {
  line-height: 1.5em;
  font-size: 14px;
  color: #cccccc;
}
#ulclubnews li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#ulclubnews li .basin-siralama {
  float: left;
  width: 100%;
}
#ulclubnews li .basin-siralama li {
  position: relative;
  float: left;
  width: 140px;
  height: 98px;
  margin-right: 25px;
  overflow: hidden;
}
#ulclubnews li .basin-siralama li:last-child {
  margin-right: 0px;
}
#ulclubnews li .basin-siralama li a {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
#ulclubnews li .basin-siralama li a .usthover {
  position: absolute;
  float: left;
  left: 0px;
  top: 0px;
  background: url(http://score.com.tr/assets/css/../img/content/magnifier-basin.png) top center no-repeat;
  width: 140px;
  height: 98px;
  display: none;
}
#ulclubnews li .basin-siralama li a:hover .usthover {
  display: block;
}
#ulaktivitealanlari {
  height:auto !important;
  width: 300px;
  float: left;
  padding-bottom: 300px;
  border-right: 1px solid #fff;
}
#ulaktivitealanlari li {
  float: left;
  width: 100%;
}
#ulaktivitealanlari li .yline {
  width: 100%;
  float: left;
  margin-bottom:8px;
}
#ulaktivitealanlari li .yline span,
#ulaktivitealanlari li .yline span a {
  cursor: pointer;
  display: block;
  float: left;
  padding-right: 15px;
  color: #3f3e3e;
  font-weight: 800;
  font-size: 23px;
}
#ulaktivitealanlari li .active span,
#ulaktivitealanlari li .active span a,
#ulaktivitealanlari li span a:hover {
  color: #fff !important;
}


.liny {
  display: block;
}
.liny {
  border-bottom: 1px solid #d2a01d;
  height: 15px;
  float: right;
  position: relative;
}
.linycontent {,
  display:block;
  color: #fff;
  padding: 10px;
  position: relative;
  right: 0;
  float: right;
  width: 650px;

}

.linycontent table{
  border:1px solid #000;
  background:#faaa0b;
  color:#000;
  font-size:14px;
  padding:15px;
}
#content{
    width: 650px;
    height: 600px;
    overflow: hidden;
    position: relative;
  }

  #contentx{
    width: 980px;
    height: 600px;
    overflow: hidden;
    position: relative;
  }

.linycontent h6 {
  font-weight: 700px;
  font-size: 19px;
  margin-bottom: 9px !important;
}
.linycontent p {
  font-size: 14px;
}
.linycontent .linygallery {
  width: 100%;
}
.linycontent .linygallery li {
  margin-left: 33px;
  margin-bottom: 10px;
  float: left;
  width: 110px;
  height: 76px;
  padding: 3px;
  position: relative;
  border: 1px solid #262626;
}
.linycontent .linygallery li:first-child {
  margin-left: 0;
}
.linycontent .linygallery li .magnifier {
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(http://score.com.tr/assets/css/../img/content/aktivitealanlari/magnifier.png) no-repeat;
  width: 102px;
  height: 68px;
  display: none;
}
.linycontent .linygallery li:hover .magnifier {
  display: block;
}
#gmaplink {
  font-size: 13px;
  color: #232323 !important;
  font-weight: 700;
  background: url(http://score.com.tr/assets/css/../img/content/bizeulasin/pointer.png) 8px center no-repeat #f4b91f;
  display: block;
  float: left;
  padding: 7px 7px 5px 25px;
}
#linkgdprogrami {
  top: 27px;
  left: 280px;
  position: absolute;
  background: url(http://score.com.tr/assets/css/../img/content/grupdersleri/arrow.png) center left no-repeat;
  padding-left: 5px;
}
#linkgdprogrami a {
  padding: 5px 5px 3px;
  float: left;
  display: block;
  background: #f4b91f;
  color: #232323;
  font-weight: 700;
  font-size: 13px;
}
#linkgdprogrami a:hover {
  color: #000;
}
.cimgwrap {
  float: left;
  position: relative;
  padding: 5px;
  border: 1px solid #282828;
  margin: 0 15px 10px 0;
}
.cimgwrap img {
  width: 196px !important;
  height: 136px !important;
}
.cimgwrap .magnifier {
  display: none;
  top: 12px;
  left: 12px;
  position: absolute;
  background: url(http://score.com.tr/assets/css/../img/content/magnifier.png) no-repeat;
  width: 182px;
  height: 122px;
}
.cimgwrap:hover .magnifier {
  display: block;
}
#hrform {
  float: left;
  clear: both;
}
#hrform input[type="submit"] {
  background: #d2a01d;
  color: #131313;
  font-weight: 700;
  font-size: 17px;
  padding: 7px;
  border: none !important;
  clear: both;
  margin-top: 15px;
}
#hrform .formsucess {
  clear: both;
  color: #f4b91f;
  margin-top: 15px;
}
#hrform .formerror {
  color: #c00f0f;
}
#hrform .button-fileinput {
  background: #353535;
  width: 400;
  padding: 5px 60px 5px 5px;
  position: relative;
  height: 20px;
  cursor: pointer;
}
#hrform .button-fileinput .gozathack {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  color: #353535;
  background: #f4b91f;
  font-weight: 700;
  font-size: 12px;
  padding: 7px;
  height: 16px;
  cursor: pointer;
}
#egitmenlistesi {
  margin-top: 50px;
  width: 980px;
  z-index: 9999999;
}
#egitmenlistesi .mCSB_container {
  width: 965px;
  padding-right: 20px;
}
#egitmenlistesi h2 {
  float: left;
  color: #d2a01d;
  font-size: 23px;
  font-weight: 800;
  padding-top: 1.3em;
  padding-bottom: 1em;
}
#egitmenlistesi #ulegitmenlistesi {
  width: 960px;
  float: left;
}
#egitmenlistesi #ulegitmenlistesi li {
  float: left;
  border: 1px solid #e9e9e9;
  background: #fff;
  width: 236px;
  height: 229px;
  position: relative;
}
#egitmenlistesi #ulegitmenlistesi li a {
  float: left;
  display: block;
  width: 238px;
  height: 238px;
  position: relative;
}
#egitmenlistesi #ulegitmenlistesi li img {
  position: absolute;
  top: 0;
  left: 0;
}
#egitmenlistesi #ulegitmenlistesi li .elcontent {
  position: absolute;
  right: 15px;
  bottom: 15px;
  float: right;
  text-align: right;
}
#egitmenlistesi #ulegitmenlistesi li .elns {
  color: #737374;
  font-size: 28px;
}
#egitmenlistesi #ulegitmenlistesi li .elns span {
  background: #fff;
  opacity: 0.8;
  color: #000;
}
#egitmenlistesi #ulegitmenlistesi li .eljdesc {
  color: #FF8F00;
  font-size: 15px;
  background: #fff;
  opacity: 0.9;
  padding: 0 3px;
}
.trainerpage {
  width: 385px;
  height: 320px;
  overflow: hidden;
  padding: 50px;
}
.trainerpage .tpimg {
  border: 5px solid #f7e7bd;
  float: left;
}
.trainerpage .tpimg img {
  width: 150px !important;
  height: 150px !important;
}
.trainerpage .tpinfo {
  color: #353535;
  float: left;
  margin-left: 15px;
  width: 200px;
  height: 160px;
  display: table;
}
.trainerpage .tpinfo span {
  display: table-cell;
  vertical-align: middle;
}
.trainerpage .tpinfo h3 {
  font-size: 28px;
  font-weight: 700;
}
.trainerpage .tpinfo p {
  font-size: 24px;
}
.trainerpage .tpspec {
  margin-top: 20px;
  width: 100%;
  clear: both;
  float: left;
  color: #353535;
  font-size: 15px;
  overflow: hidden;
  height: 150px;
}
.trainerpage .tpspec .mCSB_container {
  width: 365px;
  padding-right: 20px;
}
.trainerpage .tpspec h4 {
  font-size: 19px;
  font-weight: 700;
}
#personal-egitmen {
  position: Relative;
  width: 100%;
  float: left;
}
#personal-egitmen li {
  position: Relative;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
#personal-egitmen li:last-child {
  margin-right: 0px;
}
#personal-egitmen li img {
  padding: 4px;
  border: 1px solid #282828;
}
#personal-egitmen li .content-bilgi {
  position: absolute;
  float: right;
  bottom: 5px;
  right: 5px;
  text-align: right;
}
#personal-egitmen li .content-bilgi .elns {
  color: #737374;
  font-size: 18px;
}
#personal-egitmen li .content-bilgi .elns span {
  background: #fff;
  opacity: 0.8;
  color: #000;
}
#personal-egitmen li .content-bilgi .eljdesc {
  color: #FF8F00;
  font-size: 11px;
  background: #fff;
  opacity: 0.9;
  padding: 0 3px;
}
.detayli-bilgi-iste {
  color: #fcc81a;
}
.detayli-bilgi-iste:hover {
  text-decoration: underline;
}
/*Parallax CSS starts here*/
#nav {
  list-style: none;
  position: fixed;
  left: 111px;
  top:607px !important;
}
#nav li {
  margin: 0 20px 0 0;
  float:left;
}
#scorebox1,
#scorebox2,
#scorebox3 {
  height: 1080px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#text1, #text2, #text3 {
	background-repeat: no-repeat;
	background-position: top right;
	cursor:pointer;
  width:628px;
 height:173px;
 background:#000;
 position: relative;
 margin-top:450px;
 margin-left:91px;
}


#text1, #text2, #text3 span{
  color:#fff;
  font-size: 35px;
  padding:20px;
  float:left;

}

#splash1,
#splash2,
#splash3 {
  height: 1080px;
  background-repeat: no-repeat;
  background-position: top right;
}
#scorebox1 {
  z-index: 1;
  position: absolute;
  top: 0px;
}
#scorebox2 {
  z-index: 4;
  position: absolute;
  top: 650px;
}
#scorebox3 {
  z-index: 7;
  position: absolute;
  top: 1200px;
}
#text1 {
  z-index: 99999;
  position: fixed;
  top: 0px;
}
#text2 {
  z-index: 6;
  position: absolute;
  top: 200px;
}
#text3 {
  z-index: 9;
  position: absolute;
  top: 800px;
}
#splash1 {
  z-index: 2;
  /*z-index: 9997;*/

  position: absolute;
  top: -50px;
}
#splash2 {
  z-index: 5;
  /*z-index: 9998;*/

  position: absolute;
  top: 850px;
}
#splash3 {
  z-index: 8;
  /*z-index: 9999;*/

  position: absolute;
  top: 620px;
  height: 1600px;
}
/*Parallax CSS ends here*/
/*Scrollbar begins here*/
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 0;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled .mCustomScrollBox .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed .mCustomScrollBox .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  z-index: 9999;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled .mCSB_horizontal .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed .mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/

}
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */

}
.mCustomScrollBox:hover .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(http://score.com.tr/assets/css/../img/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/

}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/

}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/

}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/

}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */

}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */

}
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/*light-2*/
.mCS-light-2 .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-2.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-2 .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2 .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2 .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2 .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/*dark-2*/
.mCS-dark-2 .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-2.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2 .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2 .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2 .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2 .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/*light-thick*/
.mCS-light-thick .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/*dark-thick*/
.mCS-dark-thick .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-dark-thick .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/*light-thin*/
.mCS-light-thin .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */

  background: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/*dark-thin*/
.mCS-dark-thin .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */

  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.lt-ie8 .mCSB_scrollTools {
  width: 10px !important;
}
.lt-ie8 .mCSB_draggerContainer {
  width: 10px !important;
}
.lt-ie8 .mCSB_dragger {
  width: 10px !important;
}
.lt-ie8 .mCSB_draggerRail {
  display: none;
}
/*Scrollbar ends here*/
/*Colorbox BLACK begins here*/
.blackcbox {
  position: fixed !important;
  top: 120px !important;
}
#cboxOverlay.blackcbox {
  background: #000;
  opacity: 0.5 !important;
  top: 0 !important;
}
.blackcbox #cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  border: 1px solid #242424;
}
.blackcbox .cboxIframe {
  background-color: transparent !important;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
.blackcbox #cboxLoadedContent {
  background: transparent !important;
  padding: 0px;
}
#cboxLoadingGraphic {
  background: url(http://score.com.tr/assets/css/../img/colorbox/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(http://score.com.tr/assets/css/../img/colorbox/controls.png) no-repeat 0 0;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 10px;
  top: 10px;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
/*Colorbox BLACK ends here*/
/*Colorbox begins here*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
  padding: 0;
  border: 1px solid #333;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #fff;
  padding: 0px;
}
#cboxLoadingGraphic {
  background: url(http://score.com.tr/assets/css/../img/colorbox/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(http://score.com.tr/assets/css/../img/colorbox/controls.png) no-repeat 0 0;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  width: 30px;
  height: 30px;
  background: url(http://score.com.tr/assets/css/../img/kapat.png) top center no-repeat;
  right: -13px;
  top: -13px;
}
#cboxClose:hover {
  background: url(http://score.com.tr/assets/css/../img/kapat.png) top center no-repeat;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
/*Colorbox ends here*/
#newsslider {
  z-index: 9999;
  position: fixed;
  top: 200px;
  left: 25px;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px;
  width: 500px;
  height: 120px;
  overflow: hidden;
}
#newsslider img {
  border: 3px solid #c5c5c5;
  float: left;
  width: 139px !important;
  height: 114px !important;
  margin-right: 10px;
}
#newsslider h6 {
  color: #628080;
  font-size: 16px;
  font-weight: 700px;
}
#newsslider p {
  color: #565451;
  font-size: 14px;
  font-weight: 300px;
  margin: 0.6em 0 !important;
}
#newsslider a {
  color: #3e3a32;
  font-size: 14px;
  font-weight: 300px;
  margin-top: 0.6em !important;
}
#newsslider a:hover {
  color: #f4b91f;
}
#newsslider .flex-control-nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  float: right;
}
#newsslider .flex-control-nav li {
  float: left;
  margin-left: 5px;
}
#newsslider .flex-control-nav li a {
  display: block;
  height: 7px;
  width: 7px;
  text-indent: -9999px;
  background: #484131;
}
#newsslider .flex-control-nav li a:hover,
#newsslider .flex-control-nav li a.flex-active {
  background: #f4b91f;
}
#campaignslider {
  z-index: 9999;
  position: fixed;
  top: 355px;
  left: 25px;
  background-image: url(http://score.com.tr/assets/css/../img/content/anasayfa/kampanya.png);
  background-repeat: no-repeat;
  background-color: #364b4b;
  background-color: rgba(54, 75, 75, 0.85);
  padding: 10px 10px 10px 85px;
  width: 425px;
  height: 70px;
  overflow: hidden;
  color: #fff;
}
#campaignslider a {
  color: #fff;
}
#campaignslider h6 {
  font-size: 16px;
  font-weight: 700px;
}
#campaignslider p {
  font-size: 14px;
  font-weight: 300px;
  margin: 0.4em 0 !important;
}
#campaignslider .flex-control-nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  float: right;
}
#campaignslider .flex-control-nav li {
  float: left;
  margin-left: 5px;
}
#campaignslider .flex-control-nav li a {
  display: block;
  height: 7px;
  width: 7px;
  text-indent: -9999px;
  background: #81958e;
}
#campaignslider .flex-control-nav li a:hover,
#campaignslider .flex-control-nav li a.flex-active {
  background: #fff;
}
#campaignslider,
#newsslider {
  display: none !important;
}
#nav li {
  text-align: center;
  font-size: 25px;
}
#nav li a {
  display: block;
  color: #fff;
}
#nav li a.active,
#nav li a:hover {
  color: #bf9c2d;
}
/*Grup Dersleri Tab*/
.ui-tabs-nav {
  position: Relative;
  float: left;
  width: 100%;
}
.ui-tabs-nav li {
  float: left;
  width: 215px;
  height: 46px;
  background: url(http://score.com.tr/assets/css/../img/content/grupdersleri/tab-bg.jpg) top center;
  margin-right: 1px;
}
.ui-tabs-nav li:hover,
.ui-tabs-nav li.ui-state-active {
  background-position: bottom center;
}
.ui-tabs-nav li:hover a,
.ui-tabs-nav li.ui-state-active a {
  color: #3c3c3c !important;
}
.ui-tabs-nav li a {
  float: left;
  width: 100%;
  padding: 13px 0px;
  text-align: center;
  font-family: 'Andada-Regular',serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff !important;
}
.ui-tabs-nav li a .ince {
  font-family: 'Andada-Regular',serif;
  font-style: italic;
}
.ui-tabs-panel {
  width: 100%;
  padding-top: 1px;
}
/**/
/*İlletişim Tab*/
.iletisim-form {
  position: relative;
  float: left;
  margin-top: 30px;
}
.iletisim-form .ui-tabs-nav {
  position: Relative;
  float: left;
  width: 100%;
}
.iletisim-form .ui-tabs-nav li {
  float: left;
  width: 155px;
  height: 46px;
  background: url(http://score.com.tr/assets/css/../img/content/grupdersleri/tab-bg.jpg) top center;
  margin-right: 1px;
}
.iletisim-form .ui-tabs-nav li:hover,
.iletisim-form .ui-tabs-nav li.ui-state-active {
  background-position: bottom center;
}
.iletisim-form .ui-tabs-nav li:hover a,
.iletisim-form .ui-tabs-nav li.ui-state-active a {
  color: #3c3c3c !important;
}
.iletisim-form .ui-tabs-nav li a {
  float: left;
  width: 100%;
  padding: 13px 0px;
  text-align: center;
  font-family: 'Andada-Regular',serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff !important;
}
.iletisim-form .ui-tabs-nav li a .ince {
  font-family: 'Andada-Regular',serif;
  font-style: italic;
}
.ui-tabs-panel {
  width: 100%;
  padding-top: 1px;
}
.form-list {
  float: left;
  font-family: 'Andada-Regular',serif;
  font-weight: 700;
  font-size: 13px;
  color: #d2a01d;
  margin-top: 20px;
  padding-bottom: 35px;
}
.form-list tr td {
  vertical-align: middle;
}
.form-list tr td:first-child {
  width: 123px !important;
}
.form-list .inputcss {
  width: 470px;
  height: 28px;
  background: #353535;
  font-family: 'Andada-Regular',serif;
  font-size: 13px;
  padding-left: 10px;
  font-weight: 400;
  color: #929292;
  outline: none;
  border: none;
}
.form-list .selectcss {
  width: 482px !important;
  height: 34px !important;
  padding: 8px 8px !important;
}
.form-list .textareacss {
  height: 85px !important;
  resize: none;
}
.form-list .toptext {
  vertical-align: top !important;
  padding-top: 19px;
}
.form-list .top {
  vertical-align: top !important;
  padding-top: 10px;
}
.form-list .top span {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
.form-list .top .blok {
  position: relative;
  float: left;
  margin-right: 40px;
  margin-top: 10px;
}
.form-list .top .blok .secenek {
  position: Relative;
  float: left;
  margin-right: 15px;
  margin-top: 3px;
  color: #929292;
  font-size: 13px;
  font-weight: 400;
  min-width: 80px;
}
.form-list .top .blok .secenek input {
  float: left;
  margin-right: 7px;
  margin-top: 2px;
}
.form-list .top .blok .secenek span {
  float: left;
  width: auto;
}
.form-list .top .blok1 {
  width: 300px;
}
.form-list .top .blok2 {
  width: 200px;
}
.form-list .formgonder {
  float: left;
  font-size: 17px;
  color: #131313 !important;
  font-family: 'Andada-Regular',serif;
  font-weight: 700;
  padding: 9px 13px;
  background: #d2a01d;
}
/**/
#slider-metin-a {
  position: fixed;
  float: right;
  width: 700px;
  height: 200px;
  top: 40%;
  right: 70px;
  cursor: pointer;
  z-index: 99999999999;
}
/*Mobile begins here*/
#mobile #mp #main,
#mobile #mp #nav {
  display: none;
}
#mobile #header {
  position: absolute !important;
  z-index: 4;
  display: block;
}
#mobile #footer {
  position: absolute !important;
  z-index: 4;
  display: block;
  bottom: -110px;
}
#mobile #header {
  z-index: 999;
}
#fxmain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
}
#fxmain .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
}
#fxmain .slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden !important;
}
#fxmain .slides li img {
  float: left;
  width: 100%;
}
#fxmain .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/*Mobile ends here*/
/* ==|== Primary Styles ends here
	========================================================================== */
@media only screen and (min-width: 35em) {
  
}
@media only screen and (max-height: 1080px) {
  #slider-metin-a {
    position: fixed;
    float: right;
    width: 700px;
    height: 200px;
    top: 45%;
    right: 70px;
    cursor: pointer;
    z-index: 99999999999;
  }
}
@media only screen and (max-height: 680px) {
  #slider-metin-a {
    position: fixed;
    float: right;
    width: 700px;
    height: 200px;
    top: 50%;
    right: 70px;
    cursor: pointer;
    z-index: 99999999999;
  }
}
@media only screen and (max-width: 1290px) {
  #bam {
    background: url(http://score.com.tr/assets/css/../img/content/bg-becomeamember.png) top left no-repeat;
    font-family: 'Andada-Regular',serif;
    font-size: 22px;
    height: 70px;
    width: 210px;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 95px;
  }
  #bam a {
    color: #ecb933;
    display: block;
    height: 26px;
    width: 140px;
    padding: 22px 0 0 70px;
  }
  #bam.mod2 {
    background: url(http://score.com.tr/assets/css/../img/content/bg-becomeamember2.png) top left no-repeat !important;
  }
  #egitmenlistesi {
    margin: 50px 0 0 !important;
    float: left;
  }
  html,
  body {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 1280px !important;
    max-height: 100% !important;
  }
  .fseperator {
    display: none !important;
  }
}
/* ==|== non-semantic helper classes ============================================
	Define your styles before this section.
	========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/*Non Select*/
.noselect {
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
/*ValignFix*/
.valignfix {
  display: table;
}
.valignfix .valignfixwrap {
  display: table-cell;
  vertical-align: middle;
}
/*Contain Floats*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
