@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*/
.borderradius (@x: 0) {
 -webkit-border-radius: @arguments;
 -ms-border-radius: @arguments;
 border-radius: @arguments;
}
.allease (@x:0.25s;
@y:all;
@z:ease) {
 transition: @arguments;
 -moz-transition: @arguments;
 -webkit-transition: @arguments;
 -o-transition: @arguments;
}
.boxsizing (@x: border-box) {
 -webkit-box-sizing: @arguments;
 -moz-box-sizing: @arguments;
 box-sizing: @arguments;
}
.box-shadow (@x: 0, @y: 0, @blur: 1px, @color: #999) {
 box-shadow: @arguments;
 -moz-box-shadow: @arguments;
 -webkit-box-shadow: @arguments;
}
.rounded-corners (@radius: 5px) {
 -webkit-border-radius: @radius;
 -moz-border-radius: @radius;
 -ms-border-radius: @radius;
 -o-border-radius: @radius;
 border-radius: @radius;
}
.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;
 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;
 .citybg {
 position:absolute;
 width:100%;
 height:100%;
 float:left;
 z-index:1;
			/*min-width:1220px;*/
			min-width:1160px;
 img {
 width:100%;
}
}
#cshead {
	height: 150px;
 #logo {
 float: left;
 position: absolute;
 left: 85px;
 top: 70px;
 z-index:999999999999999;
}
#xtext {
	float: left;
	position: absolute;
	left: 85px;
	/*top: 255px;*/
	top: 295px;
	font-size: 15px;
	color: #f4b91f;
	font-family:'Andada-Regular',serif;
	font-weight: 500;
}
#maxlife {
	float: left;
	position: absolute;
	left: 85px;
	top: 150px;
	font-size: 22px;
	color: #ffffff;
	font-family: 'Andada-Regular',serif;
	font-weight: 300;
}
}
#csmain {
	/*height: 500px;*/
	height: 500px;
 .sehirseclist {
 position:absolute;
 float:left;
 left:85px;
					/*top:295px;*/
					top:330px;
 z-index:9999;
 li {
 padding-bottom:16px;
 a {
 font-size:2em;
 color:#d6d6d6;
 font-family: 'Andada-Regular',serif;
 font-weight: normal !important;
 .ok {
 float:right;
 padding-left:10px;
 display:none;
}
 .lt-ie8 .ok {
 display:none !important;
}
}
 .blockis {
 position:absolute;
 float:left;
 left:-180px;
 width:80px;
 height:24px;
 margin-top:5px;
 background:#f4b91f;
}
 &:hover a {
 color:#f4b91f;
}
 &:hover a .ok {
 display:block;
}
}
}
.sariblok {
	position: absolute;
	float: left;
	width: 80px;
	top: 295px;
	left: 0px;
 .blockis {
 position:Relative;
 float:left;
 left:-80px;
 width:80px;
 height:45px;
 background:#f4b91f;
 margin-top:11px;
}
}
.subeimage {
	position: absolute;
	float: left;
	width: 631px;
	height: 486px;
	overflow: hidden;
	top: 83px;
	left: 500px;
	z-index: 99;
 img.active {
 opacity:1 !important;
 display:block !important;
}
}
}
#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;
 #copyright {
 position: absolute;
 float:left;
 width:85%;
					/*left:85px;*/
					top: -100px;
 text-align:right;
 a {
 float:right;
 margin-left:30px;
 height:65px;
 opacity:0.8;
 &.twc {
 width:166px;
 background: url(../img/sehirsec/twc.png) top center no-repeat;
}
 &.puri {
 width:86px;
 background: url(../img/sehirsec/purispa.png) top center no-repeat;
}
 &:hover {
 opacity:1;
}
 &.renklitwc {
 width:166px;
 background: url(../img/sehirsec/renklitwc.png) top center no-repeat;
}
 &.renklipuri {
 margin-right: -40px;
 width:166px;
 background: url(../img/sehirsec/renklipurispa.png) top center no-repeat;
}
}
}
#fsocial {
	position: relative;
	float: left;
	width: 85%;
	min-width: 500px;
	margin: 0px auto;
	z-index: 9999999;
 li {
 float: right;
 width: 22px;
 height: 22px;
 margin-left: 10px;
 a {
 display: block;
 width: 22px;
 height: 22px;
 background:url(../img/footer/social.png) no-repeat;
 text-indent: -9999px;
}
 &#fsfacebook a {
 &:hover {
 background-position: 0px -22px;
}
}
 &#fstwitter a {
 background-position: -22px 0px;
 &:hover {
 background-position: -22px -22px;
}
}
 &#fsfoursquare a {
 background-position: -44px 0px;
 &:hover {
 background-position: -44px -22px;
}
}
 &#fsyoutube a {
 background-position: -66px 0px;
 &:hover {
 background-position: -66px -22px;
}
}
 &#fsemail a {
 background-position: -88px 0px;
 &:hover {
 background-position: -88px -22px;
}
}
}
}
#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;
 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;
 h2 {
 font-size: 17px;
 font-family:'Andada-Regular',serif;
 font-weight:500;
 padding-bottom:18px;
}
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;
 #main {
 position: absolute;
 top: 134px;
 a {
 color: #f4b91f;
}
}
}
#mp {
	overflow: hidden;
	background-color: #000;
 #header, #footer {
 position: fixed;
}
#bam {
	position: fixed;
	top: 230px;
	right: 0;
	z-index: 9999;
}
#bam2 {
	position: fixed;
	top: 170px;
	right: 0;
	z-index: 9999;
}
#bam3 {
	position: fixed;
	top: 170px;
	right: 0;
	z-index: 9999;
}
}
#header {
	z-index: 4;
	position: absolute;
	top: 0;
 #headtop {
 position: relative;
 height: 40px;
 #thmenu {
 font-family: 'Andada-Regular',serif;
 font-size: 12px;
 margin-top: 10px;
 position: relative;
 float: right;
 margin-right: 15px;
 li {
 float: left;
 margin-left: 15px;
 height: 15px;
 a {
 color: #c9c9c9;
 background-image: url(../img/header/top/button.png);
 background-repeat: no-repeat;
 display: block;
 padding-left: 20px;
 height: 15px;
 line-height: 15px;
 &:hover {
 color: #f4b91f;
}
}
 &#lmanasayfa a {
 background-position: 0px 0px;
 &:hover {
 background-position: 0px -30px;
}
}
 &#lmkariyer a {
 background-position: 0px -15px;
 &:hover {
 background-position: 0px -45px;
}
}
}
}
 .seperator {
 position: relative;
 float: right;
 background:url(../img/header/top/seperator.png) top left no-repeat;
 width: 13px;
 height: 29px;
 margin-right: 15px;
 margin-top: 3px;
}
 #languagemenu {
 margin-top: 10px;
 position: relative;
 float: right;
 margin-right: 25px;
}
}
#headmid {
	position: relative;
	height: 94px;
	background: url(../img/header/bg-mid.png);
 #logo {
 position: absolute;
 top: 5px;
 left: 25px;
}
#mainnav {
	position: absolute;
	right: 25px;
	top: 26px;
	float: right;
	font-family: 'Andada-Regular',serif;
	font-size: 16px;
	z-index: 9999;
 li {
 background: url(../img/header/seperator.png) top left no-repeat;
 padding: 0 15px 0 31px;
 float: left;
 &.tekad {
 padding: 10px 15px 10px 31px;
}
 &.active a {
 color: #ffffff;
}
 &:first-child {
 background: none;
}
 &:last-child {
 padding: 0 0 0 31px;
}
 a {
 color: #f4b91f;
 &:hover {
 color: #ffffff;
}
}
}
}
}
}
#footer {
	z-index: 3;
	background: url(../img/footer/bg.png) top left no-repeat;
	height: 100px;
	position: absolute;
	/*position: fixed;*/
	bottom: 0;
	left: 0;
 a {
 color: #797979;
 &:hover {
 color: #fff;
}
}
.seperator {
	background: #232323;
	float: left;
	height: 1px;
	position: absolute;
	left: 25px;
	bottom: 46px;
}
#fswitchbranch {
	color: #ab831e;
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 25px;
	float: left;
 p {
 float: left;
 margin-top: 10px !important;
 margin-right: 15px !important;
}
.fswitchborder {
	width: 207px !important;
	border: 1px solid #5c5c5c;
}
#fswitchbranchselect {
	border: none !important;
	background: url(../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;
}
#fswitchbranchlist {
	font-weight: 200;
	font-size: 12px;
	position: absolute;
	right: 41px;
	bottom: 35px;
	z-index: 9999;
	background: #404040;
	overflow: hidden;
	height: 0px;
 a {
 color: #ffffff;
}
li {
	clear: both;
	float: left;
	margin-top: 0px;
 &:first-child {
 margin-top: 0;
}
a {
	display: block;
	width: 200px;
	padding: 5px 0px 5px 9px;
 &:hover {
 background: #f4b91f;
 color: #070605;
}
}
}
}
}
#ffsubscribe {
	color: #ab831e;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 25px;
	float: right;
 p {
 float: left;
 margin-top: 10px !important;
 margin-right: 15px !important;
}
input[type="text"] {
	border: none !important;
	background: #353535;
	color: #797979;
	padding: 9px;
	width: 192px;
	height: 16px;
	font-size: 11px;
	margin: 0 !important;
	float: left;
}
input[type="submit"] {
	border: none !important;
	text-indent: -9999px;
	background: url(../img/footer/submit.jpg) no-repeat;
	width: 40px;
	height: 34px;
	margin: 0 !important;
	float: left;
}
}
#copyright {
	position: absolute;
	left: 25px;
	bottom: 10px;
	font-size: 12px;
}
#fsocial {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 25px;
 li {
 float: left;
 width: 22px;
 height: 22px;
 margin-left: 10px;
 a {
 display: block;
 width: 22px;
 height: 22px;
 background:url(../img/footer/social.png) no-repeat;
 text-indent: -9999px;
}
 &#fsfacebook a {
 &:hover {
 background-position: 0px -22px;
}
}
 &#fstwitter a {
 background-position: -22px 0px;
 &:hover {
 background-position: -22px -22px;
}
}
 &#fsfoursquare a {
 background-position: -44px 0px;
 &:hover {
 background-position: -44px -22px;
}
}
 &#fsyoutube a {
 background-position: -66px 0px;
 &:hover {
 background-position: -66px -22px;
}
}
 &#fsemail a {
 background-position: -88px 0px;
 &:hover {
 background-position: -88px -22px;
}
}
}
}
}
#bam {
	background: url(../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;
 a {
 color: #ecb933;
 display: block;
 height: 26px;
 width: 140px;
 padding: 22px 0 0 70px;
}
}
#bam.mod2 {
	background: url(../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;
 a {
 text-indent:-9999px;
 background:url(../img/content/bg-membershiptypes.png) top left no-repeat !important;
 color: #ecb933;
 display: block;
 height: 54px;
 width: 160px;
}
}
#bam3 {
	font-family: 'Andada-Regular',serif;
	font-size: 22px;
	height: 52px;
	width: 160px;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 34px;
 a {
 text-indent:-9999px;
 background:url(../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: 925px;
	position: absolute;
	float: left;
	left: 25px;
	top: 50px;
	color: #cccccc;
	font-size: 16px;
	overflow: hidden;
 .mCSB_container {
 padding-right: 50px;
}
p {
	margin-bottom: 1em !important;
}
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;
 h1 {
 color: #ececec;
 font-weight: 200;
 font-size: 28px;
 margin-bottom: 25px !important;
}
table {
 tr {
 td {
 padding: 8px 0px !important;
 vertical-align: middle !important;
 input[type="text"] {
 background: #353535;
 color: #929292;
 font-size: 13px;
 border: none !important;
 height: 16px;
 padding: 7px 13px;
 width: 387px;
}
 input[type="submit"] {
 font-size: 17px;
 font-weight: 700;
 color: #131313;
 background: #d2a01d;
 border: none !important;
 padding: 5px 10px 4px;
}
 select {
 background: #353535;
 color: #929292;
 font-size: 13px;
 border: none !important;
 height: 34px;
 padding: 9px 13px;
 width: 413px;
}
}
}
}
}
#ulclubnews {
	width: 100%;
 li {
 width: 100%;
 float: left;
			/*padding-bottom: 30px;
			border-bottom: 1px solid #d2a01d;*/
			margin-bottom: 15px;
 .imgwrap {
 float: left;
 margin: 0 15px 15px 0;
 border: 1px solid #242424;
 padding: 5px;
 width: 140px;
 height: 98px;
 img {
 background: #232323;
 color: #f4b91f;
 width: 140px !important;
 height: 98px !important;
}
}
 p {
 line-height: 1.5em;
 font-size: 14px;
 color: #cccccc;
}
 &:last-child {
 margin-bottom: 0;
 border-bottom: none;
}
 .basin-siralama {
 float:left;
 width:100%;
 li {
 position:relative;
 float:left;
 width:140px;
 height:98px;
 margin-right:25px;
 overflow:hidden;
 &:last-child {
 margin-right:0px;
}
 a {
 position:relative;
 width:100%;
 height:100%;
 float:left;
 .usthover {
 position:absolute;
 float:left;
 left:0px;
 top:0px;
 background:url(../img/content/magnifier-basin.png) top center no-repeat;
 width: 140px;
 height: 98px;
 display: none;
}
 &:hover .usthover {
 display:block;
}
}
}
}
}
}
#ulaktivitealanlari {
	width: 100%;
	float: left;
	padding-bottom: 300px;
 li {
 height: 30px;
 float: left;
 width: 100%;
 .yline {
 height: 30px;
 width: 100%;
 float: left;
 span, span a {
 cursor: pointer;
 float: left;
 display: block;
 float: left;
 padding-right: 15px;
 color: #3f3e3e;
 font-weight: 800;
 font-size: 23px;
}
}
 .active span, .active span a, span:hover {
 color: #d2a01d !important;
}
 .active {
 .liny {
 display: block;
}
}
 .liny {
 display: none;
 border-bottom: 1px solid #d2a01d;
 height: 15px;
 float: right;
 position: relative;
 .linycontent {
 color: #cccccc;
 padding: 10px;
 background: #000;
 background: rgba(0,0,0,0.8);
 position: absolute;
 top: 18px;
 right: 0;
 float: right;
 width: 420px;
 h6 {
 font-weight: 700px;
 font-size: 19px;
 margin-bottom: 9px !important;
}
 p {
 font-size: 14px;
}
 .linygallery {
 width: 100%;
 li {
 margin-left: 33px;
 margin-bottom: 10px;
 float: left;
 width: 110px;
 height: 76px;
 padding: 3px;
 position: relative;
 border: 1px solid #262626;
 &:first-child {
 margin-left: 0;
}
 .magnifier {
 position: absolute;
 top: 7px;
 left: 7px;
 background:url(../img/content/aktivitealanlari/magnifier.png) no-repeat;
 width: 102px;
 height: 68px;
 display: none;
}
 &:hover {
 .magnifier {
 display: block;
}
}
}
}
}
}
}
}
#gmaplink {
	font-size: 13px;
	color: #232323 !important;
	font-weight: 700;
	background: url(../img/content/bizeulasin/pointer.png) 8px center no-repeat #f4b91f;
	display: block;
	float: left;
	padding: 7px 7px 5px 25px;
 &:hover {
}
}
#linkgdprogrami {
	top: 27px;
	left: 280px;
	position: absolute;
	background: url(../img/content/grupdersleri/arrow.png) center left no-repeat;
	padding-left: 5px;
 a {
 padding: 5px 5px 3px;
 float: left;
 display: block;
 background: #f4b91f;
 color: #232323;
 font-weight: 700;
 font-size: 13px;
 &:hover {
 color: #000;
}
}
}
.cimgwrap {
	float: left;
	position: relative;
	padding: 5px;
	border: 1px solid #282828;
	margin: 0 15px 10px 0;
 img {
 width: 196px !important;
 height: 136px !important;
}
.magnifier {
	display: none;
	top: 12px;
	left: 12px;
	position: absolute;
	background: url(../img/content/magnifier.png) no-repeat;
	width: 182px;
	height: 122px;
}
 &:hover .magnifier {
 display: block;
}
}
#hrform {
	float: left;
	clear: both;
 input[type="submit"] {
 background: #d2a01d;
 color: #131313;
 font-weight: 700;
 font-size: 17px;
 padding: 7px;
 border: none !important;
 clear: both;
 margin-top: 15px;
}
.formsucess {
	clear: both;
	color: #f4b91f;
	margin-top: 15px;
}
.formerror {
	color: #c00f0f;
}
.button-fileinput {
	background: #353535;
	width: 400;
	padding: 5px 60px 5px 5px;
	position: relative;
	height: 20px;
	cursor: pointer;
 .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;
 .mCSB_container {
 width: 965px;
 padding-right: 20px;
}
h2 {
	float: left;
	color: #d2a01d;
	font-size: 23px;
	font-weight: 800;
	padding-top: 1.3em;
	padding-bottom: 1em;
}
#ulegitmenlistesi {
	width: 960px;
	float: left;
 li {
 float: left;
 border: 1px solid #e9e9e9;
 background: #fff;
 width: 236px;
 height: 229px;
 position: relative;
 a {
 float: left;
 display: block;
 width: 238px;
 height: 238px;
 position: relative;
}
 img {
 position: absolute;
 top: 0;
 left: 0;
}
 .elcontent {
 position: absolute;
 right: 15px;
 bottom: 15px;
 float: right;
 text-align:right;
}
 .elns {
 color: #737374;
 font-size: 28px;
 span {
 background:#fff;
 opacity:0.8;
 color:#000;
}
}
 .eljdesc {
 color: #FF8F00;
 font-size: 15px;
 background: #fff;
 opacity:0.9;
 padding:0 3px;
}
}
}
}
.trainerpage {
	width: 385px;
	height: 320px;
	overflow: hidden;
	padding: 50px;
 .tpimg {
 border: 5px solid #f7e7bd;
 float: left;
 img {
 width: 150px !important;
 height: 150px !important;
}
}
.tpinfo {
	color: #353535;
	float: left;
	margin-left: 15px;
	width: 200px;
	height: 160px;
	display: table;
 span {
 display: table-cell;
 vertical-align:middle;
}
h3 {
	font-size: 28px;
	font-weight: 700;
}
p {
	font-size: 24px;
}
}
.tpspec {
	margin-top: 20px;
	width: 100%;
	clear: both;
	float: left;
	color: #353535;
	font-size: 15px;
	overflow: hidden;
	height: 150px;
 .mCSB_container {
 width: 365px;
 padding-right: 20px;
}
h4 {
	font-size: 19px;
	font-weight: 700;
}
}
}
#personal-egitmen {
	position: Relative;
	width: 100%;
	float: left;
 li {
 position:Relative;
 float:left;
 margin-right:15px;
 margin-bottom:15px;
 &:last-child {
 margin-right:0px;
}
 img {
 padding:4px;
 border:1px solid #282828;
}
 .content-bilgi {
 position:absolute;
 float:right;
 bottom:5px;
 right:5px;
 text-align:right;
 .elns {
 color: #737374;
 font-size: 18px;
 span {
 background:#fff;
 opacity:0.8;
 color:#000;
}
}
 .eljdesc {
 color: #FF8F00;
 font-size: 11px;
 background: #fff;
 opacity:0.9;
 padding:0 3px;
}
}
}
}
.detayli-bilgi-iste {
	color: #fcc81a;
 &:hover {
 text-decoration:underline;
}
}
/*Parallax CSS starts here*/
#nav {
	list-style: none;
	position: fixed;
	right: 20px;
	top: 350px !important;
}
#nav li {
	margin: 0 0 15px 0;
}
#scorebox1, #scorebox2, #scorebox3 {
	height: 1080px;
	background-repeat: no-repeat;
	cursor: pointer;
}
*#text1, #text2, #text3 {
	height: 1080px;
	background-repeat: no-repeat;
	background-position: top right;
	cursor:pointer;
}*
#text1 {
	height: 100%;
	background-repeat: no-repeat;
	background-position: top right;
}
#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(../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;
}
.mCSB_draggerContainer {
	width: 10px !important;
}
.mCSB_dragger {
	width: 10px !important;
}
.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(../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(../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 & 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(../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(../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(../img/kapat.png) top center no-repeat;
	right: -13px;
	top: -13px;
}
#cboxClose:hover {
	background: url(../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;
 img {
 border: 3px solid #c5c5c5;
 float: left;
 width: 139px !important;
 height: 114px !important;
 margin-right: 10px;
}
h6 {
	color: #628080;
	font-size: 16px;
	font-weight: 700px;
}
p {
	color: #565451;
	font-size: 14px;
	font-weight: 300px;
	margin: 0.6em 0 !important;
}
a {
	color: #3e3a32;
	font-size: 14px;
	font-weight: 300px;
	margin-top: 0.6em !important;
 &:hover {
 color: #f4b91f;
}
}
.flex-control-nav {
	position: absolute;
	right: 10px;
	bottom: 10px;
	float: right;
 li {
 float: left;
 margin-left: 5px;
 a {
 display: block;
 height: 7px;
 width: 7px;
 text-indent: -9999px;
 background: #484131;
 &:hover, &.flex-active {
 background: #f4b91f;
}
}
}
}
}
#campaignslider {
	z-index: 9999;
	position: fixed;
	top: 355px;
	left: 25px;
	background-image: url(../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;
 a {
 color: #fff;
}
h6 {
	font-size: 16px;
	font-weight: 700px;
}
p {
	font-size: 14px;
	font-weight: 300px;
	margin: 0.4em 0 !important;
}
.flex-control-nav {
	position: absolute;
	right: 10px;
	bottom: 10px;
	float: right;
 li {
 float: left;
 margin-left: 5px;
 a {
 display: block;
 height: 7px;
 width: 7px;
 text-indent: -9999px;
 background: #81958e;
 &:hover, &.flex-active {
 background: #fff;
}
}
}
}
}
#campaignslider, #newsslider {
	display: none !important;
}
#nav {
 li {
 text-align: center;
 font-size: 20px;
 a {
 display: block;
 height: 30px;
 width: 30px;
 color: #f4b91f;
 background:url(../img/dot.png) no-repeat;
 &.active, &:hover {
 color: #fff;
 background-position: 0px -30px;
}
}
}
}
/*Grup Dersleri Tab*/
.ui-tabs-nav {
	position: Relative;
	float: left;
	width: 100%;
 li {
 float:left;
 width:215px;
 height:46px;
 background:url(../img/content/grupdersleri/tab-bg.jpg) top center;
 margin-right:1px;
 &:hover, &.ui-state-active {
 background-position:bottom center;
}
 &:hover > a, &.ui-state-active > a {
 color:#3c3c3c !important;
}
 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;
 .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;
 .ui-tabs-nav {
 position:Relative;
 float:left;
 width:100%;
 li {
 float:left;
 width:155px;
 height:46px;
 background:url(../img/content/grupdersleri/tab-bg.jpg) top center;
 margin-right:1px;
 &:hover, &.ui-state-active {
 background-position:bottom center;
}
 &:hover > a, &.ui-state-active > a {
 color:#3c3c3c !important;
}
 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;
 .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;
 tr > td {
 vertical-align:middle;
}
tr td:first-child {
	width: 123px !important;
}
.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;
}
.selectcss {
	width: 482px !important;
	height: 34px !important;
	padding: 8px 8px !important;
}
.textareacss {
	height: 85px !important;
	resize: none;
}
.toptext {
	vertical-align: top !important;
	padding-top: 19px;
}
.top {
	vertical-align: top !important;
	padding-top: 10px;
 span {
 float:left;
 width:100%;
 padding-bottom:5px;
}
.blok {
	position: relative;
	float: left;
	margin-right: 40px;
	margin-top: 10px;
 .secenek {
 position:Relative;
 float:left;
 margin-right:15px;
 margin-top:3px;
 color:#929292;
 font-size:13px;
 font-weight:400;
 min-width:80px;
 input {
 float:left;
 margin-right:7px;
 margin-top:2px;
}
 span {
 float:left;
 width:auto;
}
}
}
.blok1 {
	width: 300px;
}
.blok2 {
	width: 200px;
}
}
.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;
 .slides {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 float: left;
 li {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 float: left;
 overflow: hidden !important;
 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(../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;
 a {
 color: #ecb933;
 display: block;
 height: 26px;
 width: 140px;
 padding: 22px 0 0 70px;
}
}
#bam.mod2 {
	background: url(../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;
}
